<?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>ColdFusion RIA - ColdFusion 9</title>
			<link>http://www.coldfusion-ria.com/Blog/index.cfm</link>
			<description>Discovering ColdFusion based RIA Development and Blogging about it</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 12:23:54 -0400</pubDate>
			<lastBuildDate>Tue, 16 Feb 2010 11:55:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>shahkumar@gmail.com</managingEditor>
			<webMaster>shahkumar@gmail.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>shahkumar@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Installing ColdFusion 9 64-but on Windows 7 64-bit Experience</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2010/2/16/Installing-ColdFusion-9-64but-on-Windows-7-64bit-Experience</link>
				<description>
				
				This weekend I got me a new laptop from Dell (Studio 15). I got it with 4 GB RAM (to me it has become a minumum now) which naturally meant going with a 64-bit OS. So, I now had this nice new laptop with Windows 7 x64 and once I was done cleaning out the bloatware, it was time to install ColdFusion. It turned out to be quite an experience and took much longer then I anticipated. But first, lets get one thing straight here, Adobe doesn&apos;t really provide any documentation on what you need to do to install CF properly on IIS 7.5. There is no, &quot;verify these windows component are installed&quot; document or screen. In any case, I had installed ColdFusion 9 on Windows 32-bit succesfully, and needless to say I felt (over)confident that I could do the same for Windows 7 64-bit.

I started out by configuring Windows have the IIS6 modules installed, I knew I had to do that. Then I ran the ColdFusion 9 install, no errors, got to the end, &quot;Press OK to start CF Admin&quot;, did that. The CF Admin screen came up and did not work. IIS 7 told me about missing extension configuration. I realized at that point something was missed in my IIS reconfiguration, and it turned out it was the ISAPI Extensions under World Wide Web Services options, so I turned all those things on, Windows reconfigured IIS for me. I opened IIS, saw tha the ISAPI extensions and filters were not installed. Ready to go right? Wrong.

Still could not get to CF Admin. Ok, lets uninstall and install CF9 I thought, since now IIS has everything it needs for proper configuration. So I did that, uninstall then install and once again pressed &quot;OK&quot; at the end. Out comes the CF Admin page, &quot;Click here&quot; to continue configuration. Yay, victory was my first though. But then I noticed, something was not right. There was no Adobe logo, no images were showing up. Doesn&apos;t matter, I was able to open a .cfm page, so I continued with the configuration and then was logged into the Admin. Still no images. By the way, the Admin looks really bad if you can&apos;t see images. So, I closed the browser and opened a new IE window and went to //localhost/cfide/administraor/ and IIS 7 gives me an Error!! But thats where the CF Admin is located, but apparently IIS can&apos;t handle the request properly.

Sigh, I did some googling. Verified that the ISAPI handlers for .cfm extensions were pointing to the right DLL. Someone suggested uninstalling CF, deleting all CF directories and installing again. So I dd that, but same error again. Still can&apos;t see images in CF Admin. Frustrating, already installed CF9 3 times. Verified IIS setup again, all looks good there. I uninstall CF9 again, restart computer, delete directories, install CF9 again and same issue again. At that point, google had helped me as much as it can. I try to use the server configuration tool but I can&apos;t remove the current flawed IIS configuration from it (some error about not able to remove things).

Decide it time to start from scratch. So, I uninstall CF9, delete CF directories, restart computer. Uninstall IIS7 from windows, restart computer. Then reinstall IIS7 and restart computer. Then reinstall CF9 and Victory!! Everything works properly. Apparently, installing the ISAP Extensions after installing CF9 screwed up the installs and configurations in IIS. So, well, it worked now. Logged into CF Admin, //localhost/cfide/administrator/ resolved properly.

But that was not the End of the Story.

