0
votes
3answers
208 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 …
-1
votes
1answer
25 views
Google Semantic results question
http://www.google.co.uk/search?q=mark+zuckerberg+crunchbase
Guys, check out that search, in particular the first result's url. Crunchbase.com > People, and thus the people links t …
0
votes
2answers
70 views
I’m overhauling my blog and … is HTML5 OK?
I'm overhauling my blog (http://gilesvangruisen.com/) and I'm going to be pushing new technologies as much as possible.
I'm a web designer/developer and the browser percentage is …
2
votes
6answers
154 views
Which would you prefer? SVG, HTML5 or regen’d-PNG for graphs & charts?
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 scal …
3
votes
4answers
10k views
Does Internet Explorer 8 support HTML 5?
Does any HTML5 support in the IE8 betas? Is it on the IE8 roadmap?
5
votes
6answers
231 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 …
0
votes
0answers
28 views
Best way to synchronize local HTML5 DB (Storage) with a server
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.
This is working perfectly …
0
votes
3answers
77 views
Which browser fully supports HTML 5 ?
Hi,
I am learning HTML 5. I want to know the browser (firefox ? safari ? opera ?) which fully supports HTML 5 APIs.
If no browser support HTML5 API, which one does support most/m …
0
votes
3answers
116 views
Are there compelling reasons to adopt HTML5?
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. …
1
vote
3answers
60 views
Passing mouse clicks through an overlaying element <div>
Is it possible to pass mouse clicks through an overlaying element: -
<div style="z-index: 100; background: url('../images/rain.24.png'); width: 100%; height: 100%; top: 0; bott …
0
votes
1answer
36 views
Streaming via RTSP or RTP in HTML5
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, wh …
0
votes
2answers
87 views
How to Use Sockets in JavaScript\HTML?
How to Use Sockets in JavaScript\HTML?
May be using some cool HTML5 technics?
Libs?
Tutorials?
Blog Articles?
2
votes
4answers
356 views
Where can I find some good information about how the new canvas HTML element works?
I keep reading about how great this new Canvas element for HTML5 is and I see amazing demos done with just javascript and no flash. Where can I find some good information on how t …
0
votes
4answers
72 views
Ideas on limit the text on textfield?
for example, I want the textfield input number only. my idea is when the user typing, it will call a javascript to check whether it is valid, if it is not valid, I delete the text …
2
votes
2answers
37 views
How to properly invalidate an HTML5 Cache Manifest for online/offline web apps?
I'm currently using a Cache Manifest (as described here). This effectively makes the necessary resources to run the application available when the user is offline.
Unfortunately, …
