Blog

Recent Posts

jQuery Carousel plugin - jCarousel

less than 1 minute read

I am using this plugin in my current project, and its pretty good. The API usage is simple and the output is what we need.

Review Board - Code Review tool

less than 1 minute read

Found this Open source code review tool http://www.reviewboard.org/screenshots/ through this Yelp Engineering blog post - http://engineeringblog.yelp.com/...

Apache mod_rewrite NE noescape

less than 1 minute read

I faced an issue where the URL for example /saved/ was getting rewritten to %2Fsaved%2F, which caused the web application to give 404 error because it expect...