1
vote
2answers
35 views
HTML5 localStorage & SQL
I understand that HTML5 "localStorage" is a key:value store but I am wondering if there is a Javascript library available that offers a more SQL-ish API?
0
votes
1answer
30 views
Interface design with canvas.
Hi guys. Do you know of any document or tutorial to make HTML5's canvas drawn interfaces?
I'm thinking of a layered structure, one for the main app interface and other for popups, menus, etc, working …
1
vote
6answers
101 views
HTML5 Style Examples In the Wild?
Does anyone know of any good examples of usage of HTML5 elements that are well-styled out on the intertubes?
Specifically, I'm curious to see <article>, <aside>, <meter>, …
0
votes
3answers
65 views
jQuery plugin for designing report layouts
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.
Basically, …
2
votes
0answers
67 views
How to add mime-type for <video> element on Firefox ?
Hi everybody,
Into this dir there are :
OGV video (Theora/Vorbis) for Firefox
MP4 video (H264/AAC) for Safari
FLV video with a flash player (player.swf) for others browsers
a template.html which …
0
votes
2answers
90 views
How to do a JavaScript HTML 5 Canvas image “page flip” like you commonly see in Flash?
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?
Are there any frameworks or JQuery plug-ins that do this …
1
vote
3answers
71 views
What are situations with western languages where you’d use HTML 5’s Ruby element?
HTML 5 is introducing a new element: <ruby>; here's the W3C's description:
The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations …
1
vote
7answers
162 views
Which HTML DocType?
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.
I responded, <!doctype html>, to which I was …
0
votes
1answer
76 views
HTML Canvas element implemented in Flash?
Can the HTML 5 Canvas element be implemented in Flash to provide support for that element in older browsers?
ExplorerCanvas can be included on a web page to allow emulation of Canvas in IE using VML. …
0
votes
1answer
46 views
Is it possible to use canvas functionality from a worker in FF 3.6 ?
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 …
3
votes
1answer
82 views
Online Photoshop via HTML 5’s Canvas?
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.
0
votes
2answers
61 views
Are transactions possible with HTML5 Storage in Safari
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 …
1
vote
2answers
72 views
<section> or <article>, which is contained in which
Trying to get my head around the new semantic elements in HTML5.
Does a <section> belong inside an <article> or is it the other way around? Does it even matter?
I'm looking at …
1
vote
3answers
78 views
HTML forms working offline
I need to be able to run HTML forms offline. I mean they have to work without direct connection to the web server.
In an application I wrote over 5 years ago I did it by implementing a custom …
37
votes
23answers
4k views
HTML 5 <video> tag vs Flash video. What are the pros and cons?
Seems like the new <video> tag is all the hype these days, especially since Firefox now supports it. News of this are popping up in blogs all over the place, and everyone seems to be excited. …
