mkv25.net games Open Menu Banner Image AJAX Quotepicker

jquery random quote picker using ajax prototype for work on the dwarf fortress map archive

Scrapbook / AJAX Quotepicker
-0001/11/30 00:11:00

JQuery really does make life easier.

As a prototype for work on the DFMA I prepared an ajax quote picked that gets its content from a PHP service. I posted this on my AI Research Blog as well. Score for keyword density!

The other pleasing thing about this prototype was the mouse button effects. Note the mouse down event that highlights a different colour (reddish) to signify activity.

Come to think of it... flash has allowed for ajax type interactions for years, what with it being its own frame and allowing for multiple HTTP requests to happen in the background, I suppose that wasn't much call for doing that kind of thing back in the day. Still, we progress, we make possible the ideas that burn through our heads by understanding and simplifying the commands by wrapping them up in function calls and presenting them in clean well documented APIs. At least, that is what the kindly people of the internet do for us.

Related