Many programmers like to talk about functional programming, but if you ask them if they’ve ever done it, most of their replies will be “No”. The...
Watsapp is a popular messaging app that works on almost all GSM mobiles. Its is a such great application that got millions of users around the globe, ...
The ability to copy things to clipboard is a useful feature that is widely enjoyed. Many mobile and PC applications gives this feature for better usab...
PHP is the most popular language for web development, but a common criticism against it used to be that it lacked a suitable debugger. Developers usin...
Last week I had the chance to attend JSfoo, a two days conference on Javascript at Banglore, India. Theme of this event "Javascript everywhere" was we...
In this article we will learn how to use NotORM, a simple PHP library for interacting with database. Its really simple and easy to learn. Continue rea...
Route 53 is the scalable DNS service from AWS. It’s fairly simple and straightforward, and Amazon provides excellent documentation with detailed exp...
When you issue a query, the MySQL Query Optimizer tries to devise an optimal plan for query execution. You can see information about the plan by prefi...
Elastic Beanstalk, which launched in January 2011, is a Platform service that simplifies application deployment in AWS. Amazon has recently extended B...
It was few days back I came to know about Jet Profiler an excellent tool for profiling MySQL queries. Thanks Mr. Bjorn Melinder for offering me a prof...