vijayjoshi.org - php | javascript | ajax | and all things web

Posts Tagged ‘Google’

PHP class for expanding and shortening URLs using Google URL shortener API

January 21st, 2011 | Posted by Vijay Joshi | No Comments
I have combined the 2 previous posts for expanding and shortening goo.gl URLs and have created a small class for it. Below is the download link for the class. Expanding a ...

PHP: Shorten URLs using Google URL shortener API

January 12th, 2011 | Posted by Vijay Joshi | 20 Comments
In past 2 posts you saw how short URLs can be expanded using the Google URL shortener API. This post shows how URLs can be shortened using this API. API key ...

Using PHP and cURL to expand URLs using Google URL shortener API

January 12th, 2011 | Posted by Vijay Joshi | 4 Comments
Yesterday I wrote this post explaining how short goo.gl URLs can be expanded using the newly launched goo.gl API. In that code we used php function get_file_contents to get the ...

PHP: Expanding URLs using Google URL shortener API

January 11th, 2011 | Posted by Vijay Joshi | No Comments
Yesterday. google launched an API for its URL shortening service http://goo.gl. Using this API developers will be able to expand/shorten URLs and get a user’s analytics and history programmaticaly. Below is ...

Goggle’s new book on browsers and web – 20 things I learned

November 19th, 2010 | Posted by Vijay Joshi | No Comments
Google has created a new interactive book called “20 things I learned about browsers and the web“. It has 20 small chapters each answering a topic related to web like ...

How to dynamically load the Google Maps javascript API (On demand loading)

January 19th, 2010 | Posted by Vijay Joshi | 12 Comments
Normally google maps js api is loaded at the time of page load via a script tag with src set. If map is not so major feature of your application ...
12»