Ajax Workshops Archive
Ajax Workshop 1: Ajax basics & building a simple email verification with prototype.js.
This workshop will cover the basics of AJAX, what AJAX is and when it should be used as well as a tutorial building a simple email verification with prototype.js.
Ajax Workshop 2: Building Tabbed Content
This workshop we will be building a tabbed content browser that’s Ajax powered. When ever a user clicks a tab the Ajax will communicate with the server and send back the appropriate data for that tab. We will start this workshop off with the XHTML and CSS for the tabbed content browser.
Ajax Workshop 3: Shopping Cart using Script.aculo.us
This workshop we will be building a shopping cart that’s Ajax powered. This will be a drag and drop shopping cart using the Script.aculo.us JavaScript library. We will also be using PHP on the back end to store the user’s shopping cart in sessions.
Ajax Workshop 4: Live Data with JSON & Prototype.js
This workshop we will be building a live data viewer similar to that of Digg.com’s Digg Spy. We will be using the Prototype.js library as well as the Script.aculo.us library. This type of feature is great if you have a lot of user interaction with your site and want to see what is happening in real time. Let’s get started.
