Archive for October, 2004

MySQL Database Design

Found this article while look for reference on MySQL data types. Ended up looking over the whole thing. Turns out it’s a pretty good for starting MySQL db development.
MySQL Database Design

CSS Layout Generator

Tim showed me this CSS Layout Generator today, along with some help on my CSS knowledge, Thanks Man! This should help out a lot with this new project of mine and many others.
CSS Layout Generator

PHP Security and Shared Hosting

This article talks about the vulnerabilities of shared hosting.
Security Corner: Shared Hosting

PHP Session & Security

I have been doing a little research on PHP Sessions & Security. I came across this link that helped me understand more what the deal was and why you can not trust the standard PHP session management mechanism. Good stuff.
The-Truth-About-Sessions