<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>CFchimp</title>
	<link>http://www.cfchimp.com/wordpress</link>
	<description>monkey love coldfusion</description>
	<lastBuildDate>Tue, 02 Mar 2010 01:27:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 the tooltip?  cftooltip is going to generate a span around your [...]]]></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 developer who dabbles in [...]]]></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 the % sign at the end of [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/12/cf-quickie-cfqueryparam-with-sqls-like-operator/</link>
			</item>
	<item>
		<title>I&#8217;m an ACE (Adobe Certified Expert) in Advanced ColdFusion 8</title>
		<description><![CDATA[Two months of studying paid off today.  I took my ACE exam for ColdFusion 8 and passed with a 98%, which also means I qualified for the Advanced status.  The Web Application Construction Kit is all you&#8217;ll ever need to become a CF Ninja.  For the exam I&#8217;d recommend reading the first volume cover to [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/12/im-an-ace-adobe-certified-expert-in-advanced-coldfusion-8/</link>
			</item>
	<item>
		<title>Put your junk in the trunk: &#8220;Moving&#8221; a subversion repo into the trunk</title>
		<description><![CDATA[This post gives you the Windoze commands because this was something I worked on for my Office.
We have a project.  Let&#8217;s call it project1.  When the repo for the project was initially created it was not created with branches, trunk, and tags folders in the root.  Going forward, everything was just committed to the root [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/10/put-your-junk-in-the-trunk-moving-a-subversion-repo-into-the-trunk/</link>
			</item>
	<item>
		<title>eMusic Premium Plan Change &#8211; 45% fewer downloads&#8230; same price</title>
		<description><![CDATA[I don&#8217;t even know what to say to express the level of disappointment I have regarding this.¬† I logged in to eMusic today and discovered that my Premium Music Plan is going from 90 downloads a month to 50.¬† Ouch.¬† Looks like I&#8217;m going to have to start buying used cds again.¬† Following is the [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/06/emusic-premium-plan-change-45-fewer-downloads-same-price/</link>
			</item>
	<item>
		<title>Hide .lck files (and others) in Aptana on the Mac</title>
		<description><![CDATA[I&#8217;m test driving the Aptana Studio plugin for eclipse.¬† It looks very slick.¬† Just a quick &#8220;how to&#8221; note for hiding files (like Dreamweaver .lck files, hidden system files, etc) in the project window.

Click the Project Window Tab
Hit FN+CMD+F10
Select &#8220;Filters&#8230;&#8221; in the dialog that opens
Check the boxes beside all the types you want to hide
Click [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/05/hide-lck-files-and-others-in-aptana-on-the-mac/</link>
			</item>
	<item>
		<title>ColdFusion Dying&#8230; Again</title>
		<description><![CDATA[So I took some database training with Global Knowledge last week.¬† My office paid for the training.¬† Apparently that &#8220;back end&#8221; training may be all for naught though since my front end programming language is on life support.
Today&#8217;s Global Knowledge newsletter letter informed me (in very cheeky fashion) that ColdFusion is # 5 on their [...]]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/05/cf-dying-again/</link>
			</item>
	<item>
		<title>I&#8217;m w3schools JavaScript certified</title>
		<description><![CDATA[I&#8217;ve been trying to brush up on my JavaScript lately.¬† I took a good first step by passing the w3schools JavaScript certification.¬† Click the image below to check out the certificate.

I have a ways to go, but this is a start.¬† Next up&#8230; jQuery proficiency.
]]></description>
		<link>http://www.cfchimp.com/wordpress/2009/05/im-w3schools-javascript-certified/</link>
			</item>
</channel>
</rss>
