Hitech News

July 2, 2006

Great Books about Ajax

Filed under: ajax,books,web20

Here’s a nice review of some of the top books on programming Ajax so your web site can get on the Web 2.0 bandwagon.
Link

.

June 23, 2006

Creating an Album List with Ajax and C#

Filed under: ajax

This article describes how to use Ajax and .NET via the AJAX.NET Pro Library. This functionality is part of a much larger on-line music app being constructed, but demonstrates how to get a list of Albums by an Artist’s name. The UI is simple a TextBox to enter an Artists’ Name and a Table to display the Albums.
Link

.

June 19, 2006

Sun joins IBM for Ajax development

Filed under: ajax

Sun Microsystems has joined the Dojo Foundation, a group developing an open source development kit for creating Asynchronous JavaScript and XML (Ajax) applications.
Link

.

June 16, 2006

Using Ajax Agent and PHP for Auto-Complete

Filed under: ajax

This how-to will explain how to use Ajax Agent and PHP to create an Ajax Auto-Complete box with a drill-down list of data. The UI is very simple. It consists of a TextBox to enter an Artists’ Name, a selectbox to display the Albums and an unordered list to display the songs on an album.
Link

.