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
11 views

Does Google Search exclude contents of <nav> from summary?

HTML5 has a new tag, <nav>. Do popular search-engines ignore contents within such tag when they generate page summaries?
3
votes
0answers
28 views

How HTML5 video is played in a web browser? [migrated]

I'm curious how a web browser (say Google Chrome) plays a HTML5 video. Is it the same as how images are displayed? The image is first downloaded/cached into the file system so that subsequent request ...
0
votes
0answers
7 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
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 ...
0
votes
0answers
26 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 ...
0
votes
0answers
18 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
22 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 ...
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
44 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
0answers
40 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://. ...
1
vote
1answer
71 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 ...
4
votes
1answer
68 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 ...
1
vote
2answers
84 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
97 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 ...
-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 ...
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 ...
3
votes
1answer
159 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 ...
0
votes
1answer
76 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 interactive ...
2
votes
3answers
339 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?
1
vote
0answers
85 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 ...
4
votes
1answer
311 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" ...
5
votes
1answer
160 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 ',' ...
1
vote
3answers
200 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
185 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
61 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 ...
2
votes
2answers
107 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 ...
1
vote
1answer
48 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
1answer
211 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 ...
5
votes
1answer
185 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 ...
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
77 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 ...
1
vote
0answers
49 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
vote
1answer
242 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 ...
-1
votes
1answer
57 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?
0
votes
0answers
27 views

How to add images based on a counter? [closed]

I would like to create a website that gets external information, and display the count number in number of images. For example: if it gets 10 it will display 10 cups of water. I consider doing it in a ...
0
votes
1answer
96 views

Weird CSS-behaviour [closed]

<!DOCTYPE html> <html> <head> <title>PakHet</title> <link rel="stylesheet" type="text/css" ...
3
votes
2answers
316 views

HTML5 Audio: Which formats? Ditch Ogg Vorbis in favor of Ogg Opus? Is MP3 still needed?

I'm currently working on a website which has to stream audio files. Since bandwidth is always an issue, the file size should be as small as possible. I wonder what audio formats I should provide. ...
-3
votes
1answer
60 views

I want to be a freelance web designer. What other up to date technologies/skills would you add to this list? [closed]

Technologies I need to know: HTML, HTML5, CSS, CSS3, jQuery, CSSLESS, ASP.NET, SQL, WordPress, PHP Skills needed: media querys/responsive design, browser compatability, graphic design, user interface ...
1
vote
2answers
224 views

HTML5 article tag application for the iPad/iPhone

I've used article tags on websites. My understanding and practice is to use the article tag for publication content. I always use HTML/HTML5 tags as their intended purposes and not at will. Recently, ...
0
votes
1answer
107 views

HTML 5, Fluid Pages and Google Mobile Index

I am currently migrating my site to HTML5, at the same time designing pages so that they are "fluid" and are equally presentable for a mobile or a large screen. I took the fluid approach so as not to ...
1
vote
0answers
272 views

Why doesn't Firefox have a volume slider for the audio element? [closed]

Seems like most browsers have a slider to control the volume of audio files played via the <audio> tag, yet Firefox on Windows (and Linux) seems to only have an 'all on' or 'all off' volume ...
0
votes
1answer
76 views

RDFa + microdata + xhtml5 - Ranking factors

My website a Legal Search Engine lawmirror.com and there are about 600k records available online. Currently using xHTML5 and on some pages Microdata tags. Same record appears many times on different ...
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, ...
0
votes
0answers
40 views

How do I protect sending scores from HTML5 games to my server [closed]

On backend I am using java. I have a game in HTML5; when user completes it I sends an Ajax call to save the score to database. Now, someone can easily use tools like Fiddler and firebug to modify ...
2
votes
2answers
122 views

Serve up syntactic XHTML5 using the text/html MIME type?

I have a site currently written with HTML5 tags. I'd like to be able to parse the site as XML, with support for namespaces, etc, to facilitate programmatic extraction of data. Currently I have ...
0
votes
4answers
172 views

Web development and tips for building a website and the advantages of using HTML 5 in the site [closed]

I am trying to make a website for my college, and the program starts from jan 13 and we get 15 days of time to develop a running site. The best site will become the college site. I am participating, ...
3
votes
2answers
410 views

Should I use schema.org location tagging on every page?

I have a nicely tagged section on my homepage describing a restaurant's location, city, state, zip, telephone, cuisine type, price and payments accepted. Should I tag any of this info on every other ...

1 2 3 4