Posts Tagged ‘PHP’
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 ...
PHP: Defining configuration values
Every web application requires configuration files which contain values that are used throughout the application. In this post we will look at some of the methods developers use to define ...
Favorite tech links of the week : 20Dec – 26Dec, 2010
This post contains some of the useful and interesting tech links I found during this week. To keep up to date with the latest information, subscribe to the feed or ...
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 ...
Working with JSON in PHP and jQuery
I mentioned in a previous post that I was writing a book on PHP and jQuery. Well, after a labor of around 7 months the book is out now. It ...
8 blogs you must read if you are a web developer
Ajaxian
Ajaxian covers all news related to javascript, libraries, AJAX related news, technologies, libraries, browsers quirks etc.
Why?
Definitive resource for AJAX whether you use it with PHP, Perl, NET(argh!) or whatever else. ...
