A comprehensive guide: How to install Zend Famework

The frameworks help programmer to build an application rapidly and efficiently while decreasing the security issues. Today I am going to install and configure Zend Framework which is one of the most powerful PHP framework that is being used around the globe. Magento, the most famous e-commerce CMS, is also build with the Zend Framework. [...]

Tags: , , , ,

Sunday, November 7th, 2010 Frameworks, PHP, Zend Framework 6 Comments

A trick to insert update multiple records quickly and efficiently

In everyday programming we insert records and update them. Many developers use the INSERT query to insert data then use the UPDATE query to update data but before they actually need to get the WHERE condition to update the appropriate data. This task some times takes a lot of efforts if someone needs to insert [...]

Tags: , ,

Saturday, October 30th, 2010 MySQL, PHP 5 Comments

Some useful MySQL functions that might make ones life easy

Many developers working in web development does not know the power of database system. They are continuously using the old techniques that makes mess in the code. In any application whether its a web or desktop application there needs many operations on data, some time we have to format data in various shapes to display [...]

Tags: , , ,

Wednesday, October 27th, 2010 MySQL No Comments

How to mute and autoplay youtube video using JS API

Now I am going to tell you how to mute and autoplay a YouTube video using YouTube JavaScript API. Its a good idea if someone don’t want to disturb the viewers by making the video silent while auto playing. To accomplish this task you need to understand the YouTube JavaScript API. Google suggest to use [...]

Tags: , , , , , , ,

Tuesday, October 19th, 2010 API, YouTube 7 Comments

How to save google map image to server

Once I was assigned a task to make a functionality that saves the google map images to the server. I searched on the internet but was unable to find any existing solution. But then an idea comes to my evil genius mind and I implemented it. Now I am sharing the logic with you all. [...]

Tags: , ,

Sunday, October 17th, 2010 PHP 10 Comments