jQuery is a client-side JavaScript library, the goal of the library is to simply the process of writing cross-browser JavaScript code. jQuery was...
After Introduction to Git VCS, this is the second installment in the series, here we'll be see how to setup a workflow, copying repositories &...
Amazon SQS (Simple Queue Service) is yet another amazing product from Amazon, which provides a reliable, easy & highly scalable hosted queue...
All software developers must have used some VCS (Version Control System) at a point of their career, most would say SVN, which is currently the...
JSON has become a popular data representation format, and can been seen as the successor of XML which used to be the most popular format used for...
As an advanced user all of us spend a lot of time on the terminal which is easier and allows more control on the task, so I was wondering how...
Say you have a couple of Perl programs and you would like to know what modules are used by the programs, and may be you would also like to know...
Ceil in Perl Cieling is basically outputing the next largest integer for an given real number. ceiling(x) is the smallest integer not less than x...
Part I - Shell Tips & Tricks Clear and Disable Bash History Use the Bash inbuilt history command: history -cTo prevent writing of your Bash...
http://webupd8.blogspot.com/2009/08/command-not-found-becomes-more-useful.html
Shell Tips & Tricks Create A Command Alias Most of us use 'ls -l' so, will it not be easier to have a smaller command to show us long listing,...
http://www.labnol.org/internet/marvel-of-simplicity/9357/
http://www.xaprb.com/blog/2009/03/25/mysql-command-line-tip-compare-result-sets/
Introcution Amazon's S3 [Simple Storage Service] is a really amazing service, where you can store unlimited amount of data at a very cheap rate,...
Introduction Pagination is a very basic requirement of a web application, in this article we'll see how to implement pagination easily using the...
Introduction We all write programs to run on the terminal to do jobs that take time, like processing logs, sending out newsletter, etc. To know...
Introduction Many times we write programs which runs many instances of itself, either while using fork or we manually run many copies of the same...
Recently I came across an article where the author finds most of the candidates interviewed for the post of a developer can't write basic code, so...
Introduction Sanitizing HTML is just removing unwanted HTML elements from any inputted HTML code, it does not validate HTML code. We all have...
Can anyone suggest whether MaxMind's GeoIP binary file is better or using a SQL databse?
Separate names with a comma.