<?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 - Ajax</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:41:40 -0400</pubDate>
			<lastBuildDate>Mon, 14 Dec 2009 22:33: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>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>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>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>
			
			<item>
				<title>ColdFusion and jQuery definition auto-linking (A DB driven implementation)</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/2/1/ColdFusion-and-jQuery-definition-autolinking-A-DB-driven-implementation</link>
				<description>
				
				So, this post is inspired by Ray Camden&apos;s post on the same subject, &lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2009/1/31/Using-jQuery-and-ColdFusion-to-create-an-autolink-for-definition-application&quot; target=&quot;_blank&quot;&gt;Using jQuery and ColdFusion to create an auto-link for definition application&lt;/a&gt;, so all credit goes to Ray. I wanted to implement something similar, and also make it database driven as I beleive any implementation of this in an application would be DB driven anyway. 

You can take a look at the demo here: &lt;a href=&quot;http://coldfusion-ria.com/test/term.cfm
&quot; target=&quot;_blank&quot;&gt;http://coldfusion-ria.com/test/term.cfm&lt;/a&gt;
I recommend using Firefox, as I have encountered an issue where the jQuery click event stops working for the first word on IE7 after you click it once.
&lt;p&gt;
First things first, the DB structure, looks like this:&lt;br/&gt;
&lt;img src=&quot;http://www.coldfusion-ria.com/Blog/images/terms.jpg&quot;&gt;&lt;br/&gt;
The TermName is the term that will be linked, the term HTML is what we will replace the term word with, the TermDef is the definition of the term, and track can be used to track URL clicks.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Sun, 01 Feb 2009 18:33:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/2/1/ColdFusion-and-jQuery-definition-autolinking-A-DB-driven-implementation</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>ColdFusion 8 cfgrid vs jQuery jqGrid - Try it Out</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Coldfusion-8-cfgrid-vs-jQuery-jqGrid--Try-it-Out</link>
				<description>
				
				So, one of the things that led me to look into jqGrid and jQuery was that out of the box cfgrid implementation for CF8 was a bit slower than I expected.

To see this, I put together, two similar implementations in cfgrid and jqGrid, and now you can try it out to see if there is any difference.

&lt;a href=&quot;http://coldfusion-ria.com/blog/examples/users.cfm&quot; target=&quot;_blank&quot;&gt;cfgrid Implementation&lt;/a&gt;

&lt;a href=&quot;http://coldfusion-ria.com/Test/users2.cfm&quot; target=&quot;_blank&quot;&gt;jQuery Implementation&lt;/a&gt;  [More]
				</description>
				
				<category>ColdFusion 8</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Tue, 27 Jan 2009 18:49:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/1/27/Coldfusion-8-cfgrid-vs-jQuery-jqGrid--Try-it-Out</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>