Apparently, setting up a MS Access Datasource on Windows 64-bit is another issue faced by various users. You would get an error about DRIVERPATH not defined. Well I thought, if CF can&apos;t set it up, I will set it up in Windows and use ODBC socket. But the issue is that the 64-bit Windows don&apos;t come with the relevant drivers needed to setup Access Datasource in Windows. After trying to figure out how to resolve this, googling and finding some information here and there, not much help was found. In the end it was realized, that the Windows\System32\odbcad32.exe file contained the proper drivers but the Windows\SysWOW64\odbcad32.exe did not contain the drivers. So the solution was to copy over the .exe from System32 to SysWOW64. I went through with that and it worked!! Even though, ColdFusion still gave a DRIVERPATH undefned error, the datasource was verified properly and I could run all my MS Access based demos.

Whew, finally, was done with setting up Coldfusion 9 64-bit on Windows 7 64-bit. 
				</description>
				
				<category>ColdFusion 9</category>
				
				<pubDate>Tue, 16 Feb 2010 11:55:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2010/2/16/Installing-ColdFusion-9-64but-on-Windows-7-64bit-Experience</guid>
				
				
			</item>
			
			<item>
				<title>cffileupload Tag - Event Handlers</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/cffileupload-Tag--Event-Handlers</link>
				<description>
				
				&lt;p&gt;Continuing with exploring the new multi-file upload tag functionality in ColdFusion 9, this post will build on the &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files&quot; target=&quot;_blank&quot;&gt;previous&lt;/a&gt; post and add event handlers. We are able to work with 3 event handlers:
&lt;ol&gt;
&lt;li&gt;onComplete - Called after each file finishes uploading&lt;/li&gt;
&lt;li&gt;onError - Called when a file upload errors out&lt;/li&gt;
&lt;li&gt;onUploadComplete - Called when all the files finish uploading&lt;/li&gt;
&lt;/ol&gt;
Have a look at the &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/multiupload/fileupload2.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;.&lt;/br&gt;
Lets take a look at the code.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<pubDate>Sat, 16 Jan 2010 17:09:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/cffileupload-Tag--Event-Handlers</guid>
				
				
			</item>
			
			<item>
				<title>cffileupload Tag - Uploading Multiple Files</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files</link>
				<description>
				
				&lt;p&gt;
Back in beta, I had made a &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/ColdFusion-9-cffileupload-Tag--Upload-Multiple-Files&quot; target=&quot;_blank&quot;&gt;post&lt;/a&gt; on this new tag in ColdFusion 9. It creates a Flash interface allowing the user to upload multiple files to the server. A pretty easy way to achieve something powerful. Back in beta, there was also a bug with the funtionality. It was that ColdFusion was not automatically passing back Success, Failure messages. With the release now, that has been taken care of, so we can revise the beta code.&lt;/p&gt;
&lt;p&gt;Have a look at the &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/multiupload/fileupload1.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;Lets take a look at how simple the code is&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<pubDate>Sun, 27 Dec 2009 14:45:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 Demos Back Up</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/25/ColdFusion-9-Demos-Back-Up</link>
				<description>
				
				Most of the ColdFusion 9 demos are back online, as I got a monthly CF9 hosting account at hostek.com

Unfortunately, the CF9 ORM and multi-file upload demos won&apos;t be available. The ORM demos because I don&apos;t have SQL Server at hostek and I will be revisiting the multi-file upload demo again soon. 
				</description>
				
				<category>ColdFusion 9</category>
				
				<pubDate>Fri, 25 Dec 2009 02:24:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/25/ColdFusion-9-Demos-Back-Up</guid>
				
				
			</item>
			
			<item>
				<title>ExtJS 3.0 Editor Grid with ColdFusion + Ext Toolbar Play</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/14/ExtJS-30-Editor-Grid-with-ColdFusion</link>
				<description>
				
				&lt;p&gt;
