<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
        "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML LANG="en-US"><HEAD>
<TITLE>META Tag Snob: Tags for the Wireless Web</TITLE>
<base href="http://www.bauser.com/websnob/meta/wireless.html">
<META NAME="description" CONTENT="A list META tags for use with mobile computers.">
<meta name="keywords" content="meta tags, wireless web, mobile internet"> 
<meta name="DCTERMS.created" scheme="DCTERMS.W3CDTF" content="2002-05-25">

<!--#exec cgi="/websnob/cgi/head.pl"-->
<script src="pop.js" type="text/javascript"></script>
</HEAD><BODY BGCOLOR="#000000" TEXT="#00FF00" LINK="#6699FF" VLINK="#FF00FF">

<p id="breadcrumbs"><a href="/websnob/" rel="Start">Websnob</a> &gt;
<a href="/websnob/meta/">META Tags</a> &gt;
<strong>Wireless Web</strong></p>

<p class="advert"><!--#exec cgi="../adverts/ad_1.pl"--></p>

<h1><code>META</code> tags for the wireless web</h1>

<p>The "wireless web" (the sections of the Internet designed for use with
handheld computers) is one of the Web's more frustrating neighborhoods.
It's a mishmash of overlapping and incompatible standards, many of which
(like <acronym title="Handheld Device Markup Language"><a
href="http://www.w3.org/Submission/1997/5/">HDML</a></acronym> and <acronym
title="Wireless Markup Language"><a
href="http://demo.openwave.com/pdf/51/wml_dev_guide.pdf">WML</a></acronym>)
are practically invisible to non-wireless users. Some of the other wireless
standards, however, (like <acronym title="Compact Hypertext MarkUp
Language"><a
href="http://www.w3.org/Submission/1998/04/">CHTML</a></acronym> and
<acronym title="Skinny Hypertext MarkUp Language"><a
href="http://www.rcp.co.uk/downloads/SkinnyHTML.pdf">S-HTML</a></acronym>)
are close enough to "normal" that they're readable in standard
browsers.</p>

<p>This page lists the <code>META</code> tag values that have been
developed for use with the wireless-friendly versions of <acronym title="Hypertext MarkUp Langugae"><a
href="/websnob/html4/">HTML</a></acronym>.</p> 

<p>And yes, I know everyone else calls it the <q>Mobile Internet</q> now,
but it was the Wireless Web when I got here, so I'm sticking to that. So there.</p>

<h2 id="CHTML">name="CHTML"</h2>

<p>This tag has been informally adopted by web developers to identify a web
page that's compatible with <a href="http://nttdocomo.com/">NTT DoCoMo's
imode service</a>. At least two search imode-based search engines (<a
href="http://iseek.infoseek.co.jp/">i-seek</a> and <a
href="http://www.google.com/imode">Google</a>) use this tag to identify
pages.</p>

