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

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

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

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

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

But that was not the End of the Story.

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

Whew, finally, was done with setting up Coldfusion 9 64-bit on Windows 7 64-bit. 
				</description>
				
				<category>ColdFusion 9</category>
				
				<pubDate>Tue, 16 Feb 2010 11:55:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2010/2/16/Installing-ColdFusion-9-64but-on-Windows-7-64bit-Experience</guid>
				
				
			</item>
			
			<item>
				<title>cffileupload Tag - Event Handlers</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/cffileupload-Tag--Event-Handlers</link>
				<description>
				
				&lt;p&gt;Continuing with exploring the new multi-file upload tag functionality in ColdFusion 9, this post will build on the &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files&quot; target=&quot;_blank&quot;&gt;previous&lt;/a&gt; post and add event handlers. We are able to work with 3 event handlers:
&lt;ol&gt;
&lt;li&gt;onComplete - Called after each file finishes uploading&lt;/li&gt;
&lt;li&gt;onError - Called when a file upload errors out&lt;/li&gt;
&lt;li&gt;onUploadComplete - Called when all the files finish uploading&lt;/li&gt;
&lt;/ol&gt;
Have a look at the &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/multiupload/fileupload2.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;.&lt;/br&gt;
Lets take a look at the code.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<pubDate>Sat, 16 Jan 2010 17:09:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/cffileupload-Tag--Event-Handlers</guid>
				
				
			</item>
			
			<item>
				<title>Blog 1 Year Anniversary and Looking Forward to Another Year</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/Blog-1-Year-Anniversary-and-Looking-Forward-to-Another-Year</link>
				<description>
				
				&lt;p&gt;The blog was officially launched on 1/5/2009. The first true knowledge sharing entry came on 1/8/2009, so its been 1 year and 1 week since I started bloging. It has been an excellent journey till now and I am sure it will continue to be. The main idea behind the Blog was to motivate me to continue learning new things and it did serve that purpose. While it took me more than an year to really look at whats new in ColdFusion 8, but with ColdFusion 9 I was right in there with the beta. Now there are other community blogs I read daily and always end up learning something new everyday. I have a better understanding of Ajax and libraries such as ExtJS, YUI and jQuery. Of course, there is still a lot to learn too in all of them. I haven&apos;t blogged as much as I had hoped, there have been big periods of inactivity, sometimes due to a busy schedule, sometimes due to other reasons.
&lt;/p&gt;
&lt;p&gt;
I would also like to thank the people who read the blog. It has been great to see some positive comments on some of the blog entries, so thanks for all the support.&lt;/p&gt;
&lt;p&gt;
There are some goals in mind for 2010:
&lt;ul&gt;
&lt;li&gt;Blog More - This is pretty simple. Blogging more will also mean I am learning more things.&lt;/li&gt;
&lt;li&gt;Learn a Framework - I really feel that my next level of Proffesional Development should involve learning a framework. Even though, I have my own take on organizing code properly (that achieves to a good extent OO and MVC), learning a framework should be fun, challenging, exciting. I don&apos;t know which framework I am going to choose, but it will be one of the newer ones.&lt;/li&gt;
&lt;li&gt;More ORM - ColdFusion 9 brought us ORM integration. I did dive into it during beta, its time to explore it further and learn ORM concepts.&lt;/li&gt;
&lt;li&gt;jQuery 1.4 - A great library, a new version. Excellent opportunity to learn more about JavaScript, DOM, Ajax.&lt;/li&gt;
&lt;li&gt;Attend a CF Conference - My intention was to attend CFinNC last year, but it didn&apos;t work out at the last moment. This year, I want to attend atleast one CF conference.&lt;/li&gt;
&lt;li&gt;Local User Group Involvement - I haven&apos;t attended a single UG meeting. I am not sure how active they currently are, but need to look it up and start attending some meetings. Should be a great place to meet new people and learn new things.&lt;/li&gt;
&lt;li&gt;AIR/Flex - I really need to first figure out which one to tackle first. On one hand, AIR seems very exciting. On the other hand, I have done some Flex before and increasing my understanding of it will also help me design AIR applications. Someone want to help me out here?&lt;/li&gt;
&lt;ul&gt;
&lt;/p&gt;  [More]
				</description>
				
				<category>Other</category>
				
				<pubDate>Sat, 16 Jan 2010 02:36:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2010/1/16/Blog-1-Year-Anniversary-and-Looking-Forward-to-Another-Year</guid>
				
				
			</item>
			
			<item>
				<title>cffileupload Tag - Uploading Multiple Files</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/12/27/cffileupload-Tag--Uploading-Multiple-Files</link>
				<description>
				
				&lt;p&gt;
