Monthly Archives: December 2008
Exploring Stored Procedures in MySQL and PostgreSQL
The PostgreSQL PL/pgSQL procedural language is well documented here and the MySQL Reference Manual is available here. The MySQL documentation is, in my opinion, lacking, however the MySQL Stored Procedure Forum helps a great deal in making up for the … Continue reading
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
How to Fix or Remove Uncooperative Widgets in WordPress
Recently, I was working with php-code-widget to include some custom PHP code in a WordPress widget. Unfortunately, and much to my surprise, the custom code did not work flawlessly the first time and I was left staring at errors like: … Continue reading