<?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>Reality Me &#187; ColdFusion</title>
	<atom:link href="http://realityme.net/category/technology/programming/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://realityme.net</link>
	<description>A juggling technophile shares personal stories, challenges, humor and perhaps some political commentary.</description>
	<lastBuildDate>Sun, 27 May 2012 01:43:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<cloud domain='realityme.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Simplifying Code</title>
		<link>http://realityme.net/2010/08/11/simplifying-code/</link>
		<comments>http://realityme.net/2010/08/11/simplifying-code/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 01:55:46 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=12739</guid>
		<description><![CDATA[Often I run across code like this: &#60;cfif ArrayIsEmpty(Cart.Products)&#62; &#160;&#160;&#160;&#160;&#160;&#60;cfset HasCart = False&#62; &#60;cfelse&#62; &#160;&#160;&#160;&#160;&#160;&#60;cfset HasCart = True&#62; &#60;/cfif&#62; Frankly, that makes me twitch a little. This has the same result: &#60;cfset HasCart = NOT ArrayIsEmpty(Cart.Products)&#62;]]></description>
			<content:encoded><![CDATA[<p>Often I run across code like this:</p>
<p><code><br />
&lt;cfif ArrayIsEmpty(Cart.Products)&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset HasCart = False&gt;<br />
&lt;cfelse&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset HasCart = True&gt;<br />
&lt;/cfif&gt;<br />
</code></p>
<p>Frankly, that makes me twitch a little. This has the same result:</p>
<p><code><br />
&lt;cfset HasCart = NOT ArrayIsEmpty(Cart.Products)&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2010/08/11/simplifying-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Seeking Next Project</title>
		<link>http://realityme.net/2009/03/19/seeking-next-project/</link>
		<comments>http://realityme.net/2009/03/19/seeking-next-project/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 13:26:22 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Of Interest]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[referrals]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=9964</guid>
		<description><![CDATA[I am coming to the end of a project and have an opening in my schedule. My strengths are programming in PHP, ColdFusion, JavaScript and jQuery, CSS, and HTML. I most frequently work with MySQL or MS SQL but can work on most database platforms. Code I write validates and is W3C compliant. I can [...]]]></description>
			<content:encoded><![CDATA[<p>I am coming to the end of a project and have an opening in my schedule. My strengths are programming in PHP, ColdFusion, JavaScript and jQuery, CSS, and HTML. I most frequently work with MySQL or MS SQL but can work on most database platforms. Code I write validates and is W3C compliant. I can also write Section 508 compliant code.  I carry a project from concept to production as project manager, independent developer, and/or project team member. In addition to custom original code, I work well with open source projects and APIs. I usually telecommute but am not adverse to working onsite or traveling. I am not an artist and typically hire a graphic artist to provide the design for each project. I enjoy WordPress customizations (but have not done custom work to either Reality Me or <a href="http://domesticpsychology.com/blog/">Domestic Psychology</a>). Please send referrals or inquiries to <a href="mailto:juggler@gmail.com">jugger@gmail.com</a> or call +1-865-898-7189. Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2009/03/19/seeking-next-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Always more to learn</title>
		<link>http://realityme.net/2009/01/05/always-more-to-learn/</link>
		<comments>http://realityme.net/2009/01/05/always-more-to-learn/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:15:08 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=9390</guid>
		<description><![CDATA[No matter how long you do something, there is always more to learn. You&#8217;d think that since I&#8217;ve been doing HTML coding since around 1993, I&#8217;d pretty much know every in and out and every little tag and peculiarity regarding HTML. Not so. See, we form habits. We get into patterns. Specs change but we [...]]]></description>
			<content:encoded><![CDATA[<p>No matter how long you do something, there is always more to learn. You&#8217;d think that since I&#8217;ve been doing HTML coding since around 1993, I&#8217;d pretty much know every in and out and every little tag and peculiarity regarding HTML. Not so. See, we form habits. We get into patterns. Specs change but we retain earlier hacks and assumptions. Today I learned an absurdly simple thing. Maybe I knew this and forgot. I rarely use tab orders on my forms. Most of the forms I create are very top down so the natural tab order is sufficient. In computing, counting starts at zero. But in HTML tab order, zero means exclude that form element from the tab order.</p>
<blockquote><p>To exclude an element from the tab order, set the value of tabindex to 0. [<a href="http://www.webcheatsheet.com/HTML/controll_tab_order.php">Source, Webcheatsheet.com, <em>How to Control Tab Order in HTML</em></a>]</p></blockquote>
<p>Because of my computer science studies, programming in PHP, JavaScript, C and so on, my inclination is to always begin with zero. Of course, my favorite web application language is ColdFusion and it always starts at one. I can only assume the Allaire brothers were originally targeting non-programmers.</p>
<p>HTML is about to become <a href="http://alistapart.com/articles/semanticsinhtml5">HTML 5</a>. Funny enough I just traded my HTML 3.2 book at McCay&#8217;s a few weeks ago. Maybe I should have kept it and re-read it.</p>
<p><strong>Update Jan 12, 2009</strong>: Ian Tempest <a href="http://realityme.net/2009/01/05/always-more-to-learn/#256474">noted in the comments</a> that zero does not exclude an element but rather moves it to the end of the tab order. From <a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.11.1">the W3C HTML 4.01 specification</a>:</p>
<blockquote><p>Those elements that do not support the tabindex attribute or support it and assign it a value of “0? are navigated next. These elements are navigated in the order they appear in the character stream. [<a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.11.1">Source, W3C, <em>17.11.1 Tabbing navigation</em></a>]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2009/01/05/always-more-to-learn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your AJAX book recommendations please</title>
		<link>http://realityme.net/2008/07/23/your-ajax-book-recommendations-please/</link>
		<comments>http://realityme.net/2008/07/23/your-ajax-book-recommendations-please/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 15:38:27 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Book / Magazine]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7791</guid>
		<description><![CDATA[If I was going to buy ONE AJAX reference book to add to my library of dust collecting, quickly antiquated computer references, which AJAX book would you suggest? And by the way, does anyone need a copy of Ben Forta&#8217;s ColdFusion Application Construction Kit for version 3 of CF?]]></description>
			<content:encoded><![CDATA[<p>If I was going to buy <strong>ONE</strong> AJAX reference book to add to my library of dust collecting, quickly antiquated computer references, <strong>which AJAX book would you suggest?</strong> And by the way, does anyone need a copy of <a href="http://www.forta.com/books/">Ben Forta&#8217;s</a> ColdFusion Application Construction Kit for version 3 of CF?</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/07/23/your-ajax-book-recommendations-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mondays begin with error messages</title>
		<link>http://realityme.net/2008/05/12/mondays-begin-with-error-messages/</link>
		<comments>http://realityme.net/2008/05/12/mondays-begin-with-error-messages/#comments</comments>
		<pubDate>Mon, 12 May 2008 13:32:05 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7601</guid>
		<description><![CDATA[Just once I&#8217;d like a Monday to start off with something that doesn&#8217;t look like this: An error occured while Parsing an XML document. Content is not allowed in prolog. Update: The XML file had been corrupted on uploading it to the production server. Uploading a zip file and extracting it on the server solved [...]]]></description>
			<content:encoded><![CDATA[<p>Just once I&#8217;d like a Monday to start off with something that doesn&#8217;t look like this:</p>
<blockquote><p> An error occured while Parsing an XML document.<br />
Content is not allowed in prolog.</p></blockquote>
<p><strong>Update</strong>: The XML file had been corrupted on uploading it to the production server. Uploading a zip file and extracting it on the server solved the problem. Also added trim() to make sure there was no extraneous whitespace.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/05/12/mondays-begin-with-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take THAT you evil code!</title>
		<link>http://realityme.net/2008/05/06/take-that-you-evil-code/</link>
		<comments>http://realityme.net/2008/05/06/take-that-you-evil-code/#comments</comments>
		<pubDate>Tue, 06 May 2008 10:30:11 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[cf]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7584</guid>
		<description><![CDATA[Yes! I have been fighting a horrid coding problem and the code just lost! I beat it! I mean this is the type of problem that makes you have bald spots and want to give up programming for something less painful like digging latrines in third countries. This is like I&#8217;ve been trying to build [...]]]></description>
			<content:encoded><![CDATA[<p>Yes! I have been fighting a horrid coding problem and the code just lost! I beat it! I mean this is the type of problem that makes you have bald spots and want to give up programming for something less painful like digging latrines in third countries. This is like I&#8217;ve been trying to build a car engine but everything is in metric and all my tools are SAE and the client doesn&#8217;t care about the engine but really wants to know why the paint isn&#8217;t on the car yet. Oh how I want to be beyond the paint and putting the last bit of polish on the application. Today I should be able to make much progress. Oh wait, no I have to be at the body shop by 8am! Guess my workday will begin at 10am. How frustrating!</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/05/06/take-that-you-evil-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid CF Configuration Errors and MS SQL</title>
		<link>http://realityme.net/2008/04/17/stupid-cf-configuration-errors-and-ms-sql/</link>
		<comments>http://realityme.net/2008/04/17/stupid-cf-configuration-errors-and-ms-sql/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:19:23 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cf]]></category>
		<category><![CDATA[ms sql]]></category>
		<category><![CDATA[msdumb]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7513</guid>
		<description><![CDATA[You know when you are on a tight schedule, the stupidity that comes with MS SQL, ColdFusion and a Windows Server can make you go bald. There is no reason for something as simple as creating a datasource to be throwing dumb error messages! Connection verification failed for data source: foo java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login [...]]]></description>
			<content:encoded><![CDATA[<p>You know when you are on a tight schedule, the stupidity that comes with MS SQL, ColdFusion and a Windows Server can make you go bald. There is no reason for something as simple as creating a datasource to be throwing dumb error messages!</p>
<blockquote><p>Connection verification failed for data source: foo<br />
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user &#8216;foouser&#8217;. Reason: The password of the account must be changed.<br />
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user &#8216;foouser&#8217;. Reason: The password of the account must be changed.</p></blockquote>
<p>The password has been changed half a dozen times!</p>
<p><strong>Update</strong>: Ah! Either 1) Know what your password policy is and make sure your password is compliant or 2) turn off &#8220;Enforce password policy&#8221; and &#8220;User must change password at next login&#8221; (which was my problem). For a datasource, you can probably remove the check from &#8220;Enforce password expiration&#8221; as well. Note that if you try to do all three of these at once that you will get errors. Remove &#8220;User must change password at next login&#8221; first then &#8220;Enforce password expiration&#8221; then &#8220;Enforce password policy&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/04/17/stupid-cf-configuration-errors-and-ms-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why didn&#8217;t you just do that in the first place?</title>
		<link>http://realityme.net/2008/04/17/why-didnt-you-just-do-that-in-the-first-place/</link>
		<comments>http://realityme.net/2008/04/17/why-didnt-you-just-do-that-in-the-first-place/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 10:38:13 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[cf]]></category>
		<category><![CDATA[data]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7511</guid>
		<description><![CDATA[Years ago I ripped all the paneling out of the downstairs, tore out cabinetry, plumbing, a sink, and a wall. I waterproofed the concrete block wall first by filling any cracks with a mortar then painting the block with a thick waterproofing sealing primer. The wife asked, &#34;why is this taking so long?&#34; I then [...]]]></description>
			<content:encoded><![CDATA[<p>Years ago I ripped all the paneling out of the downstairs, tore out cabinetry, plumbing, a sink, and a wall. I waterproofed the concrete block wall first by filling any cracks with a mortar then painting the block with a thick waterproofing sealing primer. <em>The wife asked, &quot;why is this taking so long?&quot;</em> I then created studs for the new wall which included a walk-in closet and a nook that the previous setup did not include. <em>The wife asked, &quot;why is this taking so long?&quot;</em> I pre-drilled the studs for wiring and ran electric, cable (to multiple drops), and ethernet (to multiple drops). <em>The wife asked, &quot;why is this taking so long?&quot;</em> Next I insulated the walls and hung the drywall. <em>The wife asked, &quot;why is this taking so long?&quot;</em> Finally I was able to do the tedious step of applying joint compound (spackling) to fill the gaps and cover the drywall screws. If you mess up the joint compound, the mistake will be clearly seen when paint is applyed. I sanded and sanded and reapplied compound and sanded and sanded. <em>The wife asked, &quot;why is this taking so long?&quot;</em> Finally I was able to put a coat of paint on. <em>The wife asked, &quot;why didn&#8217;t you do that in the first place?&quot;</em></p>
<p>Often my programming is very similar. A lot of detail goes into the framework of the site, that is the behind the scenes stuff that nobody ever sees. As a matter of fact, if I have done my job well, anything complex should be hidden from the user and the website should leave them with a &quot;wow that&#8217;s easy! I could do this!&quot; feeling.</p>
<p>My current project involves using ColdFusion to fetch a large amount of data from a data provider (some other company that has a really big database which frequently updates) in an xml format then parse it to save the results in my client&#8217;s database. I have made it over a huge challenge! But all my work is invisible to the frustrated client. I&#8217;ll put up the visible side shortly and I fear the client will ask, <em>&quot;why didn&#8217;t you do that in the first place?&quot;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/04/17/why-didnt-you-just-do-that-in-the-first-place/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogging saves me time!</title>
		<link>http://realityme.net/2007/10/23/blogging-saves-me-time/</link>
		<comments>http://realityme.net/2007/10/23/blogging-saves-me-time/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 14:43:07 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[cf]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[odbc]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/10/23/blogging-saves-me-time/</guid>
		<description><![CDATA[Why do I blog? Because when I spend a large amount of time troubleshooting, the next time the problem comes around (like getting ColdFusion 7 to connect to a MySQL datasource), I just have to read the post.]]></description>
			<content:encoded><![CDATA[<p>Why do I blog? Because when I spend a large amount of time troubleshooting, the next time the problem comes around (like getting ColdFusion 7 to connect to a MySQL datasource), I just have to <a href="http://realityme.net/2007/06/19/like-quicksand/">read the post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/10/23/blogging-saves-me-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s focus: ColdFusion! (with a side of Access)</title>
		<link>http://realityme.net/2007/09/24/todays-focus-coldfusion-with-a-side-of-access/</link>
		<comments>http://realityme.net/2007/09/24/todays-focus-coldfusion-with-a-side-of-access/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 11:49:48 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/09/24/todays-focus-coldfusion-with-a-side-of-access/</guid>
		<description><![CDATA[Today I will use ColdFusion for PDF manipulation of data received by fax and saved as gifs or jpegs. I will also generate lots of reprots with ColdFusion, I will make data dance on the screen, and I will get MS Access to produce a printed book from its 14 tables of data. This evening [...]]]></description>
			<content:encoded><![CDATA[<p>Today I will use ColdFusion for PDF manipulation of data received by fax and saved as gifs or jpegs. I will also generate lots of reprots with ColdFusion, I will make data dance on the screen, and I will get MS Access to produce a printed book from its 14 tables of data.</p>
<p>This evening I&#8217;ll take the boys to their scout meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/09/24/todays-focus-coldfusion-with-a-side-of-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Senators Do Not Represent Me</title>
		<link>http://realityme.net/2007/09/19/my-senators-do-not-represent-me/</link>
		<comments>http://realityme.net/2007/09/19/my-senators-do-not-represent-me/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 02:06:33 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Regional Politics (SE)]]></category>
		<category><![CDATA[Touchy Subjects]]></category>
		<category><![CDATA[United States]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/09/19/my-senators-do-not-represent-me/</guid>
		<description><![CDATA[Why? Statement of Purpose: To restore habeas corpus for those detained by the United States. Tennessee: Alexander (R-TN), Nay &#160;&#160;&#160;&#160;&#160;Corker (R-TN), Nay [Source] See also and also. On the positive side, at least http://www.senate.gov/ is using ColdFusion.]]></description>
			<content:encoded><![CDATA[<p>Why?</p>
<blockquote><p>Statement of Purpose: 	To restore habeas corpus for those detained by the United States.</p>
<p>Tennessee:	Alexander (R-TN), Nay	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Corker (R-TN), Nay<br />
[<a href="http://www.senate.gov/legislative/LIS/roll_call_lists/roll_call_vote_cfm.cfm?congress=110&#038;session=1&#038;vote=00340">Source</a>]</p></blockquote>
<p>See <a href="http://afp.google.com/article/ALeqM5j3ClnoHoq8bxau4ENkrTgt3IBYTQ">also</a> and <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/n/a/2007/09/19/national/w081916D07.DTL&#038;type=politics">also</a>. On the positive side, at least <a href="http://www.senate.gov/">http://www.senate.gov/</a> is using ColdFusion.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/09/19/my-senators-do-not-represent-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dear Adobe&#8230;what&#8217;s wrong with you?</title>
		<link>http://realityme.net/2007/09/16/dear-adobewhats-wrong-with-you/</link>
		<comments>http://realityme.net/2007/09/16/dear-adobewhats-wrong-with-you/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 14:29:18 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/09/16/dear-adobewhats-wrong-with-you/</guid>
		<description><![CDATA[Hello Adobe! Livedocs sucked much less (can&#8217;t say it was much better) when you could filter functions and tags by ColdFusion version. Believe it or not, everyone has not upgrade to ColdFusion 8 yet. Guess what! Not everyone will! I still have clients using ColdFusion 5. It isused to be very nice to be able [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Adobe! <a href="http://livedocs.adobe.com/">Livedocs</a> sucked much less (can&#8217;t say it was much better) when you could filter functions and tags by ColdFusion version. Believe it or not, everyone has not upgrade to ColdFusion 8 yet. Guess what! Not everyone will! I still have clients using ColdFusion 5. It <strike>is</strike>used to be very nice to be able to look in the documentation and see only the stuff that applied to a specific version of the product. Now you have to read the <em>history</em> notes to decipher what applies to your specific situation. Very cumbersome!</p>
<p>I am certain some marketing person told you that including the ColdFusion 8 function descriptions in the help would excite people using older version to upgrade and yes the CF8 new functions sound very intriguing but that isn&#8217;t going to inspire me to run out and upgrade. I&#8217;m the developer! Not the purchasing agent. All you&#8217;ve done is frustrate an advocate of your products.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/09/16/dear-adobewhats-wrong-with-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like my work</title>
		<link>http://realityme.net/2007/09/13/i-like-my-work/</link>
		<comments>http://realityme.net/2007/09/13/i-like-my-work/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 02:12:30 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/09/13/i-like-my-work/</guid>
		<description><![CDATA[I build very complex web application systems. I mean so complex that sometimes I forget that certain functions were built into the program; sometimes they surprise and even impress me. One of my habits is to code for the impossible. I often will slip in error messages for conditions that should never occur. &#34;Ever since [...]]]></description>
			<content:encoded><![CDATA[<p>I build very complex web application systems. I mean so complex that sometimes I forget that certain functions were built into the program; sometimes they surprise and even impress me. One of my habits is to code for the impossible. I often will slip in error messages for conditions that <em>should</em> never occur.</p>
<blockquote><p>&quot;Ever since the first computers [t]here have always been ghosts in the machine. Random segments of code&#8230; that have grouped together to form unexpected protocols. Unanticipated? There free radicals engender questions of free will&#8230; creativity&#8230; and even the nature of what we might call the soul.&quot; [<a href="http://raven.utc.edu/cgi-bin/WA.EXE?A2=ind0501A&amp;L=hp3000-l&amp;P=960">Source</a>] excerpted from <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FI-Robot-Bantam-Spectra-Book%2Fdp%2F0553803700%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1189735674%26sr%3D1-1&amp;tag=sidesigns-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">I, Robot</a><img src="http://www.assoc-amazon.com/e/ir?t=sidesigns-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p></blockquote>
<p>Tonight I was testing an application I am trying to launch when I received &quot;Something strange has occurred. Please log out and log back into the system then try your request again.&quot; Strange indeed! I usually make my <em>impossible</em> error messages a little more meaningful.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/09/13/i-like-my-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who Uses That Dying ColdFusion Anyway?</title>
		<link>http://realityme.net/2007/09/13/who-uses-that-dying-coldfusion-anyway/</link>
		<comments>http://realityme.net/2007/09/13/who-uses-that-dying-coldfusion-anyway/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 11:28:40 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/09/13/who-uses-that-dying-coldfusion-anyway/</guid>
		<description><![CDATA[ColdFusion? Since its inception naysayers have declared &#34;ColdFusion is dying!&#34; It remains my favorite web application language (over others like PHP, ASP classic, ASP .NET, etc). And I continue to pay our bills primarily working with CF. Who else uses it? Why the National Institute of Standards and Technology of course!]]></description>
			<content:encoded><![CDATA[<p><a href="http://adobe.com/">ColdFusion</a>? Since its inception naysayers have declared &quot;ColdFusion is dying!&quot; It remains my favorite web application language (over others like PHP, ASP classic, ASP .NET, etc). And I continue to pay our bills primarily working with CF.</p>
<p>Who else uses it? Why the <a href="http://ts.nist.gov/WeightsAndMeasures/Publications/appxc.cfm">National Institute of Standards and Technology</a> of course!</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/09/13/who-uses-that-dying-coldfusion-anyway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ridiculous ColdFusion/Webserver behavior</title>
		<link>http://realityme.net/2007/08/28/ridiculous-coldfusionwebserver-behavior/</link>
		<comments>http://realityme.net/2007/08/28/ridiculous-coldfusionwebserver-behavior/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 15:13:25 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/08/28/ridiculous-coldfusionwebserver-behavior/</guid>
		<description><![CDATA[Solved! I had a conditional statement that would insert the following code into the &#60;head&#62; on one template: &#60;base href=&#34;http://&#60;cfoutput&#62;#application.gDomainName#&#60;/cfoutput&#62;&#34;&#62; Still doesn&#8217;t explain why it breaks. Original problem: I have a bizarre situation and I am clueless on how to fix it. I have written an application that works fine on my development server. On [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Solved!</strong> I had a conditional statement that would insert the following code into the &lt;head&gt; on one template: &lt;base href=&quot;http://&lt;cfoutput&gt;#application.gDomainName#&lt;/cfoutput&gt;&quot;&gt; Still doesn&#8217;t explain why it breaks.</p>
<p><strong>Original problem:</strong> I have a bizarre situation and I am clueless on how to fix it. I have written an application that works fine on my development server. On the production server urls with cgi variables are behaving strangely. I have set up two ways to test the behavior. The first is in the application structure of application.cfm->index.cfm->included_file_with_href.cfm The href submits to itself like this: &lt;a href=&quot;index.cfm?this=that&amp;you=me&amp;foo=bar&quot;&gt;the link&lt;/a&gt; I have include a &lt;cfdump var=&quot;#url#&quot;&gt; as line 1 of the application.cfm. When the link is clicked the dump shows:</p>
<table border="1">
<tr>
<td colspan="2">
struct
</td>
</tr>
<tr>
<td>amp;foo</td>
<td>bar</td>
</tr>
<tr>
<td>amp;you</td>
<td>me</td>
</tr>
<tr>
<td>this</td>
<td>that</td>
</tr>
</table>
<p>
Now I created a test.cfm under the same directory structure so that it is influenced by the same application.cfm (remember, the one with the cfdump at line 1): application.cfm->test.cfm and it submits to test2.cfm and the dump comes out as expected:</p>
<table border="1">
<tr>
<td colspan="2">
struct
</td>
</tr>
<tr>
<td>foo</td>
<td>bar</td>
</tr>
<tr>
<td>you</td>
<td>me</td>
</tr>
<tr>
<td>this</td>
<td>that</td>
</tr>
</table>
<p>
So what would cause ampersands &amp; to remain as &amp; in one scenario but translate to &amp;amp; in another case on the same server? This makes no sense whatsoever!</p>
<p>The URL has to be getting screwed by either the web server or the ColdFusion MX7 server. Neither makes sense. Yes 7.0.2 hot fix 2 has been installed. IIS is current.</p>
<p><strong>Other references:</strong> See <a href="http://www.coldfusionjedi.com/index.cfm/2005/10/8/IIS6-Bug-with-CFLOCATION">also</a></p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/08/28/ridiculous-coldfusionwebserver-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

