Coding — Archives

For a full list of categories please check on the category page.

Update on BlogBoxOctober.14.2008

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 [...]

PHP LogicSeptember.9.2008

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 [...]

Recoding My CMSAugust.10.2008

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 [...]

Page 1 of 1