Tag Archives: asynchronous ajax

JQuery & Ajax Free Video Tutorial

JQuery Video TutorialIn this series of tutorial’s I will show you how to use the amazing JQuery Framework. Not only that, but I’ll show you how to use it to master your Ajax techniques.

If you don’t know, Ajax is an approach to using HTML, JavaScript, DHTML, and the DOM. It allows you to create interactive web applications. When Ajax is implemented with JQuery, you dramatically decrease the complications of implementing AJAX techniques.

Briefly, you will learn:

  • How to Select and Edit Element’s without a page reload
  • How to perform many animation’s live on the screen
  • How to pull text from the server
  • How to pull XML data from the server
  • How to communicate with php script’s on the server, without a reload
  • Many fast ways to perform normally complicated JavaScript tasks
  • And, much more…

Continue reading JQuery & Ajax Free Video Tutorial

Learning JQuery and AJAX Part 1

I’ve received many requests for both an AJAX and a JQuery tutorial. So, I’ll cover them both in the same series of articles, because they work well together. I wrote an earlier article on How to AJAX, but I’ll briefly go through what AJAX and JQuery is in this article.

What is AJAX?

There is much confusion concerning Asynchronous JavaScript and XML (AJAX). First off AJAX is not a programming language. It provides a new way for you to use the languages I’ve taught you in previous tutorials:

Continue reading Learning JQuery and AJAX Part 1