<?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 - RIA</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:29:55 -0400</pubDate>
			<lastBuildDate>Sat, 16 Jan 2010 17:09: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>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>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>Playing with jQuery UI : Part 1</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/31/Playing-with-jQuery-UI--Part-1</link>
				<description>
				
				&lt;p&gt;I downloaded the jQuery UI library a few weeks back (should have done it earlier too). I started playing around with it, but work has been so busy did not get much time to look at it. Finally, found some time to do a basic tabs, accordians, sliders, progress bar demo. Its very basic, good start to learing how some of the things work.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://coldfusion-ria.com/blog/KSPersonal/jquery/ui/index.cfm&quot; target=&quot;_blank&quot;&gt;View Demo&lt;/a&gt;
&lt;/p&gt;

The progress bar demo is probably the most complex one, so code for it follows.  [More]
				</description>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Mon, 31 Aug 2009 13:25:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/31/Playing-with-jQuery-UI--Part-1</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>Quick Tip : When Working with jQuery and jqModal</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/26/Quick-Tip--When-Working-with-jQuery-and-jqModal</link>
				<description>
				
				This has stumped me twice, so best thought to make a blog post, for my own records and also for anybody who gets stuck at the same place.
&lt;p&gt;
Over the weekend, I have been working with jQuery and specifically jqModal for a full fledged CRUD Grid using ORM. For some of the alerts/forms I was using jqModal to show them. Everything worked fine on Firefox, but IE8 had issues. After an hour or so of searching, I realized that I had faced a similar issue when working with jqModal on IE before.&lt;/p&gt;
&lt;p&gt;
The problem is that since I do not wirte a lot of HTML in my day to day coding, I generally omit the DOCTYPE sepcification from my pages. This causes interesting issues on IE. So, the solution was to specify the DOCTYPE and everything was working smoothly in IE too. My DOCTYPE specification that solved these issues was:
&lt;/p&gt;
&lt;code&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;/code&gt;
&lt;p&gt;
See the difference:&lt;br/&gt;
&lt;a href=&quot;http://coldfusion-ria.com/blog/KSPersonal/jquery/jqModal_nodoctype.cfm&quot; target=&quot;_blank&quot;&gt;DOCTYPE NOT Present&lt;/a&gt;
&lt;br/&gt;
&lt;a href=&quot;http://coldfusion-ria.com/blog/KSPersonal/jquery/jqModal_yesdoctype.cfm&quot; target=&quot;_blank&quot;&gt;DOCTYPE Present&lt;/a&gt;
&lt;/p&gt; 
				</description>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Web Development</category>
				
				<pubDate>Sun, 26 Jul 2009 19:26:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/26/Quick-Tip--When-Working-with-jQuery-and-jqModal</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 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>
			
			<item>
				<title>Adding ExtJS Row Numbering to ColdFusion cfgrid</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/16/Adding-ExtJS-Row-Numbering-to-ColdFusion-cfgrid</link>
				<description>
				
				&lt;p&gt;
With the release of &lt;a href=&quot;http://www.ExtJS.com&quot; target=&quot;_blank&quot;&gt;ExtJS 3.0&lt;/a&gt; and the ColdFusion 9 beta I have been digging into the library more. One of the libraries for the grids that ExtJS Core offers is Numbering the grid rows on the current page. ColdFusion doesn&apos;t have that option, so I decided to implement it. It was quite simple actually.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Note&lt;/b&gt;: This was all done on ColdFusion 9 beta and Ext JS 3.0. ColdFusion 8 ships with ExtJS 1.1 and I am not sure whether the RowNumberer class was present in version 1.1 or not. Also, since we don&apos;t have a ColdFusion 9 beta host (or if there is one I haven&apos;t found it), you will have to do with screenshots.
&lt;/p&gt;

&lt;p&gt;
So, here is how the grid looks (and this thing looks a lot better than the ColdFusion 8 grid)
&lt;img src=&quot;http://www.coldfusion-ria.com/Blog/images/cfgrid_numbering.jpg&quot;&gt;
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>ExtJS</category>
				
				<category>RIA</category>
				
				<category>Ajax</category>
				
				<pubDate>Thu, 16 Jul 2009 20:56:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/16/Adding-ExtJS-Row-Numbering-to-ColdFusion-cfgrid</guid>
				
				
			</item>
			
			<item>
				<title>ExtJS 3.0 Grid with ColdFusion 8/ColdFusion 9</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/13/ExtJS-30-Grid-with-ColdFusion-8</link>
				<description>
				
				With the recent release of &lt;a href=&quot;http://extjs.com/&quot; target=&quot;_blank&quot;&gt;ExtJS 3.0&lt;/a&gt;, I have been looking at the library again. I decided to do a simple Grid implementation using ExtJS. ExtJS is probably one of the best looking JS libraries out there out of the box and when implemented its extremely quick. The main issue as has been when integrading jQuery with ColdFusion was passing the JSON back in the proper format for the grid.

Have a look at the Demo First &lt;a href=&quot;http://coldfusion-ria.com/Blog/KSPersonal/ext/test.cfm&quot; target=&quot;_blank&quot;&gt;Here&lt;/a&gt;.  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>ExtJS</category>
				
				<category>RIA</category>
				
				<category>Ajax</category>
				
				<pubDate>Mon, 13 Jul 2009 11:14:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/13/ExtJS-30-Grid-with-ColdFusion-8</guid>
				
				
			</item>
			
			<item>
				<title>Using jQuery based jqGrid with ColdFusion: Part 4: Full CRUD grid with Custom Search Screen</title>
				<link>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</link>
				<description>
				
				So, previously I blogged about basic &lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt; implementations with Filter/Search and Inline Edit capabilities. The grid here now builds on all that, and implements Add and Delete functionality. I also changed the theme to the new steel theme (available in version 3.4 zip), its much more professional looking compared to the others in my opinion.
&lt;br/&gt;
&lt;a href=&quot;http://coldfusion-ria.com/test/users3.cfm&quot; target=&quot;_blank&quot;&gt;
&lt;img src=&quot;http://i44.tinypic.com/9zlhk3.png&quot;&gt;
&lt;/a&gt;
&lt;p&gt;
This implementation doesn&apos;t exactly follow the previous posts. For this grid I am using:
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Inbuilt Form based Add, Edit and Delete functionality&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Custom Built Search Dialog Screen&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Custom Refresh Action&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Use &lt;a href=&quot;http://dev.iceburg.net/jquery/jqModal/&quot; target=&quot;_blank&quot;&gt;jqModal&lt;/a&gt; for the custom search dialog.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;
See The &lt;a href=&quot;http://coldfusion-ria.com/test/users3.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;. DB being changed realtime, any operations you perform will happen.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Wed, 04 Feb 2009 21:37:00 -0400</pubDate>
				<guid>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</guid>
				
				
			</item>
			</channel></rss>