Current location: Hot Scripts Forums » General Web Coding » HTML5 » HTML 5.0 new Supporting Features


HTML 5.0 new Supporting Features

Reply
  #1 (permalink)  
Old 08-04-10, 07:05 AM
jhonpeter jhonpeter is offline
New Member
 
Join Date: Jul 2010
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
HTML 5.0 new Supporting Features

Hey Folks,

There is lot of hype/expectations around HTML 5.0. So I was looking for more details about new features in HTML5.0 & also how these features will be working in various browsers.
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….. )

The code details given were very useful. I hope this will be helpful for all other HTML and mobile widget/application developers.
All the details you can find here Samsung Mobile Innovator - Samsung Developer program for Symbian, Windows Mobile and Java

Some of the details covered the above article:

Article Tag
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.

File Browsing
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.

Geo-location using HTML5
This feature supported on web. This feature is not supported on wave device.

function showMap(position)
{
alert(position.coords.latitude, position.coords.longitude);
document.getElementById('latitude').innerHTML = position.coords.latitude;
document.getElementById('longitude').innerHTML = position.coords.longitude;
}

Offline Web Application
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.

You can find full code and details from the above link. Know the new features in easy way.

Please do feel free to share other good links on HTML 5.0 ….
Reply With Quote
  #2 (permalink)  
Old 09-06-11, 01:05 PM
johnsonpatel18 johnsonpatel18 is offline
New Member
 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
great , thank you for sharing
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
List of HTML 5 Tags digioz HTML5 11 02-27-11 08:06 AM
[SOLVED] CSS Error digioz CSS 12 07-06-09 03:09 PM
html tutoral thefrtman HTML/XHTML/XML 5 04-27-09 10:25 AM
Dumb HTMl Problem [Could be CSS] _net HTML/XHTML/XML 7 05-25-07 04:51 AM
HTML Form 1 -> Perl -> return response to HTML form 2 Oleks Perl 13 10-18-06 04:59 PM


All times are GMT -5. The time now is 09:30 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.