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

Posts Tagged ‘PHP’

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 ...

PHP: Defining configuration values

January 7th, 2011 | Posted by Vijay Joshi | No Comments
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

December 27th, 2010 | Posted by Vijay Joshi | No Comments
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

December 23rd, 2010 | Posted by Vijay Joshi | No Comments
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

December 20th, 2010 | Posted by Vijay Joshi | 2 Comments
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

December 19th, 2010 | Posted by Vijay Joshi | 2 Comments
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. ...