Featured Post

.Net 4.0 – Start Reading Between the Lines – Learn Silverl

I started writing this as a general recap of PDC for team members but the more I thought about what was announced at PDC, the longer the email got.  Ultimately I decided to put it out so you dear reader could also gain some insight from things announced at PDC.  For starters listen to the podcast...

Read More

3D CSS Box Model and other CSS Links

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.

Scaling PHP

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.