Contact Info Flash Sample Websites Adobe Air Apps Ajax About Me

FEATURED
APPLICATIONS

 

 

FLASH/XML DRIVEN WEBSITE

FLASH/MULTI SWF WEBSITE

Flash Image Gallery

PHP + MySql:
Variety of sample code and applications

PHP + MySql:
Database diven website example -
created entirely in php

PHP + MySql:
Shopping Cart Mechanism

Weblog:
Dreamweaver powered, PHP + MySQL

JavaScript:
Some samples

Ajax - Bookmark App Example

ColdFusion + MS Access:
Menu Database

ColdFusion + Ajax:
ColdFusion implementation of Ajax

Using XOAD:
A Server-Side Framework with Ajax Support Unlike client-side libraries (Prototype, Spry, Yui etc)which are written in JavaScript, XOAD is a server-side Ajax toolkit written
in PHP.
Applications in XOAD make server-based PHP functions available to the client-side Javascript interpreter by passing serialized versions of them as JavaScript objects. You can download XOAD supporting scripts at sourceforge.net. There is also a public forum at forums.xoad.org. Take a look at my online exam, a simple example of an XOAD application that uses a PHP class and a basic php script. Chat Module using XOAD: It's live - you'll need someone to talk to though

A Simple(no frills)Ajax RSS Feed Reader (REST)
Coded with PHP and JavaScript... quite a contrast to the RSS Feed Reader I built using the Spry framework! This Ajax application takes a URL for an RSS feed, collects the XML, and lists the titles and descriptions of the news items contained in the feed. To see the steps to creating this application click on features.

XAJAX: PHP and JavaScript Framework: The Graffiti Wall
To use xajax you just need to register a function (or an object or class method)...then add a call to the function in your HTML or javascript... includes a Javascript object to facilitate the communication between the browser and the server. It can also be used as a Javascript library directly to simplify certain DOM and event manipulations.

CPAINT (Cross-Platform Asynchronous INterface Toolkit): Chat | Google Query
CPAINT is a multi-language toolkit that helps web developers design and implement AJAX web applications with ease and flexibility. It is built on the same principles of AJAX, utilizing JavaScript and the XMLHTTP object on the client-side and the appropriate scripting language on the server-side to complete the full circle of data passing from client to server and back.