<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'HTML 5.0 new Supporting Features' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'HTML 5.0 new Supporting Features' posted on the 'HTML &amp; WEB-Design' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 15:30:29 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 15:30:29 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>HTML 5.0 new Supporting Features</title>
      <link>http://www.programmersheaven.com/mb/html/418195/418195/html-50-new-supporting-features/</link>
      <description>Hey Folks, &lt;br /&gt;
&lt;br /&gt;
There is lot of hype/expectations around HTML 5.0. So I was looking for more details about new features in HTML5.0 &amp;amp; also how these features will be working in various browsers.&lt;br /&gt;
I think Geo location is/will be the one of the hottest topic/feature, I found one good article about HTML5 and its features…. Surprisingly this link is coming from Samsung’s developer forum aka Samsung Mobile Innovator..(I didn’t know that Samsung is also supporting/influencing HTML5.0 features so that their mobile browsers can support rich web experience… Samsung that’s the way to go…..:) )&lt;br /&gt;
&lt;br /&gt;
The code details given were very useful. I hope this will be helpful for all other HTML and mobile widget/application developers.&lt;br /&gt;
All the details you can find here http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?platformId=12&amp;amp;cntsId=7260&lt;br /&gt;
&lt;br /&gt;
Some of the details covered the above article:&lt;br /&gt;
&lt;br /&gt;
Article Tag&lt;br /&gt;
The Article element represents an independent section of a document, page or site. For Ex: Articles are suitable for contents like news, blogs, forum posts or individual comments. &lt;br /&gt;
 &lt;br /&gt;
File Browsing&lt;br /&gt;
Input type File attribute is used for browsing the files present on the phone or pc. This is not supported on Mobiles. For Ex: The below given image shows the clear description how it works.&lt;br /&gt;
 &lt;br /&gt;
Geo-location using HTML5&lt;br /&gt;
This feature supported on web. This feature is not supported on wave device.&lt;br /&gt;
&lt;br /&gt;
function showMap(position) &lt;br /&gt;
{&lt;br /&gt;
  alert(position.coords.latitude, position.coords.longitude);&lt;br /&gt;
  document.getElementById('latitude').innerHTML = position.coords.latitude;&lt;br /&gt;
document.getElementById('longitude').innerHTML = position.coords.longitude;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
Offline Web Application&lt;br /&gt;
In order to enable users to continue interacting with web applications and documents even when their network connection is unavailable Ex: when user is travelling outside of the ISP’s coverage area – authors can provide a manifest which lists the files that are needed for the web application to work offline and which causes the users browser to keep a copy of the files for use offline.&lt;br /&gt;
&lt;br /&gt;
You can find full code and details from the above link. Know the new features in easy way.&lt;br /&gt;
&lt;br /&gt;
Please do feel free to share other good links on HTML 5.0 ….&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/html/418195/418195/html-50-new-supporting-features/</guid>
      <pubDate>Thu, 05 Aug 2010 22:16:26 -0700</pubDate>
      <category>HTML &amp; WEB-Design</category>
    </item>
  </channel>
</rss>
