If you have usedGoogle Reader, then you might have noticed the way Google Reader shows feed items, it loads up few items first when you click on a feed and as you scroll down to view more items, it fetches more items dynamically and adds it to the list.
Dzonealso implements this technique to show items [...]
| Read More.... | Comments |
In this post I want to suggest you some free resources which allow developers to quickly build and mantain powerful and advanced AJAX web applications. In this list you can find advanced grid features, calendars, tab-strip and a lot of other interesting components to develop and enrich your AJAX web applications.
DHTML eXtensionsdhtml eXtensionprovides a set [...]
| Read More.... | Comments |
Tutorialzineissharing a nice tutorial with sourceoncreating a fancy Ajaxed contact formthat is built withjQuery & PHP.
The form isunobtrusive & has a server-side validationwhich makes it degrade gracefully when the JavaScript is turned off.
It takes advantage of 2 jQuery plugins:
formValidator– for validation
JQTransform– for stying input fields
and a PHP class:
PHPMailer– for sending the e-mails
The contact form alsohas [...]
| Read More.... | Comments |
Tutorialzineissharing a beautiful tutorial (with source)on creating anAjaxed drag’n drop shopping cart with jQuery & PHP.
It usesMySQLfor storing the data &simpleTip pluginfor displaying information about the products with style.
It takes advantage of thejQuery UI’s draggable & droppable behavioursto accomplish the flawless experience.
The shopping cart is not a ready-to-go one for an e-commerce website but [...]
| Read More.... | Comments |
In traditional JavaScript coding, if you want to get any information from a database or a file on the server, or send user information to a server, you will have to make an HTML form and GET or POST data to the server. The user will have to click the “Submit” button to send/get the [...]
| Read More.... | Comments |
Mysql Ajax Table Editor is an open source web application for easily editing MySQL tables & creating admin pages almost instantly.
Besides the standard “add, edit, copy, delete, view” functionality, records can be paged, searched & exported to CSV.
It is possible to JOIN multiple tables to generate a custom view (+ apply any other functions on this view) with the [...]
| Read More.... | Comments |
The WordPress blog platform has thousands of plugins, and many of them now use ajax to improve usability. Here’s our pick of more than 30 goods ones: don’t install them all at once.
| Read More.... | Comments |