Blog

Tirunelveli to Mars

Tirunelveli to Mars

Sep 24th, 2014 a milestone of our India's space research organization, our spacecraft Mars orbiter (MOM) entered the Mars Orbit. Some may think United States NASA has did this already in 1965 & is…
Late Static Binding in PHP 5.3

Late Static Binding in PHP 5.3

It's a feature introduced in 5.3 and in the latest PHP 6 helping to resolve class and object run time association and hereby helping to resolve our needs.
Top 5 Time Management tips for Project Managers

Top 5 Time Management tips for Project Managers

When you are leading the projects as a Project Manager, there will be many challenges to keep the projects on track and within the budget. However by understanding the importance of time management you can be more productive at work and become a more effective project manager and lead a more balanced life.
Group by with Order Desc in MySQL

Group by with Order Desc in MySQL

i recently worked on auto complete records task. They expect to show auto complete results must be unique and recent records. i use following simple query with my filter. For…
Debugging Tools for javascript libraries

Debugging Tools for javascript libraries

We know that, there are so many javascript libraries developed and customized for web developers and it give to us better UI result. Nowadays elements custom attribute played major role…
Local Storage for communication

Local Storage for communication

Local Storage for communication between browsers: There are cases, when a same page was opened in multiple tabs/browser windows and an update in a page, will be reflected in all other windows…
Introduction to Web Notifications API

Introduction to Web Notifications API

The Web Notifications API is "an API for front-end user notifications". A notification allows the user to see alerts outside the context of a web page of an occurrence such as delivery of mail, user login, chat notification, process complete etc. The notifications will be in different style on different browser and based on the device we use. In mobile we usually see the notification in notification bar.
Manage Dependency with Composer

Manage Dependency with Composer

Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries for your project needs. It will install them in your project for you.