<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Rob Gonda&apos;s Blog - ajax</title>
			<link>http://www.robgonda.com/blog/index.cfm</link>
			<description>Rob Gonda&apos;s Interactive Strategy</description>
			<language>en-us</language>
			<pubDate>Thu, 02 Sep 2010 14:48:06 -0400</pubDate>
			<lastBuildDate>Sun, 06 Jul 2008 14:40:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>rob@robgonda.com</managingEditor>
			<webMaster>rob@robgonda.com</webMaster>
			
			
			
			
			
			<item>
				<title>jQuery 1.2.6 out and it&apos;s even faster</title>
				<link>http://www.robgonda.com/blog/index.cfm/2008/7/6/jQuery-126-out-and-its-even-faster</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://jquery.com/&quot; target=&quot;_blank&quot;&gt;1.2.6 is now out&lt;/a&gt; and the events handling functionality is 103% faster:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;CSS Selectors are 13% faster&lt;/li&gt;
    &lt;li&gt;.offset() is 21% faster&lt;/li&gt;
    &lt;li&gt;The &lt;a href=&quot;http://docs.jquery.com/Plugins/dimensions&quot; target=&quot;_blank&quot;&gt;DImensions plugin&lt;/a&gt; is now part of the core&lt;/li&gt;
    &lt;li&gt;toggle() can now accept more functions&lt;/li&gt;
    &lt;li&gt;attr() has had an overhaul&lt;/li&gt;
    &lt;li&gt;You can now unbind bound toggle() and one() functions&lt;/li&gt;
    &lt;li&gt;.index() supports jQuery collections&lt;/li&gt;
    &lt;li&gt;jQuery.makeArray can convert ANYTHING into an array&lt;/li&gt;
    &lt;li&gt;beforeSend() can cancel AJAX calls&lt;/li&gt;
    &lt;li&gt;You can now define your own animation speeds with the jQuery.fx.speeds object&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>JS/DHTML</category>				
				
				<pubDate>Sun, 06 Jul 2008 14:40:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2008/7/6/jQuery-126-out-and-its-even-faster</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Aptana Jaxer: server-side Ajax</title>
				<link>http://www.robgonda.com/blog/index.cfm/2008/4/14/Aptana-Jaxer-serverside-Ajax</link>
				<description>
				
				Aptana released &lt;a href=&quot;http://www.aptana.com/jaxer&quot; target=&quot;_blank&quot;&gt;Jaxer&lt;/a&gt;: the first ever Ajax server... you got that right, server-side Ajax ... the concept is pretty interesting, a server-side API that wraps for client-side Ajax app to better optimize it and allows you to interface with the file system and database.... Oh, wait a minute, isn&apos;t this really similar to AIR? AIR also extends for your JavaScript libraries to allow file system and database access, except that AIR is a client desktop runtime and Jaxer is a server runtime... nevertheless, they solve the same problem... They allow you to leverage existing JavaScript skills to integrate seamlessly with components that will allow you to deploy full apps without the need of any traditional server-side programming language.&lt;br /&gt;&lt;br /&gt;I always thought Aptana was just a nice Eclipse plugin, but this is pretty innovative. It integrates for your Apache web server as a simple extension (no IIS for now), it deploys as a war file for your Apache Tomcat Java server, or even runs in Amazon EC2 ...&lt;br /&gt;&lt;br /&gt;I personally haven&apos;t tried it, and I have no complaints about ColdFusion, .NET, PHP, or Ruby processing my server requests, in fact, I believe they would be much more robust and reliable than server-side JavaScript, however, this looks great for small and light applications. I&apos;m sure that&apos;s their first niche since the only two supported databases are sqlite and mysql, it&apos;s a good indicative ... &lt;br /&gt;&lt;br /&gt;Anyone see a good immediate use for this new technology?
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Software</category>				
				
				<pubDate>Mon, 14 Apr 2008 23:08:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2008/4/14/Aptana-Jaxer-serverside-Ajax</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Speaking at the NYCFUG</title>
				<link>http://www.robgonda.com/blog/index.cfm/2008/4/14/Speaking-at-the-NYCFUG</link>
				<description>
				
				I will be speaking at the &lt;a target=&quot;_blank&quot; href=&quot;http://www.nycfug.com/&quot;&gt;New York ColdFusion User Group this Wednesday&lt;/a&gt;, April 16, with the topic of &amp;quot;AJAXify Your ColdFusion Applications&amp;quot;. I promise it will be fun, a good learning experience, and perhaps we may even go out afterwards and have some drinks.&lt;br /&gt;&lt;br /&gt;There will be tons of nice give-aways: &lt;br /&gt;1 x Ticket to CFUNITED ($999 Value!)&lt;br /&gt;2 x jQuery Reference Guide&lt;br /&gt;2 x Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques&lt;br /&gt;2 x Tickets to Flex Camp Wall Street&lt;br /&gt;1 x FusionDebug License.... &lt;br /&gt;&lt;br /&gt;They&apos;re all excellent... I love jQuery and CFUnited is the most popular CF event of the year .... hope to see many familiar faces, so don&apos;t miss it.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<category>events</category>				
				
				<pubDate>Mon, 14 Apr 2008 22:51:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2008/4/14/Speaking-at-the-NYCFUG</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8.0.1 Ajax Improvements</title>
				<link>http://www.robgonda.com/blog/index.cfm/2008/4/14/ColdFusion-801-Ajax-Improvements</link>
				<description>
				
				Adobe ColdFusion 8 Update 1 (8.0.1) was released April 3rd (most of you knew already). The good and safe news is that it seems to work fine... nothing broke with the update.&lt;br /&gt;&lt;br /&gt;What was updated? You can get the full list &lt;a href=&quot;http://www.adobe.com/support/coldfusion/downloads_updates.html&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;, but I will concentrate only on the Ajax part.&lt;br /&gt;&lt;br /&gt;The docs say &amp;quot;We have improved functionality in several areas including AJAX functions, CFPDF, and CFIMAGE. And we have updated several software libraries including Yahoo YUI, EXT JS, Spry, and the FCKEditor.&amp;quot;&lt;br /&gt;&lt;br /&gt;The FCKEditor component used in the cftextarea tag&amp;rsquo;s rich text editor has been updated to version 2.5. As a result, the rich text editor now supports Safari 3 and Opera 9.50 browsers. This is great news, but 2.5 was released 11/30/2007... 2.6 was just released, so they went with the latest stable, though it was pretty safe to try the 2.6 RC, which was released a while back.&lt;br /&gt;&lt;br /&gt;Next, the Spry framework has been updated to version 1.6.... not too much to say there, I don&apos;t care much about it.&lt;br /&gt;&lt;br /&gt;Now the important part, the Yahoo YUI Library used for some AJAX-based controls has been updated to version 2.3 and the Ext JS framework used for some AJAX-based controls has been updated to version 1.1.1... I assume they did this because Ext JS 2.0 (released in October 2007 btw) was a major update and it would have taken too much to adapt it? Adobe, trust me, I understand SDLC, but in today&apos;s world CF helps us keep up with rapid changing technology and it would be totally worth it ... you will have to upgrade it at some point .... hopefully 8.0.2 will incorporate the a much newer version of Ext.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Adobe</category>				
				
				<category>Software</category>				
				
				<pubDate>Mon, 14 Apr 2008 22:29:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2008/4/14/ColdFusion-801-Ajax-Improvements</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdExt: Another ColdFusion wrapper for EXT</title>
				<link>http://www.robgonda.com/blog/index.cfm/2008/3/6/ColdExt-Another-ColdFusion-wrapper-for-EXT</link>
				<description>
				
				After &lt;a href=&quot;http://www.robgonda.com/blog/index.cfm/2008/3/5/cfext-ColdFusion-wrapper-for-EXT&quot;&gt;blogging&lt;/a&gt; about Dan&apos;s great EXT cf wrapper, I ran across another one today: &lt;a href=&quot;http://www.madfellas.com/blog/index.cfm/2008/3/6/ColdExt-Alpha-3-with-GridPanel-support&quot; target=&quot;_blank&quot;&gt;ColdExt&lt;/a&gt;. &lt;br /&gt;It looks great as well, so how about Dan and Justin join efforts instead of doubling work...?
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<category>JS/DHTML</category>				
				
				<pubDate>Thu, 06 Mar 2008 20:38:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2008/3/6/ColdExt-Another-ColdFusion-wrapper-for-EXT</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Ext 2.0 Beta 1</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/10/11/Ext-20-Beta-1</link>
				<description>
				
				&lt;img align=&quot;left&quot; src=&quot;/blog/files/robGonda/UserFiles/Image/ext20-desktop.gif&quot; alt=&quot;&quot; /&gt;People, listen up ... &lt;span style=&quot;font-style: italic;&quot;&gt;Ext 2.0 Beta 1&lt;/span&gt; was released today ... for those of you still not familiar with Ext, it is what powers the ColdFusion 8 Ajax UI: Windows, Menus, Grids, Trees, etc. With the 2.0 release you have an amazing power to build desktop-like apps on the Web .. Start Menu, Desktop Icons, Task Bar, Windows, ... you really have to check it out. It blew my mind .... Where to go from here?&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/blog/2007/10/11/ext-20-beta-1/&quot; target=&quot;_blank&quot;&gt;Official Blog PR&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/desktop/desktop.html&quot; target=&quot;_blank&quot;&gt;Desktop Application Example&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/portal/portal.html&quot; target=&quot;_blank&quot;&gt;Portal Example&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/docs/&quot; target=&quot;_blank&quot;&gt;Updated API Documentation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Thu, 11 Oct 2007 21:44:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/10/11/Ext-20-Beta-1</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion is not dead (or even dying)</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/10/7/ColdFusion-is-not-dead-or-even-dying</link>
				<description>
				
				It&apos;s not dead (or even dying), it&apos;s just...&lt;br /&gt;Not dead, just ... stealthy&lt;br /&gt;Not dead, just ... getting the AJAX treatment&lt;br /&gt;Not dead, just ... in an upgrade cycle&lt;br /&gt;&lt;br /&gt;Read more at a new &lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9041058&amp;amp;pageNumber=1&quot; target=&quot;_blank&quot;&gt;ComputerWorld rectifying story&lt;/a&gt;.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<category>Adobe</category>				
				
				<pubDate>Sun, 07 Oct 2007 00:21:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/10/7/ColdFusion-is-not-dead-or-even-dying</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>jQuery UI released</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/9/17/jQuery-UI-released</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://ui.jquery.com/&quot; target=&quot;_blank&quot;&gt; 			jQuery UI&lt;/a&gt; is a set of themable widgets and interactions, built on top of the 			&lt;a href=&quot;http://jquery.com/&quot; target=&quot;_blank&quot;&gt;jQuery JavaScript Library&lt;/a&gt;, that you 			can use to build highly interactive web applications. 			&lt;/p&gt;
