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

learn more… | top users | synonyms

0
votes
0answers
6 views

What features should I compare between front-end frameworks [closed]

I would like to create my own personal website, but despite the fact that I have good knowledge of HTML, CSS and Javascript, I don't really know where to start. As a student software developer, I can ...
0
votes
2answers
95 views

Public search engine which index HTML tags

Do you know a public search engine which allows search on HTML tags? The usage will be to search websites with HTML5 tags such as <canvas> being able to search over the class names could also ...
0
votes
2answers
23 views

will my continuing to use EW4 become a handicap someday later? [closed]

I am using Expression Web 4 SP 2 for building my web site but Microsoft says they won't do any further development. I keep hearing about HTML5 and XHTML, etc. and sure sure if my continuing to use ...
4
votes
1answer
67 views

How do Expires headers and cache manifest rules work together?

I find the W3C's official Offline Web Applications specification to be rather vague about how the cache manifest interacts with headers such as ETag, Expires, or Pragma on cached assets. I know that ...
3
votes
2answers
368 views

Recommendations for a good personal resume/portfolio website

Sorry for the broad question, but I am looking for some kind of package that will look great for posting up some personal details online in a resume type fashion. Possibly with the ability to add ...
0
votes
0answers
24 views

Sencha TOuch IDE (WebStorm) [closed]

I am new to Sencha Touch Framework. I am starting to develop a sencha touch application. I am stuck at using the right IDE for the development. Right now I am using Webstorm IDE for running the Sencha ...
5
votes
1answer
181 views

Best practices for streaming videos to a large concurrent user base?

What are the best ways to stream videos for a user base of more than 1000 users? What among the below would be the best way to use? An html tag to embed the video in the source element. To use a ...
-1
votes
2answers
81 views

How safe are the new HTML5 input tags [closed]

I am thinking to use the Input Type tags in my web application like <input type="email"> <input type="number" required="required"> I'm just curious how safe is to use them , Is ...
5
votes
1answer
155 views

Schema.org, HTML5 and the datetime format: how do I get it to validate?

Schema.org says this, The opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' ...
0
votes
0answers
17 views

Problem with a simple template on CSS [migrated]

I'm learning how to make a simple template with CSS e HTML5 but i've got a problem: i want to make a container with sidebar and articles list but it dosen't work. See to believe: ...
-1
votes
1answer
20 views

Tracking Y position with HTML5? [closed]

Im wondering how site like Random blog link track y position of my view and then change some 'canvas' or whatever is it to point some menu option. Any1 knows ?:)
2
votes
0answers
45 views

is w3schools a valid resource foir learning html/css/php etc… etc [closed]

I recently came across w3fools.com via html5 Google plus community, and read some things they were saying about w3schools.com. I have not the knowledge to say they are completely wrong, or completely ...
0
votes
0answers
17 views

Does using html5shiv limits javascript usage in page? [closed]

I want to use html5shiv library. My website has many pages that include javascript code. Some page even have: window.onload = new function() { ... }. Do you think that the html5shiv disrupt the ...
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.
1
vote
2answers
53 views

Good idea if I only have <header> and <footer> inside <article>?

Due to nature of my blog I don't need to display any content, I only need to display a title inside a <header> and some meta info inside <footer> both inside article. Above them there is ...
1
vote
1answer
41 views

Canonical URL issue for www.takemyview.co.in

My shares and stock market analysis an advisory website has canonical URL problems. My web server is not able to resolve this issue for now using htaccess or any other means and all my SEO efforts are ...
1
vote
1answer
45 views

Why is my cache manifest failing?

I have created the following cache maniest file- CACHE MANIFEST CACHE: http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js ...
1
vote
0answers
36 views

app URI scheme fallback URLs

I am working on a mobile friendly website and liked the idea of having my URLs open in native apps; like say to Google Maps or Facebook using custom URI protocols eg fb:// or comgooglemaps://. ...
3
votes
1answer
153 views

Does HTML5 video cache the entire video before playback or does it stream?

I have an HTML5 page that plays a small video (1.5MB) with autoplay and loop enabled. The problem is, sometimes it takes up to 10 seconds after loading the page before the video starts playing. I've ...
1
vote
1answer
69 views

CSS3 allowed in email? [closed]

I cannot find any answers or discussions if CSS3 is allowed in HTML emails from the search box. I am wanting to update my company newsletters and campaigns but I don't know what properties are ...
1
vote
2answers
80 views

Using Schema for Blogging Article VS BlogPosting

I have been remaking my website for some time now and I want to launch it as quickly as possible but I want to make it leading edge if possible. I am currently I'm using a modified template (I know! ...
3
votes
1answer
95 views

we choose to use tables to layout web forms: (how) can we make them valid/accessible?

we are building a site with dozens of very complex forms and we decided that the best solution for us is to make them using <table> but we are worried about accessibility and standards. what i ...
7
votes
7answers
908 views

Can anyone list some real examples of 'HTML5' being used in the wild?

I am using HTML5 in the same way everyone seems to be using it these days, meaning: HTML5 tags, Canvas / 3D / javascript and CSS3. I am struggling to find examples of sites that are using these ...
1
vote
1answer
91 views

How necessary is it to use HTML5 now on websites?

I have been working upon a wordpress theme and almost done with it, but recently I got to learn some of the new HTML5 tags such as <header>, <footer>, <article> etc etc. I have a ...
1
vote
0answers
82 views

How can I convert a series of images to a valid HTML5 MP4 video? [closed]

