<?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>danielmiessler.com &#187; Standards</title>
	<atom:link href="http://danielmiessler.com/categories/standards/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com</link>
	<description>grep understanding</description>
	<lastBuildDate>Thu, 24 May 2012 04:36:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Atom &gt; RSS: Why We Should Just Call Them &#8220;Feeds&#8221; Instead of &#8220;RSS&#8221; Feeds</title>
		<link>http://danielmiessler.com/blog/atom-rss-why-we-should-just-call-them-feeds-instead-of-rss-feeds</link>
		<comments>http://danielmiessler.com/blog/atom-rss-why-we-should-just-call-them-feeds-instead-of-rss-feeds#comments</comments>
		<pubDate>Mon, 27 Aug 2007 13:43:10 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Atom]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Syndication]]></category>

		<guid isPermaLink="false">http://dmiessler.com/blogarchive/atom-rss-why-we-should-just-call-them-feeds-instead-of-rss-feeds</guid>
		<description><![CDATA[I&#8217;m no longer calling feeds &#8220;RSS feeds&#8221;. From now on I&#8217;m calling them &#8220;syndication&#8221; feeds, or just &#8220;feeds&#8221;. There have been two standards for doing this type of XML-based website syndication for a long time now &#8212; Atom and RSS. RSS is older and has more penetration, so its name has been confused with its [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://dmiessler.com/images/rss_icon_large.jpeg" title="feed_icon" alt="feed_icon" height="96" width="96" /></p>

<p>I&#8217;m no longer calling feeds &#8220;RSS feeds&#8221;. From now on I&#8217;m calling them &#8220;syndication&#8221; feeds, or just &#8220;feeds&#8221;. There have been two standards for doing this type of XML-based website syndication for a long time now &#8212; Atom and RSS. RSS is older and has more penetration, so its name has been confused with its function. Just like Xerox, Kleenex and Google.</p>

<p class="offset">Well, I don&#8217;t use Xerox to mean copy, I don&#8217;t use Kleenex to mean tissue, and the only reason I use &#8220;google&#8221; to mean search is because it&#8217;s vastly superior to the alternatives. If that changes I&#8217;ll drop it as well.</p>

<p>And that&#8217;s the case with RSS. It&#8217;s not simply <strong>not</strong> superior to Atom &#8212; it&#8217;s <em>inferior.</em> Here are a few of the highlights:</p>

<ol>
    <li>Atom offers a number of technical advantages that hinge on a more precise and scalable definition. Think XHTML vs. HTML4. Examples include (from <a href="http://intertwingly.net/wiki/pie/Rss20AndAtom10Compared">the Atom Wiki</a>):
<ul>
    <li>RSS 2.0 requires feed-level title, link, and description. RSS 2.0 does not require that any of the fields of individual items in a feed be present. Atom 1.0 requires that both feeds and entries include a title (which may be empty), a unique identifier, and a last-updated timestamp.</li>
    <li>RSS 2.0 may contain either plain text or escaped HTML, with no way to indicate which of the two is provided, and the RSS 2.0 content model does not permit actual well-formed XML markup, which reduces the re-usability of content. Atom has a carefully-designed payload container, where content must be explicitly labeled.</li>
    <li>RSS autodiscovery has been implemented several times in different ways, often relies on unregistered (thus invalid) application/rss+xml MIME type, and has never been standardized. Atom [WWW]standardizes autodiscovery. The application/atom+xml MIME Type is registered with IANA. Additionally, Atom feeds contain a “self” pointer, so a newsreader can auto-subscribe given only the contents of the feed, based on Web-standard dispatching techniques.</li>
    <li>RSS 2.0 is not in an XML namespace but may contain elements from other XML namespaces. There is no central place where one can find out about many popular extensions. Atom 1.0 is an XML namespace and may contain elements or attributes from other XML namespaces.</li>
    <li>RSS 2.0 does not specify the handling of relative URI references. Different feed readers implement differing heuristics for their interpretation. There is no interoperability. In practice, relative URI references cannot be used in RSS feeds.Atom 1.0 specifies use of the XML&#8217;s built-in <code><a href="http://www.w3.org/TR/xmlbase/">xml:base</a></code> attribute for allowing the use of relative references.</li>
    <li>RSS 2.0 can be encrypted or signed like any other web content, if treated as arbitrary content. Rules for applying standard <a href="http://www.w3.org/TR/xmlenc-core/">XML Encryption</a> and <a href="http://www.w3.org/TR/xmldsig-core/">XML Digital Signature</a> on entries are included in Atom 1.0.</li>
    <li>The RSS 2.0 specification includes no schema. Atom 1.0 includes a (non-normative) ISO-Standard <a href="http://relaxng.org/">RelaxNG</a> schema, to support those who want to check the validity of data advertised as Atom 1.0.</li>
</ul>
</li>
    <li>Atom is run by the Atompub Working Group group is specified in <a href="http://www.ietf.org/rfc/rfc4287.txt">RFC 4287</a> while RSS is basically run by <a href="http://scripting.com/">a single genius</a> who&#8217;s arguably very hard to work with.
<blockquote>&#8220;Dave Winer has done a tremendous amount of work on RSS and invented important parts of it and deserves a huge amount of credit for getting us as far as we have. <strong>However, just looking around, I observe that there are many people and organizations who seem unable to maintain a good working relationship with Dave.</strong>&#8221; &#8212; Tim Bray (member of the W3C and co-creator of XML)</blockquote>
</li>
    <li>Google perfers Atom.
<blockquote>&#8220;That is the sound of inevitability.&#8221;</blockquote>
</li>
</ol>

<p>The bottom line for me is that Atom seems to be more technically sound as well as more open. When you combine that with Google having chosen it as their preferred syndication protocol, that pretty much seals it for me.</p>

<p>I&#8217;m not going to be calling feeds &#8220;Atom feeds&#8221; &#8212; that would be lame &#8212; but I am going to dump the RSS bit. In my view Atom is clearly the winner long-term.:</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/august-2007-site-enhancements" rel="bookmark" class="crp_title">August 2007 Site Enhancements</a></li><li><a href="http://danielmiessler.com/blog/feed-updates" rel="bookmark" class="crp_title">Feed Updates</a></li><li><a href="http://danielmiessler.com/blog/feeds-updated" rel="bookmark" class="crp_title">Feeds Updated</a></li><li><a href="http://danielmiessler.com/blog/some-thoughts-on-googles-bookmarking-and-linkrolling-strategy" rel="bookmark" class="crp_title">Some Thoughts on Google&#8217;s Bookmarking and Linkrolling Strategy</a></li><li><a href="http://danielmiessler.com/blog/an-rss-reminder" rel="bookmark" class="crp_title">An RSS Reminder</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/atom-rss-why-we-should-just-call-them-feeds-instead-of-rss-feeds/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Saying No To &#8220;www&#8221;: A Fortune 50 Company Analysis</title>
		<link>http://danielmiessler.com/blog/saying-no-to-www-a-fortune-50-company-analysis</link>
		<comments>http://danielmiessler.com/blog/saying-no-to-www-a-fortune-50-company-analysis#comments</comments>
		<pubDate>Tue, 21 Aug 2007 11:29:32 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://dmiessler.com/blogarchive/saying-no-to-www-a-fortune-50-company-analysis</guid>
		<description><![CDATA[I recently wrote a piece about why we need to abandon the use of &#8220;www&#8221; both in speech and in technical implementation. The overwhelming response led me to wonder how the business world was handling the issue. How do the &#8220;serious&#8221; companies deal with requests that don&#8217;t include the &#8220;www&#8221; prefix? I started with the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://dmiessler.com/images/nowww.gif" title="no-www" alt="no-www" height="15" width="80" /></p>

<p>I recently wrote <a href="http://dmiessler.com/writing/its_time_to_drop_the_www/">a piece about why we need to abandon the use of &#8220;www&#8221;</a> both in speech and in technical implementation. The overwhelming response led me to wonder how the business world was handling the issue. How do the &#8220;serious&#8221; companies deal with requests that don&#8217;t include the &#8220;www&#8221; prefix?</p>

<p>I started with <a href="http://money.cnn.com/magazines/fortune/fortune500/2007/full_list/index.html">the 2007 Fortune 500 list</a> and sampled the first 50 (the Fortune 50) by querying them without the www prefix, i.e. by <strong>domain</strong>.tld rather than <strong>www</strong>.domain.tld. Here are the results.</p>

<ul>
    <li>30 out of 50 (<strong>60%</strong>) redirected to the www version of the site. <em>[Bad]</em></li>
    <li>17 out of 50 (<strong>34%</strong>) accepted the requests as-is. <em>[Best]</em></li>
    <li>3 out of 50 (<strong>6%</strong>) failed completely. <em>[Worst]</em></li>
</ul>

<p><strong>These results show that the business world understands that accessing sites without the &#8220;www&#8221; prefix should be supported, with only 6% failing to handle the requests.</strong> Most companies either answered as requested or redirected to the www-version. This further supports my claim that users should drop the practice of using &#8220;www&#8221; when typing URLs on their computer and when communicating website addresses to others.</p>

<p align="center"><em>Using &#8220;www&#8221; is simply not necessary for the vast majority of web sites. Typing it is a waste of time, printing it wastes ink and materials, and pronouncing it alone takes longer than saying most website domains themselves (9 syllables for three characters?). Just stop using it. </em></p>

<p>Of course, the ideal situation is the opposite &#8212; where the &#8220;www&#8221; requests are redirected to the <em>non</em>-www URL. This helps with SEO, caching, certificate domain issues, and gives users a single convention to remember.</p>

<p>That&#8217;s the ideal, but I suppose we have to take small steps.:</p>

<p>&#8211;
Here are the companies that were compliant:</p>

<p><code>daniel@hermes ~ $ cat fortune | grep ^y</code>
<strong> y exxonmobil
y chevron
y berkshirehathaway
y merrill lynch
y altria
y kroger.com
y boeing
y marathon
y wellpoint
y searsholdings
y pfizer
y dow
y united technologies
y ups
y wachovia
y lehman
y fredditmac</strong></p>

<p>And here are the companies that failed:</p>

<p><code>daniel@hermes ~ $ cat fortune | grep ^f</code>
<strong> f mckesson
f amerisourcebergen
f metlife</strong></p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/what-mail-server-do-the-fortune-100-companies-use" rel="bookmark" class="crp_title">What Mail Server Do The Fortune 100 Companies Use?</a></li><li><a href="http://danielmiessler.com/blog/its-time-to-drop-the-www" rel="bookmark" class="crp_title">It&#8217;s Time to Drop the &#8220;www&#8221;</a></li><li><a href="http://danielmiessler.com/blog/this-link-could-have-been-anything-reddit-spam-issue" rel="bookmark" class="crp_title">This Link Could Have Been Anything [Reddit Spam Issue]</a></li><li><a href="http://danielmiessler.com/blog/no-more-www" rel="bookmark" class="crp_title">No More &#8220;www&#8221;</a></li><li><a href="http://danielmiessler.com/blog/how-to-remember-your-tcp-flags" rel="bookmark" class="crp_title">How To Remember Your TCP Flags</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/saying-no-to-www-a-fortune-50-company-analysis/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The Best Thing About Standards&#8230;</title>
		<link>http://danielmiessler.com/blog/the-best-thing-about-standards</link>
		<comments>http://danielmiessler.com/blog/the-best-thing-about-standards#comments</comments>
		<pubDate>Mon, 30 Jul 2007 05:23:46 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dmiessler.com/blogarchive/the-best-thing-about-standards</guid>
		<description><![CDATA[The best thing about standards is that there are so many to choose from. Related ContentWeb Standards: My Letter to WebmastersWhy Do WordPress Blogs Look Like Trash In IE?Windows Guru Calls For IE7 BoycottAffirmative Action Fails Yet AgainNews Flash: Americans Getting Dumber]]></description>
			<content:encoded><![CDATA[<blockquote>The best thing about standards is that there are so many to choose from.</blockquote>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/web-standards-my-letter-to-webmasters" rel="bookmark" class="crp_title">Web Standards: My Letter to Webmasters</a></li><li><a href="http://danielmiessler.com/blog/why-do-wordpress-blogs-look-like-ass-in-ie" rel="bookmark" class="crp_title">Why Do WordPress Blogs Look Like Trash In IE?</a></li><li><a href="http://danielmiessler.com/blog/windows-guru-calls-for-ie7-boycott" rel="bookmark" class="crp_title">Windows Guru Calls For IE7 Boycott</a></li><li><a href="http://danielmiessler.com/blog/affirmative-action-fails-yet-again" rel="bookmark" class="crp_title">Affirmative Action Fails Yet Again</a></li><li><a href="http://danielmiessler.com/blog/news-flash-americans-getting-dumber" rel="bookmark" class="crp_title">News Flash: Americans Getting Dumber</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/the-best-thing-about-standards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rainbow Books</title>
		<link>http://danielmiessler.com/blog/rainbow-books</link>
		<comments>http://danielmiessler.com/blog/rainbow-books#comments</comments>
		<pubDate>Sat, 28 Jul 2007 06:27:29 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archive/rainbow-books</guid>
		<description><![CDATA[I originally put this list together back in 2004. A lot of the publications are obsolete but it&#8217;s still good to know and respect the history. &#8212;- &#60; p class=&#8221;entrybody&#8221;>Orange DoD Trusted Computer System Evaluation Criteria Green DoD Password Management Guideline Tan A Guide to Understanding Audit in Trusted Systems Bright Blue Trusted Product Evaluations [...]]]></description>
			<content:encoded><![CDATA[<p class="entrybody">I originally put this list together back in 2004. A lot of the publications are obsolete but it&#8217;s still good to know and respect the history.</p>

<p class="entrybody">&#8212;-</p>

<p>&lt;</p>

<p>p class=&#8221;entrybody&#8221;><strong>Orange</strong>
DoD Trusted Computer System Evaluation Criteria</p>

<p><strong>Green</strong>
DoD Password Management Guideline</p>

<p><strong>Tan</strong>
A Guide to Understanding Audit in Trusted Systems</p>

<p><strong>Bright Blue</strong>
Trusted Product Evaluations &#8211; A Guide for Vendors</p>

<p><strong>Neon Orange</strong>
A Guide to Understanding Discretionary Access Control in Trusted Systems</p>

<p><strong>Teal Green</strong>
Glossary of Computer Security Terms</p>

<p><strong>Red</strong>
Trusted Network Interpretation of the TCSEC (TNI)</p>

<p><strong>Amber</strong>
A Guide to Understanding Configuration Management in Trusted Systems</p>

<p><strong>Burgundy Book</strong>
A Guide to Understanding Design Documentation in Trusted Systems, 6 October 1988. ()
see also Process Guidelines for Design Documentation which may supercede parts of this document.</p>

<p><strong>Dark Lavender Book</strong>
A Guide to Understanding Trusted Distribution in Trusted Systems 15 December 1988.</p>

<p><strong>Venice Blue Book</strong>
Computer Security Subsystem Interpretation of the TCSEC 16 September 1988. ()</p>

<p><strong>Aqua Book</strong>
A Guide to Understanding Security Modeling in Trusted Systems, October 1992.</p>

<p><strong>Red Book</strong>
Trusted Network Interpretation Environments Guideline &#8211; Guidance for Applying the TNI, 1 August 1990.</p>

<p><strong>Pink Book</strong>
RAMP Program Document, 1 March 1995, Version 2</p>

<p><strong>Purple Book</strong>
Guidelines for Formal Verification Systems, 1 April 1989</p>

<p><strong>Brown Book</strong>
A Guide to Understanding Trusted Facility Management, 18 October 1989</p>

<p><strong>Yellow-Green Book</strong>
Guidelines for Writing Trusted Facility Manuals, October 1992.</p>

<p><strong>Light Blue Book</strong>
A Guide to Understanding Identification and Authentication in Trusted Systems, September 1991.</p>

<p><strong>Light Blue Book</strong>
A Guide to Understanding Object Reuse in Trusted Systems, July 1992.</p>

<p><strong>Blue Book</strong>
Trusted Product Evaluation Questionaire, 2 May 1992, Version 2.</p>

<p><strong>Silver Book</strong>
Trusted UNIX Working Group (TRUSIX) Rationale for Selecting Access Control List Features for the UNIX® System, 7 July 1989.</p>

<p><strong>Purple Book</strong>
Trusted Database Management System Interpretation of the TCSEC (TDI), April 1991.</p>

<p><strong>Yellow Book</strong>
A Guide to Understanding Trusted Recovery in Trusted Systems, 30 December 1991.</p>

<p><strong>Bright Orange Book</strong>
A Guide to Understanding Security Testing and Test Documentation in Trusted Systems</p>

<p><strong>Purple Book</strong>
A Guide to Procurement of Trusted Systems: An Introduction to Procurement Initiators on Computer Security Requirements, December 1992.</p>

<p><strong>Purple Book</strong>
A Guide to Procurement of Trusted Systems: Language for RFP Specifications and Statements of Work &#8211; An Aid to Procurement Initiators, 30 June 1993.</p>

<p><strong>Purple Book</strong>
A Guide to Procurement of Trusted Systems: Computer Security Contract Data Requirements List and Data Item Description Tutorial, 28 February 1994. ()</p>

<p><strong>Purple Book</strong>
A Guide to Procurement of Trusted Systems: How to Evaluate a Bidder’s Proposal Document &#8211; An Aid to Procurement Initiators and Contractors</p>

<p><strong>Forest Green Book</strong>
A Guide to Understanding Data Remanence in Automated Information Systems, September 1991, Version 2, (Supercedes CSC-STD-005-85).</p>

<p><strong>Hot Peach Book</strong>
A Guide to Writing the Security Features User’s Guide for Trusted Systems, September 1991. ()</p>

<p><strong>Turquoise Book</strong>
A Guide to Understanding Information System Security Officer Responsibilities for Automated Information Systems, May 1992.</p>

<p><strong>Violet Book</strong>
Assessing Controlled Access Protection, 25 May 1992.</p>

<p><strong>Blue Book</strong>
Introduction to Certification and Accreditation Concepts, January 1994.</p>

<p><strong>Light Pink Book</strong>
A Guide to Understanding Covert Channel Analysis of Trusted Systems, November 1993.</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/study-rainbow-books" rel="bookmark" class="crp_title">Study: Rainbow Books</a></li><li><a href="http://danielmiessler.com/blog/english-precision-matters" rel="bookmark" class="crp_title">English: Precision Matters</a></li><li><a href="http://danielmiessler.com/blog/its-a-blog-post-not-a-blog" rel="bookmark" class="crp_title">It&#8217;s A Blog *Post*, Not A Blog</a></li><li><a href="http://danielmiessler.com/blog/creative-problem-solving-with-scamper" rel="bookmark" class="crp_title">Creative Problem Solving with SCAMPER</a></li><li><a href="http://danielmiessler.com/blog/character-encoding-which-schemes-encode-to-which-sizes" rel="bookmark" class="crp_title">Character Encoding: Which Schemes Encode to Which Sizes?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/rainbow-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminating &#8220;www&#8221; [Part 2]</title>
		<link>http://danielmiessler.com/blog/eliminating-www-part-2</link>
		<comments>http://danielmiessler.com/blog/eliminating-www-part-2#comments</comments>
		<pubDate>Thu, 26 Jul 2007 14:58:51 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://dmiessler.com/standards/eliminating-www-part-2</guid>
		<description><![CDATA[I posted recently about why we no longer need to enter &#8220;www&#8221; when visiting websites in a browser. The topic is evidently an emotional one as I&#8217;ve received a ton of feedback on the matter. For those that missed it, here&#8217;s the basic argument: The reason for using the “www” hostname prefix when entering websites [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dmiessler.com/standards/its-time-to-drop-the-www">I posted recently</a> about why we no longer need to enter &#8220;www&#8221; when visiting websites in a browser. The topic is evidently an emotional one as I&#8217;ve received a <em>ton</em> of feedback on the matter. For those that missed it, here&#8217;s the basic argument:</p>

<blockquote>The reason for using the “www” hostname prefix when entering websites is now a matter of history. It’s old. Deprecated. Outdated. Antiquated. Like websites that only work in Internet Explorer, sites that break when you use the domain alone should be firmly encouraged to join the 21st century. It&#8217;s wasteful to type, and it&#8217;s cumbersome to pronounce. Consider that it takes <strong>nine</strong> syllables to properly enunciate <strong>three</strong> characters.

Some argue that there is still a good reason to separate traffic destined to web servers from that destined to the domain itself. I think this is precisely the idea that&#8217;s become obsolete. The reason for that differentiation in the past was that the other protocols were as prolific (or even more prolific) than HTTP at the time.  HTTP was just one of many, so it made no sense at the time to give any type of traffic a preference by pointing the root of a given domain to the system that hosted that content.

Things are different now. HTTP is utterly dominant. Any site interacting with the public on any serious scale does so via a web server, so making this the default is a matter of obvious practicality. This doesn&#8217;t mean we should abolish the use of hostnames. Hostnames are excellent tools for separating traffic and making meaningful associations with users. The argument here is simply for having the root point to the web content.</blockquote>

<h4>Compatibility</h4>

<p>There are four basic levels of no-www compatibility:</p>

<ol>
    <li>Your site is available via www.domain.tld only. If you use the domain alone your request will fail.</li>
    <li>Your site is available via both www.domain.tld and domain.tld, but www.domain.tld does <strong>not</strong> redirect to domain.tld.</li>
    <li>Your site is available via both www.domain.tld and domain.tld, and www.domain.tld <strong>does</strong> redirect to domain.tld.</li>
    <li>Your site is available only via domain.tld and www.domain.tld will break.</li>
</ol>

<p>I personally recommend webmasters implement #3, and don&#8217;t advise #4 for any reason. The discussion here is about improving usability through simplification, not breaking things for the satisfaction of being pedantic.:</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/its-time-to-drop-the-www" rel="bookmark" class="crp_title">It&#8217;s Time to Drop the &#8220;www&#8221;</a></li><li><a href="http://danielmiessler.com/blog/no-more-www" rel="bookmark" class="crp_title">No More &#8220;www&#8221;</a></li><li><a href="http://danielmiessler.com/blog/www-stands-for-worthless3" rel="bookmark" class="crp_title">WWW Stands For Worthless<sup>3</sup></a></li><li><a href="http://danielmiessler.com/blog/a-new-domain-possibly" rel="bookmark" class="crp_title">A New Domain &#8212; Possibly</a></li><li><a href="http://danielmiessler.com/blog/rsnakes-fierce-domain-scanner" rel="bookmark" class="crp_title">RSnake&#8217;s Fierce Domain Scanner</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/eliminating-www-part-2/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Time to Drop the &#8220;www&#8221;</title>
		<link>http://danielmiessler.com/blog/its-time-to-drop-the-www</link>
		<comments>http://danielmiessler.com/blog/its-time-to-drop-the-www#comments</comments>
		<pubDate>Tue, 24 Jul 2007 20:38:08 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/1471</guid>
		<description><![CDATA[It&#8217;s no longer necessary to use &#8220;www&#8221; when referring to websites. It&#8217;s a waste of storage, a waste of ink, and it takes 2-5 times as long to pronounce as saying the domain by itself. Enter no-www. No-www is an initiative to make all websites accessible from both the http://www.example.com/ and http://example.com/ forms of their [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no longer necessary to use &#8220;www&#8221; when referring to websites. It&#8217;s a waste of storage, a waste of ink, and it takes 2-5 times as long to pronounce as saying the domain by itself. Enter <a href="http://en.wikipedia.org/wiki/No-www">no-www</a>.</p>

<blockquote><img src="http://no-www.org/images/blog-button.gif" alt="no-www" />

No-www is an initiative to make all websites accessible from both the http://www.example.com/ and http://example.com/ forms of their names. The reason behind it is to standardize domain names providing web content and to avoid typing unnecessary letters. &#8212; Wikipedia</blockquote>

<p>The reason for using the “www” hostname prefix when entering websites is now a matter of history. It’s old. Deprecated. Outdated. Antiquated. Like websites that only work in Internet Explorer, sites that break when you use the domain alone should be firmly encouraged to join the 21st century. It’s wasteful to type, and it’s cumbersome to pronounce. Consider that it takes <strong>nine</strong> syllables to properly enunciate <strong>three</strong> characters.</p>

<p align="center">Some argue that there is still a good reason to separate traffic destined to web servers from that destined to the domain itself. <strong>I think this is precisely the idea that’s become obsolete.</strong> The reason for that differentiation in the past was that the other protocols were as prolific (or even more prolific) than HTTP at the time. HTTP was just one of many options, so it made no sense to give any type of traffic a preference by pointing the root of a given domain to the system that hosted that content.</p>

<p><strong>Things are different now. HTTP is utterly dominant.</strong> Sites interacting with the public on any serious scale does so via a web server, so making this the default is a matter of obvious practicality. <strong>This doesn’t mean we should abolish the use of hostnames.</strong> Hostnames are excellent tools for separating traffic and making meaningful associations with users. The argument here is simply for having the root point to the web content as a matter of convention.</p>

<p>As for people who include it when speaking, there&#8217;s no need to be rude when correcting them. Just kindly inform them that it&#8217;s faster if they just go to the domain itself, and that the &#8220;www&#8221; isn&#8217;t needed.</p>

<p>For more information, check out <a href="http://no-www.org/faq.php">the no-www FAQ</a>, and feel free to fly <a href="http://no-www.org/images/blog-button.gif">their sitecon</a> seen above.:</p>

<p>[Edited 07.27.07]</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/no-more-www" rel="bookmark" class="crp_title">No More &#8220;www&#8221;</a></li><li><a href="http://danielmiessler.com/blog/eliminating-www-part-2" rel="bookmark" class="crp_title">Eliminating &#8220;www&#8221; [Part 2]</a></li><li><a href="http://danielmiessler.com/blog/saying-no-to-www-a-fortune-50-company-analysis" rel="bookmark" class="crp_title">Saying No To &#8220;www&#8221;: A Fortune 50 Company Analysis</a></li><li><a href="http://danielmiessler.com/blog/www-stands-for-worthless3" rel="bookmark" class="crp_title">WWW Stands For Worthless<sup>3</sup></a></li><li><a href="http://danielmiessler.com/blog/this-link-could-have-been-anything-reddit-spam-issue" rel="bookmark" class="crp_title">This Link Could Have Been Anything [Reddit Spam Issue]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/its-time-to-drop-the-www/feed</wfw:commentRss>
		<slash:comments>267</slash:comments>
		</item>
		<item>
		<title>A Definition of Web 2.0 [Video]</title>
		<link>http://danielmiessler.com/blog/a-definition-of-web-20-video</link>
		<comments>http://danielmiessler.com/blog/a-definition-of-web-20-video#comments</comments>
		<pubDate>Sat, 14 Jul 2007 21:19:51 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/1456</guid>
		<description><![CDATA[Related ContentA Condensed, Illustrated Argument Against Religion by Christopher HitchensThe Laughing Baby CollectionHilarious Pro-Christian Video (No, Really)Free HugsRead a Book: The Video You Never Thought BET Would Show]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/6gmP4nk0EOE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/6gmP4nk0EOE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/a-condensed-illustrated-argument-against-religion-by-christopher-hitchens" rel="bookmark" class="crp_title">A Condensed, Illustrated Argument Against Religion by Christopher Hitchens</a></li><li><a href="http://danielmiessler.com/blog/the-laughing-baby-collection" rel="bookmark" class="crp_title">The Laughing Baby Collection</a></li><li><a href="http://danielmiessler.com/blog/hilarious-pro-christian-video-no-really" rel="bookmark" class="crp_title">Hilarious Pro-Christian Video (No, Really)</a></li><li><a href="http://danielmiessler.com/blog/free-hugs" rel="bookmark" class="crp_title">Free Hugs</a></li><li><a href="http://danielmiessler.com/blog/read-a-book-the-video-you-never-thought-bet-would-show" rel="bookmark" class="crp_title">Read a Book: The Video You Never Thought BET Would Show</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/a-definition-of-web-20-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Difference Between Web 1.0, 2.0, and 3.0</title>
		<link>http://danielmiessler.com/blog/the-difference-between-web-10-20-and-30</link>
		<comments>http://danielmiessler.com/blog/the-difference-between-web-10-20-and-30#comments</comments>
		<pubDate>Wed, 11 Jul 2007 06:53:34 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/1446</guid>
		<description><![CDATA[&#60; p style=&#8221;text-align: center&#8221;> howstufworks.com We all hear the term &#8220;web 2.0&#8243; being used hundreds of times a week. It&#8217;s all over the Internet and it pervades modern technical conversation to the point of being cliché. But what does &#8220;2.0&#8243; really mean? What came before it? And what&#8217;s coming next? Here are some basics. Web [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;</p>

<p>p style=&#8221;text-align: center&#8221;><a href="http://static.howstuffworks.com/gif/semantic-web-4.jpg"><img src="http://static.howstuffworks.com/gif/semantic-web-4.jpg" title="semantic" alt="semantic" height="286" width="214" /></a>
<small><a href="http://static.howstuffworks.com/">howstufworks.com</a></small></p>

<p>We all hear the term &#8220;web 2.0&#8243; being used hundreds of times a week. It&#8217;s all over the Internet and it pervades modern technical conversation to the point of being cliché. But what does &#8220;2.0&#8243; really mean? What came before it? And what&#8217;s coming next? Here are some basics.</p>

<p><strong>Web 1.0</strong>
This is the first iteration. It wasn&#8217;t actually called web 1.0, of course; it was just &#8220;the web&#8221;, or &#8220;the Internet&#8221;. You don&#8217;t call something version 1 when you aren&#8217;t anticipating a second version. This version was (and still is)&#8230;</p>

<blockquote>A system of interlinked, <a href="http://en.wikipedia.org/wiki/Hypertext" title="Hypertext">hypertext</a> documents accessed via the <a href="http://en.wikipedia.org/wiki/Internet" title="Internet">Internet</a>. With a <a href="http://en.wikipedia.org/wiki/Web_browser" title="Web browser">Web browser</a>, a user views <a href="http://en.wikipedia.org/wiki/Web_page" title="Web page">Web pages</a> that may contain <a href="http://en.wikipedia.org/wiki/Writing" title="Writing">text</a>, <a href="http://en.wikipedia.org/wiki/Image" title="Image">images</a>, and other <a href="http://en.wikipedia.org/wiki/Multimedia" title="Multimedia">multimedia</a> and navigates between them using <a href="http://en.wikipedia.org/wiki/Hyperlink" title="Hyperlink">hyperlinks</a>.</blockquote>

<p><strong>Web 2.0</strong>
Interestingly enough, Web 2.0 doesn&#8217;t truly correspond to a change in technology. While <a href="http://en.wikipedia.org/wiki/Ajax_%28programming%29">AJAX</a> is commonly associated with Web 2.0 functionality, the difference is actually in how web 2.0 applications are <em>used</em>, not in how they are implemented. Web 2.0 is&#8230;</p>

<blockquote>A perceived second <a href="http://en.wikipedia.org/wiki/Generation" title="Generation">generation</a> of web-based communities and <a href="http://en.wikipedia.org/wiki/Web_service" title="Web service">hosted services</a> — such as <a href="http://en.wikipedia.org/wiki/Social_networking_sites" title="Social networking sites">social-networking sites</a>, <a href="http://en.wikipedia.org/wiki/Wiki" title="Wiki">wikis</a> and <a href="http://en.wikipedia.org/wiki/Folksonomy" title="Folksonomy">folksonomies</a> — which facilitate collaboration and sharing between users.</blockquote>

<p><strong>Web 3.0</strong>
This is the current holy grail &#8212; <a href="http://en.wikipedia.org/wiki/Semantic_web">the semantic web</a>. The semantic web represents a shift from documents to data, meaning that data will be presented to humans and computers alike that can be manipulated in various ways. Most importantly, however, there will be meaningful links connecting these various sets of data.</p>

<blockquote>The <strong>semantic web</strong> is an evolving extension of the <a href="http://en.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web">World Wide Web</a> in which <a href="http://en.wikipedia.org/wiki/Web_content" title="Web content">web content</a> can be expressed not only in <a href="http://en.wikipedia.org/wiki/Natural_language" title="Natural language">natural language</a>, but also in a form that can be <a href="http://en.wikipedia.org/wiki/Machine_readable" title="Machine readable">read</a> and used by <a href="http://en.wikipedia.org/wiki/Software_agent" title="Software agent">software agents</a>, thus permitting them to find, share and <a href="http://en.wikipedia.org/wiki/Digital_integration" title="Digital integration">integrate</a> information more easily.<sup id="_ref-0" class="reference"><a href="http://en.wikipedia.org/wiki/Semantic_web#_note-0">[1]</a></sup> It derives from <a href="http://en.wikipedia.org/wiki/World_Wide_Web_Consortium" title="World Wide Web Consortium">W3C</a> director <a href="http://en.wikipedia.org/wiki/Sir_Tim_Berners-Lee" title="Sir Tim Berners-Lee">Sir Tim Berners-Lee</a>&#8216;s vision of the Web as a universal medium for <a href="http://en.wikipedia.org/wiki/Data" title="Data">data</a>, <a href="http://en.wikipedia.org/wiki/Information" title="Information">information</a>, and <a href="http://en.wikipedia.org/wiki/Knowledge" title="Knowledge">knowledge</a> exchange.</blockquote>

<p>In other words, the semantic web links information together in a way that is both useful and automatic rather than manual and disjointed. It&#8217;s a collection of data resources that are interconnected and speak the same language.</p>

<p>Using the semantic web will be similar to asking a personal assistant to help you accomplish something. You might say, &#8220;Find me all bilingual Porsche dealers within 200 miles that are open on Sunday, and add their sales staff contact information to my address book. Also, let me know if any of their employees have published contacts within 2 degrees of separation from me.&#8221;</p>

<p>This will be possible because all that information (business type, language proficiencies, location, contact information, etc.) will be available through the company&#8217;s Internet presence. And most importantly, this information will be easily processed and manipulated by any semantically-aware software agent. That&#8217;s web 3.0..:</p>

<p><small>&#8211;
Quoted text is from <a href="http://en.wikipedia.org/">Wikipedia</a></small></p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/ashkenazi-jews-wikipedia" rel="bookmark" class="crp_title">Ashkenazi Jews | Wikipedia</a></li><li><a href="http://danielmiessler.com/blog/wiki-wiki-wiki-wiki" rel="bookmark" class="crp_title">Wiki-Wiki-Wiki-Wiki</a></li><li><a href="http://danielmiessler.com/blog/my-future-the-semantic-web-and-rdf" rel="bookmark" class="crp_title">My Future: The Semantic Web and RDF</a></li><li><a href="http://danielmiessler.com/blog/principle-of-least-astonishment-wikipedia" rel="bookmark" class="crp_title">Principle of Least Astonishment | Wikipedia</a></li><li><a href="http://danielmiessler.com/blog/the-truth-about-os-xs-kernel-its-not-unix" rel="bookmark" class="crp_title">The Truth About OS X&#8217;s Kernel: It&#8217;s Not Unix</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/the-difference-between-web-10-20-and-30/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

