Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Month: September, 2008

GIT – version control system

Having used CVS, SVN and GIT, GIT clearly seems like my preferred choice of version control system, esp for my symfony projects, its amazing how fast it is and how easy it is to use for most of the basic operations and even for other slightly complex operations like branching and merging. I have previous [...]

Tab Menu Using CSS and A Single Sprited Image

I had to recently do a tabbed interface and I looked up for various implementations for tabbed interface mostly including one big image with a space in the middle or two different images one for the left section of the tab and one for the right tab. The solution that I eventually used was implementing [...]