<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>CFchimp</title>
	<link>http://www.cfchimp.com/wordpress</link>
	<description>monkey love coldfusion</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:50:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.3" -->

	<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>
		<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>
		<link>http://www.cfchimp.com/wordpress/2012/01/rds-query-viewer-not-working/</link>
			</item>
	<item>
		<title>ColdFusion 9 SELECT IN query using ormExecuteQuery()</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2012/01/coldfusion-9-select-in-query-using-ormexecutequery/</link>
			</item>
	<item>
		<title>Adding more resource navigator filters to ColdFusion Builder (Eclipse) Redux</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2011/07/adding-more-resource-navigator-filters-to-coldfusion-builder-eclipse-redux/</link>
			</item>
	<item>
		<title>Add a last modified date to FW/1 (Framework One) pages</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2011/06/add-a-last-modified-date-to-fw1-framework-one-pages/</link>
			</item>
	<item>
		<title>CAPTCHA Fails</title>
		<description><![CDATA[I was buying some software this morning and got the following CAPTCHA at checkout. CLASSIC. Yup. For real. My other favorite was one I received while working on an application at the office. Good stuff.]]></description>
		<link>http://www.cfchimp.com/wordpress/2011/05/captcha-fails/</link>
			</item>
	<item>
		<title>Oracle equivalent of SQL Server SELECT TOP (SELECT TOP n)</title>
		<description><![CDATA[I had to do a small update on a site for work with an Oracle back end.  I don&#8217;t work with Oracle so I ran into a little snag.  I needed to find the Oracle equivalent of SQL Server&#8217;s &#8220;SELECT TOP&#8221;.  So, here it is: MS SQL SELECT TOP 10 field1, field2 FROM tablename ORDER [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2011/03/oracle-equivalent-of-sql-server-select-top-select-top-n/</link>
			</item>
	<item>
		<title>Create a (ColdFusion) comic using iPhone apps</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2011/02/create-a-coldfusion-comic-using-iphone-apps/</link>
			</item>
	<item>
		<title>ColdFusion SOLR error: org/apache/pdfbox/pdmodel/PDDocument null</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2011/02/coldfusion-solr-error-orgapachepdfboxpdmodelpddocument-null/</link>
			</item>
	<item>
		<title>Doing quick math using spotlight (spotlight calculator)</title>
		<description><![CDATA[I discovered by accident today when trying to search for a software license key document that you can use spotlight as a simple calculator.]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/08/doing-quick-math-using-spotlight-spotlight-calculator/</link>
			</item>
	<item>
		<title>Debugging ColdFusion 9 on shared hosting</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2010/08/debugging-coldfusion-9-on-shared-hosting/</link>
			</item>
</channel>
</rss>

