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

Posts Tagged ‘jQuery’

Favorite tech links of the week : 17 Jan – 23 Jan, 2011

January 24th, 2011 | Posted by Vijay Joshi | 1 Comment
This post contains some of the useful and interesting tech links I found during last week. To keep up to date with the latest information, subscribe to the feed or follow ...

Searching text in a HTML table using jQuery

January 3rd, 2011 | Posted by Vijay Joshi | 5 Comments
Here is the situation. You have a really long table with hundreds of rows and you want to filter the rows(instantly!) that contain a specific keyword in any of the ...

Why you MUST use client side validation

December 30th, 2010 | Posted by Vijay Joshi | 1 Comment
Client side validation is checking the values against the desired format before sending them to server side for further processing. Javascript is used for validations on browser. Lately, with the ...

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

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

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