<?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 - jQuery</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:27:37 -0400</pubDate>
			<lastBuildDate>Mon, 07 Dec 2009 18: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>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>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>