<?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/"
xmlns:series="http://unfoldingneurons.com/"
><channel><title>Larry Ullman &#187; html</title> <atom:link href="http://www.larryullman.com/tag/html/feed/" rel="self" type="application/rss+xml" /><link>http://www.larryullman.com</link> <description>Translating Geek Into English</description> <lastBuildDate>Mon, 21 May 2012 11:03:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Learn to Write</title><link>http://www.larryullman.com/2012/05/18/learn-to-write/</link> <comments>http://www.larryullman.com/2012/05/18/learn-to-write/#comments</comments> <pubDate>Fri, 18 May 2012 13:34:05 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[html]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=3198</guid> <description><![CDATA[There was a recent posting by Jeff Atwood titled &#8220;Please Don&#8217;t Learn to Code&#8220;, which received a lot of recent discussion. It&#8217;s a bit silly, to me, because the impetus for that post—a tweet by NY Mayor Bloomberg suggesting he was going to learn to code in 2012—was almost certainly sent out as a promotional message [...]]]></description> <content:encoded><![CDATA[<p>There was a recent posting by Jeff Atwood titled &#8220;<a
href="http://www.codinghorror.com/blog/2012/05/please-dont-learn-to-code.html">Please Don&#8217;t Learn to Code</a>&#8220;, which received a lot of recent discussion. It&#8217;s a bit silly, to me, because the impetus for that post—a tweet by NY Mayor Bloomberg suggesting he was going to learn to code in 2012—was almost certainly sent out as a promotional message for a NYC-based company (<a
href="http://www.codecademy.com">CodeAcademy</a>), not as a sincere expression of the mayor&#8217;s side interests. In any case, Atwood&#8217;s piece came across to some as unnecessarily harsh, and while it&#8217;s hard to argue that <em>everyone</em> should learn to code, it&#8217;s also elitist to suggest that people should&#8217;t learn X because they&#8217;re not going to be able to do it in a way you think is right.</p><p>The reason I mention Atwood&#8217;s piece is because <a
href="http://www.randsinrepose.com">Rands in Repose</a> had a very nice reaction post titled &#8220;<a
href="http://www.randsinrepose.com/archives/2012/05/16/please_learn_to_write.html">Please Learn to Write</a>&#8220;. Maybe it&#8217;s because I am a writer, but the suggestion—Hey, if you want to improve yourself, communicate better.—rings true to me.</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2012/05/18/learn-to-write/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Protocol-Relative URL</title><link>http://www.larryullman.com/2011/11/08/the-protocol-relative-url/</link> <comments>http://www.larryullman.com/2011/11/08/the-protocol-relative-url/#comments</comments> <pubDate>Tue, 08 Nov 2011 17:50:20 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[html]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=2830</guid> <description><![CDATA[Some time back, I came across this excellent nugget of information that Paul Irish has put forth about the protocol-relative URL. I don&#8217;t want to reveal the details here (it&#8217;s a short article, and you ought to read it), but the gist is that there&#8217;s a very simple way to link CSS, images, JavaScript, and [...]]]></description> <content:encoded><![CDATA[<p>Some time back, I came across this excellent nugget of information that <a
href="http://paulirish.com/">Paul Irish</a> has put forth about the <a
href="http://paulirish.com/2010/the-protocol-relative-url/">protocol-relative URL</a>. I don&#8217;t want to reveal the details here (it&#8217;s a short article, and you ought to read it), but the gist is that there&#8217;s a very simple way to link CSS, images, JavaScript, and whatever other resources so that they&#8217;ll be served over HTTP on HTTP pages and provided over HTTPS on HTTPS pages. I wish I had thought to use this when I wrote my e-commerce book (instead of using two different header files)! Sometimes the simple solution is the most brilliant one&#8230;</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2011/11/08/the-protocol-relative-url/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>30 HTML Best Practices for Beginners</title><link>http://www.larryullman.com/2010/05/15/30-html-best-practices-for-beginners/</link> <comments>http://www.larryullman.com/2010/05/15/30-html-best-practices-for-beginners/#comments</comments> <pubDate>Sat, 15 May 2010 01:11:48 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[html]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=1053</guid> <description><![CDATA[I StumbledUpon this post on the 30 HTML Best Practices for Beginners. It&#8217;s a good read, even for non-beginners (especially if you&#8217;re the type that likes validation of what you&#8217;re already doing). The suggestions cover merely coding to what tools you should be using. Check it out!]]></description> <content:encoded><![CDATA[<p>I <a
href="http://www.stumbleupon.com">StumbledUpon</a> this post on the <a
href="http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/">30 HTML Best Practices for Beginners</a>. It&#8217;s a good read, even for non-beginners (especially if you&#8217;re the type that likes validation of what you&#8217;re already doing). The suggestions cover merely coding to what tools you should be using. Check it out!</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2010/05/15/30-html-best-practices-for-beginners/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Useful Web Development Sites</title><link>http://www.larryullman.com/2009/10/03/useful-web-development-sites/</link> <comments>http://www.larryullman.com/2009/10/03/useful-web-development-sites/#comments</comments> <pubDate>Sat, 03 Oct 2009 01:48:09 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <category><![CDATA[utilities]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=490</guid> <description><![CDATA[I&#8217;m constantly running across different useful sites when it comes to choosing a Web page&#8217;s HTML, formatting, CSS, fonts, layout, and so forth. Here are a couple of notable ones: FontTester, as you might expect, lets you play with different CSS and HTML options to adjust what fonts you use and how they are formatted. [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m constantly running across different useful sites when it comes to choosing a Web page&#8217;s HTML, formatting, CSS, fonts, layout, and so forth. Here are a couple of notable ones:</p><p><a
href="http://www.fonttester.com/">FontTester</a>, as you might expect, lets you play with different CSS and HTML options to adjust what fonts you use and how they are formatted. The page starts with up to three columns of sample text at the top. Then you can edit the properties of the individual columns to compare and contrast different effects. Once you have the look you like, including color, line height, indentation, and more, you can copy the corresponding CSS.</p><p>If you&#8217;re new to CSS, you might want to check out <a
href="http://www.cssbasics.com/">CSS Basics</a>. I think it&#8217;s a fairly straightforward, easy to understand introduction to Cascading Style Sheets. Once you&#8217;ve grasped CSS fundamentals, and found yourself wanting more, check out the exhaustive <a
href="http://www.gracesmith.co.uk/84-amazingly-useful-css-tips-resources/">84 Amazingly Useful CSS Tips &amp; Resources</a>. There are links to LOTS of good content there; just give yourself time to kill and don&#8217;t forget to take good notes!</p><p>Once you&#8217;ve got a site fairly well developed, you ought to do the professional thing and check its accessibility. This is a pretty easy step to skip, especially if you don&#8217;t have personal experience in accessing sites using non-standard tools. Sitepoint put together an article worth reading called <a
href="http://www.sitepoint.com/blogs/2009/07/06/site-accessibility-tools/">12 Tools To Check Your Site&#8217;s Accessibility</a>. Some are software plug-ins that work with Dreamweaver, Eclipse, Firefox, or Opera; other tools are Web based, just like those used to validate a site&#8217;s HTML. Besides increasing the potential number of viewers for your site, making it universally accessible may even be something that&#8217;s mandated by the client. For example, I do a lot of work for educational institutions and the federal government, both of which insist on sites being accessible.</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2009/10/03/useful-web-development-sites/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>10 Rare HTML Tags You Really Should Know</title><link>http://www.larryullman.com/2009/04/02/10-rare-html-tags-you-really-should-know/</link> <comments>http://www.larryullman.com/2009/04/02/10-rare-html-tags-you-really-should-know/#comments</comments> <pubDate>Thu, 02 Apr 2009 02:36:32 +0000</pubDate> <dc:creator>Larry</dc:creator> <category><![CDATA[Web Development]]></category> <category><![CDATA[html]]></category><guid
isPermaLink="false">http://www.larryullman.com/?p=378</guid> <description><![CDATA[I stumbled upon this article titled 10 Rare HTML Tags You Really Should Know. The content&#8217;s as you would expect it to be. Unfortunately the benefit of using a couple of the tags isn&#8217;t clear, but I do like the information on OPTGROUP and ACRONYM. Although do not that the indicated code for OPTGROUP is [...]]]></description> <content:encoded><![CDATA[<p>I stumbled upon this article titled <a
href="http://net.tutsplus.com/articles/web-roundups/10-rare-html-tags-you-really-should-know/">10 Rare HTML Tags You Really Should Know</a>. The content&#8217;s as you would expect it to be. Unfortunately the benefit of using a couple of the tags isn&#8217;t clear, but I do like the information on OPTGROUP and ACRONYM. Although do not that the indicated code for OPTGROUP is incorrect. OPTGROUP tags should actually wrap around the options that go within that group:</p><pre>&lt;select name="os"&gt; &lt;option&gt;Select Your OS&lt;/option&gt;
  &lt;optgroup label="Windows"&gt;
    &lt;option value="Vista"&gt;Vista&lt;/option&gt;
    &lt;option value="XP"&gt;XP&lt;/option&gt;
  &lt;/optgroup&gt;
  &lt;optgroup label="Mac"&gt;
    &lt;option value="Leopard"&gt;Leopard&lt;/option&gt;
    &lt;option value="Tiger"&gt;Tiger&lt;/option&gt;
  &lt;/optgroup&gt;
&lt;/select&gt;</pre><form> <select
name="os"><option>Select Your OS</option><p><optgroup
label="Windows"></p><option
value="Vista">Vista</option><option
value="XP">XP</option><p></optgroup><br
/><optgroup
label="Mac"></p><option
value="Leopard">Leopard</option><option
value="Tiger">Tiger</option><p></optgroup><br
/> </select></p></form><p>I would like to think that the LABEL and FIELDSET tags are being used regularly, but perhaps they aren&#8217;t. As for WBR, I&#8217;d never heard of that one, but it&#8217;s quite interesting.</p> ]]></content:encoded> <wfw:commentRss>http://www.larryullman.com/2009/04/02/10-rare-html-tags-you-really-should-know/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Served from: www.larryullman.com @ 2012-05-21 14:59:10 by W3 Total Cache -->
