jquery ajax and json are awesome

May 10th, 2010 No comments


I used ajax before, but I never did it with jquery till I recently learned it. I have a function on my billing interface that pops up a box for the user to update some information. Well before I had write out the raw ajax script, checking for browsers etc, and then ajax would return a comma’d string that i would then split with javascript and then allocate that data somewhere. how naiive was I? Now i can just jquery to do the ajax and then return a JSON object with the data which is awesome! Its so much quicker and sooo much less code

Categories: Video Tutorials Tags: , , ,

AJAX 101: Script Placement (s1e06)

May 10th, 2010 No comments


In this tutorial I demonstrate the effects of script placement. I also cover the basics of browser events. Browser events will be covered in greater detail, along with functions in the next video.

Categories: Video Tutorials Tags: , , ,

ASP.NET Learn Ajax – 16 Hours of FREE Video Tutorials

May 6th, 2010 No comments


idealprogrammer.com – AJAX Video Tutorials – 16 Hours Free by Microsoft expert, Joe Stagner

AJAX Tutorials Lesson 1 Part 2- Basic Ajax Function and how to use it

May 5th, 2010 No comments


In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL. No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information. A good knowledge of Javascript and PHP/MySQL is required to get full use of this tutorial

AJAX Tutorials Lesson 1 Part 1- Basic Ajax Function

May 5th, 2010 No comments


In this 2 part tutorial I talk about how to use the Ajax Function and collect information from a database through HTML Javascript Ajax then PHP/MySQL. No Iframes are used or page refreshs it is using simply the XMLHttpRequest to collect the information. A good knowledge of Javascript and PHP/MySQL is required to get full use of this tutorial