Filed in: Coding ø 5 Comments
If you don't already know, I'm writing a script called BlogBox. It will be my replacement for the horrid script people still use, Cutenews. I was allowing people to email me about an early release. After about a month of the same email and responses, I decided to write this post answering all of those [...]
Filed in: Coding, Offline ø 6 Comments
Today in geometry we were doing logic. I'll give you an example:
p: Today is Tuesday.
q: 2 + 7 = 9
Note that you must have p and q. So, would statement p be true? Yes, it would. However, what if I asked that to you yesterday? Then it would be false. Statement q on the other [...]
Filed in: Coding ø 0 Comments
This time around for me recoding my CMS, it was pretty easy. Most of my MySQL databases, I just took the structure from my old CMS and fixed it up. Then I created a class (items) to control accessing data in the databases with build in pagination so I wouldn't need a big chunk of [...]