<?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>HTML 5 Tutorial &#187; News</title>
	<atom:link href="http://html5tutorial.net/category/news/feed" rel="self" type="application/rss+xml" />
	<link>http://html5tutorial.net</link>
	<description>Tutorials, Tips &#38; News for the Designer</description>
	<lastBuildDate>Thu, 08 Dec 2011 15:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HTML5 web app: ARIS ModelViewer</title>
		<link>http://html5tutorial.net/news/html5-web-app-aris-modelviewer.html</link>
		<comments>http://html5tutorial.net/news/html5-web-app-aris-modelviewer.html#comments</comments>
		<pubDate>Mon, 14 Feb 2011 10:33:38 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ARIS ModelViewer]]></category>
		<category><![CDATA[HTML5 web app]]></category>
		<category><![CDATA[HTML5-based model viewer]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=420</guid>
		<description><![CDATA[I&#8217;m very glad the folks of HTML 5 Tutorials give me the chance to show you the HTML5-based model viewer app my company developed. I work for Software AG (in business since 1969!), which you might know from the SOA infrastructure market with our webMethods and CentraSite products. We also market a complete suite for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very glad the folks of HTML 5 Tutorials give me the chance to show you the HTML5-based model viewer app my company developed. I work for Software AG (in business since 1969!), which you might know from the SOA infrastructure market with our webMethods and CentraSite products. We also market a complete suite for business process analysis under the ARIS brand. Customers use ARIS to document and analyze their internal processes and organization.</p>
<p>Before I bore you with a long explanation about enterprise modeling, let&#8217;s take a look at an example and see our HTML5-based model viewer at work:</p>
<p><script src="http://www.ariscommunity.com/sites/all/libraries/modelviewer/modelViewer.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
   ARISModelViewer.createViewer("royal_family_tree_0.adf", "500", "500", "royal_family_tree_0_adf");
// ]]&gt;</script></p>
<div id="royal_family_tree_0_adf"><img style="border: 1px solid #AAAAAA;" src="http://www.ariscommunity.com/system/files/adfpreview/royal_family_tree_0.adf.preview.jpg" alt="royal family tree 0.adf.preview HTML5 web app: ARIS ModelViewer"  title="HTML5 web app: ARIS ModelViewer" /></div>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>An organizational chart is normally used to document the formal structure of your company. In the example above, I created a family tree of the British Royals. After visualizing them, I analyzed the model and marked those spots where we can still become part of it <img src='http://html5tutorial.net/wp-includes/images/smilies/icon_wink.gif' alt="icon wink HTML5 web app: ARIS ModelViewer" class='wp-smiley' title="HTML5 web app: ARIS ModelViewer" />  I created the model using our <a href="http://www.ariscommunity.com/aris-express" target="_blank">free modeling tool ARIS Express</a> and uploaded it to the belonging community page. Of course, you can do more serious stuff with the tool like documenting the <a href="http://www.ariscommunity.com/users/sstein/2010-08-09-bpm-view-scrum" target="_blank">Scrum process</a>.</p>
<p>At the heart of model viewer, we use HTML5&#8242;s canvas to do all the drawing directly in the browser. Besides panning and zooming, you can also enlarge the model to your browser window or embed it in your blog. Our lead developer posted <a href="http://www.ariscommunity.com/users/rdeangelis/2011-02-10-aris-says-hello-html5" target="_blank">a complete feature overview of model viewer</a>.</p>
<p>While developing the viewer, we faced many challenges like those models should look the same as in the ARIS Express tool. Also, we have to support Microsoft Internet Explorer as it is still the default browser in many corporations. To solve this, we added a browser switch so that Flash gets used in case of Internet Explorer. This Flash version renders much slower, which seems to be a clear indication that with the advent of HTML5, Flash is a technology of the past. If you wish to do some benchmarking between the HTML5 canvas and Flash, take a look at this remake of the complete first level of <a href="http://www.ariscommunity.com/users/kristof-coussens/2009-11-27-find-princess" target="_blank">Super Mario</a>. We also experimented with SVG, but it seems it has the same future as Flash does.</p>
<p>I think our model viewer proves that HTML5 is not just ready to create visually appealing websites, but also the web apps of tomorrow.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fhtml5-web-app-aris-modelviewer.html&amp;title=HTML5%20web%20app%3A%20ARIS%20ModelViewer" id="wpa2a_2"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML5 web app: ARIS ModelViewer"  title="HTML5 web app: ARIS ModelViewer" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/html5-web-app-aris-modelviewer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone and HTML5 – What’s Happening There?</title>
		<link>http://html5tutorial.net/news/the-iphone-and-html5-%e2%80%93-what%e2%80%99s-happening-there.html</link>
		<comments>http://html5tutorial.net/news/the-iphone-and-html5-%e2%80%93-what%e2%80%99s-happening-there.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 17:44:32 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=417</guid>
		<description><![CDATA[There has been a fair amount of press concerning the new HTML5 standard and how it may impact video playback and rich web content as an alternative to Flash. HTML5 is supposed to be more efficient than Flash in terms of processing load. The testing is inconclusive but one area where HTML5 seems to be [...]]]></description>
			<content:encoded><![CDATA[<p>There has been a fair amount of press concerning the new HTML5 standard and how it may impact video playback and rich web content as an alternative to Flash.  HTML5 is supposed to be more efficient than Flash in terms of processing load.  The testing is inconclusive but one area where HTML5 seems to be more embraced is with the iPhone.</p>
<p>One reason could be that using the least amount of processing power for a given application is very important.  While the iPhone packs a lot of smarts into a small package, it certainly can’t compete with the processing power and graphics processing found in a full sized PC or Mac.</p>
<p>A clear indication of the iPhone’s move towards more HTML5 is demonstrated in the new YouTube app for iPhone.   The new application allows iPhone users to browse and search for videos, access details of their account, and stream video playback without the Flash plugin.</p>
<p>Other video providers including CBS networks are reported to be developing players based on HTML5 for their streaming content.</p>
<p>So for these and other developers of iPhone apps, they have begun writing them for HTML5.  Some of the acknowledged advantages of Flash such as better fonts, a game engine, and other high end graphics are not nearly so critical for the small screen in the iPhone.</p>
<p>And the efficiencies and flexibility they can achieve with HTML5 more than make up for some of these advantages found in Flash.  And support for HTML5 versus Flash in the iPhone is strongly by Steve Jobs who felt that the slow and buggy flash plugin to the iPhone was due to “lazy” developers at Adobe.</p>
<p>It has also been reported that the use of Flash in iPhone applications would significantly impact battery life from 10 hours down to about 1.5 hours.  If this is true, it is obviously a significant detriment to using Flash in a mobile device like the iPhone.  Jobs is a very strong proponent for HTML5 and indicates it is absolutely the way to go for iPhone apps.</p>
<p>In defense, Adobe has stated that their upcoming Flash player version 10.1 will show great improvement on mobile applications and that they are also working on its performance with Mac OS X.</p>
<p>So while the debate ranges on whether Flash is superior to HTML5 or vice versa, development of iPhone apps for HTML5 are well established and continuing to grow strong.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fthe-iphone-and-html5-%25e2%2580%2593-what%25e2%2580%2599s-happening-there.html&amp;title=The%20iPhone%20and%20HTML5%20%E2%80%93%20What%E2%80%99s%20Happening%20There%3F" id="wpa2a_4"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 The iPhone and HTML5 – What’s Happening There?"  title="The iPhone and HTML5 – What’s Happening There?" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/the-iphone-and-html5-%e2%80%93-what%e2%80%99s-happening-there.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 vs Flash – How Does It Affect You?</title>
		<link>http://html5tutorial.net/news/html5-vs-flash-how-does-it-affect-you.html</link>
		<comments>http://html5tutorial.net/news/html5-vs-flash-how-does-it-affect-you.html#comments</comments>
		<pubDate>Sun, 10 Oct 2010 09:16:04 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=414</guid>
		<description><![CDATA[The manner in which most videos are currently played through browsers these days is through a Flash plugin. This works pretty well but Flash unfortunately requires a lot of computing power. A new web standard HTML5 is trying to change that. HTML5 has been designed with audio and video codecs which should take less processing [...]]]></description>
			<content:encoded><![CDATA[<p>The manner in which most videos are currently played through browsers these days is through a Flash plugin.  This works pretty well but Flash unfortunately requires a lot of computing power.  A new web standard HTML5 is trying to change that.</p>
<p>HTML5 has been designed with audio and video codecs which should take less processing power than an equivalent Flash player.  Independent tests have shown that this is generally so although not entirely across the board.  As with most new technologies, things are not always clearcut.</p>
<p>However even with improvements in processing efficiency from HTML5, it should not be assumed that it will completely replace Flash or even have a significant impact, especially on rich web content.  Flash still has many advantages such as:</p>
<p>~ Better sub pixel resolution and anti aliasing<br />
~ It’s good excellent developer tools (far more extensive than HTML5)<br />
~ Flash has a vast array of good looking and impactful fonts</p>
<p>At this point, graphic artists and game developers still love Flash.  And though they certainly like the idea of being able to operate with less computing overhead, they want to get the most control and ability to generate outstanding results.</p>
<p>However for many simpler video playback application such as in YouTube, HTML5 has the ability to quickly surpass Flash as the video/audio player of choice in browsers.  At this point, the development of the YouTube HTML5 supported player is still in its early phases and a lot more tweaking and refinement must be done.</p>
<p>It also needs more support to work properly with other browsers and extensive testing to work out instability and incompatibility issues.  However since it’s on an open platform, there are many people working through these issues so it is just a matter of time.</p>
<p>But many people feel that this process could easily take years.  There are still many issues to work through.  This gets down to some parts of the HTML5 specification which are viewed to be controversial by many critics.</p>
<p>And the fact still remains that HTML5 is not compatible with all browsers and many users are resistant to changing to another browser.  As far as the average computer user is concerned, if it works ok for them they are not interested in moving to another browser.</p>
<p>For example, Intenet Explorer is largely criticized for its instability and security flaws.  Yet many people steadfastly hold on that browser and are very reluctant to change to something like Firefox or Chrome.</p>
<p>So be aware that even with the potential efficiencies which HTML5 can bring, don’t expect rapid deployment or changes away from Flash.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fhtml5-vs-flash-how-does-it-affect-you.html&amp;title=HTML5%20vs%20Flash%20%E2%80%93%20How%20Does%20It%20Affect%20You%3F" id="wpa2a_6"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML5 vs Flash – How Does It Affect You?"  title="HTML5 vs Flash – How Does It Affect You?" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/html5-vs-flash-how-does-it-affect-you.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>YouTube Video Player Uses HTML5</title>
		<link>http://html5tutorial.net/news/youtube-video-player-uses-html5.html</link>
		<comments>http://html5tutorial.net/news/youtube-video-player-uses-html5.html#comments</comments>
		<pubDate>Sat, 18 Sep 2010 12:36:35 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube html5]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=410</guid>
		<description><![CDATA[In August of last year, Youtube introduced a video player which uses the HTML5 video tags. If your browser can support this video tag and the YouTube video you want to use doesn’t include captions, annotations and doesn’t show ads, you’ll be able to watch this video in YouTube’s HTML5 player. Here are some highlights [...]]]></description>
			<content:encoded><![CDATA[<p>In August of last year, Youtube introduced a video player which uses the HTML5 video tags. If your browser can support this video tag and the YouTube video you want to use doesn’t include captions, annotations and doesn’t show ads, you’ll be able to watch this video in YouTube’s HTML5 player. Here are some highlights of the player.</p>
<p>HTML5 is a new web standard and is gaining rapid popularity. It enables features which enhances your web experience and supports video and audio playback. This means that users with an HTML5 compatible browser and the appropriate codecs don’t need to download separate browser plugins.</p>
<p>It should be noted that for now, the browsers which are compatible with this video player include the following:</p>
<p>· Firefox 4 (WebM,)<br />
· Google Chrome<br />
· Opera 10.6+ (WebM)<br />
· Apple Safari (h.264, version 4+)<br />
· Microsoft Internet Explorer 9 (h.264)<br />
· Microsoft Internet Explorer 6, 7, or 8 with Google Chrome Frame installed</p>
<p>Keep in mind that this player is still in the experimental phase and there are limited videos produced for this format. However as the bugs get worked out and HTML5 gets more mainstream, you are sure to se this player pick up in popularity.</p>
<p>It’s an open platform so there are a lot of people working on it and enhancing it. There are a few other things to note as listed in the YouTube support page for HTML5.</p>
<p>· Fullscreen support is partially implemented. Pressing the fullscreen button will expand the player to fill your browser. If your browser supports a fullscreen option, you can then use that to truly fill the screen</p>
<p>· The HTML5 player has a badge in the control bar. If you don&#8217;t see the &#8220;HTML5&#8243; icon in the control bar, you&#8217;ve been directed to the Flash player (due to restrictions listed below)</p>
<p>· The HTML5 player also has a badge to indicate the video is using the WebM format. If you don&#8217;t see the &#8220;WebM&#8221; icon, the video is encoded using h.264</p>
<p>· If you want to find videos with WebM formats available, you can use the Advanced Search options to look for them (or just add &amp;webm=1 to any search URL)</p>
<p>And for those of you who really aren’t sure what the big deal is about this player and HTML5 in the first place, it is designed to replace the Flash player/plugin. This player hogs a lot of computing resources so migration to a video player which operates under HTML5 will enable a much more efficient and faster process. So those high def movies won’t slow down the rest of your system..</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fyoutube-video-player-uses-html5.html&amp;title=YouTube%20Video%20Player%20Uses%20HTML5" id="wpa2a_8"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 YouTube Video Player Uses HTML5"  title="YouTube Video Player Uses HTML5" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/youtube-video-player-uses-html5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Draft Update December</title>
		<link>http://html5tutorial.net/news/html-5-draft-update-december.html</link>
		<comments>http://html5tutorial.net/news/html-5-draft-update-december.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:31:19 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HTML 5 Draft update]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=333</guid>
		<description><![CDATA[December brings the latest draft update for HTML5, you can read the latest update from the developers of HTML5 on their website. The current draft standard is here: Whatwg For future reference I&#8217;ll post updates when that page is updated, you may bookmark that page for easy access.]]></description>
			<content:encoded><![CDATA[<p>December brings the latest draft update for HTML5, you can read the latest update from the developers of HTML5 on their website. The current draft standard is here: <span id="more-333"></span><a title="HTML 5 draft standard" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" target="_blank">Whatwg</a></p>
<p>For future reference I&#8217;ll post updates when that page is updated, you may bookmark that page for easy access.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fhtml-5-draft-update-december.html&amp;title=HTML%205%20Draft%20Update%20December" id="wpa2a_10"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML 5 Draft Update December"  title="HTML 5 Draft Update December" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/html-5-draft-update-december.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 Draft Update November</title>
		<link>http://html5tutorial.net/news/html-5-draft-update-november.html</link>
		<comments>http://html5tutorial.net/news/html-5-draft-update-november.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:12:52 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HTML 5 Draft update]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=327</guid>
		<description><![CDATA[Updated in November you can read the latest draft update from the developers of HTML5 on their website. The current draft standard is here: Whatwg For future reference I&#8217;ll post updates when that page is updated, you may bookmark that page for easy access.]]></description>
			<content:encoded><![CDATA[<p>Updated in November you can read the latest draft update from the developers of HTML5 on their website. The current draft standard is here: <span id="more-327"></span><a title="HTML 5 draft standard" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" target="_blank">Whatwg</a></p>
<p>For future reference I&#8217;ll post updates when that page is updated, you may bookmark that page for easy access.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fhtml-5-draft-update-november.html&amp;title=HTML%205%20Draft%20Update%20November" id="wpa2a_12"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML 5 Draft Update November"  title="HTML 5 Draft Update November" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/html-5-draft-update-november.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Websites using HTML 5</title>
		<link>http://html5tutorial.net/news/websites-using-html-5.html</link>
		<comments>http://html5tutorial.net/news/websites-using-html-5.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 05:24:39 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Websites using HTML 5]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=210</guid>
		<description><![CDATA[We understand many of you may not be aware of the power of HTML 5 based websites so we have chosen a few Quality websites that are already using HTML 5 for you to have a look at. As you can see these websites using HTML 5 are nothing short of EXCELLENT !! below is [...]]]></description>
			<content:encoded><![CDATA[<p>We understand many of you may not be aware of the power of HTML 5 based websites so we have chosen a few Quality websites that are already using HTML 5 for you to have a look at.</p>
<p style="text-align: left;">
<div id="attachment_211" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-211 " title="html5-website-1" src="http://html5tutorial.net/wp-content/uploads/2009/10/html5-website-1.png" alt="html5 website 1 Websites using HTML 5" width="450" height="341" /><p class="wp-caption-text">HTML 5 based website #1</p></div>
<div id="attachment_212" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-212" title="html5-website-2" src="http://html5tutorial.net/wp-content/uploads/2009/10/html5-website-2.png" alt="html5 website 2 Websites using HTML 5" width="450" height="219" /><p class="wp-caption-text">HTML 5 based website #2</p></div>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-213" title="html5-website-3" src="http://html5tutorial.net/wp-content/uploads/2009/10/html5-website-3.png" alt="html5 website 3 Websites using HTML 5" width="450" height="219" /><p class="wp-caption-text">HTML 5 based website #3</p></div>
<div id="attachment_214" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-214" title="html5-website-4" src="http://html5tutorial.net/wp-content/uploads/2009/10/html5-website-4.png" alt="html5 website 4 Websites using HTML 5" width="450" height="348" /><p class="wp-caption-text">HTML 5 based website #4</p></div>
<p style="text-align: left;">As you can see these websites using HTML 5 are nothing short of EXCELLENT !! below is the corresponding links if you wish to have a look at their live websites.</p>
<p style="text-align: left;"><a title="HTML 5 based website #1" href="http://www.alexandremattos.com.br/index.php" target="_blank">HTML 5 based website #1</a></p>
<p style="text-align: left;"><a title="HTML 5 based website #2" href="http://paperkilledrock.com/" target="_blank">HTML 5 based website #2</a></p>
<p style="text-align: left;"><a title="HTML 5 based website #3" href="http://www.rubious.co.uk/" target="_blank">HTML 5 based website #3</a></p>
<p style="text-align: left;"><a title="HTML 5 based website #4" href="http://www.visitlondon.com/londonschristmascarol/" target="_blank">HTML 5 based website #4</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fwebsites-using-html-5.html&amp;title=Websites%20using%20HTML%205" id="wpa2a_14"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Websites using HTML 5"  title="Websites using HTML 5" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/websites-using-html-5.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HTML 5 Draft update</title>
		<link>http://html5tutorial.net/news/html-5-draft-update.html</link>
		<comments>http://html5tutorial.net/news/html-5-draft-update.html#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:22:08 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HTML 5 Draft update]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=203</guid>
		<description><![CDATA[Today we have a quick update for you, Whatwg (the developers of HTML 5) have updated the current HTML 5 draft on the 27th of October 2009, this may be over a lot of peoples heads but we have posted this for those of you who are following the updates. Webmasters &#38; Web designers will [...]]]></description>
			<content:encoded><![CDATA[<p>Today we have a quick update for you, Whatwg (the developers of HTML 5) have updated the current HTML 5 draft on the 27th of October 2009, this may be over a lot of peoples heads but we have posted this for those of you who are following the updates. Webmasters &amp; Web designers will benefit in the long run by following the updates from here on in.</p>
<p>You can read the current draft standard here: <a title="HTML 5 draft standard" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/" target="_blank">Whatwg</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fhtml-5-draft-update.html&amp;title=HTML%205%20Draft%20update" id="wpa2a_16"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 HTML 5 Draft update"  title="HTML 5 Draft update" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/html-5-draft-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dialog tag officially removed</title>
		<link>http://html5tutorial.net/news/dialog-tag-officially-removed.html</link>
		<comments>http://html5tutorial.net/news/dialog-tag-officially-removed.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 08:27:58 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dialog Tag]]></category>
		<category><![CDATA[dialog tag officially removed]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=197</guid>
		<description><![CDATA[If you have been following the creation of HTML5 via the developers Whatwg.org than you will understand that where was apparently meant to be a &#60;dialog&#62; tag, this was was going to be aimed at providing dialogs / chat logs between users and readers, Microsoft have asked for this feature to be removed from the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been following the creation of HTML5 via the developers Whatwg.org than you will understand that where was apparently meant to be a &lt;dialog&gt; tag, this was was going to be aimed at providing dialogs / chat logs between users and readers, Microsoft have asked for this feature to be removed from the HTML5 markup and Whatwg.org have listened. There has been a public outcry for the &lt;dialog&gt; tag to included in the next release of HTML, you can see some of the very valid points <a title="Pro dialog tag group" href="http://lists.w3.org/Archives/Public/public-html/2009Sep/0618.html" target="_blank">HERE</a>.</p>
<p>We can only hope that Whatwg can develop a similar tag / element as the dialog had quite a large following, anyhow we will keep you updated once more news comes to hand.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Fdialog-tag-officially-removed.html&amp;title=dialog%20tag%20officially%20removed" id="wpa2a_18"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 dialog tag officially removed"  title="dialog tag officially removed" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/dialog-tag-officially-removed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline storage</title>
		<link>http://html5tutorial.net/news/offline-storage.html</link>
		<comments>http://html5tutorial.net/news/offline-storage.html#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:50:21 +0000</pubDate>
		<dc:creator>the Editor</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Offline storage]]></category>

		<guid isPermaLink="false">http://html5tutorial.net/?p=158</guid>
		<description><![CDATA[DOM storage is a term you will have to get used to, The new HTML 5 code is finally supporting offline storage, this is somewhat a much more advanced version of what is typically known as today as cookies, HTML 5 &#38; DOM storage will allow for offline storage up to 5mb which is much [...]]]></description>
			<content:encoded><![CDATA[<p>DOM storage is a term you will have to get used to, The new HTML 5 code is finally supporting offline storage, this is somewhat a much more advanced version of what is typically known as today as cookies, HTML 5 &amp; DOM storage will allow for offline storage up to 5mb which is much higher than current cookies permit.(<em><span style="color: #ff0000;">read the full article below</span></em>)</p>
<p><span id="more-158"></span></p>
<p>The new storage solution will rely on client-side scripting that will make it possible to exclude server side access, this means that web servers can not directly write to DOM storage which will provide much faster websites and at the same time reduce the amount of bandwidth needed to access a website. Session storage and local storage are the main two new inclusions, Local storage is per website it will be available to all scripts from the websites which originally stored the data persists after the browser is shut down or the session is closed. On the other hand we have session storage which will utilize Per Page Per Window(PPPW for short) this will be limited to the time span where the current window is open (once this window is shut the the storage session will be invalid) this will allow for different sessions to be run at the one time under different windows, you may have noticed that this is not currently available to us under current HTML 4 / PHP based websites.</p>
<p>We will address this new storage solution is good time, while the above is brief it does however show a great insight to what will be possible in the future. Again please bookmark our site or subscribe to our <a title="HTML 5 Rss Feed" href="http://feeds2.feedburner.com/Html5Tutorial" target="_blank">Rss Feed</a> to keep up to date on all the latest HTML 5 information.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhtml5tutorial.net%2Fnews%2Foffline-storage.html&amp;title=Offline%20storage" id="wpa2a_20"><img src="http://html5tutorial.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Offline storage"  title="Offline storage" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://html5tutorial.net/news/offline-storage.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

