<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CFchimp &#187; ColdFusion</title>
	<atom:link href="http://www.cfchimp.com/wordpress/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cfchimp.com/wordpress</link>
	<description>monkey love coldfusion</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:50:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>RDS Query Viewer not working: How to fix the ColdFusion Builder error: &#8216;/YOURPROJECTFOLDER/.rdsTempFiles/RDS Query Viewer&#8217; does not exist</title>
		<link>http://www.cfchimp.com/wordpress/2012/01/rds-query-viewer-not-working/</link>
		<comments>http://www.cfchimp.com/wordpress/2012/01/rds-query-viewer-not-working/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 03:49:32 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[CFBuilder]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=334</guid>
		<description><![CDATA[I have had this issue for a while and it finally made me crazy enough to try to figure it out. It appears that this error occurs when the &#8220;RDS Query Viewer&#8221; file does not exist in the .rdsTempFiles folder within your project. On Mac Open Terminal Navigate to the directory where your project is [...]]]></description>
			<content:encoded><![CDATA[<p>I have had this issue for a while and it finally made me crazy enough to try to figure it out.  It appears that this error occurs when the &#8220;RDS Query Viewer&#8221; file does not exist in the .rdsTempFiles folder within your project.</p>
<p><strong>On Mac</strong></p>
<ol>
<li>Open Terminal</li>
<li>Navigate to the directory where your project is located.  For example type: <em>cd /Applications/ColdFusion9/wwwroot/YOURPROJECTFOLDER</em> and hit &lt;enter&gt;</li>
<li>If the &#8220;.rdsTempFiles&#8221; directory does not exist type: <em>mkdir .rdsTempFiles</em> and hit &lt;enter&gt;</li>
<li>If the &#8220;RDS Query Viewer&#8221; file does not exist type: <em>touch &#8220;.rdsTempFiles/RDS Query Viewer&#8221;</em> and hit &lt;enter&gt;.  BE SURE TO SURROUND THE COMMAND WITH THE DOUBLE QUOTES BECAUSE THE FILE NAME HAS SPACES.</li>
<li>Refresh the &#8220;RDS Query Viewer&#8221; view.  RDS Query View should work now.</li>
</ol>
<p><strong>On Windows</strong></p>
<ol>
<li>Open DOS</li>
<li>Navigate to the directory where your project is located.  For example type: <em>cd C:\ColdFusion9\wwwroot\YOURPROJECTFOLDER </em>and hit &lt;enter&gt;</li>
<li>If the &#8220;.rdsTempFiles&#8221; directory does not exist type: <em>mkdir .rdsTempFiles</em> and hit &lt;enter&gt;</li>
<li>If the &#8220;RDS Query Viewer&#8221; file does not exist type: <em>fsutil file createnew &#8220;RDS Query Viewer&#8221; 0</em> and hit &lt;enter&gt;.  BE SURE TO SURROUND THE COMMAND WITH THE DOUBLE QUOTES BECAUSE THE FILE NAME HAS SPACES.</li>
<li>Refresh the &#8220;RDS Query Viewer&#8221; view.  RDS Query View should work now.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2012/01/rds-query-viewer-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 9 SELECT IN query using ormExecuteQuery()</title>
		<link>http://www.cfchimp.com/wordpress/2012/01/coldfusion-9-select-in-query-using-ormexecutequery/</link>
		<comments>http://www.cfchimp.com/wordpress/2012/01/coldfusion-9-select-in-query-using-ormexecutequery/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 03:23:22 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=328</guid>
		<description><![CDATA[For some reason this took me some effort to figure out. Maybe others will find it useful. &#60;cfscript&#62; CategoryList = '1,2,3'; Categories = ormExecuteQuery("from Category where Id IN (:IdList)",{IdList=ListToArray(CategoryList)}); &#60;cfscript&#62; If you know a better way please drop me a comment. I posted this in the Adobe Coldfusion forum for a few days but didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason this took me some effort to figure out.  Maybe others will find it useful.</p>
<p><code><br />
&lt;cfscript&gt;<br />
CategoryList = '1,2,3';<br />
Categories = ormExecuteQuery("from Category where Id IN (:IdList)",{IdList=ListToArray(CategoryList)});<br />
&lt;cfscript&gt;<br />
</code></p>
<p>If you know a better way please drop me a comment.  I <a title="Link to Adobe ColdFusion forum" href="http://forums.adobe.com/message/4136917" target="_blank">posted this in the Adobe Coldfusion forum</a> for a few days but didn&#8217;t get anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2012/01/coldfusion-9-select-in-query-using-ormexecutequery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding more resource navigator filters to ColdFusion Builder (Eclipse) Redux</title>
		<link>http://www.cfchimp.com/wordpress/2011/07/adding-more-resource-navigator-filters-to-coldfusion-builder-eclipse-redux/</link>
		<comments>http://www.cfchimp.com/wordpress/2011/07/adding-more-resource-navigator-filters-to-coldfusion-builder-eclipse-redux/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 16:19:20 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[CFBuilder]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=317</guid>
		<description><![CDATA[There is a post at 12robots.com for how to add resource navigator filters to CFBuilder: http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse The solution below is similar, but does not involve accessing .jar files. Step 1: Locate your version of CFBuilder by selecting &#8220;About Adobe ColdFusion Builder 2&#8243;.  Make a note of the Version and Build numbers.  For this post I [...]]]></description>
			<content:encoded><![CDATA[<p>There is a post at 12robots.com for how to add resource navigator filters to CFBuilder:</p>
<p><a href="http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse" target="_blank">http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse</a></p>
<p>The solution below is similar, but does not involve accessing .jar files.</p>
<p><strong>Step 1:</strong> Locate your version of CFBuilder by selecting &#8220;About Adobe ColdFusion Builder 2&#8243;.  Make a note of the Version and Build numbers.  For this post I am on Version: 2.0.0 and Build: 277745<br />
<strong>Step 2:</strong> Locate the plugin.xml file in the com.adobe.ide.coldfusion.rcp_X.X.X.XXXXXX folder (Notice how X.X.X.XXXXXX corresponds to the Version and Build from Step 1):<br />
com.adobe.ide.coldfusion.rcp_2.0.0.277745<br />
<strong>Step 2:</strong> Locate the following section:<br />
<code>&lt;extension<br />
point="org.eclipse.ui.ide.resourceFilters"&gt;</code><br />
<strong>Step 3:</strong> Add a block like this for each new filter you want:<br />
<code>&lt;filter<br />
pattern="_notes"<br />
selected="true"/&gt;</code><br />
<strong>Step 4:</strong> Start CFBuilder from the command line.  For me on the Mac I execute the following command in Terminal:<br />
<code>"/Applications/Adobe ColdFusion Builder 2/CFBuilder.app/Contents/MacOS/CFBuilder" -clean</code><br />
<strong>Step 5:</strong> Enjoy your new navigator filter(s).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2011/07/adding-more-resource-navigator-filters-to-coldfusion-builder-eclipse-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a last modified date to FW/1 (Framework One) pages</title>
		<link>http://www.cfchimp.com/wordpress/2011/06/add-a-last-modified-date-to-fw1-framework-one-pages/</link>
		<comments>http://www.cfchimp.com/wordpress/2011/06/add-a-last-modified-date-to-fw1-framework-one-pages/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 19:21:16 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[FW/1]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=305</guid>
		<description><![CDATA[Disclaimer: I&#8217;m a total newb to FW/1. There is most likely a better, or built in way to do this. Still with me?  Ok.  Here is the specification for this little ditty: The site I&#8217;m working on is mostly static. It is required (perhaps legally, definitely procedurally) that every page of the site must have [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Disclaimer</strong>:</p>
<ol>
<li>I&#8217;m a total newb to FW/1.</li>
<li>There is most likely a better, or built in way to do this.</li>
</ol>
<p>Still with me?  Ok.  Here is the specification for this little ditty:</p>
<ol>
<li>The site I&#8217;m working on is mostly static.</li>
<li>It is required (perhaps legally, definitely procedurally) that every page of the site must have a last modified date in the footer.</li>
<li>The site is built using FW/1 (which is awesome).</li>
</ol>
<p>Here are the cliff notes of what&#8217;s about to go down:</p>
<ol>
<li>I have a footer that is included in every page.</li>
<li>In the footer view Im going to look at the current page&#8217;s action in the request context (rc) and figure out what the corresponding &#8220;view&#8221; is based on the action</li>
<li>I&#8217;m going to use cfdirectory to find the lastmodifieddate of the view file from step 2.</li>
</ol>
<p>Without further adieu:</p>
<p><code><br />
</code>&lt;!&#8212; Start with the path to our views folder &#8212;&gt;<br />
&lt;cfset local.viewPath=&#8221;#VARIABLES.FRAMEWORK.BASE#views&#8221; /&gt;<br />
&lt;!&#8212; Make an array of rc.action (we use this to append subfolders) &#8212;&gt;<br />
&lt;cfset local.arrAction=ListToArray(rc.action,&#8221;.&#8221;) /&gt;<br />
&lt;!&#8212; Set the counter to be 1 short of the action array len b/c the last member will be our view page &#8212;&gt;<br />
&lt;cfset local.counter=ArrayLen(local.arrAction)-1 /&gt;<br />
&lt;!&#8212; Set the last member of our action array to be our action page &#8212;&gt;<br />
&lt;cfset local.viewPage=&#8221;#local.arrAction[ArrayLen(local.arrAction)]#.cfm&#8221; /&gt;<br />
&lt;!&#8212; Append any subfolders to our viewPath &#8212;&gt;<br />
&lt;cfloop from=&#8221;1&#8243; to=&#8221;#local.counter#&#8221; index=&#8221;local.a&#8221;&gt;<br />
&lt;cfset local.viewPath=&#8221;#local.viewPath#/#local.arrAction[local.a]#&#8221; /&gt;<br />
&lt;/cfloop&gt;<br />
&lt;!&#8212; Look for our viewPage cfm file in our viewPath &#8212;&gt;<br />
&lt;cfdirectory action=&#8221;list&#8221;<br />
directory=&#8221;#ExpandPath(local.viewPath)#&#8221;<br />
name=&#8221;qGetLastdateModified&#8221;<br />
filter=&#8221;#ListLast(local.viewPage, &#8220;/&#8221;)#&#8221;&gt;<br />
&lt;!&#8212; If we have a record count then calculate the last modified date &#8212;&gt;<br />
&lt;cfif qGetLastdateModified.recordCount&gt;<br />
&lt;cfset local.siteLastUpdated=&#8217;#DateFormat(qGetLastdateModified.dateLastModified,&#8221;long&#8221;)# at #TimeFormat(qGetLastdateModified.dateLastModified,&#8221;hh:mm:ss tt&#8221;)#&#8217; /&gt;<br />
&lt;cfelse&gt;<br />
&lt;cfset local.siteLastUpdated=&#8221;unknown :- (&#8221; /&gt;<br />
&lt;/cfif&gt;<br />
&lt;cfoutput&gt;#local.siteLastUpdated#&lt;/cfoutput&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2011/06/add-a-last-modified-date-to-fw1-framework-one-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a (ColdFusion) comic using iPhone apps</title>
		<link>http://www.cfchimp.com/wordpress/2011/02/create-a-coldfusion-comic-using-iphone-apps/</link>
		<comments>http://www.cfchimp.com/wordpress/2011/02/create-a-coldfusion-comic-using-iphone-apps/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:07:03 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Shameless Plugs]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=282</guid>
		<description><![CDATA[It&#8217;s no secret how I love my iPhone.  Further, it&#8217;s no secret either that I love ColdFusion and making silly cartoons around the office or home.  Time to roll it all up into one effort. The Abbreviated How To: Take a couple of pictures on your iPhone Use the &#8220;ComicStrip&#8221; app to create the layout [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret how I love my iPhone.  Further, it&#8217;s no secret either that I love ColdFusion and making silly cartoons around the office or home.  Time to roll it all up into one effort.</p>
<p><a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2011/02/it-was-945.jpg"><img class="alignnone size-medium wp-image-283" title="it-was-945 a ColdFusion comic" src="http://www.cfchimp.com/wordpress/wp-content/uploads/2011/02/it-was-945-300x200.jpg" alt="" width="300" height="200" /></a></p>
<h2>The Abbreviated How To:</h2>
<ol>
<li>Take a couple of pictures on your iPhone</li>
<li>Use the &#8220;ComicStrip&#8221; app to create the layout and captions</li>
<li>Save the output from ComicStrip</li>
<li>Open the image you just made in the &#8220;SketchMee&#8221; app</li>
<li>Fiddle with the settings until you get the sketched look you like</li>
<li>Save the output from SketchMee</li>
<li>Post to the www</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2011/02/create-a-coldfusion-comic-using-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion SOLR error: org/apache/pdfbox/pdmodel/PDDocument null</title>
		<link>http://www.cfchimp.com/wordpress/2011/02/coldfusion-solr-error-orgapachepdfboxpdmodelpddocument-null/</link>
		<comments>http://www.cfchimp.com/wordpress/2011/02/coldfusion-solr-error-orgapachepdfboxpdmodelpddocument-null/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 17:46:43 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=271</guid>
		<description><![CDATA[I got the following pretty obscure error the other day from a cfscheduler job that runs nightly to index documents uploaded to our site: org/apache/pdfbox/pdmodel/PDDocument null Turns out that the error is caused by a file having the extension of .PDF instead of .pdf.  No, really. Luckily I only had one offending file, but what [...]]]></description>
			<content:encoded><![CDATA[<p>I got the following pretty obscure error the other day from a cfscheduler job that runs nightly to index documents uploaded to our site:</p>
<p><code>org/apache/pdfbox/pdmodel/PDDocument null</code></p>
<p>Turns out that the error is caused by a file having the extension of .PDF instead of .pdf.  No, really.  Luckily I only had one offending file, but what if I had many?  Also, what if users uploaded more after I renamed the problematic one?  There are two parts to &#8220;future proofing&#8221; my situation.  The first part it to address the .PDF extensions in the uploads.  The second part, and what I&#8217;m going to pass on to you, is a custom tag that will look in a directory you specify and rename all .PDF extensions to .pdf.</p>
<p>To implement:</p>
<ul>
<li><a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2011/02/pdf_cleanup.cfm_.zip">Download the pdf_cleanup custom tag</a></li>
<li>Unzip it to whatever directory you keep you custom tags in</li>
<li>Call it using the following syntax just before you run your &lt;cfindex&gt; operation(s):<br />
<code>&lt;cf_pdf_cleanup dirToClean="C:\mysuperdocs"&gt;</code></li>
</ul>
<p>Be forewarned I take no responsibility for your use of the tag <img src='http://www.cfchimp.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2011/02/pdf_cleanup.cfm_.zip">Download the pdf_cleanup custom tag</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2011/02/coldfusion-solr-error-orgapachepdfboxpdmodelpddocument-null/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Debugging ColdFusion 9 on shared hosting</title>
		<link>http://www.cfchimp.com/wordpress/2010/08/debugging-coldfusion-9-on-shared-hosting/</link>
		<comments>http://www.cfchimp.com/wordpress/2010/08/debugging-coldfusion-9-on-shared-hosting/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 01:34:47 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=257</guid>
		<description><![CDATA[With ColdFusion 9 debugging can be enabled on a page by page basis. This is super handy in a shared hosting environment where you don&#8217;t have access to the CFADMIN. Step 1 Set debuggingipaddress and enablerobustexception in the THIS scope of your Application.cfc.  You can use http://www.whatismyip.com if you don&#8217;t know your ip address. &#60;!--- [...]]]></description>
			<content:encoded><![CDATA[<p>With ColdFusion 9 debugging can be enabled on a page by page basis.  This is super handy in a shared hosting environment where you don&#8217;t have access to the CFADMIN.</p>
<h3>Step 1</h3>
<p>Set debuggingipaddress and enablerobustexception in the THIS scope of your Application.cfc.  You can use http://www.whatismyip.com if you don&#8217;t know your ip address.</p>
<pre>	&lt;!--- define a debugging ip ---&gt;
	&lt;cfset this.debuggingipaddresses="xxx.xxx.xxx.xxx"&gt;
	&lt;!--- enable robust exception ---&gt;
	&lt;cfset this.enablerobustexception="yes"&gt;
</pre>
<h3>Step 2</h3>
<p>Enable show debug output at the top of your page&#8217;s code.</p>
<pre>	&lt;!--- enable show debug output ---&gt;
	&lt;cfsetting showdebugoutput="true"&gt;
</pre>
<p>You should now see your debugging info appended to the page.</p>
<h3>Just to verify!</h3>
<p>You can verify debugging is enabled by outputting the value of IsDebugMode().</p>
<pre>	&lt;!--- Is debugging on?  Should be yes when showdebugoutput="true" ---&gt;
	&lt;cfoutput&gt;#IsDebugMode()#&lt;/cfoutput&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2010/08/debugging-coldfusion-9-on-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving to a database with ColdFusion using jQuery</title>
		<link>http://www.cfchimp.com/wordpress/2010/05/saving-to-a-database-with-coldfusion-using-jquery/</link>
		<comments>http://www.cfchimp.com/wordpress/2010/05/saving-to-a-database-with-coldfusion-using-jquery/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:43:54 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=239</guid>
		<description><![CDATA[A commenter asked me how to extend a previous jQuery post to perform the database save via ColdFusion.  It is REALLY easy (and please keep in mind this is meant to be a SIMPLE example, not production code).  From the jQuery side my example only required the following code to ship the data off to [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>A commenter asked me how to extend <a href="http://www.cfchimp.com/wordpress/2010/04/use-jquery-to-enable-submit-button-and-set-form-action/">a previous jQuery post</a> to perform the database save via ColdFusion.  It is REALLY easy (and please keep in mind this is meant to be a SIMPLE example, not production code).  From the jQuery side my example only required the following code to ship the data off to ColdFusion:<br />
<code><br />
function fSave(){<br />
	you=$("#you").val();<br />
	// Try to save<br />
	$.get("adduser.cfm?"+"you="+you , function(data){<br />
		// Result<br />
		alert(data);<br />
		window.location=location.href;<br />
	});<br />
}<br />
</code><br />
The adduser.cfm page then validates and inserts the data and returns a success or failure message.</p>
<p><a href="http://www.cfchimp.com/chimp/jquery-enabled-form-2.cfm" target="_blank">See it here</a> | <a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2010/05/jq-save-with-cf.zip">Get it here</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2010/05/saving-to-a-database-with-coldfusion-using-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use jQuery to enable submit button and set form action</title>
		<link>http://www.cfchimp.com/wordpress/2010/04/use-jquery-to-enable-submit-button-and-set-form-action/</link>
		<comments>http://www.cfchimp.com/wordpress/2010/04/use-jquery-to-enable-submit-button-and-set-form-action/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:54:30 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=228</guid>
		<description><![CDATA[I recently had to do a quick bit of coding to only accept data from a form if JavaScript was enabled. This example starts with a form that has no action and a disabled submit button.  When jQuery&#8217;s .ready() fires though it enables the submit button and attaches the appropriate action. Please note the example [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to do a quick bit of coding to only accept data from a form if JavaScript was enabled.</p>
<p>This example starts with a form that has no action and a disabled submit button.  When jQuery&#8217;s .ready() fires though it enables the submit button and attaches the appropriate action.</p>
<p>Please note the example file is in ColdFusion so your mileage may vary slightly for your own use.</p>
<p><a href="http://www.cfchimp.com/chimp/jquery-enabled-form.cfm" target="_blank">See it here</a> | <a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2010/04/jquery-enabled-form.cfm_.zip">Get it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2010/04/use-jquery-to-enable-submit-button-and-set-form-action/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Gmail to relay mail for ColdFusion Developer Edition</title>
		<link>http://www.cfchimp.com/wordpress/2010/03/using-gmail-to-relay-mail-for-coldfusion-developer-edition/</link>
		<comments>http://www.cfchimp.com/wordpress/2010/03/using-gmail-to-relay-mail-for-coldfusion-developer-edition/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 03:35:36 +0000</pubDate>
		<dc:creator>Chris Simmons</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.cfchimp.com/wordpress/?p=212</guid>
		<description><![CDATA[It&#8217;s very simple to get gmail to relay email for applications you are developing/running locally on the ColdFusion Developer Edition (at least it&#8217;s easy in CF9).  Below is a screenshot of the proper settings and some notations of things to keep in mind.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s very simple to get gmail to relay email for applications you are developing/running locally on the ColdFusion Developer Edition (at least it&#8217;s easy in CF9).  Below is a screenshot of the proper settings and some notations of things to keep in mind.</p>
<p><a href="http://www.cfchimp.com/wordpress/wp-content/uploads/2010/03/gmail_to_relay_cfmail.jpg"><img class="alignnone size-thumbnail wp-image-213" title="gmail_to_relay_cfmail" src="http://www.cfchimp.com/wordpress/wp-content/uploads/2010/03/gmail_to_relay_cfmail-150x150.jpg" alt="Gmail to relay cfmail" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cfchimp.com/wordpress/2010/03/using-gmail-to-relay-mail-for-coldfusion-developer-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

