Category Archives: Web Site

varun.org has a new home

It was high time to retire the nine year old 433 MHz box that was faithfully serving varun.org for all these years. The new “server” is a 1.6 GHz laptop running Ubuntu 8.04. While I was at it, decided to … Continue reading

Posted in Linux, Web Site | Leave a comment

Moving wordpress domains

A handy set of mysql commands to run when moving wordpress domains to make sure all the links are properly migrated: UPDATE wp_options SET option_value = replace(option_value, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; UPDATE wp_posts SET … Continue reading

Posted in Web Site | Leave a comment

photos.varun.org has a new look

My photos website has been re-designed using JAlbum. I had been using gallery till now but after seeing how open and flexible JAlbum is, I decided to give it a try. Although gallery it is a great piece of software, … Continue reading

Posted in Web Site | Leave a comment

WordPress 2.0

Just upgraded to WordPress 2.0. It has a decent default WYSIWIG editor with support to upload images. I would have liked the upload directory to be configurable instead of the hardcoded ‘uploads’. I like how you can resize the editor … Continue reading

Posted in Web Site | Leave a comment

Switched to WordPress

Finally after playing around with WordPress for a few days, I made the switch from blogger tonight.

Posted in Web Site | Leave a comment