| Web Development >> Coldfusion |
ColdFusion powered AJAX - Joes Goals
| Language : | English | Quality : | High | Has Audio : | true | Source : | Adobe | Media : | Flash |
| Ian Smith details his site www.joesgoals.com which uses a ColdFusion back end and the Yahoo YUI AJAX library for the front end. Please use the "Scroll" feature to get a better view of the presenters screen - it was our first breeze preso! |
Tags: Coldfusion, Ajax, YUI Ajax, Yahoo, Presentation, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Yahoo YUI Utilities Cheat Sheets Cool Cheat Sheets for the YUI Utilities provide quick references to the key methods, properties, and syntax patterns of each component |
|
Using AJAX with ColdFusion Asynchronous JavaScript and XML (AJAX) is a name for the technique in which the JavaScript XMLHTTPRequest Object is used to exchange data asynchronously with a server. In a standard web application, each time data is to be sent to or retrieved from the server, a get (e.g. clicking a URL link) or post (e.g. submitting a form) is necessary, resulting in a complete page refresh. In an AJAX application, no refresh occurs |
|
A review of the YUI libraries in a production application With the successful launch of a benefits enrollment application at my office, I wanted to put some thoughts down on the use of the Yahoo User Interface javascript libraries in that application. All in all, the libraries were excellent, except for two bugs which remind me of the value of writing your own libraries |