<?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; iPad</title>
	<atom:link href="http://eming.com/en/tag/ipad/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/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>
<li><a href='http://eming.com/en/from-3-d-animation-to-desktop-publishing-the-best-free-programs-for-schools/' rel='bookmark' title='Permanent Link: From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools'>From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools</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/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>
<li><a href='http://eming.com/en/from-3-d-animation-to-desktop-publishing-the-best-free-programs-for-schools/' rel='bookmark' title='Permanent Link: From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools'>From 3-D Animation to Desktop Publishing, The Best Free Programs for Schools</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>DIY Apple iPad</title>
		<link>http://eming.com/en/diy-apple-ipad/</link>
		<comments>http://eming.com/en/diy-apple-ipad/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:26:42 +0000</pubDate>
		<dc:creator>MasPoster</dc:creator>
				<category><![CDATA[Science & Tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[E-Reader]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Steven Jobs]]></category>

		<guid isPermaLink="false">http://eming.com/?p=166</guid>
		<description><![CDATA[
Apple new iPad was the talk of the tech world before and after its introduction.
 (Ads)
// 
After seeing the presentation of Steve Jobs introducing the new Apple iPad, Flickr member jmenomeno / Joe Meno wanted to now the exact size of it. So he went to Apple's website and made an iPad himself according to [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm5.static.flickr.com/4034/4316875024_8c4dabaa09.jpg" alt="iPad" /></p>
<p>Apple new iPad was the talk of the tech world before and after its introduction.</p>
<p 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></p>
<p>After seeing the presentation of Steve Jobs introducing the new Apple iPad, Flickr member <a href="http://www.flickr.com/photos/brickjournal/sets/72157623189999075/">jmenomeno / Joe Meno</a> wanted to now the exact size of it. So he went to Apple's website and made an iPad himself according to the configuration given.</p>
<p>Not only is his iPad look very similar to the real one, the coolest thing is the screen can even be changed in a second.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://eming.com/en/diy-apple-ipad/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

