Archive for the 'Ajax' Category

Creating Smart Forms with AJAX

Saturday, February 23rd, 2008

Web forms are very important pieces of an application. They’re used for registration, logging in, or even payment for services. Kris Hadlock explains the importance of creating “smart” forms and how to use AJAX to improve the forms in your applications.
Introduction
When you first think about designing a form, it probably doesn’t seem very […]

Ajax on Rails

Sunday, January 27th, 2008

In a few short months, Ajax has moved from an obscure and rarely used technology to the hottest thing since sliced bread. This article introduces the incredibly easy-to-use Ajax support that is part of the Ruby on Rails web application framework. This is not a step-by-step tutorial, and I assume that you know a little […]