active questions tagged html5 - Stack Overflowmost recent 30 from stackoverflow.com2009-12-07T04:44:39Zhttp://stackoverflow.com/feeds/tag/html5http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1797535/html-canvas-element-implemented-in-flash0HTML Canvas element implemented in Flash?Liam2009-11-25T15:05:43Z2009-12-07T03:25:57Z
<p>Can the HTML 5 Canvas element be implemented in Flash to provide support for that element in older browsers?</p>
http://stackoverflow.com/questions/1188770/is-it-time-to-start-developing-with-html59Is it time to start developing with HTML5?razass2009-07-27T15:16:09Z2009-12-07T03:20:14Z
<p>From searching SO, this question was already asked, almost a year ago now.</p>
<p>So now with the new FF, Opera, IE, is it finally time to start developing sites with HTML5 or is it still a little premature and will cause compatibility issues? </p>
<p>Is using HTML5 just going to require us to use more and more JS on websites to 'trick' older browsers into working properly? </p>
http://stackoverflow.com/questions/1650415/html5-canvas-element-and-svg1html5 canvas element and svg.Stefano Borini2009-10-30T15:15:14Z2009-12-05T20:37:11Z
<p>Why do we need the html5 canvas element, when the same can be achieved through embedded svg? </p>
http://stackoverflow.com/questions/1845558/jquery-plugin-for-designing-report-layouts0jQuery plugin for designing report layoutsTauren2009-12-04T08:12:09Z2009-12-05T15:57:57Z
<p>I'm looking for some sort of jquery plugin (or even plain javascript) that can be used to create report layouts, business card layouts, etc. Not finding anything after lots of googling.</p>
<p>Basically, I'm envisioning a canvas (possibly html5 canvas?) that shows a background grid. At a minimum, text and images can be added to the canvas. Preferably, they can be dragged and dropped.</p>
<p>I'd be happy with anything with any features that are anywhere remotely like this. I expect to have to write it myself. But if there is already something out there, I'd like to see it first.</p>
<p>Just to help clarifiy what I'm looking for, imagine jquery code that would let you layout a business card in a web browser, without using flash. This would include adding text, changing fonts, adding images, adding lines, changing background colors, applying gradients, etc.</p>
<p>I hope someone knows of something that will help!</p>
http://stackoverflow.com/questions/1084194/is-it-possible-to-add-html5-validation-to-visual-studio2Is it possible to add HTML5 validation to Visual Studio?Rahul2009-07-05T14:42:45Z2009-12-04T17:42:55Z
<p>I'm working on a page using <code><canvas></code>, which is a HTML5 tag, in Visual Web Developer Express Edition 2008, and the validator in the HTML editor is telling me it's an invalid tag. That's because it's set to validate against XHTML 1.0 Transitional. I'd prefer for it to not do that and tell me what's valid or invalid based on the HTML5 doctype, but I can't find anywhere in the preferences that suggests this would be possible.</p>
<p>Is there a way to tell Visual Studio to validate against HTML5, or add a new spec reference manually? I'd prefer not to have to go in and add tags manually, which appears to be the only option at the moment.</p>
http://stackoverflow.com/questions/1845673/html5-style-examples-in-the-wild1HTML5 Style Examples In the Wild?Phil.Wheeler2009-12-04T08:43:03Z2009-12-04T17:06:35Z
<p>Does anyone know of any good examples of usage of HTML5 elements that are well-styled out on the intertubes?</p>
<p>Specifically, I'm curious to see <code><article></code>, <code><aside></code>, <code><meter></code>, <code><nav></code>, <code><header></code> and so on.</p>
<p>I'm specifically <em>not</em> interested in video, audio, offline or drag-n-drop files. Just the cosmetic stuff.</p>
http://stackoverflow.com/questions/1841711/how-to-add-mime-type-for-video-element-on-firefox2How to add mime-type for <video> element on Firefox ?pierre-guillaume-degans2009-12-03T17:56:26Z2009-12-03T19:10:47Z
<p>Hi everybody,</p>
<p>Into <a href="http://media.pianotage.com/video/" rel="nofollow">this dir</a> there are :</p>
<ul>
<li>OGV video (Theora/Vorbis) for Firefox</li>
<li>MP4 video (H264/AAC) for Safari</li>
<li>FLV video with a flash player (player.swf) for others browsers</li>
<li>a template.html which contains a snippet coming from <a href="http://camendesign.com/code/video%5Ffor%5Feverybody#video-code" rel="nofollow">Video for everybody</a></li>
<li>a .htaccess to add the new types of video</li>
</ul>
<p>Locally the video is correctly displayed on <em>all</em> browsers.
But online Firefox doesn't display the video and ask for a download. Though the mime-type is correctly set in my .htaccess.</p>
<p>Any idea to fix this problem on Firefox ? (I use 3.5.3 release on Windows).</p>
<p>Thank you. :)</p>
<p>Note: it sounds that this problem doesn't appear on Ubuntu.</p>
<p><strong>Edit</strong> : my Firefox installation was bugged. Now it's working correctly. Thank you Rudism. :)</p>
http://stackoverflow.com/questions/1530023/html5-websocket-need-server0html5 websocket need server?cometta2009-10-07T07:17:13Z2009-12-03T15:57:41Z
<p>may i know to use websocket , need to write server code? in other words, javascript in my client application will need to connect to extra server rather than just my existing Apache server?</p>
http://stackoverflow.com/questions/1831811/is-it-possible-to-use-canvas-functionality-from-a-worker-in-ff-3-60Is it possible to use canvas functionality from a worker in FF 3.6 ?Franz2009-12-02T09:46:16Z2009-12-03T12:56:29Z
<p>I'm currently migrating my image uploader from Gears to Firefox 3.6/HTMLv5. I used a Gears Worker in conjunction with Gears Canvas to scale down the selected photos before upload. By doing this, I kept the browser window responsive and avoided the "Do you want to stop this script"-warnings.</p>
<p>However, this doesn't seem to be feasible in HTMLv5: Web Workers don't have access to the DOM and can only receive JSON-serialized data. Even if I managed to serialize the contents of the selected image files, I am not sure if I can use the Canvas object in my worker to perform the downscaling.</p>
<p>Doing the scaling without workers will likely cause browser freezes with multi-megapixel images. Any ideas how to solve this problem?</p>
http://stackoverflow.com/questions/1835321/how-to-do-a-javascript-html-5-canvas-image-page-flip-like-you-commonly-see-in-f0How to do a JavaScript HTML 5 Canvas image "page flip" like you commonly see in Flash?Dr. Zim2009-12-02T19:44:50Z2009-12-02T20:26:22Z
<p>Has anyone tried recreating the page flip effect with images like you commonly see in Adobe Flash with JavaScript and HTML 5's canvas tag?</p>
<p>Are there any frameworks or JQuery plug-ins that do this type of effect?</p>
<p>The page flip in Flash allows you to grab a corner of the simulated book page and flip the page like you would flip a real book's page.</p>
<p>I really want to learn how to do this with JavaScript and HTML 5's canvas tag, but not sure where to start nor what formulas would be necessary.</p>
<p><a href="http://www.actionscript.org/showMovie.php?id=459" rel="nofollow">Example page flip in flash</a></p>
http://stackoverflow.com/questions/289225/does-internet-explorer-8-support-html-53Does Internet Explorer 8 support HTML 5?B. Tyndall2008-11-14T04:12:23Z2009-12-01T16:28:09Z
<p>Does any HTML5 support in the IE8 betas? Is it on the IE8 roadmap?</p>
http://stackoverflow.com/questions/1825958/online-photoshop-via-html-5s-canvas1Online Photoshop via HTML 5's Canvas?Kaitsuli2009-12-01T12:41:26Z2009-12-01T12:50:20Z
<p>Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one.</p>
http://stackoverflow.com/questions/1808704/which-html-doctype1Which HTML DocType?Phil.Wheeler2009-11-27T13:12:56Z2009-12-01T06:13:38Z
<p>I was asked today by a senior developer which doctype I'd use if I was going to write something (personal / non-commercial) for the open web.</p>
<p>I responded, <code><!doctype html></code>, to which I was greeted with a look of shock, horror and surprise and then asked to explain myself.</p>
<p>To my mind, it's a good candidate because current browsers (IE, FF, Opera, Safari) will look at it and switch the content into standards mode - even though they don't implement HTML5. If I want to actually take advantage of HTML5 elements, I can use some javascript to create a reference to those tags not recognised by, say, IE (e.g. <code>document.createElement('article');</code>) and then work with them as if they were native parts of the DOM.</p>
<p>Was this really such a bad answer? What would you have answered and why?</p>
http://stackoverflow.com/questions/1823575/what-are-situations-with-western-languages-where-youd-use-html-5s-ruby-element1What are situations with western languages where you'd use HTML 5's Ruby element?JasonWyatt2009-12-01T02:01:52Z2009-12-01T03:06:58Z
<p>HTML 5 is introducing a new element: <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-ruby-element" rel="nofollow"><code><ruby></code></a>; here's the W3C's description:</p>
<blockquote>
<p>The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations. In Japanese, this form of typography is also known as furigana.</p>
</blockquote>
<p>They then go on to give a few examples of Ruby annotations in use for Chinese and Japanese text. I'm wondering though: is this element going to be useful only for east-asian HTML documents, or are there good semantic applications for the <code><ruby></code> element in other western languages like English, German, Spanish, etc.?</p>
http://stackoverflow.com/questions/1800213/are-transactions-possible-with-html5-storage-in-safari0Are transactions possible with HTML5 Storage in SafariSKFox2009-11-25T21:53:43Z2009-11-29T21:15:26Z
<p>Instead of doing an each loop on a JSON file containing a list of SQL statments and passing them one at a time, is it possible with Safari client side storage to simply wrap the data in "BEGIN TRANSACTION" / "COMMIT TRANSACTION" and pass that to the database system in a single call? Looping 1,000+ statements takes too much time.</p>
<p><b>Currently iterating one transaction at a time:</b></p>
<pre>
$j.getJSON("update1.json",
function(data){
$j.each(data, function(i,item){
testDB.transaction(
function (transaction) {
transaction.executeSql(data[i], [], nullDataHandler, errorHandler);
}
);
});
});
</pre>
<p><b>Trying to figure out how to make just one call:</b></p>
<pre>
$j.getJSON("update1.json",
function(data){
testDB.transaction(
function (transaction) {
transaction.executeSql(data, [], nullDataHandler, errorHandler);
}
);
});
</pre>
<p>Has anybody tried this yet and succeeded? </p>
http://stackoverflow.com/questions/1805638/html-forms-working-offline1HTML forms working offlinemfeingold2009-11-26T21:07:19Z2009-11-27T10:01:36Z
<p>I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server. </p>
<p>In an application I wrote over 5 years ago I did it by implementing a custom protocol handler - when a user initiated form submit the resulting HTTP request was recorded locally. At later time when a connection to the server becomes available a synchronization program loops through collected requests and submits them to the server collects the responses and again saves them locally for later use.</p>
<p>That was then. Now another customer approached me with a very similar request. What technology do you guys think I should use today? </p>
<p>Support for HTML5 is very limited just yet. Google gears? Or should I go back and continue using the protocol handler and custom synchronizer?</p>
http://stackoverflow.com/questions/1445862/possible-to-use-html-images-like-canvas-with-getimagedata-putimagedata0possible to use html images like canvas with getImageData / putImageData ?gmiernicki2009-09-18T17:26:58Z2009-11-26T21:10:14Z
<p>I'd like to know if there is a way to dynamically modify/access the data contained in html images just as if they were an html5 canvas element. With canvas, you can in javascript access the raw pixel data with getImageData() and putImageData(), but I have thus far been not able to figure out how to do this with images.</p>
http://stackoverflow.com/questions/1789692/section-or-article-which-is-contained-in-which1<section> or <article>, which is contained in whichAbizern2009-11-24T12:13:44Z2009-11-26T09:58:40Z
<p>Trying to get my head around the new semantic elements in HTML5.</p>
<p>Does a <code><section></code> belong inside an <code><article></code> or is it the other way around? Does it even matter?</p>
<p>I'm looking at structuring a wordpress blog something like this:
<img src="http://emberapp.com/abizern/images/littlesnapper-1/sizes/m.png" alt="Attempted layout for html5 blog"></p>
<p>Is this reasonable, or am I missing something?</p>
http://stackoverflow.com/questions/932415/how-does-the-live-real-time-typing-work-in-google-wave18How does the live, real-time typing work in Google Wave?Sudhir Jonathan2009-05-31T16:39:23Z2009-11-23T15:11:27Z
<p>I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the bandwidth.</p>
http://stackoverflow.com/questions/1051868/html5-database-administration-introspection1HTML5 Database administration / introspection?Parand2009-06-27T01:00:57Z2009-11-22T22:52:07Z
<p>I'm playing around with html client side storage and wanted to know if there are any facilities for introspection of the database - is there an equivalent of sqlite ".tables" or ".schema" ?</p>
<p>Also, I'm not seeing my tables show up in AppData\Local\Apple Computer\Safari\LocalStorage . Is there another place tables are stored?</p>
http://stackoverflow.com/questions/1682180/will-visual-studio-2010-support-html-50Will Visual Studio 2010 support HTML 5?Chris2009-11-05T17:23:21Z2009-11-20T15:17:08Z
<p>Since Visual Studio 2010 is slated for release in March of 2010 and HTML 5 is now starting to be used even more widely, I would like to know if Visual Studio will ship with HTML 5 templates, standard controls and support for the more common markup?</p>
<p>A definition for support of HTML 5 would be that any new version of Visual Studio should have similar support for code-completion, validation and markup that is currently supported for HTML 4.01 and XHTML 1.0 and 1.1.</p>
<p><strong>Update From the Visual Web Develolper Team Blog:</strong></p>
<p>HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer is for <a href="http://blogs.msdn.com/webdevtools/archive/2009/11/18/html-5-intellisense-and-validation-schema-for-visual-studio-2008-and-visual-web-developer.aspx" rel="nofollow">downloading</a>. Follow the instructions posted on the page to install the new scheme. Seems like the Visual Studio Team will be supporting HTML 5 after all.</p>
http://stackoverflow.com/questions/1770964/google-semantic-results-question-1Google Semantic results questionJames2009-11-20T14:57:05Z2009-11-20T15:01:31Z
<p><a href="http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase" rel="nofollow">http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase</a></p>
<p>Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links to the /people section of the site.</p>
<p>How are they achieving it? I know Google algorithm is intelligent and looks for links and then makes the assumptions itself in cases, but is there any particular markup they are using to help Google to make these connections?</p>
http://stackoverflow.com/questions/1764826/im-overhauling-my-blog-and-is-html5-ok1I'm overhauling my blog and … is HTML5 OK?Giles Van Gruisen2009-11-19T16:56:42Z2009-11-19T17:08:18Z
<p>I'm overhauling my blog (<a href="http://gilesvangruisen.com/" rel="nofollow">http://gilesvangruisen.com/</a>) and I'm going to be pushing new technologies as much as possible.</p>
<p>I'm a web designer/developer and the browser percentage is as follows:
42% Firefox
39% Safari
7% Chrome
7% IE</p>
<p>Is it OK to use the HTML5 doctype for my "rethunk" site?</p>
<p>I thank you.
-Giles :)</p>
http://stackoverflow.com/questions/1702954/which-would-you-prefer-svg-html5-or-regend-png-for-graphs-charts2Which would you prefer? SVG, HTML5 or regen'd-PNG for graphs & charts?Xepoch2009-11-09T18:47:31Z2009-11-19T09:21:10Z
<p>I'm developing a new site that graphs some operational metrics. As such about a dozen charts/graphs will be displayed on the site. I want to be able to have them dynamically scale down (within reason) based upon the size of the browser.</p>
<p>I'm debating the pros/cons of generating these as one of these options:</p>
<ol>
<li><strong>SVG</strong>. Great for scaling but support may have limited support,</li>
<li><strong>HTML5</strong>. Clearly a great choice for the future and for FF customers, IE?</li>
<li><strong>PNG</strong>. This would
require that I regenerate the PNG
based upon the size of the DIV &c.</li>
</ol>
<p>Which is the preferable option? I'm leaning towards PNG just for ubiquitous support, but would like to have client-side scaling. What is the best solution given the state of affairs of SVG and HTML5 canvas support in browsers?</p>
http://stackoverflow.com/questions/1650401/semantic-html5-back-to-the-90s5Semantic html5. Back to the 90s ?Stefano Borini2009-10-30T15:13:20Z2009-11-18T16:03:09Z
<p>I am taking a peek at <a href="http://diveintohtml5.org/" rel="nofollow">diveintohtml5</a>. It seems nice and interesting, but I am puzzled.</p>
<p>In the nineties, at the time when Netscape was the browser and html was HTML2 or HTML3, there were a lot of tags: address, cite, code... Most of them are unused as of today, probably even obsolete. </p>
<p>html5 introduces tags to express "semantic meaning" to the tag itself. This is all fun and games but I see something very strange in this approach. Technically, the semantic can be very open ended. html5 has tags for article, time, navigation bars, footer. Why shouldn't it contain tags for post icon, author's place, name and surname, or whatever else you want to assign specific semantics to (I'm confident <code><rant></code> and <code><nsfw></code> would be very important tags): ? I thought xml was the strategy to assign semantics to stuff. Nothing forbids you to put a xml chunk under a xhtml div element, and assign a stylesheet to it so to style it properly, or to delegate to the proper viewer the handling of that namespace (for example, when handling rss or svg).</p>
<p>In conclusion, I don't understand the reason behind this extensions focused towards semantics, when it's clear that semantic is a very broad topic, which is guaranteed to require a potentially infinite amount of semantic tags. Since I am pretty sure there are clever people at w3c, I think I'm wrong, but I'd like to know why.</p>
http://stackoverflow.com/questions/1744522/best-way-to-synchronize-local-html5-db-storage-with-a-server0Best way to synchronize local HTML5 DB (Storage) with a serverSamuel Michelot2009-11-16T20:02:47Z2009-11-18T11:25:58Z
<p>I am developping a mobile web application (for iPhone) with a local database (using html5 webstorage) so my app is still usable when the user is offline.</p>
<p>This is working perfectly, but I want to save the local data on a server.
So I need to synchronize the local DB with a DB on a server. The synchronisation can only be one way, but in the future, I would like to synchronize it in the both way (server <-> local DB).</p>
<p>This requierement looks very common (or will be common in the future for mobile web app), but I can't find a library doing that.</p>
<p>I know google is doing that in their mobile web app (ex. gmail), and I found the <a href="http://ajaxian.com/archives/web-storage-portability-layer-abstract-on-top-of-html5-and-gears-storage" rel="nofollow">WSPL project</a> a google project but without source to download.</p>
<p>There is also [PersistJS] : a library to abstract HTML storage and gears DB, but it doesn't implement database sync.</p>
<p>If i can't find a solution, I will create a library to do that, as one way sync doesn't look difficult, but I wonder if there are other solutions.</p>
http://stackoverflow.com/questions/1750858/which-browser-fully-supports-html-50Which browser fully supports HTML 5 ?lakshmanan2009-11-17T18:33:21Z2009-11-17T18:37:32Z
<p>Hi,</p>
<p>I am learning HTML 5. I want to know the browser (firefox ? safari ? opera ?) which fully supports HTML 5 APIs.</p>
<p>If no browser support HTML5 API, which one does support most/maximum number of HTML5 APIs ?</p>
<p>thanks</p>
http://stackoverflow.com/questions/1739583/are-there-compelling-reasons-to-adopt-html51Are there compelling reasons to adopt HTML5?Phil.Wheeler2009-11-16T01:18:48Z2009-11-16T11:52:54Z
<p>The main website for my company is due to be completely overhauled next year as part of a major rebranding exercise. While it is expected to only require a "new lick of paint" (i.e. update CSS and imagery), it may also be the best time to look at moves towards a shift to HTML5.</p>
<p>There are plenty of reasons why I would <em>not</em> want to do this, including:</p>
<ul>
<li>Not widely implemented in many currently-used browsers (I'm looking at you, IE!)</li>
<li>Adds to an already-large workload</li>
<li>Carries a degree of risk around possibly-uncertain implementations of the HTML5 draft</li>
</ul>
<p>I find that it's always easy to find reasons against doing something. I'm interested in looking at any strong reasons why I might want to push for this.</p>
<p>Can you suggest what advantages I would likely find in adopting HTML5 across our commercial site or whether it's just too soon to be doing this on any but the most bleeding-edge sites?</p>
http://stackoverflow.com/questions/1737480/passing-mouse-clicks-through-an-overlaying-element-div1Passing mouse clicks through an overlaying element <div>LeslieOA2009-11-15T13:02:13Z2009-11-15T14:56:33Z
<p>Is it possible to pass mouse clicks through an overlaying element: -</p>
<pre><code><div style="z-index: 100; background: url('../images/rain.24.png'); width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0;">&nbsp;</div>
</code></pre>
<p>...pass mouse clicks beneath it to underlaying elements (e.g. a web page with images, links, etc)?</p>
<p>Thinking of another way to word this... Is there any way of creating a purely aesthetic overlay/layer in HTML(5), CSS(3) and/or JavaScript/jQuery?</p>
<p>Thanks in advance, and sorry if this question isn't too clear.</p>
<p>Peace.</p>
http://stackoverflow.com/questions/1735933/streaming-via-rtsp-or-rtp-in-html50Streaming via RTSP or RTP in HTML5Elben Shira2009-11-14T23:09:25Z2009-11-15T09:27:53Z
<p>I'm building a web app that should play back an RTSP/RTP stream from a server (<a href="http://lscube.org/projects/feng" rel="nofollow">http://lscube.org/projects/feng</a>).</p>
<p>Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest solution be? Perhaps drop down to a VLC plugin or something like that.</p>