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

Archive for the ‘Ajax’ Category

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

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

5 JSON resources for web developers

September 2nd, 2009 | Posted by Vijay Joshi | No Comments
JSON(Javascript Object Notation) is defined as a lightweight data interchange format and fat-free lightweight alternative to xml. Since json is the native data form of Javascript, it can be used ...

Creating a countdown timer in javascript

March 23rd, 2009 | Posted by Vijay Joshi | 8 Comments
On one of the projects I am working upon currently, we needed a countdown timer in JavaScript. User had to fill in a form and we wanted to restrict that ...

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

Automatic session timeout/logout using php and AJAX

December 8th, 2008 | Posted by Vijay Joshi | 14 Comments
Part 2 is also available now. Read part 2 This article is Part 1 of 2 part series in which you will learn how to logout user after a specific amount ...