Activate your free membership today | Log-in

Monday, January 22nd, 2007

Ajax Driven Memory Configurator

Category: Showcase

<>p>David Chidester has put together a simple example of using Ajax to help a multistep process with the Ajax implementation of a Computer Memory Configurator over at PCMemoryStore.com.

The process for finding the right memory was tedious before hand, and has been simplified with this simple bit of Ajax.

Ajax Memory Configurator

Related Content:

  • Where to use Ajax
    Form-driven pages and user-to-user communication are two of the areas where Ajax makes sense. Meanwhile search functions might be an area to shy away...
  • SOA pushing Ajax to top of Gartner hype cycle
    Ajax along with model driven and event driven architectures are the emerging trends that Gartner Inc. sees topping its latest hype cycle. All of this...
  • ASP.NET AJAX Control Toolkit Learning Guide
    The ASP.NET AJAX Control Toolkit is a set of ready to use Ajax controls and extensions for ASP.NET apps. This reference introduces the toolkit and...
  • Ajax everywhere: Which framework to choose?
    Writing and debugging Ajax, a JavaScript- and XML-driven development technique, can be difficult. In this tip, an expert introduces several frameworks...
  • Ajax everywhere: Which framework to choose?
    Writing and debugging Ajax, a JavaScript- and XML-driven development technique, can be difficult. In this tip, an expert introduces several frameworks...

Posted by Dion Almaer at 7:51 am
4 Comments

++---
2.7 rating from 11 votes

4 Comments »

Comments feed TrackBack URI

interesting but very slow … was json or XML so hard to implement ???

P.S. there are different errors for each interaction

Comment by Andrea Giammarchi — January 22, 2007

It looks cool, but unfortunately it just wedges under Safari and doesn’t render correctly under Firefox. Opera? The select box for “Choose Your Manufacturer” doesn’t do anything when you click it.

Comment by John Romkey — January 22, 2007

David could have solved this problem with three standard select boxes and saved himself about 8 hours of development time. Not only are the AJAX selectors slower then the standard html select they are obviously not platform independent and by using them he has lost a valuable usability tool, the first letter keyboard shortcut. Instead of pushing “s” for Sony I have to click through three screens of computer manufactures.

Comment by Jake — January 22, 2007

Looking at four different online hardware stores, the logical connection is usually:

RAM manufacturer –> amount –> type –>price

or

amount –> type –> manufacturer –> price

I do not see any benefit from using ajax methods here.

Comment by Alex93053 — January 23, 2007

Leave a comment

You must be logged in to post a comment.