This example demonstrates bi-directional messaging between heterogeneous (Flash and AJAX) clients and WebORB Message Server. The server performs additional processing to geolocate chat users, injects necessary information in messages so users can plotted on the map. more »
This example illustrates one way of creating a completely JavaScript database with AMASS storage.This was thrown together and just more or less illustrates the possibility of using AMASS storage and TrimPath query javascript in conjunction for an offline in browser database. Why? The possibility of an offline database would be one of the pieces needed to create an offline AJAX application, something very desirable. more »
AMASS - A method for storing a large amount of data in a web browser via JavaScript and Flash. Provides a better storage mechanism than cookies.
TrimPath - Is an sql query parser that works with data stored in arrays.
Ever wanted to make your own quick screensaver? Wanted to turn a cool Flash animation or RSS-based page into a screensaver? Turns out it’s not that difficult. Anything you can put into a web page can be used. This includes Flash, DHTML animations, Iframes loading remote data, AJAX calls, etc.more »