My how-to for restyling Google Calendar is by far this blog’s most popular post so far. Right from the start, people had requested that I adjust the code to accommodate Google Calendar’s mini-mode. It certainly was possible using the technique I used, but it did break the agenda which was flaky to begin with given the fact the feature was experimental. Every once in a while, I’d check on the stability of mini-mode to determine if it was ripe for some hacking. Then one day the mode simply didn’t work anymore. It was weird, but after further research I found out why. Mini-mode was superseded by the Google Calendar Gadget. The configuration form does provide some customization of the style, but it is certainly limited. So just like before, I poked and prodded the code until I was able to find the means to restyle the gadget.
Read the rest of this entry »
Posted
June 17th, 2007
in
Programming
/
Tags: Programming, Ruby on Rails
Inspired by a couple of articles and even a screencast, I wrote a short batch file that creates a Rails application and automatically loads it into a subversion repository. It works by first creating a temp folder, generating the rails app there, renaming the app folder to trunk, creating the accompanying branches and tags folder, and then deleting/renaming a bunch of non-essential files. Once that’s done it imports the three folders into a specified subversion repository. Once the import is complete, the temp folder is deleted and then the trunk is checked out. Finally it cleans-up by copying the database.yml file and ignoring the tmp and log folders. That’s it.
Read the rest of this entry »
Posted
June 5th, 2007
in
Programming
/
Tags: Programming
I decided to try my hand at hacking Firefox. I’m a big fan of the Wayback Machine and after checking out the list of Firefox search plugins, I noticed one for the WM was missing. Seeing how they give you instructions on how to create one of your own, I figured I’d give it a go.
Read the rest of this entry »
Posted
May 29th, 2007
in
Technology
/
Tags: Honda, Technology
So I went test driving cars this past weekend. One of the cars I sampled was a Honda Civic. The 2006 redesign is one slick puppy I must admit. Acceleration, handling, and responsiveness are top notch for a car in this class. Unbelievably, my tall frame can actually fit in the backseat. Plus it sips gas, an all important consideration, now more so given rising gas prices. It has an impressive list of standard features and it pretty much comes down to not which package but which trim you want—whether it be the one of the three standard trims, the eco-friendly hybrid (though the Prius is still the reigning king in this class), or the sporty Si. There are available options for customizing the trim even further, but other than fog lights, many are simply superfluous. Yet, since I’ve been considering the Mazda3, the MazdaSpeed3 and the Subaru WRX, I found it rather odd that a 5-door Civic was lacking in Honda’s line-up. I certainly recall a 5-door being available in past iterations. It’s not that Honda doesn’t make them, it’s that they don’t sell them to North America. WTF, Honda?!
Read the rest of this entry »