Posts Tagged ‘jQuery’
Favorite tech links of the week : 17 Jan – 23 Jan, 2011
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
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
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
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
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
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 ...
