Basic Form Validation Using The jQuery Validation Plugin

Posted by & filed under Uncategorized.

Form validation is a very important part of any web application. You have to make sure that your users are going to enter a numerical value when they put data into a quantity field (You don’t want them to enter “one” into a quantity field, unless of course you want to try and handle that… Read more »

Put Your Twitter Feed On Your Website Using jQuery

Posted by & filed under Uncategorized.

Twitter has become an amazing way to share thoughts, ideas, and information (not to mention what you are actually doing). Displaying your Twitter feed on your website is a great way to promote your Twitter to increase your followers.

Advanced jQuery Ajax Options

Posted by & filed under Uncategorized.

Yesterday we discussed how you can use jQuery as an Ajax library for your web application. The discussion only covered the most basic options to make the Ajax work. There are many more options available to modify how the Ajax behaves. Today we will discuss those options.

An Introduction to Ajax Using jQuery

Posted by & filed under Uncategorized.

Today I will take you through a very basic Ajax example using jQuery. Usually Ajax can be cumbersome to use, but with jQuery it is very simple.