Posts Tagged application
-
Create Your First jQuery Plugin
Today is a big day. Up until now we have been using other people's plugins to improve our web applications. Today we will create our own. It will be an incredibly simple plugin, but will build a foundation for creating more advanced plugins. This
more -
Basic Form Validation Using The jQuery Validation Plugin
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
more -
jQTouch – Building iPhone Web Applications without the Apple SDK
Let's face it. The Apple iPhone is a huge success. It is the smart phone of choice for over ten million people worldwide. Despite the fact that the iPhone comes with the Safari Web Browser that renders the web flawlessly, there is still a very lar
more -
Advanced jQuery Ajax Options
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 wil
more -
An overview of Ajax
Today we will give a high level overview of Ajax. Ajax stands for Asynchronous JavaScript And XML. What it allows you to do is by utilizing JavaScript you can update parts of a webpage without having to reload the entire page. Once you know what A
more -
This Week: Ajax with jQuery and a complete application example
This week, will not have as much of a theme as we usually try to stick to. This week, we will be utilizing jQuery to create a very basic but useful application. We will also begin discussion about Ajax and how you can use jQuery to streamline the p
more -
jQuery Plugin – jQuery Week Calendar
jQuery Week Calendar is a great almost ready out of the box application that will give you the functionality that rivals Google Calendar. With a single command you can have a basic calendar display that you can create appointments with the same amou
more