Wednesday, May 25, 2005

AJAX resources

Architecture and Philosophy

script.aculo.us
http://script.aculo.us/

Adaptive Path
http://www.adaptivepath.com/publications/essays/archives/000385.php

Ajax Patterns
http://www.ajaxpatterns.org/index.php?title=Main_Page

Java Blueprints
https://bpcatalog.dev.java.net/nonav/ajax/index.html
·Auto-Complete: Provide a simplifed means of data navigation as the user enters a request in an HTML form.
·Progress Bar:
Track the progress on the client of a server-side operation without refreshing the HTML page.
· Realtime Form Validation: Perform server-side validation of form data in an HTML page without refreshes.
·Refreshing Data: Provide up to date data to the an HTML page.

Degradable Validation
http://particletree.com/features/smart-validation-with-ajax

Examples
CSS, and basic JS tricks.
http://www.uptodata.com/css/

Backbase movable portlets
http://projects.backbase.com/RUI/portal.html

Edit-in-place, Dragable layers, and drag-and-drop sort.
http://tool-man.org/examples/index.html

Fade, rollover, and disappear effects.
http://mir.aculo.us/demos/effects/demo1.html

Spell check
http://www.broken-notebook.com/spell_checker/

Magnetic Poetry
http://www.broken-notebook.com/magnetic/

Sample finance app
http://www.ajaxadvocates.com/

Rich code-viewer
http://code.communityserver.org/

Task List
http://confluence.atlassian.com/display/DOC/Dynamic+Tasklist+Macro

Tools
qooxdoo
A really cool widget platform
http://qooxdoo.sourceforge.net/

Dojo
http://dojotoolkit.org/

libXmlRequest
http://www.whitefrost.com/servlet/connector?file=reference/2003/06/17/libXmlRequest.html

SAJAX
http://www.modernmethod.com/sajax/

0 Comments:

Post a Comment

<< Home