Archive for the ‘JSON’ Category
PHP class for expanding and shortening URLs using Google URL shortener API
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
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
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
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 ...
Using Twitter API and jQuery to display recent tweets
In this article I will show you how you can display your (or any other user’s) recent tweets with some jQuery magic. We will create a widget (sort of) that ...
Working with XML Documents in PHP and jQuery
Here is one more sample chapter from my book. It explains reading, writing and editing XML files with PHP and jQuery. Below are the chapter contents.
Loading XML from files and ...
