Archive for the ‘Ajax’ Category
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 ...
Collection of 10 top 10 lists about web development
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
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
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
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
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 ...