I am attempting to encode a video from an image sequence, for embedding as an HTML5 video. I have managed to encode into the WebM and OGG format successfully (so for example, it works fine in ...
0
votes
0answers
67 views

Looking for a html5 canvas javascript library or framework

I am trying to make an interactive guide in HTML5 canvas element. With interactive guide, I mean something like this. I want a JavaScript library or framework which is suitable for making ...
4
votes
1answer
278 views

Google's microdata and html5 validation errors

According to Google's documentation about product microdata, when I want to mark product's availability in my internet shop, I should do the following: <span itemprop="availability" ...
2
votes
3answers
312 views

Disabling HTML5 rendering in Chrome

I want to test fallback if a browser isn't HTML5 ready. Is there an easy way to disable HTML rendering in Chrome?
9
votes
3answers
5k views

http-equiv=content-language alternative - the way of specifying document language

Lots of web sites uses following meta tag to specify the default language of the document: <meta http-equiv="content-language" content="es-ES"> When I go to W3C site and read about HTML ...
0
votes
1answer
795 views

How to rotate html5 canvas as page background? [closed]

I want to achieve the following: Image a white sheet of paper on a black desk. Then rotate the paper a little bit to the left (like, 25 degrees). Now you still have the black desk, and a rotated white ...
1
vote
3answers
189 views

How do i make script, that detects its URL and displays it? [closed]

I have a facebook like button on my website, but the data-href attribute needs a link to like: <div class="fb-like share-button fbbutton" data-href="htp://www.example.com/article/1.html" ...
0
votes
0answers
183 views

youtube html5 player fullscreen support that passes the w3c validator [closed]

At the moment i have an embeded youtube video. <iframe class="video" allowfullscreen="" src="http://www.youtube.com/embed/1y8dYlBWOh4?html5=1"> </iframe> as you can see with the ...
1
vote
2answers
60 views

Hosting Video's on Youtube or a service like youtube with HTML5 / FLASH switching

We have 1000's of small product videos currently being played through a Flash player. We want to make this product videos work on apple devices. It's my understanding that Youtube auto switches ...
66
votes
9answers
5k views

So now Google has said no to old browsers when can the rest of us follow suit?

Google recently announced that they will no longer support older browsers on Aug 1st: For this reason, soon Google Apps will only support modern browsers. Beginning August 1st, we’ll support the ...
2
votes
2answers
95 views

Do I need a brand new template for mobile web-app?

I've a web-application currently serving only desktop clients. I will be creating a mobile-friendly version of the application. I am wondering: Do I need to create the design from scratch and use ...
0
votes
0answers
99 views

Can I set up a local HTML5 site to stream video to a Samsung Smart Hub TV?

I have recently bought a Samsung Smart Hub TV and I'm pretty disappointed by the lack of media formats it supports via streaming. The browser should be HTML5 ready, so I wanted to ask if it's possible ...
7
votes
6answers
997 views

Adding Video To Website - Embed or Vimeo?

I have been asked to add 3 short informational videos to a new page on the company website. I am trying to figure out if it would be better to embed them directly onto the page (html5) or use Vimeo or ...
1
vote
1answer
209 views

Responsive design best practice: Duplicate html elements for media querying and SEO impact?

I have a page with, in order of html appearance, a figure tag, headgroup tag, and an article tag. In order to make a page's design responsive using media queries, I need a different order for ...
2
votes
2answers
188 views

As a beginner, I would like to know which should be the markup language to startup with [closed]

I am a beginner in Web Designing. For sure a CMS like Joomla (Joomla 3.1, now) is very useful for one who doesn't care about coding. But... I know for sure that the ability of coding really helps a ...
0
votes
0answers
76 views

Xampp and file paths

I'm having hard time with xampp, it realy getting me crazy. I have few installations of Wordpress with Roots Template, which was loading without any css, js..etc. And the solution was to delete ...
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?
1
vote
0answers
48 views

@Viewport @media use for input type?

I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
-1
votes
1answer
56 views

How can I do text buildouts and other typography animation similar to Apple Keynote in html5? [closed]

I am looking for something where text flys in or fades in one letter at a time. I've seen some basic text animation with jquery, but not a library of effects. Does anyone know if this exists?
1
vote
1answer
232 views

Will using the new HTML5 meta charset instead of HTTP-EQUIV affect my clients site's ranking? [duplicate]

Possible Duplicate: What are the SEO rules for HTML 5? I am doing a re-design for a client whose site currently has very high and successful rankings across all search engines (Google, ...
6
votes
3answers
178 views

Is it safe to use multiple h2 tags for a list of products?

I am using html5. I have a list of products in my store (132 products), and they are currently being displayed using pagination, with 10 results on each page. All my product names are very keyword ...
4
votes
1answer
108 views

How to specify importance of html elements?

Is it possible to specify what elements of the page are important, or, more specifically, what elements of the page are not important? I'm using HTML5 new elements (nav, header, footer, section, ...
23
votes
4answers
912 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? ...
3
votes
4answers
1k views

HTML5 and facebook Graph API

In order to use the "og:" meta tag of Facebook Graph, I need to add the following to the tag: xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://opengraphprotocol.org/schema/" ...
4
votes
2answers
6k views

Name attribute is obsolete, what is the correct behavior when dealing with anchors?

Putting some code through the html5 validator, I get this: Warning: The name attribute on the a element is obsolete. Consider putting an id attribute on the nearest container instead. I ...
7
votes
3answers
2k views

Upload image file: is compression on client side already possible?

When offering photo file uploading, usually the user will have badly compressed and huge (10+ megapixels) JPEG files from their cameras or phones. On the server side, these files will get ...

1 2 3 4