What on earth consitutes a <stupidterm>Web 2.0</stupidterm> system?
Surely you do not mean Ajax? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Josh Nathanson <[EMAIL PROTECTED]> To: CF-Talk <[email protected]> Sent: Thu Jul 20 01:36:31 2006 Subject: Re: One-to-many application on one screen Just so happens I've been tasked with creating a "web 2.0" ordering system at my work, that is similar to what Andy is describing -- I've got the basics up and running -- check it out (not tested on Safari) http://70.87.150.164/liveorder/main.cfm Type a single letter in the first field (anything but x or q I think), it will give you a list of products, select one then click "Add Product" - enter some quantities and you'll see the order total is calculated as you go. This uses AjaxCFC, and because it's all on one page, it makes it easier to do the instant total calculation -- at least you don't have to worry about keeping track of your frames and trying to do JS across pages. Matt I think once you got into it a bit you could figure out AJAX stuff...if I can do it anyone can...it's just taking that first leap... -- Josh ----- Original Message ----- From: "James Holmes" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Wednesday, July 19, 2006 5:00 PM Subject: Re: One-to-many application on one screen > In a month you could write your own AJAX framework. It takes a few > hours to make really useful inroads with the popular toolsets - it's > really not that hard. > > On 7/20/06, Matt Robertson <[EMAIL PROTECTED]> wrote: >> And AJAX... forget it. If I could just get >> a month off I could pick it up and learn that cool framework stuff >> I've been wanting to get into. >> >> On the plus side, a frame is dirt simple for a student to implement. > > -- > CFAJAX docs and other useful articles: > http://www.bifrost.com.au/blog/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247153 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