I hadn&apos;t looked at the &lt;a href=&quot;http://www.extjs.com/&quot; target=&quot;_blank&quot;&gt;Ext JS&lt;/a&gt; library in a while, but this weekend, I took a look at it with the idea of eventually building out a full CRUD grid using Ext JS and ColdFusion.  It took some time, particularly trying to figure out the phantom records implementation, but its done now.&lt;p&gt;
&lt;p&gt;&lt;a href=&quot;http://coldfusion-ria.com/Blog/KSPersonal/ext/editgrid.cfm&quot; target=&quot;_blank&quot;&gt;View the Demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And as always, time to look at the code.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>ExtJS</category>
				
				<category>RIA</category>
				
				<category>Ajax</category>
				
				<pubDate>Mon, 14 Dec 2009 22:33:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/14/ExtJS-30-Editor-Grid-with-ColdFusion</guid>
				
				
			</item>
			
			<item>
				<title>Using jQuery based jqGrid with ColdFusion Revisited: Full CRUD grid with Advanced Searching</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/7/Using-jQuery-based-jqGrid-with-ColdFusion-Revisited-Full-CRUD-grid-with-Advanced-Searching</link>
				<description>
				
				&lt;p&gt;
It has been a while since I made my last blog post as work has kept me very busy. Over the weekend I saw that a new &lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt; version had been released and that it contained in-built advanced searching (called multiple search). I also thought it was a good time to revisit my &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/2/4/Using-jQuery-based-jqGrid-with-ColdFusion-Part-4-Full-CRUD-grid-with-Custom-Search-Screen&quot; target=&quot;_blank&quot;&gt;earlier blog post&lt;/a&gt; on a full CRUD grid and update it to 3.6 specifications.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.coldfusion-ria.com/Blog/KSPersonal/jquery/gridtest2.cfm&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://www.coldfusion-ria.com/Blog/images/grid2.png&quot;&gt;
&lt;/a&gt;&lt;br/&gt;
This implementation uses the following jqGrid features:
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Inbuilt Form based Add, Edit, Delete and Search functionality&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Search is done using new Multiple Search feature&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Exploration of a few additional colModel parameters&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.coldfusion-ria.com/Blog/KSPersonal/jquery/gridtest2.cfm&quot; target=&quot;_blank&quot;&gt;View the Demo&lt;/a&gt; : this is all realtime, any updates made will be reflected in the grid.
&lt;br/&gt;
Now, lets look at the code
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Mon, 07 Dec 2009 18:55:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/7/Using-jQuery-based-jqGrid-with-ColdFusion-Revisited-Full-CRUD-grid-with-Advanced-Searching</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 Demos Unavailable Currently</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/11/7/ColdFusion-9-Demos-Unavailable-Currently</link>
				<description>
				
				I was using Hostek&apos;s Beta hosting to host a demos for the ColdFusion 9 posts. The beta hosting was discontinued a few weeks back with the release of ColdFusion 9. As a result, the demo links in blog posts that are based on CF9 will not work, while I work on upgrading the blog to CF9 hosting and rehosting the demos.

Sorry for the trouble. 
				</description>
				
				<category>ColdFusion 9</category>
				
				<pubDate>Sat, 07 Nov 2009 20:07:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/11/7/ColdFusion-9-Demos-Unavailable-Currently</guid>
				
				
			</item>
			
			<item>
				<title>Registration for CFinNC Conference Open (Free ColdFusion based Conference)</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/25/Registeration-for-CFinNC-Conference-Open-Free-ColdFusion-based-Conference</link>
				<description>
				
				&lt;p&gt;I am personally from Charlotte, so when the &lt;a href=&quot;http://www.cfinnc.com&quot; target=&quot;_blank&quot;&gt; CFinNC&lt;/a&gt; Conference was announced, it was very exciting. I wanted to get to CFUnited this year but could not make it because of a very busy work schedule, so a weekend conference a few hours away was awesome. And on top of everything it is Free. Let me say that again, it is Free.&lt;/p&gt;
