Syncing the contacts from 3rd party web application with google contacts...
Hello, It was a kinda of painful job for me to sync the contacts information which is available in my web apps database and allow users to add those contacts to tbe synced with the users google...
View ArticleLinkedIN people and organization search.
Hi Folks, I am back again teaching you some stuffs about Linked In API. I was asked to do this assignment by one of my friend actually. I googled for some times and I realized that there only few blogs...
View ArticleAndroid web
If you want to develop web application for mobile compatible then use the PHONE GAP.. This is the simple frame work for mobile platform. Its very simple like adding 3 files into your project and...
View ArticleUsing Google Maps Get Directions
Hello Folks Today i am going to present an article, which will read two inputs from the users (i.e source and destination) and gives the directions on Google maps. Its very easy to make use of such...
View ArticlejQuery
When we come to programming side every one wishes to create his/her own simple animations which can run in webpage which will look cool as it provides good GUI. Sometimes we can see complex animations...
View ArticleFacebook Updates APIs, Canvas, Home Page to Improve Discovery, Retention, and...
Facebook posted updates to its developer blog today detailing changes to the Canvas Page, Graph APIs and bookmarking, and games stores in the news feed. The changes are designed to improve game...
View ArticleSwitching css in jQuery
this example shows how to switch css using jquery , Download full code here . . index.php : <?php $style = !empty($_COOKIE['style']) ? $_COOKIE['style'] : 'day'; ?> <!DOCTYPE html PUBLIC...
View ArticleAjax – Getting value from Database and file .
This link shows how to get the values from a file (txt file) http://www.w3schools.com/ajax/tryit.asp?filename=tryajax_first ==================================================================== Here’s...
View ArticleCountdown timer 10 to 0 with onLoad Music.
OnLoad it has to count from 10 to 0 and redirect to some website. here is the public link - http://dl.dropbox.com/u/69217756/10_Seconds.rar —————————————— <html> <head> <script...
View Article