Wednesday, December 2, 2009

Using Ajax and JQuery Part 1

If you are planning on implementing Ajax into your website, you should use JQuery. Ajax is shorthand for asynchronous Javascript and XML. It allows you to create intereactive web applications on the client-side.

JQuery is an amazing Javascript library that makes it easy to create cool websites with just a few lines of code. It is a Javascript library that makes it easy to write the complex Javascript that you will need to create attractive websites.

You should use JQuery if you need a small library that gives you power over the Document Object Model. You should also use it if you need quick access to Ajax without a lot of bloat (overhead-wasted code).

You can also use it to add some basic animation effects to spice things up.

I will post more on using Ajax and JQuery.

(Part 2 Coming Soon)

0 comments: