<?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; HTML</title>
	<atom:link href="http://realityme.net/category/technology/programming/html/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>Cross-domain communication</title>
		<link>http://realityme.net/2012/01/11/cross-domain-communication/</link>
		<comments>http://realityme.net/2012/01/11/cross-domain-communication/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 02:16:12 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=14047</guid>
		<description><![CDATA[If I have an aspx site on one server, let&#8217;s call it foo.com and I have a php site on another server, let&#8217;s call it bar.com, and I want to use an iframe to include data from foo.com within the bar.com site, security for iframes prevents this correct? So, if I instead create a subdomain [...]]]></description>
			<content:encoded><![CDATA[<p>If I have an aspx site on one server, let&#8217;s call it foo.com and I have a php site on another server, let&#8217;s call it bar.com, and I want to use an iframe to include data from foo.com within the bar.com site, security for iframes prevents this correct?</p>
<p>So, if I instead create a subdomain of foo.com, let&#8217;s call it bar.foo.com and use bar.foo.com for the aspx site, does that overcome the cross-domain security issue since both sites are now part of the foo.com domain or does the nature of bar.foo.com being a tertiary domain still create the security issue since bar.foo.com is technically different than foo.com?</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2012/01/11/cross-domain-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t use underscores in css ids</title>
		<link>http://realityme.net/2010/11/17/dont-use-underscores-in-css-ids/</link>
		<comments>http://realityme.net/2010/11/17/dont-use-underscores-in-css-ids/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 21:35:19 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=13069</guid>
		<description><![CDATA[Today&#8217;s reminder from your friendly neighborhood codeslinger is &#34;don&#8217;t use underscores in css ids!&#34; You know, those lines _ that programmers like to use instead of spaces in variable names (because you can&#8217;t really have spaces in a variable name in most languages). This was an illegal character in the original CSS1 and CSS2 specifications [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s reminder from your friendly neighborhood codeslinger is &quot;don&#8217;t use underscores in css ids!&quot; You know, those lines _ that programmers like to use instead of spaces in variable names (because you can&#8217;t really have spaces in a variable name in most languages). This was an illegal character in the original CSS1 and CSS2 specifications (updated in 2001 to be valid) so setting an id to foo_bar (e.g. &lt;div id=&quot;foo_bar&quot;&gt;) would be translated by the browser as foo\_bar (e.g. &lt;div id=&quot;foo\_bar&quot;&gt;), well, some browsers,  not all browsers because you know browsers are so consistent in their interpretation and implementation of these so called web standards.</p>
<p>The solution? Instead of underscores, opt for dashes (e.g. &lt;div id=&quot;foo-bar&quot;&gt;) or camel case (e.g. &lt;div id=&quot;FooBar&quot;&gt;) but remember that id&#8217;s and class names are case-sensitive.</p>
<p>See <a href="https://developer.mozilla.org/en/underscores_in_class_and_id_names">also</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2010/11/17/dont-use-underscores-in-css-ids/feed/</wfw:commentRss>
		<slash:comments>0</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>Today&#8217;s basic HTML question</title>
		<link>http://realityme.net/2008/08/04/todays-basic-html-question/</link>
		<comments>http://realityme.net/2008/08/04/todays-basic-html-question/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 03:07:42 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[compliant]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7834</guid>
		<description><![CDATA[Can &#60;optgroup&#62; be nested within &#60;optgroup&#62;? Is the following example legal? &#60;select&#62; &#160;&#160;&#160;&#60;optgroup label=&#34;A&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#60;optgroup label=&#34;1&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#60;option&#62;Outlinepart1&#60;/option&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#60;/optgroup&#62; &#160;&#160;&#160;&#60;/optgroup&#62; &#60;/select&#62; Answered! Optgroups may NOT be nested per HTML4 specification.]]></description>
			<content:encoded><![CDATA[<p>Can &lt;optgroup&gt; be nested within &lt;optgroup&gt;? Is the following example legal?</p>
<p><code>&lt;select&gt;<br />
&nbsp;&nbsp;&nbsp;&lt;optgroup label=&quot;A&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;optgroup label=&quot;1&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;option&gt;Outlinepart1&lt;/option&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/optgroup&gt;<br />
&nbsp;&nbsp;&nbsp;&lt;/optgroup&gt;<br />
&lt;/select&gt;</code>
<p>Answered! Optgroups may <strong>NOT</strong> be nested per <a href="http://www.w3.org/TR/html401/interact/forms.html#edef-OPTGROUP">HTML4 specification</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/08/04/todays-basic-html-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#8217;s Technical Challenge</title>
		<link>http://realityme.net/2008/06/09/todays-technical-challenge-4/</link>
		<comments>http://realityme.net/2008/06/09/todays-technical-challenge-4/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 16:10:32 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7672</guid>
		<description><![CDATA[I like the semantic web. That means that when I create a website I use markup as its intended. We used to have to use tables to make elegant layouts. Browsers have matured and become more compliant to the HTML specification. Now tables can be used for tabular data; however, designers still have tools which [...]]]></description>
			<content:encoded><![CDATA[<p>I like the semantic web. That means that when I create a website I use markup as its intended. We used to have to use tables to make elegant layouts. Browsers have matured and become more compliant to the HTML specification. Now tables can be used for tabular data; however, designers still have tools which cut and slice designs up into tables rather than using <acronym title="cascading style sheets">CSS</acronym>. Tables have their place in HTML. Specifically, tables use be used for presenting tabular data but not for arranging graphics or chopped up pieces of images in the browser window.</p>
<p>Menus and navigation are lists semantically speaking. Of course, no one wants to see a menu with a bunch of dots beside it nor should ever menu be presented as a vertical list with indentions for submenus. Using CSS we can remove the bullets, turn the list horizontal, and make the submenus appear as submenus when the mouse rolls over the navigation. This works great in a browser and because of the semantic nature will present well in a pda, phone or other mobile device. However, the <acronym title="what you see is what you get">WYSIWYG</acronym> editor in an email client wreaks havoc on the page. &quot;Huh?&quot; is the correct response because really web pages, particularly dynamic web pages, should not be sent by email. Instead a link to the web page should be sent. <strong>BUT</strong> Internet Explorer is kind enough to provide under its FILE menu (PAGE menu in IE7) an option to &quot;Send Page by Email&quot; which in theory will deliver an HTML email that is an exact representation of the web page.</p>
<p>In reality, in a specific case which has not been narrowed down yet, the CSS menu is rendered with conditional comments.</p>
<blockquote><p>&lt;!&#8211;[if !supportLists]&#8211;&gt;o&lt;!&#8211;[endif]&#8211;&gt;</p></blockquote>
<p>Obvious steps have been to make sure that IE is upgraded to IE7 and that the email client is updated. And to confirm that the email is being sent as HTML and not plain text. Aside from returning to a tabled design, what other options should be explored?</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/06/09/todays-technical-challenge-4/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>Web Design as a Pie Chart</title>
		<link>http://realityme.net/2008/05/02/web-design-as-a-pie-chart/</link>
		<comments>http://realityme.net/2008/05/02/web-design-as-a-pie-chart/#comments</comments>
		<pubDate>Fri, 02 May 2008 10:30:42 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7570</guid>
		<description><![CDATA[It&#8217;s not my picture but it is my life. Original from Photobucket. Click for larger view.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not my picture but it is my life. <a href="http://i106.photobucket.com/albums/m274/SoupsMan/Farkish/web-design.gif">Original from Photobucket</a>.</p>
<p><a href='http://realityme.net/wp-content/uploads/2008/05/web-design.gif'><img src="http://realityme.net/wp-content/uploads/2008/05/web-design-300x223.gif" alt="" title="web-design" width="300" height="223" class="alignnone size-medium wp-image-7571" /></a>
<p><a href="http://i106.photobucket.com/albums/m274/SoupsMan/Farkish/web-design.gif">Click for larger view.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/05/02/web-design-as-a-pie-chart/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Design Coding &#8211; Rapper explains my world</title>
		<link>http://realityme.net/2008/04/16/design-coding/</link>
		<comments>http://realityme.net/2008/04/16/design-coding/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 22:44:05 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[rap]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://realityme.net/?p=7509</guid>
		<description><![CDATA[m0serious you are my hero! Please, I beg you. If you ask people to make a website for you or if you are an artist/designer that gives templates to a scripter or coder, watch this video all the way!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/user/m0serious">m0serious</a> you are my hero!</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/a0qMe7Z3EYg&amp;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/a0qMe7Z3EYg&amp;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Please, I beg you. If you ask people to make a website for you or if you are an artist/designer that gives templates to a scripter or coder, <strong>watch this video all the way</strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2008/04/16/design-coding/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>Are you valid?</title>
		<link>http://realityme.net/2007/08/12/are-you-valid/</link>
		<comments>http://realityme.net/2007/08/12/are-you-valid/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 16:16:27 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://realityme.net/2007/08/12/are-you-valid/</guid>
		<description><![CDATA[OPML for the Top 20 HTML is hypertext which is nonlinear navigation between related or unrelated documents, ie. links, and markup language with is symbols (in web speak, tags) to indicated to the printer (in web speak, browser) how the content should look and be presented. The term markup is derived from the traditional publishing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://realityme.net/wp-content/uploads/2007/08/topblogsfailw3c.opml">OPML for the Top 20</a></p>
<p><acronym title="HyperText Markup Language">HTML</acronym> is <em>hypertext</em> which is nonlinear navigation between related or unrelated documents, ie. links, and <em>markup language</em> with is symbols (in web speak, tags) to indicated to the printer (in web speak, browser) how the content should look and be presented.</p>
<blockquote><p>The term markup is derived from the traditional publishing practice of &#8220;<em>marking up</em>&#8221; a manuscript, that is, adding symbolic printer&#8217;s instructions in the margins of a paper manuscript. For centuries, this task was done by specialists known as &#8220;<em>markup men</em>&#8221; and proofreaders who marked up text to indicate what typeface, style, and size should be applied to each part, and then handed off the manuscript to someone else for the tedious task of typesetting by hand. A familiar example of manual markup symbols still in use is proofreader&#8217;s marks, which are a subset of larger vocabularies of handwritten markup symbols. [<a href="http://en.wikipedia.org/wiki/Markup_language">Source</a>]</p></blockquote>
<div class="sidebar" style="float:right;width:40%;border:1px dotted green;padding:3px;font-size:.9em;">
<h4>Sidebar</h4>
<p>Many non technical people mistakenly think <em>The Web</em> and <em>The Internet</em> are the same thing. To avoid too much of a digression from the topic of this post, let us distinguish the different by explaining that the Internet is the physical network of wires, radio signals, and computers that are linked together to share information. The Web is documents and other media (like videos and pictures) which are linked together for the ease of collaboration and sharing. For example, by reading this article, you are using the Web over the Internet. By checking email, you are simply using the Internet and it has nothing to do with the World Wide Web.</p>
</div>
<p>As bloggers, we tend to write quickly and proof later (yes I generalize but you will see this post on my first draft). The array of blogging tools out there provide handy little <acronym title="what you see is what you get">WYSIWYG</acronym> editors to help rush content out. Personally, I disable WordPress&#8217;s wysiwyg. These tools allow us to be sloppy and produce bad code/markup. The <acronym title="World Wide Web Consortium">W3C</acronym> is <a href="http://www.w3.org/Consortium/">an international member organization with the mission of creating Web standards</a> and guidelines. The W3C does not define the World Wide Web but because Tim Berners-Lee, who is credited with inventing the Word Wide Web in 1989 while working for CERN, also created the W3C, and so many industry experts are part of the consortium, <a href="http://www.w3.org/">W3C</a> recommendations are highly regarded.</p>
<p>The W3C provides <a href="http://validator.w3.org/">tools to validate your markup against the HTML specification</a>. By making sure your website, and a blog is just a website that updates often, has valid HTML you can be assured that page will present its information in most any browser or <a href="http://sharpreader.net/">news reader</a> as you want the person reading it to see it. Non-valid markup can send a browser into <a href="http://en.wikipedia.org/wiki/Quirks_mode">quirks mode</a> and the outcome may be unpredictable. Valid markup also lends to more favorable search engine placement. A blogger who takes the time to make sure their site template is valid HTML and that their regular posts are valid HTML making the entire site valid HTML may get higher placement in a search engine than a comparable blogger who does not validate.</p>
<p>That said, there is an argument that validation for bloggers may not be all that important. According to Bug Leak, <strong>all</strong> the <a href="http://bugleak.com/2007/08/top-blogs-fail-w3c-markup-validation/">blogs in Technorati&#8217;s Top 20 fail to validate</a>.</p>
<blockquote><p>This probably means that complying to the W3C standards is not a priority for the most popular content creators on the planet. [<a href="http://bugleak.com/2007/08/top-blogs-fail-w3c-markup-validation/">Source</a>]</p></blockquote>
<p>The article lists these 20 blogs and the number of validation failures. I was curious to find out what separates these great content creators from RealityMe (of course, I can guess that they have focused topics, thousands of links in, huge readership, more regular posting, etc.) so I <a href="http://realityme.net/wp-content/uploads/2007/08/topblogsfailw3c.opml">added each to my feed reader</a> to gander daily for a bit. <a href="http://realityme.net/wp-content/uploads/2007/08/topblogsfailw3c.opml">I have saved the RSS links as OPML</a> so that anyone can import the same 20 blogs into their readers. Bug Leak points to a great tool for WordPress users called <a href="http://rudd-o.com/projects/wp-validator/">XHTML Validator plugin</a>. This plugin checks the content going into the database (not the actual template) to make sure that your posts are valid. How does one write valid code without knowing what constitutes valid HTML? Simply <a href="http://rudd-o.com/projects/wp-validator/">install the XHTML Validator plugin</a> and begin posting. When it shows you errors, correct them and learn by doing!</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/08/12/are-you-valid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And an afternoon of troubleshooting goes to one line</title>
		<link>http://realityme.net/2007/07/25/and-an-afternoon-of-troubleshooting-goes-to-one-line/</link>
		<comments>http://realityme.net/2007/07/25/and-an-afternoon-of-troubleshooting-goes-to-one-line/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 20:19:32 +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/07/25/and-an-afternoon-of-troubleshooting-goes-to-one-line/</guid>
		<description><![CDATA[So IIS v6 wasn&#8217;t letting form variables post. &#60;cfdump var=&#34;#form#&#34;&#62; would show an empty structure. CF&#8217;s built-in webserver on the development box worked fine. Changing the method from post to get made things even stranger with the query string using &#38;amp; instead of &#38;. I finally found the solution. I had used the obscure html [...]]]></description>
			<content:encoded><![CDATA[<p>So IIS v6 wasn&#8217;t letting form variables post. &lt;cfdump var=&quot;#form#&quot;&gt; would show an empty structure. CF&#8217;s built-in webserver on the development box worked fine. Changing the method from post to get made things even stranger with the query string using &amp;amp; instead of &amp;. I finally found the solution. I had used the obscure html tag &lt;base&quot;</p>
<p><code>&lt;base href=&quot;http://domain.com/&quot;&gt;</code>
<p>IIS v6 did not like this. Removing that one line fixed the problem. So much for trying to be the <em>perfect</em> coder.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2007/07/25/and-an-afternoon-of-troubleshooting-goes-to-one-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t work for free</title>
		<link>http://realityme.net/2006/12/16/dont-work-for-free/</link>
		<comments>http://realityme.net/2006/12/16/dont-work-for-free/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 15:26:44 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.siliconholler.com/2006/12/16/dont-work-for-free/</guid>
		<description><![CDATA[I have this standing rule that I break all too often: Don&#8217;t work for free. I had this bad habit of giving too much and asking too little. I like seeing people happy; that is why the stage is so appealing to me. On the stage, you instantly know if the audience is happy and, [...]]]></description>
			<content:encoded><![CDATA[<p>I have this standing rule that I break all too often: <strong>Don&#8217;t work for free.</strong> I had this bad habit of giving too much and asking too little. I like seeing people happy; that is why the stage is so appealing to me. On the stage, you instantly know if the audience is <em>happy</em> and, if they are not responding well, you can change the show on the fly to fit the audience. In the business world, not asking for your worth is a guarantee that you will not survive. The customer is temporarily happy but because you undercharged or over delivered their expectation will not be realistic. For future work, you will either not be around to service them because you went out of business due to not making your expenses, or the future work will appear exorbitantly high since they received so much for so litle from you in their previous experience.</p>
<p>I entertained a phone interview recently. The recruiter had explained that if the interview went well, the company would ask me to write a sample webpage. At the time, I thought this made sense. All creative types should keep a portfolio to demonstrate your worthiness. However, when you start running at the pace that I keep there is little time to manage a portfolio; simply pointing to work you have done is no good because other hands change it. For example, if my job was to paint a mural by the interstate, overnight my artwork could turn into a mess of graffiti. The Internet is very similar. You might make a wonderful site that validates and is <a href="http://en.wikipedia.org/wiki/Section_508" title="assures accessibility to web page graphics by the visually impaired using assistive technology such as screen readers and refreshable Braille displays">Section 508</a> compliant but the minute your influence is gone from the company you cannot expect that website to stay compliant.</p>
<blockquote><p><em>Section 508</em> requires that electronic and information technology developed, procured, used, or maintained by all agencies and departments of the Federal Government be accessible both to Federal employees with disabilities and to members of the public with disabilities, and that these two groups have equal use of such technologies as federal employees and members of the public that do not have disabilities. [<a href="http://en.wikipedia.org/wiki/Section_508">Source</a>]</p></blockquote>
<p>Doing a sample website could show my skills that portfolio, pages due to time or lack of budget, may not reflect. Like I said, seemed like a good idea at the time. I did have the wherewithal to ask the recruiter if I would have an hourly rate for the sample project&#8230;no. When the interviewer got to that part of the phone interview, I was graced with the sample project. &quot;<em>Could you set aside 5 days?</em>&quot; My jaw dropped!</p>
<p>I have a checks and balances when it comes to estimating projects. I have dollar figures defined for lengths of commitments to clients. I do my estimate based on the specification but then I check my standards to see if my estimate is accurate. That means if a client says they need me for a day the estimate should be between $a and $b; if they need me for a week, the estimate should be between $m and $n; and if they need me for a month, the estimate should be between $x and $y. A week generally looks like $dddd.dd.</p>
<p>I mentioned in a chatroom, with ambiguity for client confidentiality, the request to write a sample website and asked if that was common. The online community of chatters responded with outrage stating that a portfolio should be sufficient or that questions in an interview should easily ferret out the developer&#8217;s skills. The people speaking are big names in my industry; I could walk through Borders and point to several books written by them. Frankly, they suggested I not consider the company and asked, &quot;<em>if this their expectation in an interview, what will their expectations be as an employer?</em>&quot; They implored me not to do the sample project and reinforced that such a trend could be bad for our industry.</p>
<p>Now in all fairness, I interpret 5 days as &quot;<em>we are giving you five days so that you can show us you can meet a deadline and we understand you have other work to do.</em>&quot; The interviewer said that it really shouldn&#8217;t be a day&#8217;s worth of work (that would look like $ddd.dd). I hope he is right that it doesn&#8217;t need the full 5 days otherwise I have already blown the job possibility. This week I also had a <em>small project</em> that turned out to be somewhat painful. Additionally, a client was holding payment while I worked out a bug in an application so that had my focus. I have 3 people waiting on estimates (estimates are the hardest part of my job and they pay $0). I got the go ahead on the next phase of a client&#8217;s project. Another client said I could begin working on his project because he is certain the end client will give the go ahead on Monday. And a maintenance client needed me for half a day because their network went down; they also need me to upgrade their accounting software this weekend. Sounds equitable right? Maybe in a perfect world but if you read it again you&#8217;ll see that almost none of that pays until down the road (if at all).</p>
<p>I suppose I could have ignored everything except the sample project on the premise that I will nail this job. That would have shown a huge lack of ethics toward my existing clients plus I have assured them that if I step out of consulting or take a long term committed project that I will give them sufficient notice and make sure their work is uninterrupted. This potential job is with a company that I admire. And, if this sample project is indicative of how they organize their actual projects, working with them will be an absolute pleasure. However, I must manage my risk and assume that the job will not come through. I know the interviewer is a big blog reader so I am certain this post will appear in their feed reader. Hopefully it is not read negatively.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2006/12/16/dont-work-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Things Web 2.0</title>
		<link>http://realityme.net/2006/08/18/all-things-web-20/</link>
		<comments>http://realityme.net/2006/08/18/all-things-web-20/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 13:19:43 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://blog.siliconholler.com/2006/08/18/all-things-web-20/</guid>
		<description><![CDATA[View a list of the best and most popular web 2.0 applications. What is Web 2.0? It is being hailed the next generation of web applications. In reality, it is an old concept. The way the World Wide Web works is a client computer (your web browser) makes a protocol request (typically http) to a [...]]]></description>
			<content:encoded><![CDATA[<p>View a list of the best and most popular <a href="http://www.allthingsweb2.com/">web 2.0 applications</a>. What is Web 2.0? It is being hailed the next generation of web applications. In reality, it is an old concept. The way the World Wide Web works is a client computer (your web browser) makes a protocol request (typically <acronym title="HyperText Transfer Protocol">http</acronym>) to a web server which then talks to other servers (ColdFusion, PHP, mail, news, etc.) and returns a document to your browser. We experience this as a screen refresh and the little icon in your browser spinning around like an abnoxious hourglass. Web 2.0 gives the illusion that the wait, the hourglass, has been eliminated. It uses JavaScript tricks to make the requests behind the scenes. You can witness this by adding something to your <a href="http://google.com/calendar/">Google Calendar</a>. Notice the word &quot;Loading&#8230;&quot;? That has replaced a total page refresh.</p>
<p>I have problem with Web 2.0 and that is accessibility. For years web developers have held back on certain capabilities in order to not limit their audience. I would ask my clients, &quot;how successful would McDonald&#8217;s be if they turned away 80% of their customers?&quot; In the early days relying on something like JavaScript could be just that limiting. As a business, you have to know who you are serving. If your customer base is primarily Mac users and your web developer says, &quot;I don&#8217;t support Safari.&quot; then you need to decide if you are going to fire your web developer or your customers. Browsers have come a long way and for the most part are much more compliant and compatible and almost all support Javascript. So where is the accessibility problem? We have far more computer neophytes using computers today and playing on the Internet (primarily via the World Wide Web). Apply firewall settings too strictly or get overly aggressive on popup blocking and you may find that Javascript is disabled. Try disabling Javascript and use Google&#8217;s calendar. They can afford to turn people away. Can you?</p>
<p>Use Web 2.0! It is cool and what people will expect of your application. However, write it to degrade nicely. Detect that Javascript is disabled and, if so, present your site Web 1.0 style.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2006/08/18/all-things-web-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Levels of HTML Knowledge</title>
		<link>http://realityme.net/2006/05/31/levels-of-html-knowledge/</link>
		<comments>http://realityme.net/2006/05/31/levels-of-html-knowledge/#comments</comments>
		<pubDate>Wed, 31 May 2006 23:32:11 +0000</pubDate>
		<dc:creator>Doug McCaughan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.siliconholler.com/2006/05/31/levels-of-html-knowledge/</guid>
		<description><![CDATA[This serious rating of HTML coders complements my earlier joke post regarding the evolution of programmers by explaining 7 levels of HTML understanding from HTML Level 0 to HTML Level 6. I&#8217;d put myself at HTML Level 4 moving into 5. It isnâ€™t necessary for everybody to reach HTML Level 6. I consider myself a [...]]]></description>
			<content:encoded><![CDATA[<p>This serious <a href="http://www.456bereastreet.com/archive/200605/levels_of_html_knowledge/">rating of HTML coders</a> complements my earlier joke post regarding <a href="http://blog.siliconholler.com/2006/05/31/ah-why-programmers-get-the-big-bucks/">the evolution of programmers</a> by explaining 7 levels of HTML understanding from HTML Level 0 to HTML Level 6. I&#8217;d put myself at HTML Level 4 moving into 5.</p>
<blockquote><p>It isnâ€™t necessary for everybody to reach HTML Level 6. I consider myself a Level 5 person, and Iâ€™m quite happy reading the specs instead of writing them so I donâ€™t really feel like I need to reach Level 6. People whose task is to keep a websiteâ€™s content up-to-date can even get by at Level 1, provided that their CMS is good enough. It all depends on your needs.</p></blockquote>
<p>Levels of HTML Knowledge was inspired by <a href="http://friendlybit.com/css/levels-of-css-knowledge/">Levels of CSS knowledge</a>. I am Level 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://realityme.net/2006/05/31/levels-of-html-knowledge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

