Category Archives: PHP

Implementing a Lightbox in WordPresss

The problem that I have encountered while researching various options for implementing a JavaScript lightbox in WordPress, is that they generally require you to add either a class, id, or rel attribute to your image link. This may not be … Continue reading

Posted in JavaScript, PHP, Wordpress | Leave a comment

Running a FastCGI Application Server with a Lighttpd Front End

Running a FastCGI Application Server separately from the Web Server has been an increasingly popular topic. The FastCGI Wikipedia Article states some of the reasons for it – “This separation allows server and application processes to be restarted independently — … Continue reading

Posted in Lighttpd, PHP | Leave a comment