<?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>Eming.com &#187; Windows Internet Explorer | Microsoft Internet Explorer | Internet Explorer | MSIE | IE</title>
	<atom:link href="http://eming.com/en/tag/windows-internet-explorer-microsoft-internet-explorer-internet-explorer-msie-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://eming.com</link>
	<description></description>
	<lastBuildDate>Thu, 13 May 2010 17:15:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HAWHAW PHP Class Library V5.24 Released</title>
		<link>http://eming.com/en/hawhaw-php-class-library-v5-24-released/</link>
		<comments>http://eming.com/en/hawhaw-php-class-library-v5-24-released/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 20:16:54 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HAWHAW (HTML and WML hybrid adapted Webserver)]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Nintendo DS (Dual Screen)]]></category>
		<category><![CDATA[Windows Internet Explorer | Microsoft Internet Explorer | Internet Explorer | MSIE | IE]]></category>
		<category><![CDATA[WURFL (Wireless Universal Resource File)]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://eming.com/?p=1569</guid>
		<description><![CDATA[HAWHAW stands for HTML and WML hybrid adapted Webserver, it is a toolkit to create universal mobile (multimodal) web applications. HAWHAW provides a single application to create website for mobile devices.
With one set of code, HAWHAW provides appropriate markup language automatically according to the browser used by user, Tera-WURFL can be used optionally for improved [...]


Related posts:<ol><li><a href='http://eming.com/en/unified-mod-install-library-umil-1-0-2-released/' rel='bookmark' title='Permanent Link: phpBB Unified MOD Install Library (UMIL) 1.0.2 Released'>phpBB Unified MOD Install Library (UMIL) 1.0.2 Released</a></li>
<li><a href='http://eming.com/en/diy-apple-ipad/' rel='bookmark' title='Permanent Link: DIY Apple iPad'>DIY Apple iPad</a></li>
<li><a href='http://eming.com/en/cms-made-simple-1-7-cape-verde-released/' rel='bookmark' title='Permanent Link: CMS Made Simple 1.7 (Cape Verde) Released'>CMS Made Simple 1.7 (Cape Verde) Released</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1570" style="padding: 1em;" title="hawhaw_Nihao_iPad" src="http://eming.com/wp-content/uploads/2010/04/hawhaw_Nihao_iPad.jpg" alt="" width="300" height="232" />HAWHAW stands for <em><strong>H</strong>TML <strong>a</strong>nd <strong>W</strong>ML <strong>h</strong>ybrid <strong>a</strong>dapted <strong>W</strong>ebserver</em>, it is a toolkit to create universal mobile (multimodal) web applications. HAWHAW provides a single application to create website for mobile devices.</p>
<p>With one set of code, HAWHAW provides appropriate markup language automatically according to the browser used by user, Tera-WURFL can be used optionally for improved device detection. </p>
<div style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-inl5"> </SCRIPT></div>
<p>The new version PHP library hawhaw.inc V5.24 supports the Apple iPad. HAWHAW output for the iPad is the same as for the already supported iPhone.</p>
<p>A simple Hello World would look like this:<code>&#60;?php<br />
  require("hawhaw.inc");<br />
  $myPage = new HAW_deck("Welcome");<br />
  $myText = new HAW_text("Hello World!");<br />
  $myPage->add_text($myText);<br />
  $myPage->create_page();<br />
?><br />
</code></p>
<p>HAWHAW supports the following browsers (list is not complete):</p>
<ul>
<li>Internet Explorer, Firefox, Opera, Safari, Chrome, Lynx</li>
<li>Cellphone browsers (WAP)</li>
<li>Smartphone browsers (WAP 2.0)</li>
<li>PDA browsers</li>
<li>Opera Mini</li>
<li>AvantGo</li>
<li>iPhone</li>
<li>Android</li>
<li>Minimo</li>
<li>PIE</li>
<li>Blackberry</li>
<li>Nintendo DS</li>
</ul>
<p>HAWHAW automatically send the correct mime-types in the HTTP response headers and creates the following markup languages for a wide range of mobile devices according the browser used:</p>
<ul>
<li>HTML</li>
<li>WML 1.x</li>
<li>XHTML Mobile Profile (WAP 2.0)</li>
<li>iMode (cHTML)</li>
<li>HDML</li>
<li>MML</li>
<li>VoiceXML</li>
</ul>
<div style="text-align: center; clear:both"><script src="http://www.qksz.net/1e-iiom"
type="text/javascript"> </script>(Ads)<br />
<script type="text/javascript">// <![CDATA[
google_ad_client = "pub-9737513761197276"; /* 300x250, created 12/03/10 */ 
google_ad_slot = "1136353033"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;
// ]]&gt;
// ]]&gt;</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
<SCRIPT type="text/javascript" LANGUAGE="javascript" src="http://www.qksz.net/1e-inl5"> </SCRIPT></div>
<p>The HAWHAW PHP class library is free software; it is licensed under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p>A <a href="http://wap.hawhaw.de/">demo</a> is available, access it with PC and different mobile devices to see the output.</p>
<p>PHP library hawhaw.inc V5.24 (20 April 2010) is available for download at <a href="http://www.hawhaw.de/">HAWHAW website</a>.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/unified-mod-install-library-umil-1-0-2-released/' rel='bookmark' title='Permanent Link: phpBB Unified MOD Install Library (UMIL) 1.0.2 Released'>phpBB Unified MOD Install Library (UMIL) 1.0.2 Released</a></li>
<li><a href='http://eming.com/en/diy-apple-ipad/' rel='bookmark' title='Permanent Link: DIY Apple iPad'>DIY Apple iPad</a></li>
<li><a href='http://eming.com/en/cms-made-simple-1-7-cape-verde-released/' rel='bookmark' title='Permanent Link: CMS Made Simple 1.7 (Cape Verde) Released'>CMS Made Simple 1.7 (Cape Verde) Released</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/hawhaw-php-class-library-v5-24-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft IE9 native support for SVG</title>
		<link>http://eming.com/en/microsoft-ie9-native-support-for-svg/</link>
		<comments>http://eming.com/en/microsoft-ie9-native-support-for-svg/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 16:13:39 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[SVG | Scalable Vector Graphics]]></category>
		<category><![CDATA[Windows Internet Explorer | Microsoft Internet Explorer | Internet Explorer | MSIE | IE]]></category>

		<guid isPermaLink="false">http://eming.com/?p=803</guid>
		<description><![CDATA[Microsoft announced that IE9 will support SVG. Graphics programming master Christian Fortini and IE SVG PM Patrick Dengler discuss IE9&#8217;s native support for SVG and demonstrate some examples in this video! They even challenge
Video: IE 9 and SVG &#8211; Past, Present and Future of Vector Graphics for the Web
Windows Internet Explorer 9 (IE9) Platform Preview [...]


Related posts:<ol><li><a href='http://eming.com/en/portableapps-com-ends-windows-9598me-support/' rel='bookmark' title='Permanent Link: PortableApps.com Ends Windows 95/98/Me Support'>PortableApps.com Ends Windows 95/98/Me Support</a></li>
<li><a href='http://eming.com/en/microsoft-office-add-in-for-moodle-released/' rel='bookmark' title='Permanent Link: Microsoft Office Add-in for Moodle Released'>Microsoft Office Add-in for Moodle Released</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced that IE9 will support SVG. Graphics programming master Christian Fortini and IE SVG PM Patrick Dengler discuss IE9&#8217;s native support for SVG and demonstrate some examples in this video! They even challenge</p>
<p>Video: <a href="http://channel9.msdn.com/posts/Charles/In-your-hands-IE9-and-SVG-Past-Present-and-Future-of-Vector-Graphics-for-the-Web/">IE 9 and SVG &#8211; Past, Present and Future of Vector Graphics for the Web</a></p>
<p><a href="http://ie.microsoft.com/testdrive/">Windows Internet Explorer 9 (IE9) Platform Preview</a> has also been released for download.</p>
<p>There are some interesting Speed, HTML5 and Graphics demos available in the site as well.</p>


<p>Related posts:<ol><li><a href='http://eming.com/en/portableapps-com-ends-windows-9598me-support/' rel='bookmark' title='Permanent Link: PortableApps.com Ends Windows 95/98/Me Support'>PortableApps.com Ends Windows 95/98/Me Support</a></li>
<li><a href='http://eming.com/en/microsoft-office-add-in-for-moodle-released/' rel='bookmark' title='Permanent Link: Microsoft Office Add-in for Moodle Released'>Microsoft Office Add-in for Moodle Released</a></li>
<li><a href='http://eming.com/en/mozilla-launched-rock-your-firefox-website/' rel='bookmark' title='Permanent Link: Mozilla launched &#34;Rock Your Firefox&#34; Website'>Mozilla launched &#34;Rock Your Firefox&#34; Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/microsoft-ie9-native-support-for-svg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

