HTML5 is the fifth revision of and currently the latest version of HTML (HyperText Markup Language). The fifth revision of HTML introduced many new syntactic features such as video, audio, canvas as well as section and article to name a few, with which the content of websites may be better ...
1
vote
1answer
105 views
HTML 5 drag and drop file attachment?
Looking for a tutorial re implementation of this functionality.
I can only find blog posts saying that gmail added this, but not how it was done.
4
votes
3answers
5k views
Possible to only load specifiv div of a website?
I have this project i'm working on and id like to add a really small list of nearby places using facebooks places in an iframe feature from touch.facebook.com I can easily just use ...
8
votes
2answers
228 views
What is the most semantically correct structure of a blog page using HTML5 tags?
I'd like to grok the ultimate nature of <aside>, <section>, <article>.
What is the best, most semantically correct structure of a blog page using HTML5 tags?
Should I put the ...
10
votes
8answers
491 views
Has the time arrived to forget Flash and Use HTML5?
As I read in HTML5 definition it can do anything that Flash can do! and I ask myself is it right to waste my time to learn flash or should I learn HTML5 instead.
Does HTML5 Beat Flash in the future?
...
7
votes
2answers
184 views
When to use SECTION element?
I'm a bit confused by the new HTML5 element, <section>. What is the correct way to use it?
Consider this outline:
<article>
<header>
<h2>Title</h2>
...
2
votes
2answers
555 views
New HTML5 elements and search engine ranking impact? [duplicate]
Possible Duplicate:
What are the SEO rules for HTML 5?
Will using HTML5 semantic markup negatively effect my search rankings? I have read that using properly semantic markup, besides a ...
23
votes
4answers
917 views
What are the SEO rules for HTML 5?
What are the rules of engagement with respect to SEO in HTML 5?
Examples of things we have been mulling over with no conclusion:
Are you penalised for not using <head> and <body> tags?
...
10
votes
5answers
2k views
Can text content in an HTML5 <canvas> element be indexed by search engines?
I was wondering if content in an HTML5 canvas tags has any positive/negative effects on SEO, or if it is indexed at all.
8
votes
8answers
2k views
Can anyone recommend a good HTML 5 book?
Specifically about canvas. I have been looking around for a few good one.
4
votes
4answers
440 views
How would I go about migrating to HTML5 without alienating the majority of my user audience?
I'd really like to implement some of the new features that come standard with HTML5 but I want to be able to do it in a way that doesn't break my site.
I know that Progressive Enhancement and ...
4
votes
2answers
192 views
8
votes
9answers
426 views
Should I still use Flash or Silverlight?
There's been a lot of controversy over the future (and current) use of Flash and the adoption of Silverlight. Should I continue to use it if I am already or should I use something else, like HTML5?
20
votes
10answers
1k views
What is new in HTML5/CSS3?
I've seen this site and this site, but that's a lot to digest. What are the main things about HTML5 that make it different/better than regular old (X)HTML/CSS?
14
votes
8answers
3k views
Should I use HTML5 and/or CSS3 to build my website?
The new HTML5/CSS3 (Web8!) stuff sounds cool! Should I start using it now or stick with css/xhtml wait until more browsers can use it?