Author Archives: tgc
Django on Lighttpd with FastCGI
After having followed the Django documentation on how to use Django with lighttpd and fastcgi numerous times, I had very little success. Being new to Django and very anxious to dive in head first, this was a very frustrating hurdle … Continue reading
Posted in Django, Lighttpd
6 Comments
Definitive Guide to WordPress Rewrites
There are many tutorials that exist on implementing rewrites and redirects in wordpress. However all of the ones I’ve found have fallen short and the most applicable advice is buried deep within some indirectly related forum. What I aim to … Continue reading
Posted in Wordpress
7 Comments
Importing data from a file into a MySQL database
In this example we will focus on the exercise importing existing data into a MySQL database and the various problems you may run into. First, let’s look at the data we wish to import, it is the password file for … Continue reading