<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>robertdot.org</title>
  <link>http://robertdot.org</link>
  <description>The Complete Robertdot Blog Feed.</description>
  <language>en-us</language>
  <lastBuildDate>Tue, 23 Sep 2008 15:09:05 GMT</lastBuildDate>
  <generator>Custom script based on LiveJournal RSS feed</generator>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names.html</guid>
   <pubDate>Tue, 23 Sep 2008 15:09:05 GMT</pubDate>
   <title>Forms With Elements With Form Attribute Names</title>
   <link>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/javascript.html" rel="tag">JavaScript</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a> 
    </p>
    <p>
     I commonly create a form element that dictates the action I want the server to perform, like <code>&lt;input type="hidden" name="action" value="save"&gt;</code>.  This allows me to have a <code>switch</code> to determine what to do with the data in any situation instead of posting and getting to multiple places.  I found a bug in Internet Explorer 7's JavaScript today that introduces a problem with my naming scheme.
    </p>
    <p>
     Continue Reading &#34;Forms With Elements With Form Attribute Names&#34; on <a href="http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2008/09/23/forms-with-elements-with-form-attribute-names.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2008/04/30/nytimes-hand-codes.html</guid>
   <pubDate>Wed, 30 Apr 2008 13:04:43 GMT</pubDate>
   <title>NYTimes Hand Codes</title>
   <link>http://robertdot.org/2008/04/30/nytimes-hand-codes.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a> 
    </p>
    <p>
     For future reference, the <a href="http://www.nytimes.com/2008/04/21/business/media/21askthetimes.html/partner/rssnyt?_r=2&oref=slogin&pagewanted=print&oref=slogin">NYTimes.com Art Director says</a> (search for "Visual Consistency") they hand code their site.  It still uses a loose DTD and table-based layout, but at least they aren't using DreamWeaver.
    </p>
    <p>
     Continue Reading &#34;NYTimes Hand Codes&#34; on <a href="http://robertdot.org/2008/04/30/nytimes-hand-codes.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2008/04/30/nytimes-hand-codes.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2008/02/11/element-swapping-with-unobtrusive-javascript.html</guid>
   <pubDate>Mon, 11 Feb 2008 02:02:25 GMT</pubDate>
   <title>Element Swapping with Unobtrusive JavaScript</title>
   <link>http://robertdot.org/2008/02/11/element-swapping-with-unobtrusive-javascript.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/javascript.html" rel="tag">JavaScript</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     There may come a time when you need to show different content on one page based on a user-selected option.  Here's a quick tutorial.
    </p>
    <p>
     Continue Reading &#34;Element Swapping with Unobtrusive JavaScript&#34; on <a href="http://robertdot.org/2008/02/11/element-swapping-with-unobtrusive-javascript.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2008/02/11/element-swapping-with-unobtrusive-javascript.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2008/01/24/wymeditor-html-textarea-loses-focus.html</guid>
   <pubDate>Thu, 24 Jan 2008 16:01:21 GMT</pubDate>
   <title>WYMEditor HTML Textarea Loses Focus</title>
   <link>http://robertdot.org/2008/01/24/wymeditor-html-textarea-loses-focus.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/css.html" rel="tag">CSS</a>,  
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/wymeditor.html" rel="tag">WYMEditor</a> 
    </p>
    <p>
     I've been using the WYMEditor on a little content management system I've been building at work.  I was having a problem where I couldn't edit in the <acronym title="HyperText Markup Language">HTML</acronym> editor.  Every time I clicked, the HTML textarea in WYMEditor would lose focus.
    </p>
    <p>
     Continue Reading &#34;WYMEditor HTML Textarea Loses Focus&#34; on <a href="http://robertdot.org/2008/01/24/wymeditor-html-textarea-loses-focus.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2008/01/24/wymeditor-html-textarea-loses-focus.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/09/24/easier-image-replacement.html</guid>
   <pubDate>Mon, 24 Sep 2007 06:09:57 GMT</pubDate>
   <title>Easier Image Replacement</title>
   <link>http://robertdot.org/2007/09/24/easier-image-replacement.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/css.html" rel="tag">CSS</a>,  
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     If you didn't hear, text on a website is better than an image.  Images have their place, but many people use images where text should be.  In recent times, people have been using a technique called image replacement to replace text with an image.  Typically, there are crazy hacks that involve embedded elements, but there is an easier way.
    </p>
    <p>
     Continue Reading &#34;Easier Image Replacement&#34; on <a href="http://robertdot.org/2007/09/24/easier-image-replacement.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/12402.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/09/24/easier-image-replacement.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/09/14/ipod-touch-pushing-the-mobile-web.html</guid>
   <pubDate>Fri, 14 Sep 2007 17:09:20 GMT</pubDate>
   <title>iPod Touch Pushing the Mobile Web</title>
   <link>http://robertdot.org/2007/09/14/ipod-touch-pushing-the-mobile-web.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/apple.html" rel="tag">Apple</a>,  
     <a href="http://robertdot.org/tags/hardware.html" rel="tag">Hardware</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/iphone.html" rel="tag">iPhone</a>,  
     <a href="http://robertdot.org/tags/ipod.html" rel="tag">iPod</a>,  
     <a href="http://robertdot.org/tags/phones.html" rel="tag">Phones</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a>,  
     <a href="http://robertdot.org/tags/webkit.html" rel="tag">WebKit</a> 
    </p>
    <p>
     As most know, Apple released a new line up of iPods, and possibly a major improvement for the mobile web.
    </p>
    <p>
     Continue Reading &#34;iPod Touch Pushing the Mobile Web&#34; on <a href="http://robertdot.org/2007/09/14/ipod-touch-pushing-the-mobile-web.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/11657.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=309919782" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/09/14/ipod-touch-pushing-the-mobile-web.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html</guid>
   <pubDate>Fri, 17 Aug 2007 14:08:05 GMT</pubDate>
   <title>iUI Makes iPhone Development Easier</title>
   <link>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/ajax.html" rel="tag">Ajax</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/iphone.html" rel="tag">iPhone</a>,  
     <a href="http://robertdot.org/tags/javascript.html" rel="tag">JavaScript</a>,  
     <a href="http://robertdot.org/tags/phones.html" rel="tag">Phones</a> 
    </p>
    <p>
     The iPhone was a little less exciting when Apple revealed that web apps were the only way developers could write applications for the iPhone.  While committed folks eventually opened the phone up for third-party applications, some interesting stuff was happening on the web application front.  It's called iUI.
    </p>
    <p>
     Continue Reading &#34;iUI Makes iPhone Development Easier&#34; on <a href="http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/11519.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/08/17/iui-makes-iphone-development-easier.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/07/24/so-long-khtml-long-live-webkit.html</guid>
   <pubDate>Tue, 24 Jul 2007 02:07:09 GMT</pubDate>
   <title>So Long KHTML, Long Live WebKit</title>
   <link>http://robertdot.org/2007/07/24/so-long-khtml-long-live-webkit.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/browsers.html" rel="tag">Browsers</a>,  
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/safari.html" rel="tag">Safari</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/webkit.html" rel="tag">WebKit</a> 
    </p>
    <p>
     Once upon a time, there was KHTML, The K Desktop Environment's Hypertext Markup Language rendering engine.  Later, Apple decided to write a web browser.  For whatever reason, Apple embraced KHTML, forked it, and created WebKit.  There was much pleasure and much gnashing of teeth.
    </p>
    <p>
     Continue Reading &#34;So Long KHTML, Long Live WebKit&#34; on <a href="http://robertdot.org/2007/07/24/so-long-khtml-long-live-webkit.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/11051.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/07/24/so-long-khtml-long-live-webkit.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/04/24/easy-clearing-of-floats.html</guid>
   <pubDate>Tue, 24 Apr 2007 22:04:29 GMT</pubDate>
   <title>Easy Clearing Of Floats</title>
   <link>http://robertdot.org/2007/04/24/easy-clearing-of-floats.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/css.html" rel="tag">CSS</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     Web standards designers often need to make use of <code>display:float</code> to handle things like columns, navigation lists, and more.  Usually these floats are followed by something like <code>&lt;div style="clear:both"&gt;&lt;/div&gt;</code>.  It turns out there is an easier way.
    </p>
    <p>
     Continue Reading &#34;Easy Clearing Of Floats&#34; on <a href="http://robertdot.org/2007/04/24/easy-clearing-of-floats.html">Robertdot</a> or <a href="http://robertdot.livejournal.com/10633.html" rel="nofollow">LiveJournal</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/04/24/easy-clearing-of-floats.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/03/08/html-5-whatwg-versus-w3c.html</guid>
   <pubDate>Thu, 08 Mar 2007 18:03:20 GMT</pubDate>
   <title>HTML 5: WHATWG versus W3C</title>
   <link>http://robertdot.org/2007/03/08/html-5-whatwg-versus-w3c.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/w3c.html" rel="tag">W3C</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a>,  
     <a href="http://robertdot.org/tags/whatwg.html" rel="tag">WHATWG</a> 
    </p>
    <p>
     The new <acronym title="World Wide Web Consortium">W3C</acronym> <acronym title="HyperText Markup Language">HTML</acronym> working group launched.  The charter states that they'll attempt convergence with the <acronym title="Web Hypertext Application Technology Working Group">WHATWG</acronym>'s recommendation.  I remain a little confused with how the browser vendors will handle this.
    </p>
    <p>
     Continue Reading &#34;HTML 5: WHATWG versus W3C&#34; on <a href="http://robertdot.org/2007/03/08/html-5-whatwg-versus-w3c.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/9699.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=238747854" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/03/08/html-5-whatwg-versus-w3c.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2007/01/12/how-to-do-modern-web-design.html</guid>
   <pubDate>Fri, 12 Jan 2007 00:01:37 GMT</pubDate>
   <title>How To Do Modern Web Design</title>
   <link>http://robertdot.org/2007/01/12/how-to-do-modern-web-design.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/accessibility.html" rel="tag">Accessibility</a>,  
     <a href="http://robertdot.org/tags/css.html" rel="tag">CSS</a>,  
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     I've been trying to figure out the best way to explain how to do modern, semantic, standards compliant web design.  I've been trying to make the point to my current protege that one should first look at a website like a term paper and move on from there.  I've formulated a method now that I'd like to outline.
    </p>
    <p>
     Continue Reading &#34;How To Do Modern Web Design&#34; on <a href="http://robertdot.org/2007/01/12/how-to-do-modern-web-design.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/8886.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=216326046" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2007/01/12/how-to-do-modern-web-design.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/12/29/markup-not-safe-for-work-content.html</guid>
   <pubDate>Fri, 29 Dec 2006 17:12:53 GMT</pubDate>
   <title>Markup Not Safe For Work Content</title>
   <link>http://robertdot.org/2006/12/29/markup-not-safe-for-work-content.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/microformats.html" rel="tag">Microformats</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     Some guy named PJ Doland <a href="http://pj.doland.org/archives/041571.php">suggested</a> we use <code>rel="NSFW"</code> to markup content that is <acronym title="Not Safe For Work">NSFW</acronym>.
    </p>
    <p>
     Continue Reading &#34;Markup Not Safe For Work Content&#34; on <a href="http://robertdot.org/2006/12/29/markup-not-safe-for-work-content.html">Robertdot</a> &hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/12/29/markup-not-safe-for-work-content.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/11/19/the-great-acronym-title-multipurpose-internet-mail-extensions-mime-acronym-type-swindle.html</guid>
   <pubDate>Sun, 19 Nov 2006 21:11:51 GMT</pubDate>
   <title>The Great <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym>-Type Swindle</title>
   <link>http://robertdot.org/2006/11/19/the-great-acronym-title-multipurpose-internet-mail-extensions-mime-acronym-type-swindle.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/w3c.html" rel="tag">W3C</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a>,  
     <a href="http://robertdot.org/tags/xhtml.html" rel="tag">XHTML</a> 
    </p>
    <p>
     It's a really old subject, but I haven't said my piece on the <acronym title="Extensible HyperText Markup Language">XHTML</acronym> 1.0 versus <acronym title="HyperText Markup Language">HTML</acronym> 4.01 debate.  While commenting on Roger Johansson's blog, 456 Berea Street, I said a little bit about what I think.  I figured I ought to go ahead and say my fill.
    </p>
    <p>
     Continue Reading &#34;The Great <acronym title="Multipurpose Internet Mail Extensions">MIME</acronym>-Type Swindle&#34; on <a href="http://robertdot.org/2006/11/19/the-great-acronym-title-multipurpose-internet-mail-extensions-mime-acronym-type-swindle.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/7489.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=195182391" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/11/19/the-great-acronym-title-multipurpose-internet-mail-extensions-mime-acronym-type-swindle.html</comments>
  </item>
  <item>
   <guid isPermaLink='true'>http://robertdot.org/2006/10/28/w3c-listens-incremental-update-to-html-on-the-way.html</guid>
   <pubDate>Sat, 28 Oct 2006 19:10:31 GMT</pubDate>
   <title>W3C Listens, Incremental Update to HTML On The Way</title>
   <link>http://robertdot.org/2006/10/28/w3c-listens-incremental-update-to-html-on-the-way.html</link>
   <author>Robert &lt;rss@robertdot.org&gt;</author>
   <description><![CDATA[
    <p>
     Tags:
     <a href="http://robertdot.org/tags/geek.html" rel="tag">Geek</a>,  
     <a href="http://robertdot.org/tags/html.html" rel="tag">HTML</a>,  
     <a href="http://robertdot.org/tags/w3c.html" rel="tag">W3C</a>,  
     <a href="http://robertdot.org/tags/web-design.html" rel="tag">Web Design</a>,  
     <a href="http://robertdot.org/tags/web-standards.html" rel="tag">Web Standards</a> 
    </p>
    <p>
     Surprisingly, SlashDot scooped all the web design websites I normally read on Tim Berners-Lee's announcement that <acronym title="HyperText Markup Language">HTML</acronym> will be incrementally updated (as well as things such as the <acronym title="World Wide Web Consortium">W3C</acronym>'s HTML validator)
    </p>
    <p>
     Continue Reading &#34;W3C Listens, Incremental Update to HTML On The Way&#34; on <a href="http://robertdot.org/2006/10/28/w3c-listens-incremental-update-to-html-on-the-way.html">Robertdot</a>,  <a href="http://robertdot.livejournal.com/6012.html" rel="nofollow">LiveJournal</a>, or <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.view&amp;friendID=18355253&amp;blogID=185995123" rel="nofollow">MySpace</a>&hellip;
    </p>
    ]]></description>
   <comments>http://robertdot.org/2006/10/28/w3c-listens-incremental-update-to-html-on-the-way.html</comments>
  </item>
 </channel>
</rss>