- Beginning AJAX with Rails 2.0
Today, I'm going to go over a quick tutorial of some basic AJAX functions. Rails has a great implementation with AJAX right out of the box, with the Prototype library. It also includes the Scriptaculous library with some special effects.
in Public bookmarks with ajax tutorials
- Cross-Domain AJAX calls using PHP
AJAX has become the core component of many web applications around us. And its fairly easy to handle AJAX now a days, with the help of various javascript libraries (ex: jQuery, Prototype, Mootools, YUI, etc).
in Public bookmarks with ajax php tutorials
- Google AJAX Translation API
The game above uses the new Google AJAX Translation API that allows you to do two things via a simple JavaScript API.
in Public bookmarks with ajax google tutorials
- How to build tables using Ajax
I just came across this informative article on IBM which talks about how one could use Ajax for building tabs, tables and gliders.
in Public bookmarks with ajax tutorials
- Pluggable Web Services
What is that? Does it look a little WSDL-y without the XML? This format is Service Mapping Description (SMD), and Kris Zyp talks about how it enables pluggable Web services. With the schema about you can wire it together (example using Dojo):
in Public bookmarks with ajax tutorials
- Simple images slider to create Flickr-like slideshows
Since long time I was looking for a simple way to implement a Flickr-like slideshow ("image carousel") and finally I found a good compromise between complexity and result to implement it using Prototype-UI, an awesome JavaScript framework based on Prototy
in Public bookmarks with ajax tutorials
- Using AJAX and ASP.NET Extensions with .NET 3.5
One of the many new features of Visual Studio 2008 is built in Support for ASP.NET AJAX development. Previously with Visual Studio 2005 you would have needed to download separate add-ons and project templates in order to AJAX enable your web applications.
in Public bookmarks with .net ajax tutorials
tutorials from all users