I'm never quite the Vim kinda guy. I attribute it on my college programming labs that marred any impressions of command-line editors. In fact, I probably wasn't even using Vim back in ...
This is probably one of the most frequently asked question for anyone starting to do iPhone app development. Most would be confused with the "Status bar" option within Interface Builder ...
Ever saved a record into a MySQL database and upon retrieval of the record, you realized that the non-latin characters(e.g. Asian characters) don't quite turn up as expected? Specifically, ...
As I delved more into the world of the Ruby Programming language, I am discovering tools and resources that would be of help to someone new to Ruby. I want to log my learnings as I go ...
In my recent pursue of learning Rails, I have gotten a lot more exposure to Ruby. The Ruby programming language is pretty in terms of its syntax and the semantics. It is object-oriented ...
Bash completion for Git is a very handy utility for a Git and Bash user. For the past few months, I have been trying out Git for source control. Having Bash completion for Git was useful ...