Rob Gonda

This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
(October 7, 2005) - AJAX isn't a technology, or a language, and there's no recipe to implement it; it's just a combination of various components to achieve something you otherwise couldn't: asynchronous http requests. However, since early 2005, when Google and Flickr popularized ... (more)
The ColdBox Framework version 2.0.3 is now out and can be downloaded here. This release is the first one to include contributed content from Rob Gonda, Tom de Manincor, Brian LeGros, Sana Ullah and Aaron Roberson. The ColdBox Team and contributors are growing. The following is a li... (more)
Nitobi (http://www.nitobi.com.) has announced it will support the ColdFusion 8 platform in its suite of enterprise AJAX components. The ColdFusion edition of Nitobi Grid and Combobox offers support to ColdFusion 8 Beta, released today by Adobe, as well as older versions of Coldf... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
Rob Gonda's Blog JSEclipse is a new plugin for the Eclipse environment that helps developers code JavaScript faster and with no errors. With JSEclipse, you can complete a variety of tasks, from editing small sections of code to working with the next big AJAX library or developing... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
This content is reprinted from Real-World AJAX: Secrets of the Masters published by SYS-CON Books. To order the entire book now along with companion DVDs for the special pre-order price, click here for more information. Aimed at everyone from enterprise developers to self-taught ... (more)
Rob Gonda's AJAX Blog I finished today the implementation of AjaxCFC for jQuery. It's the same Ajax <-> CF integration you already know, but using the jQuery Ajax engine. It supports full JSON and WDDX serialization, has improved error handling, improved log4javascript integrati... (more)
Ron Gonda's AJAX ColdFusion Blog Check out my 2h 17mins AJAX presentation recording. I presented AJAX in various flavors to the Scottish CFUG last week and I promised to post the slides and files. You may check out the Adobe Connect Presentation, download the slides, and downloa... (more)
To encourage people to promote the jQuery project and get as many people involved in the community as possible, jQuery is holding a contest to build a "Powered by jQuery" button. The Rules: The contest will run until November 3rd. Winners will be announced November 5th.All entr... (more)
Rob Gonda's ColdFusion Blog There is quite a debate when using Ajax/DHTML on whether to use DOM nodes or innerHTML. I've been a follower of innerHTML, not only because it's easier, not only because you reuse the same view layer, but now also because it's indisputably faster. Whe... (more)
Posted At : August 1, 2006 11:13 PM | Posted By : Rob Gonda Related Categories: ajax It is not possible. Lol, well, ok.... the XMLHttpRequest cannot send multipart/form-data, therefore, cannot upload files. There are two ways around this: 1) Use an iframe. This can be transparent, e.... (more)
This session, aimed at enterprise developers, will discuss how best to enrich your users' experience by the use of AJAX. Rob Gonda will provide a lot of best-practices, such as .provide the user with immediate feedback., .design for errors. and keep state on the server. He will e... (more)
AJAX can make the HTML user experience almost as pleasant as Flash. The main advantage of Flash, in spite of its vector animations, is that you never reload the page. Flash Remoting allows you to interface with the server in the background and AJAX does exactly the same for HTML ... (more)
Should you use the old iFrame tricks or the new XMLHttpRequest? There is not better or worse when comparing these two techniques, but they are certainly different. While both of them allow you to communicate with the server in the background, you should choose the appropriate for... (more)
© 2008 SYS-CON Media