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

Posts Tagged ‘Ajax’

Using Twitter API and jQuery to display recent tweets

December 24th, 2010 | Posted by Vijay Joshi | 1 Comment
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 ...

Guys, I am writing a book

November 22nd, 2010 | Posted by Vijay Joshi | 6 Comments
Yes that’s right and it is called PHP jQuery Cookbook.  As the name suggests, it’s about creating rich internet applications using 2 of my favorite technologies – PHP and jQuery. I ...

Collection of 10 top 10 lists about web development

September 23rd, 2009 | Posted by Vijay Joshi | 2 Comments
I am a regular reader of web development articles and in this process bookmark a lot of them. Out of that collection I present to you a list of 10 ...

Automatic session timeout/logout using php and AJAX : Part II

December 12th, 2008 | Posted by Vijay Joshi | 6 Comments
This article is final part of 2 part series in which you will learn how to logout a user after a specific amount of inactivity. In part 1, we used ...