[Nottingham] Into php5 and ajax

Martin martin at ml1.co.uk
Wed Aug 30 14:21:11 BST 2006


ricky at domainarena.net wrote:
[---]
> 
> Are there any particular things you want to implement with AJAX, or do you
> just want to learn the principles? The link that I originally sent was
> enough to get me started to write the example I mentioned.
> 
> I'd be happy to help!

Thanks all for the good help.

The biggest thing was just to realise that AJAX is essentially just a
set of methods for asynchronous updates to quickly update locally small
parts of a web page from very small server transactions. (OK, so who's
confused now!? :-) )


A link I've read through that was most useful is:
http://www.sitepoint.com/print/build-your-own-ajax-web-apps
which gives a verbose but good 'story'.

http://developer.mozilla.org/en/docs/AJAX:Getting_Started
is usefully much more brief!


This is to try to 'quickly' put together a simple control panel to
twiddle a server-side application from web browsers on remote machines.
This is ideal for avoiding any hassles about whether Linux or Windows or
Macs or whatever are to be used remotely. Looks good thus far.

Next is to try some coding...

Thanks for the Simple AJAX Code-Kit (SACK) link:
http://twilightuniverse.com/resources/code/sack/


Cheers all,
Martin

-- 
----------------
Martin Lomas
martin at ml1.co.uk
----------------



More information about the Nottingham mailing list