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

How do I convert a .swf file to HTML5 and make changes in the code? [closed]

I have an animation (.swf) that I want to convert to HTML5 and then edit a few of the links that appears in the animation. I have tried Google Swiffy and it outputs something that works really well ...
0
votes
0answers
15 views

Automating Flash to HTML5 conversion [closed]

Looking to scale Flash to HTML5 conversion to enterprise level operation. What tools have you had the most success with? I am evaluating these: Google Swiffy Sothink SWF Decompiler Flash ...
-1
votes
0answers
15 views

How align product attributes in woocommerce? [closed]

have problem with product attributes. Have this code: <div id="atributy"> <div class="atributy-left">Material</div> <div class="atributy-right"> <p>Ocel</p> ...
4
votes
2answers
173 views

HTML5 vs HTML4 regarding Search Engine Optimization

We currently have great SEO utilizing HTML4 entities, we are considering utilizing an HTML5 document type but are concerned about the SEO implications. We do not want to risk losing our SEO by ...
-1
votes
0answers
13 views

Please Help - Using a vbs script with iMacro and I cannot find anyway to have my code auto size Google Chrome [closed]

PLEASE PLEASE HELP!!!! I have a VBS script that I use for my Flash to HTML5 image comparison. My vbs script does a lot of stuff and publishing flash and html5 files in the back of the curtain. Then, ...
-1
votes
0answers
29 views

How can I determine if HTML5 player is running in browser using bash? [closed]

I would like to find a command-line for bash that will show me if HTML5 player is running or not in a browser (firefox or chromium). I am using Ubuntu. For example, to determine if Flash player is ...
-1
votes
0answers
17 views

CMS that allows custom CSS/HTML [closed]

I have an issue. I have made a custom website using CSS and HTML. I want to allow my client to edit and add posts to the website without any knowledge of HTML or CSS while still giving myself the ...
0
votes
0answers
6 views

ASP.NET Server Controls - Show Hide Textbox based on Dropdown selection [migrated]

What is the best way to show/hide a textbox or an entire div section based on a users selection from a dropdown? I don't believe its possible with server controls, so I would have to use regular ...
0
votes
1answer
23 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
30 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
15 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
24 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
63 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 ...
-1
votes
1answer
24 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
48 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
18 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
66 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
52 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
64 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
83 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
82 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
118 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
114 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
82 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
92 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
174 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
77 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
553 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
96 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 ...
5
votes
1answer
433 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
202 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
226 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
194 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
65 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
112 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
54 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
217 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
225 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
191 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
83 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
50 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
266 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
193 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
63 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
103 views

Weird CSS-behaviour [closed]

<!DOCTYPE html> <html> <head> <title>PakHet</title> <link rel="stylesheet" type="text/css" ...
3
votes
2answers
335 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
61 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
225 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
111 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 2 3 4