<?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 - Web Development</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:33:05 -0400</pubDate>
			<lastBuildDate>Mon, 31 Aug 2009 13:25: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>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>IE is still used by 70% of the internet users, Please Test your site on IE</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/2/12/IE-is-still-used-by-70-of-the-internet-users-Please-Test-your-site-on-IE</link>
				<description>
				
				I know as developers, most of us work with Firefox for development purposes. And that is fine, Firefox has great tools for web developers (Firebug being the main one) that eases our development pains, allows us to troubleshoot javascript easily and shows us our results of the Ajax calls.

But, we all are still web developers, not Firefox developers. And 70% of the people who browse the web do use Internet Explorer, so if you have major functionality in your site that doesn&apos;t work on IE, its a bad thing. I am not talking about issues with the layout, or some CSS being interpreted differently, but things like Filtering search results, or Code download. I have been coming across such sites with increasing frequency.

On top of that, if your site is about some awesome framework for web development (hint), better be sure it works on IE. When it doesn&apos;t, people who enounter the bugs will think, if the site itself doesn&apos;t work on IE, will the framework give me good results on IE?

So, my plea to everybody who is making a website, test your functionality on Internet Explorer. 
				</description>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 12 Feb 2009 11:47:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/2/12/IE-is-still-used-by-70-of-the-internet-users-Please-Test-your-site-on-IE</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>
			
			<item>
				<title>Using jQuery based jqGrid with ColdFusion: Part 3 : Inline Editing of Data Rows</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/30/Using-jQuery-based-jqGrid-with-ColdFusion-Part-3--Inline-Editing-of-Data-Rows</link>
				<description>
				
				So, we have now looked:
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Creating a basic &lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt; with ColdFusion&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Implementing the jqGrid Filter functionality&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;

The next step is to allow inline row editing in our grid. This is very simple to implement using jqGrid and it looks good too:
&lt;img src=&quot;http://www.coldfusion-ria.com/Blog/images/editing.jpg&quot;&gt;
&lt;p&gt;
So, to start off, have a look at the &lt;a href=&quot;http://coldfusion-ria.com/test/users3.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;. Database is being changed realtime, so any updates you make 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>Fri, 30 Jan 2009 20:56:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/30/Using-jQuery-based-jqGrid-with-ColdFusion-Part-3--Inline-Editing-of-Data-Rows</guid>
				
				
			</item>
			
			<item>
				<title>Using jQuery based jqGrid with ColdFusion: Part 2 - Filter Records &amp; work with Custom Data</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/29/Using-jQuery-based-jqGrid-with-ColdFusion-Part-2--Implementing-the-Filter</link>
				<description>
				
				Continuing to work with &lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt;, this time we will implement its Filter/Search functionality.

jqGrid provides an inbuilt filter component, which can be inbuilt into its navigation grid (navgrid), or from a custom pager/toolbar button, or from an external button on your page. This opens in the form of a window (similar to cfwindow):

&lt;img src=&quot;http://www.coldfusion-ria.com/Blog/images//filter1.PNG&quot;&gt;

&lt;p&gt;
Check Out the Demo &lt;a href=&quot;http://www.coldfusion-ria.com/Test/users2.cfm&quot; target=&quot;_blank&quot;&gt;Here&lt;/a&gt;
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Thu, 29 Jan 2009 12:20:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/29/Using-jQuery-based-jqGrid-with-ColdFusion-Part-2--Implementing-the-Filter</guid>
				
				
			</item>
			
			<item>
				<title>Using jQuery based jqGrid with ColdFusion: Part 1</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Using-jQuery-based-jqGrid-with-ColdFusion-Part-1</link>
				<description>
				
				So, this weekend I started looking at jQuery. I have seen many people around the blogosphere use it and it is surprisingly lightweight, and doesn&apos;t require a lot of code writing. There is also another problem, the ColdFusion cfgrid implementation slows down as the number of records increase. So, specifically I looked at &lt;a href=&quot;http://www.trirand.com/blog/&quot; target=&quot;_blank&quot;&gt;jqGrid&lt;/a&gt; plugin for jQuery to implement a datagrid.

I took my previous work on a simple User List grid and started the process of replicating it using jQuery. Thankfully, I was not the first one to think of something like this, so I had a head start thanks &lt;a href=&quot;http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion&quot; target=&quot;_blank&quot;&gt;Hal Helms&lt;/a&gt;

So to start off, have a look at the &lt;a href=&quot;http://coldfusion-ria.com/PLite/Test/Users.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Tue, 27 Jan 2009 00:53:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Using-jQuery-based-jqGrid-with-ColdFusion-Part-1</guid>
				
				
			</item>
			</channel></rss>