&lt;p&gt;
They put out a provisional list of speakers and its a very good list. A lot of people who I wanted to listen to in previous conferences will be there.
&lt;/p&gt;
&lt;p&gt;
So head on over to &lt;a href=&quot;http://www.cfinnc.com&quot; target=&quot;_blank&quot;&gt;cfinnc.com&lt;/a&gt; and register for it.
&lt;/p&gt; 
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Other</category>
				
				<category>ColdFusion 8</category>
				
				<pubDate>Tue, 25 Aug 2009 15:17:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/25/Registeration-for-CFinNC-Conference-Open-Free-ColdFusion-based-Conference</guid>
				
				
			</item>
			
			<item>
				<title>jqGrid 3.5 with jQuery UI ThemeRoller Themes Demos</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/2/jqGrid-35-with-jQuery-UI-ThemeRoller-Support-Demos</link>
				<description>
				
				&lt;p&gt;
&lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt; 3.5 was released yesterday. It includes lots of good features, including a new rendering engine for faster loading. It also now supports &lt;a href=&quot;http://jqueryui.com/&quot; target=&quot;_blank&quot;&gt;jQuery UI&lt;/a&gt; ThemeRoller themes, so to start off itself you have access to variety of styles and can create your own easily too.&lt;/p&gt;

&lt;p&gt;
So I went ahead and created a demo that shows the grid in all these themes.&lt;br/&gt;
&lt;a href=&quot;http://www.coldfusion-ria.com/Blog/KSPersonal/jQuery/gridtest1.cfm&quot; target=&quot;_blank&quot;&gt;View Demo&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;How I did this style selection switch, follows&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Sun, 02 Aug 2009 14:54:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/2/jqGrid-35-with-jQuery-UI-ThemeRoller-Support-Demos</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 cfgrid with ORM: Part 2 - Full CRUD Grid</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/30/ColdFusion-9-cfgrid-with-ORM-Part-2--Full-CRUD-Grid</link>
				<description>
				
				&lt;p&gt;Previously I &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1&quot; target=&quot;_blank&quot;&gt;blogged&lt;/a&gt; on getting a normal cfgrid running with ColdFusion. This post will look at expanding that to a full CRUD grid using ORM.&lt;/p&gt;
&lt;p&gt;
In addition to ColdFusion, I am also using &lt;a href=&quot;http://jquery.com/&quot; target=&quot;_blank&quot;&gt;jQuery&lt;/a&gt; and &lt;a href=&quot;http://dev.iceburg.net/jquery/jqModal/&quot; target=&quot;_blank&quot;&gt;jqModal&lt;/a&gt;specifically to display the modal boxes. Main reason being that I was itching to do some jQuery stuff.
&lt;/p&gt;
Code follows.  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 30 Jul 2009 14:35:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/30/ColdFusion-9-cfgrid-with-ORM-Part-2--Full-CRUD-Grid</guid>
				
				
			</item>
			
			<item>
				<title>Adding Ext JS Buttons to ColdFusion 9 cfgrid Paging Toolbar</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/24/Adding-Ext-JS-Buttons-to-ColdFusion-9-cfgrid-Paging-Toolbar</link>
				<description>
				
				&lt;p&gt;
Just a quick post about how to go about adding custom buttons to the cfgrid&apos;s paging toolbar. I believe this has changed from Ext 1.1 (which ColdFusion 8 implements) to Ext 3.0 (which ColdFusion 9 implements).
&lt;/p&gt;
&lt;p&gt;
You can see the normal cfgrid &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/gridtest.cfm&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. It comes with no buttons, and it as such with a grid implementation it would suit us if we could show add/edit/delete buttons.&lt;/p&gt;
&lt;p&gt;
So, you can get your pretty icons and add some nice buttons to the grid allowing users to perform operations. I have one up with an add button.&lt;/p&gt;

&lt;p&gt;
Code follows&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>ExtJS</category>
				
				<category>RIA</category>
				
				<category>Ajax</category>
				
				<pubDate>Fri, 24 Jul 2009 13:17:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/24/Adding-Ext-JS-Buttons-to-ColdFusion-9-cfgrid-Paging-Toolbar</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9&apos;s ORM Entity Load Functions</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/22/ColdFusion-9s-ORM-Entity-Load-Functions</link>
				<description>
				
				Update: Demo is currently unavailable.

