Useful Ajax Tutorials and Demo for web developer
Ajax, or AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications. AJAX is a type of programming made popular in 2005 by Google , With AJAX you can create better, faster, and more user-friendly web applications .
If you enjoyed this post,
please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.
1.jQuery Cycle Plugin
A lightweight slideshow plugin, it supports pause-on-hover, auto-stop, auto-fit, before/after callbacks, click triggers and many transition effects. 2. Ajax Auto Suggest v.2:
The Autosuggest class adds a pull down 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. 3.AJAX Star Rating Bar :
This is a rating bar script done with PHP and mySQL that allows users to rate things like can be done on Netflix or Amazon, all web 2.0-like with no page refresh.
4.AJAX contact form :
A nice drop-in AJAX contact form that can be used in WP. PHP () Mail ready.
5.Edit-in-Place with Ajax :
A small piece of javascript reads al SPAN tags, checks if it has class=“editText” and a id=. If that is true, it adds a onclick function. That onclick function will create a textfield or input (depending on the size of the editable text). Someone has the ability to edit the field. When the text field is blurred, it will read the contents, and starts a XMLHttpRequest and ‘sends’ the content + fieldname + any set vars to an update file.
6.Ajax Tabs Content script :
Ajax Tabs Content script that lets you display content pulled from external files inside a DIV and organized via CSS tabs. A fully unobtrusive, CSS and HTML based script
7.RSS Display Boxes :
Using Ajax, this script makes it easy to display RSS feeds from other sites inside DIV containers. Each RSS box can be independently tailored, from the RSS feed to fetch, how many items to show (and whether to paginate them), to what portions of each entry (just the “title”, or “title” plus “description” etc) to display. 8.AJAX poller script :
9.AJAX Fisheye List Widget :
10.Google X Pulled, Archived & Mirrored :
11.Easy Ajax with ASK:
The purpose of ASK is to offer you a simple way to get content into your page on-the-fly through asynchronous JavaScript and XmlHttpRequest, without sacrificing accessibility or usability.
12.Roll-your-own AJAX Slideshow :
The TripTracker slideshow is a lightweight JavaScript image viewer with an animated slideshow feature. To see the script in action, click on the first thumbnail below and then the Play button
13. wTag (Ajax shoutbox) :
wTag is a free open source – GNU GPL shoutbox (chatbox, chatterbox, tagboard or Ajax mini chat) script written in PHP and JavaScript.14. Mootools-Ajax Contact Form :
create fancy contact form using mootools 15. AJAX bar graph using ASP.NET :
16.Login using AJAX and PHP:
17. Sort table rows using Ajax :
A good and simple way to sort data into a table with a simple click on table headers and I found this interesting framework: Stuart Langridge’s sorttable.js. 18. Create a shoutbox using PHP and AJAX with jQuery :
A shoutbox, saybox, tagboard, or chatterbox is a chat-like feature of some websites that allows people to quickly leave messages on the website, generally without any form of user registration.
19. Ajax Manager : jQuery Plugin :
Manage AJAX requests and responses (i.e. abort, block requests, order responses) 20.Aptana – Ajax IDE:
Aptana Studio is a complete web development environment that combines powerful authoring tools with a collection of online hosting and collaboration services. its an Open-source, cross-platform, development environment for building Ajax Applications.