<?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, 08 Jun 2010 13:40:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>OmniFocus Cheat Sheat</title>
		<description><![CDATA[I love me some OmniFocus. I also love me some keyboard shortcuts. OmniFocus is a great tool for trying to reign in the chaos when you take the time to learn its powerful features. Here is a useful cheat sheet I came across.  Now get out there and GTD without taking your hands off the [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/06/omnifocus-cheat-sheat/</link>
			</item>
	<item>
		<title>Saving to a database with ColdFusion using jQuery</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2010/05/saving-to-a-database-with-coldfusion-using-jquery/</link>
			</item>
	<item>
		<title>Use jQuery to enable submit button and set form action</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2010/04/use-jquery-to-enable-submit-button-and-set-form-action/</link>
			</item>
	<item>
		<title>Mac Diff/Merge Utility for Dreamweaver</title>
		<description><![CDATA[If you have done web development on a PC in Dreamweaver you have probably used WinMerge to check for differences between local and remote files.  Since I moved to the Mac a few years ago I have been neglectful in finding a similar tool for the Mac.  Thanks to some changes in my current day [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/03/mac-diffmerge-utility-for-dreamweaver/</link>
			</item>
	<item>
		<title>Save, Format, View Dreamweaver Checked Out By Report</title>
		<description><![CDATA[I wrote a post a while back about a file I created to format Dreamweaver search results for printing. Recently the need arose for me to apply that same formatting to Dreamweaver&#8217;s &#8220;Checked Out By&#8221; report. Here is what your report will look like: Download the search_results.zip file here. It contains the files to transform [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/03/save-format-view-dreamweaver-checked-out-by-report/</link>
			</item>
	<item>
		<title>Using Gmail to relay mail for ColdFusion Developer Edition</title>
		<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>
		<link>http://www.cfchimp.com/wordpress/2010/03/using-gmail-to-relay-mail-for-coldfusion-developer-edition/</link>
			</item>
	<item>
		<title>Wishlist at The Pragmatic Bookshelf</title>
		<description><![CDATA[Friends and family feel free to check out my wishlist: http://www.pragprog.com/wishlist/chris-simmons-63403-de6fd2bc84]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/03/wishlist-at-the-pragmatic-bookshelf/</link>
			</item>
	<item>
		<title>Using jQuery style a cftooltip span</title>
		<description><![CDATA[It&#8217;s not hard to figure out how to style the box that pops up when using cftooltip.  It is controlled by the .yui-tt class. /* Tool tip styling */ .yui-tt { color: #444; font-size:110%; border: 2px solid #1C64D1; background-color: #eee; padding: 10px; width:250px; cursor:help; } But how do you style the text that is triggering [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/02/using-jquery-style-a-cftooltip-span/</link>
			</item>
	<item>
		<title>Best Firefox Add-ons for web developers?</title>
		<description><![CDATA[I&#8217;m looking for the best Firefox Add-ons for web developers. A few things you should know about me: I like lists.  A lot.  I make them all the time for everything. I hate repetition and drudgery in my work.  If there is a (legitimate) shortcut I want to know about it. I&#8217;m a ColdFusion web [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2010/02/best-firefox-add-ons-for-web-developers/</link>
			</item>
	<item>
		<title>CF quickie: cfqueryparam with SQL&#8217;s LIKE operator</title>
		<description><![CDATA[If you are using cfqueryparam to build a SQL statement from a search form and need to use the SQL&#8217;s LIKE operator here is how it&#8217;s done in the most basic way: &#60;cfquery name="qData" datasource="myDsn"&#62; SELECT DISTINCT last_name FROM person WHERE last_name LIKE &#60;cfqueryparam cfsqltype="cf_sql_varchar" value="#FORM.last_name#%"&#62; ORDER BY last_name &#60;/cfquery&#62; The magic is all in [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/12/cf-quickie-cfqueryparam-with-sqls-like-operator/</link>
			</item>
</channel>
</rss>