<p>Because space is at a premium in imode pages (many imode browsers can't
handle pages larger than two kilobytes, the <var>CHTML</var> tag has no
content, and is often combined with <a href="browsers.html#Content-
Type"><code>name="<var>content-type</var>"</code></a>, creating a
<code>META</code> element that looks like this:</p>

<p><code>
&lt;meta name="CHTML" http-equiv="content-type: text/html; charset=Shift_JIS"&gt;
</code></p>

<p>I'm not sure if that's good HTML, but it's what they do.</p>

<p>Reference: <a href="http://www.appelsiini.net/keitai-l/archives/2000-10/0063.html"
>(keitai-l) Re: I-Mode searchengines</a></p>

<h2 id="Cleartype">http-equiv="Cleartype"</h2>

<p>According to some experts on <a
href="http://www.microsoft.com/windows/embedded/ce.net/default.asp">Windows
CE</a> (Microsoft's operating system for handheld computers), this
<samp>META</samp> tag instructs the Pocket Internet Explorer web browser to
use ClearType font-rendering when viewing the tagged web page. (Apparenty,
this tag doesn't need a <samp>content</samp> attribute at all.)</p>

<p>References: <a
href="http://www.cewindows.net/wce/webbrowser.htm">CEwindows.net: Web
Browser FAQ</a> and <a
href=
"http://www.pocketpchow2.com/log/archive/2000_10_22_log.html#1165654"
>PocketPCHow2 Log: 27 October 2000</a></p> 

<h2 id="handheldfriendly">name="handheldfriendly"</h2>

<p>The AvantGo web browser used on many handheld browsers doesn't support
the full range of HTML and Javascript that desktop browsers do. To protect
itself, it intentionally ignores certain features like <code>TABLE</code>
and <code>SCRIPT</code>. Setting the <code>content</code> of a
<var>handheldfriendly</var> tag to <var>true</var>, however, will instruct
AvantGo that the tagged page was designed with AvantGo in mind, and that
the use of restricted features is safe.</p>

<p>Reference: <a href=
"http://www.avantgo.com/doc/developer/styleguide/styleguide.html#HandheldFriendly"
>AvantGo: HTML Style Guide</a></p>

<h2 id="HistoryListText">name="HistoryListText"</h2>

<p>The <code>content</code> of the <var>HistoryListText</var> tag provides
a nickname that PalmOS browsers can use for the tagged page in the
browser's history list.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942409"
>HTML For Web Clipping Applications: The HistoryListText Meta Tag</a></p>

<h2 id="LocalIcon">name="LocalIcon"</h2>

<p id="WCA">This tag (like most PalmOS <code>META</code> tags) is for
providing instructions to the PalmOS Web Clipping Application Builder.
<dfn>Web Clipping Applications</dfn> are groups of related HTML files and
graphics that have been bundled into a special format suitable for saving
to the Palm Applicaton Launcher (much the same way that <a href=

"http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/hta_node_entry.asp"

>Microsoft's HTML Applications</a> can be saved to the Windows desktop.)
Therefore, it's very unlikely you'll ever see this tag (or any of the other
<acronym title="Web Clipping Application">WCA</acronym>-only tags) on page
reachable with a regular browser.</p>

<p>Anyway, the content of this tag is the <acronym title="Uniform Resource
Identifier">URI</acronym> of a graphic that should be included in any WCA
containing the tagged page. This allows authors to include non-inlined
images in a WCA.</p> 

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942431"
>HTML For Web Clipping Applications: The LocalIcon Meta Tag</a></p>

<h2 id="PalmComputingPlatform">name="PalmComputingPlatform"</h2>

<p>If this tag isn't present on a page (with <code>content</code> set to
<var>True</var>), PalmOS browsers won't load the page's inlined images.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942447"
>HTML For Web Clipping Applications: The PalmComputingPlatform Meta Tag</a></p>

<h2 id="PalmDoNotCache">name="PalmDoNotCache"</h2>

<p>Introduced in version 4.0 of the PalmOS, setting this tag's
<code>content</code> to <var>true</var> will prevent browsers from caching
a page. This tag also prevents a page from appearing in the browser history.</p> 

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942454"
>HTML For Web Clipping Applications:  The PalmDoNotCache Meta Tag</a></p>

<h2 id="PalmHREFStyle">name="PalmHREFStyle"</h2>

<p>Added in version 4.0 of the PalmOS, this tag actually provides
instructions to PalmOS proxy servers that connect PalmOS users to Web. If
the <code>content</code> is <var>Indexed</var> (or the tag doesn't exist at
all), the proxy is permitted to "indexed" <acronym title="Uniform Resource
Identifiers">URIs</acronym> appearing within a document, replacing them
with index numbers that the proxy server associates with each URI. If the
tag's <code>content</code> is <var>Full</var>, indexing does not occur.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942462"
>HTML For Web Clipping Applications:  The PalmHREFStyle Meta Tag</a></p>

<h2 id="PalmLauncherName">name="PalmLauncherName"</h2>

<p>Another <code>META</code> tag only used in Web Clipping Applications,
the <var>PalmLauncherName</var> tag provides a nickname to be used when the
tagged WCA is listed in the Palm Application Launcher (Palm's equivilent of
the Windows/Mac/Unix desktop). This tag was added in version 4.0 of
PalmOS.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942477"
>HTML For Web Clipping Applications: The PalmLauncherName Meta Tag</a></p>

<h2 id="PalmLauncherRevision">name="PalmLauncherRevision"</h2>

<p>The <code>content</code> of this WCA-only tag is a string identifying
the revision number of the Web Clipping Application built from the tagged
page. The <var>PalmLauncherRevision</var> will be displayin the Palm
Application Launcher as part of the application's name.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942488"
>HTML For Web Clipping Applications:  The PalmLauncherRevision Meta Tag</a></p>

<h2 id="PalmLargeIconFilename">name="PalmLargeIconFilename"</h2>

<p>The <code>content</code> of this WCA-only tag is the filename of an icon to be
included in a Web Clipping Application. The icon will be displayed in the
Palm Application Launcher.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942562"
>HTML For Web Clipping Applications: The PalmLargeIconFilename and
PalmSmallIconFilename Meta Tags</a></p>

<h2 id="PalmPostEncoding">name="PalmPostEncoding"</h2>

<p>The <code>content</code> of this WCA-only tag tells the Web Content Applicaton
Builder which content-encoding to use when submitted an HTML
<code>META</code> from the tagged page. As of June 2002, the only allowed
encodings are <var>cp1252</var> (the default), <var>EUC-JP</var>,
<var>iso-8859-1</var>, <var>iso-2022-jp</var>, <var>shift_jis</var>, and
<var>us-ascci</var>.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942501"
>HTML For Web Clipping Applications: The PalmPostEncoding Meta Tag</a></p>

<h2 id="PalmPQABitDepth">name="PalmPQABitDepth"</h2>

<p>The <code>content</code> of this WCA-only tag is an integer (with permitted
values of <var>1</var>, <var>2</var>, <var>4</var>, <var>8</var>, and
<var>16</var>) instructing the WCA Builder of the maximum bit-depth the
Builder may use for graphics compiled into an Application.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942521"
>HTML For Web Clipping Applications: The PalmPQABitDepth Meta Tag</a></p>

<h2 id="PalmPQAVersion">name="PalmPQAVersion"</h2>

<p>Added in version 4.0 of the PalmOs, this tag identifies which version of
the PQA standard is used for the tagged application. The
<code>content</code> is an integer: <var>1</var> indicates an application
suitable for all versions of PalmOs, while <var>2</var> indicates the
application requires PalmOs version 4.0 or higher.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942540"
>HTML For Web Clipping Applications:  The PalmPQAVersion Meta Tag</a></p>

<h2 id="PalmSmallIconFilename">name="PalmSmallIconFilename"</h2>

<p>The <code>content</code> of this tag is the filename of an icon to be
included in a Web Clipping Application. The icon will be displayed in the
Palm Application Launcher.</p>

<p>Reference: <a href=
"http://www.palmos.com/dev/support/docs/webclipping/WCAHTML.html#942562"
>HTML For Web Clipping Applications: The PalmLargeIconFilename and
PalmSmallIconFilename Meta Tags</a></p>

<p class="advert"><!--#exec cgi="/websnob/adverts/ad_2.pl"--></p>
<!--#exec cgi="/websnob/cgi/menu.pl"-->
<!--#exec cgi="/websnob/cgi/2002"-->
</BODY></HTML>

