Troubleshooting the PATH Environment Variables in Windows
Published on28 Dec 2011
Less than a minute read
Have you been freaking out whole day about why the heck the command prompt keeps throwing an error instead of just executing it, saying that ‘foo’ is not recognized as an internal or external command, operable program or batch file. and you can clearly see that c:foo is in…

Customized jQuery UI Autocomplete Widget: List Items with description
Published on16 Aug 2011
5 minutes, 24 seconds read
jQuery has made DOM parsing & manipulation easy for every developer out there. jQuery has provided a range of rich set of UI controls. My focus will be on how to customize the jQuery UI Autocomplete (version 1.8.15) widget item list according to our needs. Our requirement for the customized…

Add a WordPress-like Read More link to your content
Published on28 May 2011
1 minute, 31 seconds read
Today I am going to show you how to write your own function which shows teaser text with a "Read more" link.
