Ajax for tables One strong suit of Asynchronous JavaScript™ + XML (Ajax) is presenting data from the server to users in a dynamic fashion. Discover several techniques that use Ajax for dynamic data display using tables, tabs, and gliders. in Public bookmarkswith ajaxjavascript
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 bookmarkswith ajaxtutorials
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 bookmarkswith ajaxphptutorials
CSS Message Box collection Message boxes are useful elements to display status messages after or during a specific user request. Some days ago I wrote this post about how to implement a nice Ajax chains of effects (fade in, delay, fade out) for a common message box using mootools. in Public bookmarkswith ajaxcss
CSS, AJAX, Web 2.0 & Search Engines As the web moves into its second generation, sites are making more use of CSS, AJAX and other advanced and interactive design techniques. But how are the largely Web 1.0 search engines reacting to these, from an SEO perspective. This session explores issues and solutions. in Public bookmarkswith ajaxcss
CSS, AJAX, Web 2.0 & Search Engines As the web moves into its second generation, sites are making more use of CSS, AJAX and other advanced and interactive design techniques. But how are the largely Web 1.0 search engines reacting to these, from an SEO perspective. This session explores issues and solutions. in Public bookmarkswith ajaxcss
Google Releases AJAX Language API Google today opened up the machine translation software they implemented on their own Google Translate site via a public API. The AJAX Language API allows developers to perform translations in their applications for all 13 supported languages and 29 translation pairs. in Public bookmarkswith ajaxgoogle
How To Use AJAX AJAX, an acronym for Asynchronous JavaScript and XML, is very hot in the growing universe of Web development. While this new technology offers some great capabilities, it also sparks some unquestionable debate over issues with the Back button. in Public bookmarkswith ajaxarticle
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 bookmarkswith ajaxtutorials
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 bookmarkswith ajaxtutorials
The AJAX JavaScript This is the JavaScript code, stored in the file "clienthint.js": var xmlHttp function showHint(str) { if (str.length==0) { document.getElementById("txtHint").innerHTML=""; in Public bookmarkswith ajaxjavascript
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 bookmarkswith .netajaxtutorials