Dec 24
Image Gallery using Spry framework
This tutorial will explain how to create image gallery (thumbnail viewer) using Spry Widgets which come together with Dreamweaver CS3.
Dec 24
Display xml data in the table using Spry framework
This tutorial explains how to display xml data within html page using Dreamweaver´s Spry widgets
Apr 4
AJAX Demythified for PHP Programmers
All I want is to be able to USE the so-called buzz/hype/must-do technique called AJAX, and to be able to do this SIMPLY for a very SIMPLE purpose : to be able to trigger client-side queries to the server, whilst using PHP on the server to generate the client's DHTML code.
Dec 25
Mastering Ajax, Part 8: Using XML in requests and responses
In the last article of the series,you saw how your Ajax apps can format requests to a server in XML. You also saw why, in most cases, that isn't a good idea. This article focuses on something that often is a good idea: returning XML responses to a client.
Dec 25
Mastering Ajax, Part 7: Using XML in requests and responses
Brett McLaughlin demonstrates how you can use XML as the data format for sending asynchronous requests.
Dec 17
Creating Live Data with AJAX
This AJAX tutorial will show you how using PHP or some other server side language you can get data from your database without the need for a page refresh. This makes simple content updates smooth quick and very simple.
Dec 6
User-Proofing Ajax
Ajax is handy because it avoids needless browser behavior such as page reloads, but it can also be dangerous because it avoids useful browser behavior like error handling. Gone are the "Server not found" error messages and that familiar escape hatch, the Back button. When Ajax circumvents useful behavior, we have to make sure we [...]
Nov 19
Create your own Ajax effects
The basic and prebuilt effects in script.aculo.us are nice, but if you really want to build something great why not investigate doing your own, homegrown, do-it-yourself effects. In this tutorial you will learn how to take basic effects and build on them to create your own.
Nov 14
AJAX: Creating Huge Bookmarklets
A bookmarklet is a special piece of JavaScript code that can be dragged into a user's link toolbar, and which later can be clicked on to implement cross-site behavior. People have done all sorts of cool stuff with it.
Nov 14
AJAX Tutorial: Saving Session Across Page Loads Without...
This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits.
Oct 13
Simple AJAX Class
A simple AJAX class. The code for the class is provided as well as example HTML and PHP code for usage.
Sep 15
Mastering Ajax, Part 6: Build DOM-based Web applications
Continue to explore how DOM programming fits into interactive Ajax applications as Brett McLaughlin completes his trilogy of articles on DOM programming with a DOM application in practice.
Sep 15
Mastering Ajax, Part 5: Manipulate the DOM
Last month Brett introduced the Document Object Model, whose elements work behind the scenes to define your Web pages. This month he dives even deeper into the DOM. Learn how to create, remove, and change the parts of a DOM tree, and take the next step toward updating your Web pages on the fly!
Sep 15
Mastering Ajax, Part 4: Exploiting DOM for Web response
The great divide between programmers (who work with back-end applications) and Web programmers (who spend their time writing HTML, CSS, and JavaScript) is long standing. However, the Document Object Model (DOM) bridges the chasm and makes working with both XML on the back end and HTML on the front end possible and an effective tool. [...]
Sep 6
Creating an AJAX feed viewer using Yahoo! UI and the Grid...
Create an AJAX powered feed viewer with the new Grid component from the Yahoo! UI library.