<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/styles/XMLStylesDoc_xhtml11_en.xsl"?>
<!DOCTYPE document SYSTEM "/schemas/XMLStyles10.dtd">

<document xmlns="http://XMLStyles.com/namespaces/styles" xmlns:xst="http://XMLStyles.com/namespaces/styles" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:date="http://exslt.org/dates-and-times">
   <noxml>
      <p xmlns="http://www.w3.org/1999/xhtml"/>
      <!-- You are viewing source.  The following message should be ignored if you did "View Source" in your browser. -->
      <p xmlns="http://www.w3.org/1999/xhtml">
ATTENTION: XML WEB PAGES NOT SUPPORTED
   If you see this message, your current browser does not support the
   1999 XSLT 1.0 (or later) standard for XML web pages such as this one.
   Please upgrade your browser to a newer version
   that supports 1999 or later standards such as:
      Mozilla Firefox version 1.0.2 or later (GetFirefox -&gt; http://www.GetFirefox.com/)
      Netscape version 8 or later
      Safari version 1.3 or later
      Opera version 9 or later
      Microsoft Internet Explorer (MSIE) version 5 or later
   For further assistance, contact the software vendor for your browser.
   To go to the X<!-- extended HTML -->HTML version of this page click the following link:
<a href="index.html">index.html</a>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">&#160;</p>
   </noxml>
   <path>/</path>
   <site>Clicklets .com</site>
   <logo xlink:type="simple" xlink:href="/images/clicklets.jpg" media="screen" width="138" height="32">Clicklets .com</logo>
   <logo xlink:type="simple" xlink:href="/images/clicklets.jpg" media="print" width="138" height="32">Clicklets .com</logo>
   <section type="body">
      <pages name="index">
         <title>About Clicklets</title>
         <h>About Clicklets</h>
         <page id="N10029" name="index">
            <subpage id="N1002B" name="about">
               <h>What are Clicklets?</h>
               <p>
                  <dfn>Clicklets</dfn> are the small, usually orange-colored buttons that provide access
                  to web pages, blog posts, articles or other information in alternate formats, such as
                  <acronym term="Really Simple Syndication">RSS</acronym> feeds.
                  The name "Clicklets" is similar to the
                  <link xlink:type="simple" xlink:href="http://tarr.uspto.gov/tarr?regser=registration&amp;entry=2862796">trademarked name of rectangularly-shaped chewing gum</link>
                  that sounds like "chicklets" (which are actually young chickens, but not spelled the same as the trademarked name),
                  because the shape of Clicklets reminds people of the shape of the pieces of that brand of gum.
               </p>
            </subpage>
            <subpage id="N1003C" name="fullscreen">
               <label>Full Screen</label>
               <h>Which version of <acronym term="Hypertext Markup Language">HTML</acronym> should be used to build a web site?</h>
               <table-and-caption>
                  <table class="border w100pct">
                     <thead>
                        <th-row>
                           <th-cell class="border">
                              <acronym term="Hypertext Markup Language">HTML</acronym> Version</th-cell>
                           <th-cell class="border">Clicklet Appearance</th-cell>
                           <th-cell class="border">Recommended File Extension</th-cell>
                           <th-cell class="border">Development Targets</th-cell>
                        </th-row>
                     </thead>
                     <tbody>
                        <tb-row>
                           <tb-cell class="border">2008 <acronym term="Hypertext Markup Language">HTML</acronym> 5 (draft) with
                              <link class="nobr" xlink:type="simple" xlink:href="http://www.HTMLStyleSheets.com/">HTML Style Sheets</link>
                              with <code>X-UA-Compatible: IE=8</code>
                              <acronym term="Hypertext Transfer Protocol">HTTP</acronym> header
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">HTML 5 Style Sheet</span>
                           </tb-cell>
                           <tb-cell class="border center">.xhtml5</tb-cell>
                           <tb-cell class="border">new development for IE6, IE7, IE8 and standards-compliant browsers such as Firefox
                              when there are elements, such as navigation, that are common
                              to multiple pages on the site which can be put into templates
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2008 <acronym term="Hypertext Markup Language">HTML</acronym> 5 (draft) with
                              <link class="nobr" xlink:type="simple" xlink:href="http://www.HTMLStyleSheets.com/">HTML Style Sheets</link>,
                              no <code>X-UA-Compatible</code>
                              <acronym term="Hypertext Transfer Protocol">HTTP</acronym> header
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">IE 7 Style Sheet</span>
                           </tb-cell>
                           <tb-cell class="border center">.xhtml5</tb-cell>
                           <tb-cell class="border">previously existing documents for IE6, IE7
                              with elements, such as navigation, that are common
                              to multiple pages on the site that have been put into templates
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2008 <acronym term="Hypertext Markup Language">HTML</acronym> 5 (draft) <acronym term="Extensible Markup Language">XML</acronym> without HTML Style Sheets
                              with <code>X-UA-Compatible: IE=8</code>
                              <acronym term="Hypertext Transfer Protocol">HTTP</acronym> header
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">HTML 5 XML</span>
                           </tb-cell>
                           <tb-cell class="border center">.html5</tb-cell>
                           <tb-cell class="border">new development for IE6, IE7, IE8 and standards-compliant browsers such as Firefox
                              when there is no similarity among different pages on the site
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2008 <acronym term="Hypertext Markup Language">HTML</acronym> 5 (draft) <acronym term="Extensible Markup Language">XML</acronym> without HTML Style Sheets,
                              no <code>X-UA-Compatible</code>
                              <acronym term="Hypertext Transfer Protocol">HTTP</acronym> header
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">IE7 HTML 5 XML</span>
                           </tb-cell>
                           <tb-cell class="border center">.html5</tb-cell>
                           <tb-cell class="border">previously existing documents for IE6, IE7
                              when there is no similarity among different pages on the site
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2008 <acronym term="Hypertext Markup Language">HTML</acronym> 5 (draft) non-XML</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">IE 4+ HTML 5</span>
                           </tb-cell>
                           <tb-cell class="border center">.htm5</tb-cell>
                           <tb-cell class="border">IE4+ and older browsers</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">
                              1999 through 2007 <acronym term="Extensible Hypertext Markup Language">XHTML</acronym> 1.x with
                              <link class="nobr" xlink:type="simple" xlink:href="http://www.HTMLStyleSheets.com/">HTML Style Sheets</link>
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XHTML 1 Style Sheet</span>
                           </tb-cell>
                           <tb-cell class="border center">.xhtml</tb-cell>
                           <tb-cell class="border">standards-compliant browsers such as Firefox</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">1999 through 2007 <acronym term="Extensible Hypertext Markup Language">XHTML</acronym> 1.x without HTML Style Sheets</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XHTML 1</span>
                           </tb-cell>
                           <tb-cell class="border center">.html</tb-cell>
                           <tb-cell class="border">full screen browsers that do not support HTML style sheets</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2006 <acronym term="Extensible Hypertext Markup Language">XHTML</acronym> 2 (draft) with
                              <link class="nobr" xlink:type="simple" xlink:href="http://www.HTMLStyleSheets.com/">HTML Style Sheets</link>
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XHTML 2 Style Sheet</span>
                           </tb-cell>
                           <tb-cell class="border center">.xhtml2</tb-cell>
                           <tb-cell class="border"/>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">2006 <acronym term="Extensible Hypertext Markup Language">XHTML</acronym> 2 (draft) without HTML Style Sheets</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XHTML 2</span>
                           </tb-cell>
                           <tb-cell class="border center">.html2</tb-cell>
                           <tb-cell class="border"/>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">1997 <acronym term="Hypertext Markup Language">HTML</acronym> 4.01</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">HTML 4</span>
                           </tb-cell>
                           <tb-cell class="border center">.htm</tb-cell>
                           <tb-cell class="border">IE4+ and older browsers,
                              browsers that prefer the DOS 8.3 file naming convention
                           </tb-cell>
                        </tb-row>
                     </tbody>
                  </table>
               </table-and-caption>
            </subpage>
            <subpage id="N1014D" name="mobile">
               <label>Mobile</label>
               <h>Which version of <acronym term="Hypertext Markup Language">HTML</acronym> should be for cell phones and other wireless mobile or handheld devices?</h>
               <table-and-caption>
                  <table class="border w100pct">
                     <thead>
                        <th-row>
                           <th-cell class="border">
                              <acronym term="Hypertext Markup Language">HTML</acronym> Version</th-cell>
                           <th-cell class="border">Clicklet Appearance</th-cell>
                           <th-cell class="border">Recommended File Extension</th-cell>
                           <th-cell class="border">Development Targets</th-cell>
                        </th-row>
                     </thead>
                     <tbody>
                        <tb-row>
                           <tb-cell class="border">
                              <acronym term="Extensible Hypertext Markup Language">XHTML</acronym> Mobile Profile 1.0</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XHTML Mobile</span>
                           </tb-cell>
                           <tb-cell class="border center">.mp</tb-cell>
                           <tb-cell class="border">Internet-enabled cell phones and other wireless mobile or handheld devices</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">
                              <acronym term="Wireless Markup Language">WML</acronym> 1.0</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">WML Mobile</span>
                           </tb-cell>
                           <tb-cell class="border center">.wml</tb-cell>
                           <tb-cell class="border">older wireless devices</tb-cell>
                        </tb-row>
                     </tbody>
                  </table>
               </table-and-caption>
            </subpage>
            <subpage id="N10190" name="feeds">
               <label>Feeds</label>
               <h>Clicklets for feed readers and podcast catchers.</h>
               <p>These are listed in more-or-less ascending chronological order.
                  More recent specifications have attempted to correct the biggest limitation of those based
                  on <span class="nobr">
                     <acronym term="Really Simple Syndication">RSS</acronym> 0.92</span>,
                  which is that the names of some elements are not qualified with a namespace URI.
                  However, the <code>Really Simple Syndication</code> flavors of RSS are still more commonly used in practice,
                  so <span class="nobr">
                     <acronym term="Really Simple Syndication">RSS</acronym> 0.92 v2.0</span>
                  is the version currently recommended unless the feed needs to be aggregated with content from other namespaces.
                  (In all versions of <acronym term="Really Simple Syndication">RSS</acronym> based on
                  RSS 0.92, the primary element names are in the null namespace, so although elements from
                  other namespaces may be included in feed documents, the null-namespaced elements such as
                  <code>channel</code> and <code>item</code> cannot be aggregated with other content as
                  easily as those from formats which have elements that are qualified with a namespace URI.)
                  This recommendation may change depending on how well a future version of the
                  <acronym term="Resource Description Framework">RDF</acronym> flavor of RSS
                  (<acronym term="RDF Site Summary">RSS</acronym> 1.1 or <acronym term="RDF Site Summary">RSS</acronym> 2.0)
                  or of Atom becomes adopted.
               </p>
               <table-and-caption>
                  <table class="border w100pct">
                     <thead>
                        <th-row>
                           <th-cell class="border">Document Format</th-cell>
                           <th-cell class="border">Clicklet Appearance</th-cell>
                           <th-cell class="border">Recommended File Extension</th-cell>
                           <th-cell class="border">Development Targets</th-cell>
                        </th-row>
                     </thead>
                     <tbody>
                        <tb-row>
                           <tb-cell class="border">RSS 0.92 v2.0 with XML Style Sheet</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">RSS 0.92 v2.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rss</tb-cell>
                           <tb-cell class="border">standalone documents for feed readers and IE6, IE7 or IE8
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">RSS 0.92 v2.0</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">RSS 0.92 v2.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rss</tb-cell>
                           <tb-cell class="border">standalone documents for feed readers
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">RSS 1.0 with XML Style Sheet</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">RDF RSS 1.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rdf</tb-cell>
                           <tb-cell class="border">documents for feed readers and IE6, IE7 or IE8
                              that may need to be aggregated with content from other namespaces
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">RSS 1.0</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">RDF RSS 1.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rdf</tb-cell>
                           <tb-cell class="border">documents for feed readers
                              that may need to be aggregated with content from other namespaces
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border"/>
                           <tb-cell class="border center">
                              <l>
                                 <span class="clicklets">RSS 1.x</span>
                              </l>
                              <l>
                                 <span class="clicklets">RSS 2.x</span>
                              </l>
                           </tb-cell>
                           <tb-cell class="border center"/>
                           <tb-cell class="border">DO NOT USE. Although some implementers omit
                              "RDF" from the text on Clicklets for the RDF version of RSS and
                              hope users will be able to determine the heredity simply from
                              the version number, this will become even more confusing when the
                              specifications of RDF RSS are updated to the next major version after
                              <code>
                                 <acronym term="RDF Site Summary">RSS</acronym> 1.x</code>,
                              namely <code>
                                 <acronym term="RDF Site Summary">RSS</acronym> 2.x</code>.
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">Atom 1.0 with XML Style Sheet
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">Atom 1.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rss</tb-cell>
                           <tb-cell class="border">documents for feed readers and IE6, IE7 or IE8
                              that may need to be aggregated with content from other namespaces
                           </tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">Atom 1.0</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">Atom 1.0</span>
                           </tb-cell>
                           <tb-cell class="border center">.rss</tb-cell>
                           <tb-cell class="border">documents for feed readers
                              that may need to be aggregated with content from other namespaces
                           </tb-cell>
                        </tb-row>
                     </tbody>
                  </table>
               </table-and-caption>
            </subpage>
            <subpage id="N1024F" name="media">
               <label>Media</label>
               <h>Media</h>
               <table-and-caption>
                  <table class="border w100pct">
                     <thead>
                        <th-row>
                           <th-cell class="border">Document Format</th-cell>
                           <th-cell class="border">Clicklet Appearance</th-cell>
                           <th-cell class="border">Recommended File Extension</th-cell>
                           <th-cell class="border">Development Targets</th-cell>
                        </th-row>
                     </thead>
                     <tbody>
                        <tb-row>
                           <tb-cell class="border">MPEG-3</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">MPEG-3 Audio</span>
                           </tb-cell>
                           <tb-cell class="border center">.mp3</tb-cell>
                           <tb-cell class="border">audio podcast receivers</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">Windows Media Video</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">Windows Video</span>
                           </tb-cell>
                           <tb-cell class="border center">.wmv</tb-cell>
                           <tb-cell class="border">video podcast receivers or iTunes on the Windows platform</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">QuickTime</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">QuickTime Video</span>
                           </tb-cell>
                           <tb-cell class="border center">.mov</tb-cell>
                           <tb-cell class="border">iTunes on the Windows or Apple Mac OS X platform</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">MPEG-4 Video</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">MPEG-4 Video</span>
                           </tb-cell>
                           <tb-cell class="border center">.mp4</tb-cell>
                           <tb-cell class="border">video podcast receivers or iTunes on the Apple Mac OS X platform;
                              (results in various messages on the Windows platform including:
                              <ul>
                                 <li>The selected file has an extension (.mp4) that is not recognized ....</li>
                                 <li>Codec acquired</li>
                                 <li>The Player might not support the file type or might not support the codec that was used to compress the file.</li>
                              </ul>)
                           </tb-cell>
                        </tb-row>
                     </tbody>
                  </table>
               </table-and-caption>
            </subpage>
            <subpage id="N102AB" name="other">
               <label>Other</label>
               <h>Other formats</h>
               <table-and-caption>
                  <table class="border w100pct">
                     <thead>
                        <th-row>
                           <th-cell class="border">Document Format</th-cell>
                           <th-cell class="border">Clicklet Appearance</th-cell>
                           <th-cell class="border">Recommended File Extension</th-cell>
                           <th-cell class="border">Development Targets</th-cell>
                        </th-row>
                     </thead>
                     <tbody>
                        <tb-row>
                           <tb-cell class="border">
                              <acronym term="Portable Document Format">PDF</acronym>
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">PDF</span>
                           </tb-cell>
                           <tb-cell class="border center">.pdf</tb-cell>
                           <tb-cell class="border">printers</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">
                              <acronym term="Resource Description Framework">RDF</acronym>
                           </tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">RDF Metadata</span>
                           </tb-cell>
                           <tb-cell class="border center">.rdf</tb-cell>
                           <tb-cell class="border">Symantic Web clients</tb-cell>
                        </tb-row>
                        <tb-row>
                           <tb-cell class="border">
                              <acronym term="Extensible Markup Language">XML</acronym> 1.0 with XML Style Sheet</tb-cell>
                           <tb-cell class="border center">
                              <span class="clicklets">XML</span>
                           </tb-cell>
                           <tb-cell class="border center">.xml</tb-cell>
                           <tb-cell class="border">IE6, IE7, IE8 and standards-compliant browsers such as Firefox</tb-cell>
                        </tb-row>
                     </tbody>
                  </table>
               </table-and-caption>
            </subpage>
            <updated millis="1202274000000" local="2008-02-06">Wednesday February 6, 2008</updated>
         </page>
      </pages>
   </section>
   <copyright>Copyright © 2007 Accilent® Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.</copyright>
   <disclaimer>All information, links, forms, applications and other items on this site are provided <b>AS IS</b>. No warranties are expressed or implied.</disclaimer>
</document>
