Who has used Flickr, GMail, Google Suggest, or Google Maps will realize that a new breed of dynamic web applications is emerging.Similar to traditional desktop applications without relying on plug-ins or browser-specific features.Yes,it is AJAX–Asynchronous JavaScript and XML.Smashingmagazine had present a list over 90 AJAX-based techniques at here(I copied some images from there),but I don’t think all of them are brilliance.Below is the list of mine top 6 AJAX Solutions.If you have yours,reply it pls.:)
AJAX Auto Completer
The sequence diagram below describes the participants involved with auto-completion of a form value using an AJAX interaction.
Related the best project:
AJAX AutoSuggest:The AutoSuggest class adds a pulldown menu of suggested values to a text field. The user can either click directly on a suggestion to enter it into the field, or navigate the list using the up and down arrow keys, selecting a value using the enter key. The values for the suggestion list are to provided as XML, or as JSON (by a PHP script, or similar).
AJAX Menus
It allows to populate data for sub menus from the server “on-the-fly”
Related the best project:
AJAX Dialogs, Menus, Grids, Trees and Views:part of extjs
AJAX Tabs
It lets you display content pulled from external files inside a DIV and organized via CSS tabs.
Related the best project:
Ajax Tabs Content
AJAX Interactive Elements
It allows you to add window in a HTML page.
Related the best project:
AJAX Floating Windows
Enhanced AJAX Solutions
You can also use it for creating elaborate navigation menus. Key features:
* Animated or static
* Pull the slice in or out on click
* 3D or 2D
* Values can be displayed in the legend
* Custom description for any slice
* Clickable slices
* Grouping small slices into one slice
* Partial pies
Related the best project:
AJAX Emprise Charts: 100% Pure JavaScript Charts

AJAX Grids
the user experience can be greatly enhanced with further optional functionalities – such as sorting, filtering and fast editing.
Related the best project:
Grid3 Example: part of extjs


February 2nd, 2008
Ntt.cc 








Posted in
Tags: 
RSS Feed
Email Feed
[...] The list of mine top 6 AJAX Solutions For Professional Coding Feb [...]