Tagged Questions

0
votes
1answer
62 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?
9
votes
9answers
431 views

Is it time to start developing with HTML5?

From searching SO, this question was already asked, almost a year ago now. 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 …
1
vote
5answers
188 views

html5 canvas element and svg.

Why do we need the html5 canvas element, when the same can be achieved through embedded svg?
0
votes
3answers
43 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
3answers
429 views

Is it possible to add HTML5 validation to Visual Studio?

I'm working on a page using <canvas>, 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 …
1
vote
6answers
83 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>, …
2
votes
0answers
44 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
3answers
145 views

html5 websocket need server?

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?
0
votes
1answer
41 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 …
0
votes
2answers
68 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 …
3
votes
5answers
11k views

Does Internet Explorer 8 support HTML 5?

Does any HTML5 support in the IE8 betas? Is it on the IE8 roadmap?
3
votes
1answer
73 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.
1
vote
7answers
145 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 …
1
vote
3answers
64 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 …
0
votes
2answers
59 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 2 3 4 5 12 next
15 30 50 per page