Posted by Keith Elder | Posted in Internet, Programming | Posted on 24-05-2004
0
So I’ve been doing a lot of playing with CSS (Cascading Style Sheets) lately. I stumbled upon a really good article or two that helps makes more sense out of it a bit.
Posted by Keith Elder | Posted in Open Source, PHP, Programming | Posted on 24-05-2004
0
I found a really good article which outlines some nice tips to scaling PHP. The article is written by George Schlossnagle. In his article he explains why you do not need large DB abstraction layers like PEAR and ADODB and why you should NEVER use relative paths to images. The article can be found here.