&lt;p&gt;This is a blog post, mainly so I have a good single place to refer the many varities of EntityLoad() functions available in ColdFusion 9. EntityLoad() is the main method you will be using to retreive objects for your persistent CFCs.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://cfria.coldfusion9.beta.hostek.com/ORM/ormtest.cfm&quot; target=&quot;_blank&quot;&gt;The Demo&lt;/a&gt; has eight different examples to accomplish various tasks through EntityLoad() function.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>SQL</category>
				
				<pubDate>Wed, 22 Jul 2009 22:48:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/22/ColdFusion-9s-ORM-Entity-Load-Functions</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 cfgrid with ORM: Part 1</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1</link>
				<description>
				
				&lt;p&gt;
One of the exciting new feature in ColdFusion 9 is its ORM implementation. ORM in simplest terms allows us to access the database using objects, or in in even more simpler terms you don&apos;t have to write any queries for simple CRUD functions. To learn more about ColdFusion 9 ORM visit &lt;a href=&quot;http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSD628ADC4-A5F7-4079-99E0-FD725BE9B4BD.html&quot; target=&quot;_blank&quot;&gt;Adobe&apos;s ColdFusion 9 ORM Docs&lt;/a&gt; and &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/articles/coldfusion9_orm_02.html&quot; target=&quot;_blank&quot;&gt;Introducing ORM in ColdFusion 9 Beta&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
This post will look at implementing a cfgrid using ORM. This will be first in a series starting from just implementing the grid to read data ending with a full fledged CRUD cfgrid with ORM.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>SQL</category>
				
				<category>RIA</category>
				
				<category>Web Development</category>
				
				<category>Ajax</category>
				
				<pubDate>Tue, 21 Jul 2009 12:30:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 cffileupload Tag - Upload Multiple Files (Updated)</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/ColdFusion-9-cffileupload-Tag--Upload-Multiple-Files</link>
				<description>
				
				New Post &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files&quot;&gt;Here&lt;/a&gt;

It has been updated for ColdFusion 9 release, which fixed a bug that was present during Beta. 
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<category>Web Development</category>
				
				<pubDate>Mon, 20 Jul 2009 17:29:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/ColdFusion-9-cffileupload-Tag--Upload-Multiple-Files</guid>
				
				
			</item>
			
			<item>
				<title>Implementing Ext JS Custom Paging Toolbars with ColdFusion 9 cfgrid</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/Implementing-Ext-JS-Custom-Paging-Toolbars-with-ColdFusion-9-cfgrid</link>
				<description>
				
				&lt;p&gt;
If you look at &lt;a href=&quot;http://www.extjs.com&quot; target=&quot;_blank&quot;&gt;Ext JS&lt;/a&gt; examples for 3.0 release you will notice a lot of &lt;font color=&quot;red&quot;&gt;(New)&lt;/font&gt; stuff. The 3.0 release includes a bunch of new plugins to the normal Ext grid framework. A couple of these plugins deal with rendering a different type of paging bar.
&lt;/p&gt;
&lt;p&gt;
Note: The demos/samples for ColdFusion 9 will be a bit slow to load due to them being hosted on a cheap VPS server (the best I could do).
&lt;/p&gt;
&lt;p&gt;
Out of the box, the normal ColdFusion 9 cfgrid has the standard Ext JS paging bar. A demo of the ColdFusion 9 cfgrid can be viewed here: &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/gridtest.cfm&quot; target=&quot;_blank&quot;&gt;ColdFusion 9 CFGRID&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
We will now replace the standard paging bar with a Sliding Pager and a Progress Bar Pager in this blog post.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>ExtJS</category>
				
				<category>RIA</category>
				
				<category>Ajax</category>
				
				<pubDate>Mon, 20 Jul 2009 13:34:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/Implementing-Ext-JS-Custom-Paging-Toolbars-with-ColdFusion-9-cfgrid</guid>
				
				
			</item>
			</channel></rss>