<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Cutter&apos;s Crossing - Centaur Tour</title>
			<link>http://blog.cutterscrossing.com/index.cfm</link>
			<description>ColdFusion Development, Life, and Other Stuff</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 18:18:04 -0400</pubDate>
			<lastBuildDate>Mon, 06 Jul 2009 23:08:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>web.admin@cutterscrossing.com</managingEditor>
			<webMaster>web.admin@cutterscrossing.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>web.admin@cutterscrossing.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Cutter&apos;s Crossing</title>
				<link>http://blog.cutterscrossing.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Ext Js 3.0 is Finally Released!</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2009/7/6/Ext-Js-30-is-Finally-Released</link>
				<description>
				
				Yes, &lt;a href=&quot;http://www.extjs.com&quot; target=&quot;_blank&quot;&gt;Ext Js&lt;/a&gt; 3.0 has finally arrived! This long awaited update to the popular library has finally hit the &lt;a href=&quot;http://extjs.com/products/extjs/download.php&quot; target=&quot;_blank&quot;&gt;download page&lt;/a&gt; as a production ready build (though the Release Candidates have been pretty stable as it is). There are many great enhancements to Ext, including an even more consistent underlying model (how could it get &lt;em&gt;more&lt;/em&gt; consistent?), and some exciting new data marshalling features.

A quick perusal of the updated &lt;a href=&quot;http://extjs.com/deploy/dev/examples/samples.html&quot; target=&quot;_blank&quot;&gt;Samples &amp;amp; Demos&lt;/a&gt; page gives us immediate insight into some of the new features that are available:

&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/grid/row-editor.html&quot; target=&quot;_blank&quot;&gt;Row Editor Grid&lt;/a&gt; - for full record edits&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/grid/buffer.html&quot; target=&quot;_blank&quot;&gt;Buffered Grid View&lt;/a&gt; - for faster rendering of large datasets&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/tabs/tab-scroller-menu.html&quot; target=&quot;_blank&quot;&gt;Tab Panel Scroller Menu&lt;/a&gt; - for Tab Panels with lots of tabs&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/grouptabs/grouptabs.html&quot; target=&quot;_blank&quot;&gt;Group Tabs&lt;/a&gt; - a vertical tab implementation&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/chart/charts.html&quot; target=&quot;_blank&quot;&gt;Charts&lt;/a&gt; - several different chart types&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/tree/check-tree.html&quot; target=&quot;_blank&quot;&gt;Check Tree&lt;/a&gt; - a tree view with a twist&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/layout/hbox.html&quot; target=&quot;_blank&quot;&gt;HBox&lt;/a&gt; and &lt;a href=&quot;http://extjs.com/deploy/dev/examples/layout/vbox.html&quot; target=&quot;_blank&quot;&gt;VBox&lt;/a&gt; layouts&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/toolbar/overflow.html&quot; target=&quot;_blank&quot;&gt;Toolbar Overflow&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/toolbar/toolbars.html&quot; target=&quot;_blank&quot;&gt;Toolbar Button Groups&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://extjs.com/deploy/dev/examples/view/list-view.html&quot; target=&quot;_blank&quot;&gt;ListView&lt;/a&gt; - a very lightweight grid implementation&lt;/li&gt;
    &lt;li&gt;Updated &lt;a href=&quot;http://extjs.com/deploy/dev/examples/simple-widgets/qtips.html&quot; target=&quot;_blank&quot;&gt;QuickTips&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

There&apos;s a lot more that you&apos;ll have to dig to see, like improved browser support, a better container model, and (experimental) ARIA support (for accessabiltiy). Some of the greatest enhancements come in the way of the data marshalling capabilities added via the new &lt;a href=&quot;http://extjs.com/blog/2009/05/13/introducing-ext-direct/&quot; target=&quot;_blank&quot;&gt;Ext Direct&lt;/a&gt;. With Direct, Ext is providing the &lt;a href=&quot;http://extjs.com/products/extjs/direct.php&quot; target=&quot;_blank&quot;&gt;remoting specifications&lt;/a&gt; so that anyone can write data marshalling services around their favorite backend language. Ext has even published &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Example Server Side Stacks&lt;/a&gt; as a jumping off point to beginning with data marshalling via Direct. [Side Note: Aaron Conran, the team lead on the Ext Js team, is a long time &lt;a href=&quot;http://www.adobe.com/products/coldfusion&quot; target=&quot;_blank&quot;&gt;ColdFusion&lt;/a&gt; guy, and he wrote the example CF stack.) By configuring your Direct API, you can utilize data readers and writers (they&apos;re new!) easily, even passing multiple requests within a single Ajax request. [Another Side Note: &lt;a href=&quot;http://cfqueryreader.riaforge.org&quot; target=&quot;_blank&quot;&gt;CFQueryReader&lt;/a&gt; is fully functional with and without Direct.]

One of the nicest features of this release is the backwards compatability. There are little to few changes that most will have to make, to upgrade their applications from 2.x to 3.0. And, it was announced, on a recent &lt;a href=&quot;http://groups.adobe.com/groups/ab704331ab/summary&quot; target=&quot;_blank&quot;&gt;User Group Tour&lt;/a&gt; stop, that Adobe is including Ext Js 3.0 in ColdFusion 9. This opens up the possability of some very nice, new CFAjax components to come.

All in all a fantastic release. I&apos;ve had the opportunity to play with 3.0 for a while now, watching the SVN updates daily, and my hat&apos;s off to the Ext Js crew for another excellent release. 
				</description>
				
				<category>Learning ExtJS</category>				
				
				<category>ColdFusion</category>				
				
				<category>Centaur Tour</category>				
				
				<category>CFQueryReader</category>				
				
				<category>ExtJS</category>				
				
				<category>Development</category>				
				
				<pubDate>Mon, 06 Jul 2009 23:08:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2009/7/6/Ext-Js-30-is-Finally-Released</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion PreRelease Tour Coming to Nashville</title>
				<link>http://blog.cutterscrossing.com/index.cfm/2009/6/10/ColdFusion-PreRelease-Tour-Coming-to-Nashville</link>
				<description>
				
				&lt;div style=&quot;margin:0 auto;&quot;&gt;&lt;a href=&quot;http://www.ncfug.com/go/meeting/meetingID/3FB5BE35%2D0C49%2DCC97%2D8839C3E73088FBAC/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.ncfug.com/skins/ncfug/images/cftour2009.jpg&quot; alt=&quot;NCFUG CF Tour&quot; width=&quot;470&quot; height=&quot;60&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;

&lt;a href=&quot;http://gregsramblings.com/&quot; target=&quot;_blank&quot;&gt;Greg Wilson&lt;/a&gt;, Adobe Platform Evangelist, is coming to Nashville to give us a sneak peak at ColdFusion 9, Codename: Centaur, and Bolt, the new ColdFusion IDE. According to various posts from cf.Objective, and other tour dates, there appear to be some major enhancements in integration capabilities, Flex and AIR interaction, and more. You don&apos;t want to miss out on this special event, giving you the inside scoop!

Click on the link above to register. 
				</description>
				
				<category>Development</category>				
				
				<category>Centaur Tour</category>				
				
				<category>ColdFusion</category>				
				
				<category>NCFUG</category>				
				
				<pubDate>Wed, 10 Jun 2009 09:43:00 -0400</pubDate>
				<guid>http://blog.cutterscrossing.com/index.cfm/2009/6/10/ColdFusion-PreRelease-Tour-Coming-to-Nashville</guid>
				
				
			</item>
			</channel></rss>