How to track clicks on a facebook like button

Posted by on Nov 14, 2012 in Javascript | No comments yet

Sometime its necessary to check whether someone clicks on or makes like on the facebook like button and the facebook provide an call back function this is the normal code to add facebook like button By adding this snippet of …

Store Arrays in Database Php

Posted by on Nov 14, 2012 in MySQL, Php | No comments yet

When working with arrays its necessary to store an array in a MySQL field. Unfortunately, there is no way to directly pass in an array as a parameter.. in this case we have to use the function serialize and unserialize …

Find next and previous date from current date PHP

Posted by on Nov 8, 2012 in Php | No comments yet

I found an interesting new way to find a future or past day, month, or year using PHP.To recaps we can find next and previous date from current date PHP Here are few examples It is much easier than using …

Add numbers or alphabets to google markers API

Posted by on Oct 13, 2012 in Google Maps, Javascript, Jquery | No comments yet
Change the color scheme of google maps

As part of Google Chart Tools we can generate markers that contain a letter or number, as well change the marker and font colors. So to recaps we can Add numbers or alphabets to Google markers API Here the example …

Load More