By nitin on May 15, 2011
For one of my project I had to use social connect buttons, with Facebook, Twitter, and Instapaper. I tried searching for any buttons that fits my bill, but that went in vain. Later I created these buttons myself using Photoshop. I am releasing these buttons source, may be it'll save others time.
Here is the ScreenShot of these buttons. Continue reading…
Posted in Freebies |
By nitin on May 15, 2011
What is the first solution comes to your mind, when someone asks you
How can I dynamically hide any element using Javascript ?
Continue reading…
Posted in Javascript | Tagged hack, hide, Javascript, tips |
By nitin on February 9, 2011
Git is a very popular distributed revision control system with an emphasis on speed. Recently for my projects I need to setup up a private Git Setup on Webfaction Server. So here is the way to Install and start using Git on Webfaction. Continue reading…
Posted in Tips & Tricks | Tagged git, revision, versioning, webfaction |
By nitin on January 12, 2011

A lot of people have participated and qualified in Qualification Round of Facebook Hacker Cup. Luckily I am also qualified for First Round. Facebook Hacker Cup Qualification Round consisted 3 problems. All of these problems were programmatically easy but tricky. Lots of people made very simple mistakes while solving these problem(including me).
Continue reading…
Posted in Programming | Tagged context, double square, facebook, hacker cup, Programming, python |
By nitin on November 12, 2010
During web development I very often come across a problem to convert any string into TitleCase. Those who don't know title case is the style of writing having first letter as a majuscule (upper-case letter) and the remaining letters in minuscules (lower-case letters).
Continue reading…
Posted in Tips & Tricks | Tagged capitalization, Django, python, title case, titlecase |
By nitin on June 30, 2010

I don’t know when this picture was taken, or is it actually of India or not, but condition of Indian Railways is not a lot different from this. The trains are always crowded, and it is difficult to get reservation in train. Every train traveler might faced the problem of non-availability of tickets in Indian Railways. Anyways, here I am not going to discuss the condition of Indian Railways.
Continue reading…
Posted in WebResource | Tagged indian, indian railways, PNR, pnr check, railways, website |
By nitin on June 27, 2010
Title of this post may seem strange to you but this is true, You can actually save some energy by using this Javascript on your website. Let me tell you how.
This javascript turns the webpage black if there is no user activity on the page for some time. As the page predominantly turn black the script in-effect saves energy.
Image displayed is primarily a function of the user's color settings and desktop graphics, as well as the color and size of open application windows; a given monitor requires more power to display a white (or light) screen than a black (or dark) screen.
Roberson et al, 2002.
Posted in Javascript, Uncategorized | Tagged black, black-screen, Effect, energy, Javascript |
By nitin on March 26, 2010

WordPress is an excellent blogging engine. It is easy to setup and even easier to use. It has got a huge collection of themes and plugins. Because of all these things WordPress has got so widespread use.
WordPress has the concept of categories to segregate posts in different types. When number of posts in some category becomes really huge, its good to make a separate website for this particular category.
I faced similar problem for one of my website and I decided to migrate all of my posts in “XYZ” category to a different domain. But, unfortunately WordPress Admin Dashboard doesn’t provide any direct method to export all posts in a particular category.
Continue reading…
Posted in Uncategorized, Wordpress | Tagged 301Redirect, Category, Export, Migration, Posts, Redirect, Wordpress |
Recent Responses