Tagged Questions

0
votes
1answer
18 views

How to parse onclick javascript event parameter using MSHTML?

I need to extract the javascript call in the onlick event defined in the following markup: <div style="cursor: pointer;" onclick='javascript:start("a", "b", "code");'>Click …
0
votes
3answers
112 views

Will Visual Studio 2010 support HTML 5?

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 …
0
votes
2answers
107 views

HTML 5 Doctype? [closed]

what is it - the HTML 5 Doctype?
4
votes
3answers
76 views

Hidden Features/Properties/Attribute/Tags of CSS3 and HTML

In CSS and HTML world there are always features (Properties/Attribute/Tags) that would be useful in fringe scenarios, but for that very reason most people don't know them. I am ask …
2
votes
5answers
131 views
+250

What are the boundaries or scope definitions of HTML5 development?

From reading the mailing lists and looking at the specification I cannot tell what the limits of HTML5 are as a software or programmatic technology. I have seen where they have at …
1
vote
2answers
65 views

HTML5 Canvas resize to fit window

How can I automatically scale the HTML5 <canvas> element to fit the page? For example, I can get a <div> to scale by setting height and width to 100%, but a <canvas> won' …
3
votes
4answers
192 views

Semantic html5. Back to the 90s ?

I am taking a peek at diveintohtml5. It seems nice and interesting, but I am puzzled. In the nineties, at the time when Netscape was the browser and html was HTML2 or HTML3, there …
3
votes
0answers
105 views

Is there a good jQuery Drag-and-drop file upload plugin?

Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this: $j('#MyForm').enableDragDropUploads( …
1
vote
4answers
93 views

html5 canvas element and svg.

Why do we need the html5 canvas element, when the same can be achieved through embedded svg?
2
votes
2answers
50 views

Detecting support for specific HTML 5 features via jQuery

I'm working on some HTML5 demo code, including stuff like <input type="date" /> This currently works correctly in Opera 10 as-is, but every other browser just displays a nor …
4
votes
2answers
154 views

HTML 5 - Sneaky stuff

HTML 5 is the new W3C definition for HTML and will likely represent the direction the internet goes as people find the next killer apps that work in it. There are the much publici …
35
votes
23answers
3k 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 see …
0
votes
2answers
59 views

How would one rotate an image around itself using Canvas?

I'm having trouble roating an image around itself using Canvas. Since you can't rotate an image you have to rotate the canvas: if I rotate the canvas by a degree the origin around …
1
vote
3answers
82 views

What are unusual and creative usages of html5 canvas

Canvas from html5 was introduced some time ago. Currently it's used (almost) only for demonstrations how cool it is - it's mainly related to painting, games and charts. Many of the …
0
votes
2answers
48 views

Embedding mov in HTML5. Validation problem!

I'm trying to embed a .mov video in a web page whose DOCTYPE is HTML5, the code is: <script type="text/javascript"> QT_WritePoster_XHTML('Click to Play', '...', '...', …

1 2 3 4 5 10 next
15 30 50 per page