Back in beta, I had made a &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/ColdFusion-9-cffileupload-Tag--Upload-Multiple-Files&quot; target=&quot;_blank&quot;&gt;post&lt;/a&gt; on this new tag in ColdFusion 9. It creates a Flash interface allowing the user to upload multiple files to the server. A pretty easy way to achieve something powerful. Back in beta, there was also a bug with the funtionality. It was that ColdFusion was not automatically passing back Success, Failure messages. With the release now, that has been taken care of, so we can revise the beta code.&lt;/p&gt;
&lt;p&gt;Have a look at the &lt;a href=&quot;http://coldfusionria-com.gowesthosting.com/KSPersonal/CF9/multiupload/fileupload1.cfm&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;/p&gt;

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

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

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

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

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

&lt;p&gt;How I did this style selection switch, follows&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>Web Development</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Ajax</category>
				
				<pubDate>Sun, 02 Aug 2009 14:54:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/8/2/jqGrid-35-with-jQuery-UI-ThemeRoller-Support-Demos</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 cfgrid with ORM: Part 2 - Full CRUD Grid</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/30/ColdFusion-9-cfgrid-with-ORM-Part-2--Full-CRUD-Grid</link>
				<description>
				
				&lt;p&gt;Previously I &lt;a href=&quot;http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1&quot; target=&quot;_blank&quot;&gt;blogged&lt;/a&gt; on getting a normal cfgrid running with ColdFusion. This post will look at expanding that to a full CRUD grid using ORM.&lt;/p&gt;
&lt;p&gt;
In addition to ColdFusion, I am also using &lt;a href=&quot;http://jquery.com/&quot; target=&quot;_blank&quot;&gt;jQuery&lt;/a&gt; and &lt;a href=&quot;http://dev.iceburg.net/jquery/jqModal/&quot; target=&quot;_blank&quot;&gt;jqModal&lt;/a&gt;specifically to display the modal boxes. Main reason being that I was itching to do some jQuery stuff.
&lt;/p&gt;
Code follows.  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>RIA</category>
				
				<category>jQuery</category>
				
				<category>Web Development</category>
				
				<pubDate>Thu, 30 Jul 2009 14:35:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/30/ColdFusion-9-cfgrid-with-ORM-Part-2--Full-CRUD-Grid</guid>
				
				
			</item>
			
			<item>
				<title>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>ColdFusion Builder Beta Impressions From a CFEclipse User</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/25/ColdFusion-Builder-Beta-Impressions-From-a-CFEclipse-User</link>
				<description>
				
				&lt;p&gt;So I have been using the beta of ColdFusion Builder for around 3 weeks now, just thought I would blog some impressions. Keep in mind, these are my opinions and are based on the &lt;b&gt;Beta&lt;/b&gt; version of ColdFusion Builder. These are also based on CFEclipse and ColdFusion Builder out of the box with some tweaks to both for performance.&lt;/p&gt;

&lt;p&gt;Just to give a little background, I have been using CFEclipse for ColdFusion programming since March 2006, which is also when I learned ColdFusion. I was very excited to hear about Bolt from Adobe, so naturally when ColdFusion Builder came out, I started using it. In the time I have been using it, I have come to realize there are advantages and disadvantages to both.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion Builder</category>
				
				<pubDate>Sat, 25 Jul 2009 18:18:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/25/ColdFusion-Builder-Beta-Impressions-From-a-CFEclipse-User</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>
			</channel></rss>