links for 2006-09-29
-
David Perelman-Hall presents a client-based technique for record locking of multiuser data-driven web applications–and it all hinges on AJAX.
On the These Days blog there’s a recent post talking about creating a mobile version of your site and how you can detect if the visitor is using a mobile browser or not using WURFL. WURFL, The Wireless Universal Resource File (WURFL) is an open sourc …
Learn about File API,a powerful API that allows developers to handle files from a users file system and manipulate those files to be used within a web application.
Post original
In this tutorial, we’ll learn how to create a slick email signup form. This form will harness the full power of AJAX, meaning that we will submit data to the server, validate it, and receive a response – all without a single page refresh! Along the way, you should pick up some useful tips related to PHP and JavaScript, as well as general programming …