&lt;p&gt; 			The core of the library revolves around different mouse interactions, namely 			&lt;a href=&quot;http://docs.jquery.com/UI/Draggables&quot; target=&quot;_blank&quot;&gt;drag&lt;/a&gt; and 			&lt;a href=&quot;http://docs.jquery.com/UI/Droppables&quot; target=&quot;_blank&quot;&gt;dropping&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/UI/Sortables&quot; target=&quot;_blank&quot;&gt;sorting&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/UI/Selectables&quot; target=&quot;_blank&quot;&gt;selecting&lt;/a&gt;, 			and &lt;a href=&quot;http://docs.jquery.com/UI/Resizables&quot; target=&quot;_blank&quot;&gt;resizing&lt;/a&gt;. 			&lt;/p&gt;
&lt;p&gt; 			On top of the core interactions are built a number of reusable widgets, including 			&lt;a href=&quot;http://docs.jquery.com/UI/Accordion&quot; target=&quot;_blank&quot;&gt;accordions&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/Plugins/Calendar&quot; target=&quot;_blank&quot;&gt;date pickers&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/UI/Dialog&quot; target=&quot;_blank&quot;&gt;dialogs&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/UI/Slider&quot; target=&quot;_blank&quot;&gt;sliders&lt;/a&gt;, 			&lt;a href=&quot;http://docs.jquery.com/Plugins/Tablesorter&quot; target=&quot;_blank&quot;&gt;table sorters&lt;/a&gt;, 			and &lt;a href=&quot;http://docs.jquery.com/UI/Tabs&quot; target=&quot;_blank&quot;&gt;tabs&lt;/a&gt;. 			&lt;/p&gt;
&lt;p&gt; 			Finally, the library is finished off with a few effects that you can use to 			liven up your site, specifically 			&lt;a href=&quot;http://docs.jquery.com/UI/Magnifier&quot; target=&quot;_blank&quot;&gt;magnifier&lt;/a&gt; and 			&lt;a href=&quot;http://docs.jquery.com/UI/Shadow&quot; target=&quot;_blank&quot;&gt;shadow&lt;/a&gt;. 			&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://docs.jquery.com/UI&quot; target=&quot;_blank&quot;&gt;&amp;raquo; More Information&lt;/a&gt;&lt;/p&gt;
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>JS/DHTML</category>				
				
				<pubDate>Mon, 17 Sep 2007 10:16:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/9/17/jQuery-UI-released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>jQuery v1.2: Major new release, sneak peak at jQuery UI</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/9/11/jQuery-v12-Major-new-release-sneak-peak-at-jQuery-UI</link>
				<description>
				
				&lt;div&gt;[&lt;a target=&quot;_blank&quot; href=&quot;http://www.reybango.com/index.cfm/2007/9/11/jQuery-v12-Major-new-release-sneak-peak-at-jQuery-UI&quot;&gt;From Rey Bango&apos;s Blog&lt;/a&gt;]&lt;br /&gt;
&lt;p&gt;Hot on the heels of the jQuery v1.1.4 release, John Resig and the jQuery team put the pedal to the metal and &lt;a href=&quot;http://jquery.com/blog/2007/09/10/jquery-12-jqueryextendawesome/&quot;&gt;announced their newest release, jQuery v1.2&lt;/a&gt;. &lt;/p&gt;
&lt;blockquote&gt;This is a massive new release of jQuery that&apos;s been a long time in the making - and it&apos;s ready for your consumption!&lt;/blockquote&gt;
&lt;p&gt;This release is feature packed adding such new features as: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Ajax&quot;&gt;Cross-domain script access&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Ajax&quot;&gt;Support for JSONP&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Traversing&quot;&gt;Numerous new traversal methods&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Effects&quot;&gt;em/% Animations&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Effects&quot;&gt;Color Animations&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Ajax&quot;&gt;Purple-include style .load()&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2/Effects&quot;&gt;Queue control for animations&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Following the tradition of &amp;quot;playing nice with other libraries&amp;quot;, jQuery v1.2 now provides the ability to define a custom namespace for the events expando, thus adding one more method of ensuring that jQuery developers can successfully work in a multi-library environment. John Resig had this to say:&lt;/p&gt;
&lt;blockquote&gt;It&apos;s incredibly important for us, and our users, that the jQuery library work in any JavaScript environment. In jQuery 1.2 you can now depend on the fact that jQuery will protect itself from outside code influences, and libraries, even going so far as to protect itself from other versions of jQuery that might be running on the same page. Knowing that your copy of jQuery will always behave the way you expect it, no matter what the platform, is the cornerstone of the project.&lt;/blockquote&gt;
&lt;p&gt;Along those same lines of working for the community, the team has provided jQuery developers with an easy way to migrate into jQuery v1.2 by providing a compatibility plugin. With some functionality being removed in jQuery v1.2 release, including this plugin allows developers to have all of the features that were removed in the newest release.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2&quot;&gt;The full release notes provide details about all of these new features.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You can get the latest release of JQuery below:&lt;/p&gt;
&lt;p&gt;jQuery 1.2: (&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#How_To_Upgrade&quot;&gt;How To Upgrade&lt;/a&gt;) &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.min.js&quot;&gt;jQuery Minified&lt;/a&gt; (14kb with Gzipping) &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.pack.js&quot;&gt;jQuery Packed&lt;/a&gt; (26kb) &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.2.js&quot;&gt;jQuery Regular&lt;/a&gt; (77kb) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Plugins: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#jQuery_1.1_Compatibility_Plugin&quot;&gt;jQuery 1.1 Compatibility Plugin&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#XPath_Compatibility_Plugin&quot;&gt;XPath Compatibility Plugin&lt;/a&gt; &lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://docs.jquery.com/Release:jQuery_1.2#Color_Animation_Plugin&quot;&gt;Color Animation Plugin&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As if a new major release wasn&apos;t enough to whet your appetite, on Sunday, September 16th, the new jQuery UI effects library will be released to the public. The library will include: &lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Draggables &lt;/li&gt;
    &lt;li&gt;Droppables &lt;/li&gt;
    &lt;li&gt;Resizables &lt;/li&gt;
    &lt;li&gt;Shadows &lt;/li&gt;
    &lt;li&gt;Sliders &lt;/li&gt;
    &lt;li&gt;Sortables &lt;/li&gt;
    &lt;li&gt;Tabs &lt;/li&gt;
    &lt;li&gt;Accordions &lt;/li&gt;
    &lt;li&gt;Selectables &lt;/li&gt;
    &lt;li&gt;Trees &lt;/li&gt;
    &lt;li&gt;Modals &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;All completely documented, demoed, themed, and 100% Free Open Source Software.&lt;/blockquote&gt;
&lt;p&gt;Here&apos;s a sneak peak at what to expect:&lt;/p&gt;
&lt;p&gt;&lt;img width=&quot;540&quot; height=&quot;340&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;/blog/images/rb_jqueryui.gif&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Lead developer of jQuery UI, Paul Bakaus, had this to say:&lt;/p&gt;
&lt;blockquote&gt;We worked hard over the last three months to make UI a seamless, rock-solid solution for many interface situations. It&apos;s nearly there - featuring many core level modules, ready-to-go widgets and custom, unique themes. To make the experience even nicer, the team created a smart downloader, a playground with demo apps and tests and of course documentation. We are pretty excited about our release on Sunday - be sure not to miss it!&lt;/blockquote&gt;  		&lt;/div&gt;
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>JS/DHTML</category>				
				
				<pubDate>Tue, 11 Sep 2007 12:01:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/9/11/jQuery-v12-Major-new-release-sneak-peak-at-jQuery-UI</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>AjaxCFC Source Control Repo Moved</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/8/30/AjaxCFC-Source-Control-Repo-Moved</link>
				<description>
				
				Since I just moved AjaxCFC to &lt;a href=&quot;http://ajaxcfc.com&quot; target=&quot;_blank&quot;&gt;its own homepage&lt;/a&gt;, I moved the SVN repository from &lt;a href=&quot;http://ajaxcfc.riaforge.org/&quot; target=&quot;_blank&quot;&gt;RIAForge&lt;/a&gt; and created a Trac project. If you had RIAForge&apos;s SVN mapped, please update your records: &lt;a href=&quot;http://ajaxcfc.com/svn&quot; target=&quot;_blank&quot;&gt;ajaxcfc.com/svn&lt;/a&gt; . I maintained the same structure and history, though I plan to restructure it very soon.&lt;br /&gt;&lt;br /&gt;Please file any bug and enhancement request into the new &lt;a href=&quot;http://ajaxcfc.com/trac&quot; target=&quot;_blank&quot;&gt;trac site&lt;/a&gt;.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>ajaxCFC</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Thu, 30 Aug 2007 13:11:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/8/30/AjaxCFC-Source-Control-Repo-Moved</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>AjaxCFC &amp; jQuery need Rey Bango</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/8/29/AjaxCFC--jQuery-need-Rey-Bango</link>
				<description>
				
				We all know, and if you didn&apos;t, you do now ... &lt;a href=&quot;http://www.reybango.com&quot; target=&quot;_blank&quot;&gt;Rey Bango&lt;/a&gt; is a jQuery evangelist, now part of Ajaxian.com, and long time user of AjaxCFC ... Rey and I have previously discussed adding him to the AjaxCFC team, so I&apos;m proud to announce, he&apos;s in ... Rey&apos;s first task will be to &lt;a href=&quot;http://www.reybango.com/index.cfm/2007/8/29/Project-Gonda-Day-1&quot; target=&quot;_blank&quot;&gt;add jQuery 1.1.4 to the AjaxCFC&lt;/a&gt; build, which will go into the RIAForge repo. Some people have updated it manually, but it belongs in the core distribution as well ... jQuery 1.1.4 has massive speed improvements over 1.1.3 and 1.1.2, which is the latest in AjaxCFC&apos;s distro. I&apos;ll fix a couple of memory leak problems with the DWR version and release it soon, hopefully next week. Welcome Rey and stay tuned.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>ajaxCFC</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 29 Aug 2007 17:23:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/8/29/AjaxCFC--jQuery-need-Rey-Bango</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>YUI 2.3 is out with Rich Text Editor, now what?</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/8/2/YUI-23-is-out-with-Rich-Text-Editor-now-what</link>
				<description>
				
				&lt;p&gt;&lt;a href=&quot;http://yuiblog.com/blog/2007/07/31/yui-2-3-0-released/&quot;&gt;YUI 2.3 has been released&lt;/a&gt; with six new components, as well as a skinning architecture and a new look for the components. [&lt;a target=&quot;_blank&quot; href=&quot;http://ajaxian.com/archives/yui-23-released-rich-text-editor-components-and-themes&quot;&gt;from Ajaxian&lt;/a&gt;]&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/editor/&quot;&gt;Rich Text Editor&lt;/a&gt;: Cross-browser support has always been a major challenge for RTEs, and we think you&amp;rsquo;ll be impressed with how well this editor works across the various environments. You can instantiate it with just a few lines of code for simple implementations&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/base/&quot;&gt;Base CSS&lt;/a&gt;: Nate Koechley continues to extend and refine the YUI CSS foundation. Base CSS itself applies consistent and common style treatments for the foundation&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/yuiloader&quot;&gt;YUILoader&lt;/a&gt;: A mechanism for loading YUI components (and/or your own custom components) on the page via client-side script.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/imageloader/&quot;&gt;ImageLoader&lt;/a&gt;: Allows you to defer the loading of some images to speed initial rendering time on your pages.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/colorpicker/&quot;&gt;ColorPicker&lt;/a&gt;: The Color Picker provides a powerful UI widget for color selection, featuring HSV, RGB, and Hex input/output and a web-safe color-selection swatch.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/yuitest/&quot;&gt;YUI Test Utility&lt;/a&gt;: YUI Test introduces a flexible unit-testing framework for the YUI ecosystem and serves as the foundation for our own unit-test battery.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yui/articles/skinning/&quot;&gt;Skins&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;Now, we all know that CF8 was release this week; it&apos;s dhtml goodies are based on YUI &amp;amp; Ext, and it the Rich Text Editing functionality on the fckEditor ... perhaps 8.0.1 should allow you to choose the Rich Text Editor implementation and allow to use the native YUI .... how&apos;s with me?
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Thu, 02 Aug 2007 07:45:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/8/2/YUI-23-is-out-with-Rich-Text-Editor-now-what</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CF8 + Ajax need compression!</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/7/30/CF8--Ajax-need-compression</link>
				<description>
				
				As you probably know, ColdFusion 8 came out today and it has tons of Ajax/DHTML goodies. It&apos;s based on YUI+EXT, which is a great, powerful, scaleable, documented solution... but it weights just too much. A simple cfwindow requires about a 360k JavaScript download ... &lt;br /&gt;&lt;br /&gt;I checked the source code, and it&apos;s mostly minimized, which means it&apos;s hard to reduce the code-base even more... however, you can gzip it. Most/All modern browsers support gzip data, and the difference is huge. &lt;br /&gt;&lt;br /&gt;With Apache you can use mod_gzip, but with IIS is slightly more difficult. The best solution IMO is to install a 3rd party tool such as &lt;a target=&quot;_blank&quot; href=&quot;http://www.port80software.com/products/httpzip/&quot;&gt;port80 httpZip&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Check out the following comparisons.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;CFWINDOW&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;&amp;lt;cfwindow&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; center=&amp;quot;true&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; closable=&amp;quot;true&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modal=&amp;quot;false&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; resizable=&amp;quot;true&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; initshow=&amp;quot;true&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height=&amp;quot;200&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name=&amp;quot;window&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title=&amp;quot;UI Window Example&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width=&amp;quot;200&amp;quot;&amp;gt;&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;UNCOMPRESSED&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;26 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;372244 total bytes&lt;br /&gt;8114 request bytes&lt;br /&gt;364130 response bytes&lt;br /&gt;the average request was 312 bytes&lt;br /&gt;the average response was 14005 bytes&lt;br /&gt;&lt;br /&gt;entire session took 7.641 seconds&lt;br /&gt;on average, responses took 0.336 seconds&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;COMPRESSED&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;26 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;116218 total bytes&lt;br /&gt;7985 request bytes&lt;br /&gt;108233 response bytes&lt;br /&gt;the average request was 307 bytes&lt;br /&gt;the average response was 4162 bytes&lt;br /&gt;&lt;br /&gt;entire session took 3.672 seconds&lt;br /&gt;on average, responses took 0.144 seconds&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;CFLAYOUT&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;&amp;lt;cflayout type=&amp;quot;border&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cflayoutarea position=&amp;quot;top&amp;quot; title=&amp;quot;Top Layout Area&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; This is the top layout area.&lt;br /&gt;&amp;nbsp; &amp;lt;/cflayoutarea&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cflayoutarea position=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; This is the center layout area.&lt;br /&gt;&amp;nbsp; &amp;lt;/cflayoutarea&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;cflayoutarea position=&amp;quot;bottom&amp;quot; title=&amp;quot;Bottom Layout Area&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; This is the bottom layout area.&lt;br /&gt;&amp;nbsp; &amp;lt;/cflayoutarea&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/cflayout&amp;gt; &lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;UNCOMPRESSED&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;15 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;357131 total bytes&lt;br /&gt;4584 request bytes&lt;br /&gt;352547 response bytes&lt;br /&gt;the average request was 305 bytes&lt;br /&gt;the average response was 23503 bytes&lt;br /&gt;&lt;br /&gt;entire session took 3.609 seconds&lt;br /&gt;on average, responses took 0.223 seconds&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;COMPRESSED&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;15 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;102840 total bytes&lt;br /&gt;4645 request bytes&lt;br /&gt;98195 response bytes&lt;br /&gt;the average request was 309 bytes&lt;br /&gt;the average response was 6546 bytes&lt;br /&gt;&lt;br /&gt;entire session took 2.64 seconds&lt;br /&gt;on average, responses took 0.165 seconds&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;CFMENU&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;&amp;lt;cfmenu name=&amp;quot;myMenu&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfmenuitem name=&amp;quot;home&amp;quot; display=&amp;quot;home&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfmenuitem name=&amp;quot;support&amp;quot; display=&amp;quot;support&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfmenuitem name=&amp;quot;about&amp;quot; display=&amp;quot;about&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/cfmenu&amp;gt;&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;&amp;nbsp;8 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;215463 total bytes&lt;br /&gt;2366 request bytes&lt;br /&gt;213097 response bytes&lt;br /&gt;the average request was 295 bytes&lt;br /&gt;the average response was 26637 bytes&lt;br /&gt;&lt;br /&gt;entire session took 2.438 seconds&lt;br /&gt;on average, responses took 0.289 seconds&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;code&quot;&gt;8 requests&lt;br /&gt;0 cached files&lt;br /&gt;0 errors&lt;br /&gt;&lt;br /&gt;54543 total bytes&lt;br /&gt;2399 request bytes&lt;br /&gt;52144 response bytes&lt;br /&gt;the average request was 299 bytes&lt;br /&gt;the average response was 6518 bytes&lt;br /&gt;&lt;br /&gt;entire session took 1.562 seconds&lt;br /&gt;on average, responses took 0.168 seconds&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;Pretty impressive huh?&lt;br /&gt;&lt;br /&gt;So in conclusion, you must compression your scripts to make it half-decent for your users... ColdFusion provided a very powerful tool, now it&apos;s up to you to make the best of it.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Coldfusion</category>				
				
				<category>Software</category>				
				
				<pubDate>Mon, 30 Jul 2007 21:54:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/7/30/CF8--Ajax-need-compression</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>RIA traffic debugging</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/7/10/RIA-traffic-debugging</link>
				<description>
				
				Quick note on debugging a Rich Internet Application. As you probably know, RIAs usually don&apos;t refresh and communicate to the server in the background. You can&apos;t easily see the traffic, so I usually recommend using Firebug for Firefox, Live HTTP Headers, Fiddler, and my recommendation, Service Capture.... Well, there&apos;s a new kid on the block ... not so new perhaps, but I just finally tried it and I&apos;m loving it. &lt;a href=&quot;http://www.xk72.com/charles/&quot; target=&quot;_blank&quot;&gt;Charles&lt;/a&gt; is another http/amf monitoring application with many more capabilities than service capture ... actually, forget about the capabilities, the fact that I can open it with Firefox with no problems should be enough ... but if that&apos;s not enough, you can see the traffic is a structured view instead of sequential, which allows you to see the requests by domain, then folder, then file, and it even groups all the flash remoting calls together ... it&apos;s a beautiful thing. In addition it does have more capabilities such as seeing cookies, request / response sizes, mirror responses to disk, analyze cache, bandwidth throttle, spoof dns, and port forwarding. I&apos;m very impressed.
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>Flex</category>				
				
				<category>Software</category>				
				
				<category>Flash/ActionScript</category>				
				
				<pubDate>Tue, 10 Jul 2007 00:57:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/7/10/RIA-traffic-debugging</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>jQuery and AjaxCFC News</title>
				<link>http://www.robgonda.com/blog/index.cfm/2007/7/10/jQuery-and-AjaxCFC-News</link>
				<description>
				
				&lt;a href=&quot;http://jquery.com/blog/2007/07/01/jquery-113-800-faster-still-20kb/&quot; target=&quot;_blank&quot;&gt;jQuery 1.1.3.1: 800%+ Faster, still 20KB&lt;/a&gt;&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;Improved speeds, with DOM traversal over 800% faster than in 1.1.2.&lt;/li&gt;
    &lt;li&gt;A re-written event system, with more graceful handling of keyboard events.&lt;/li&gt;
    &lt;li&gt;A re-written effects system (with an accompanying fx test suite), featuring faster execution and better cross-platform support.&lt;/li&gt;
&lt;/ol&gt;
Guess who&apos;s getting an upgrade soon?&lt;br /&gt;&lt;br /&gt;
				
				</description>
						
				
				<category>ajax</category>				
				
				<category>ajaxCFC</category>				
				
				<category>JS/DHTML</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Tue, 10 Jul 2007 00:50:00 -0400</pubDate>
				<guid>http://www.robgonda.com/blog/index.cfm/2007/7/10/jQuery-and-AjaxCFC-News</guid>
				
			</item>
			
		 	
			</channel></rss>