Wordpress: wp_monochrome theme

wp_monochrome is my first attempt at designing a wordpress theme. I’m using it on this blog right now, so if you’re reading this from a feed reader, you might want to drop by and see what it looks like.
It is a simple theme composed almost entirely of shades of grey. The theme works fine in [...]

Rails: Thinking Sphinx plugin for search

Just a couple of weeks into being a rails developer, I made the one really, really, really big blunder — I used a find_by_sql in a search page. (Oh, please… stop booing. I was a newbie then.) Now, I’ve realized that I might have to modify the search to add yet another column, and well… [...]

JavaScript: How to create a simple countdown timer

After yet another disappointing performance yesterday by the football (soccer, if you’re American) club I support, Liverpool, this was my tweet:
I’ve already started counting days until FIFA world cup. Football season seem practically over for Liverpool. :(
I actually did count the days, but being a web developer, I ended up writing javascript code to do [...]

New home for this blog

I have moved this blog from its old location on blogspot (http://binarydoodles.blogspot.com) to my own domain, http://nithinbekal.com/.
The posts were moved to the new location a few days ago, but I wasn’t sure what to do with the feeds and that caused quite a bit of delay. I’ve set up the Feedburner Feedsmith plugin to use [...]

First impressions: Ruby Encoder for ruby source code encryption

About a week ago at work, I was asked to evaluate Ruby Encoder, an application to encrypt the source code of your ruby application.
Normally, you wouldn’t want to encrypt the source code of your ruby applications. The code resides on your server and there’s no way anyone else can access it. However, if you are [...]