0
votes
0answers
9 views
Is it possible to play shoutcast internet radio streams with html5?
Is it possible to play shoutcast (or some) internet radio streams with html5?
So I have next code:
<html>
<body>
<audio src="http://shoutcast.internet-radio.org.uk:10272/" />
…
0
votes
4answers
46 views
Javascript Database Mass Insert
I am trying to insert over 70,000 rows into a javascript database (using Chrome 5.0.317.2). The inserts are taking a very long time. The actual page loads in a few seconds, and I can see progress as …
0
votes
4answers
35 views
Horizontal progress bar
In html and jQuery, how do you show multiple horizontal progress bars? I have an idea for class. Students vote on topics and as they vote, the progress bars move left and right. If you've ever …
0
votes
0answers
11 views
live streaming video in html 5 - What is required from server to stream and let other domains acsess that streams?
live streaming video in html 5 - what is required from server to stream and let other domains acsess that streams?
any cross-domain-polyci files?
any special streaming servers …
4
votes
5answers
99 views
Where to find good resources to learn HTML 5, and know more about it?
I want to know Where to find good resources to learn HTML 5, and know more about it,
whats its pros and cons, and how to use it with asp.net for example?
do you recommend a book, or a web based …
1
vote
6answers
114 views
Which Frameworks Abstract Away the DOM?
A recent twitter post I've seen made some comment to the effect of "the DOM is Javascript's ugly date".
I tend to think that the DOM is a horrible way to define user interfaces and certainly in the …
0
votes
3answers
68 views
HTML problem, only works in Webkit
This works fine in Webkit, but when I go to Firefox (Or IE8) it totally messed up. I've been staring at this for so long that I can't find any errors at all with it, so maybe one of you guys can point …
0
votes
1answer
45 views
Problem retrieving HTML5 video duration
I am working on building a HTML5 video player with a custom interface, but I am having some problems getting the video duration information to display.
My HTML is real simple (see below)
<video …
10
votes
9answers
2k views
Which browsers support the html 5 <audio> tag on Windows today?
Which browsers support the html 5 <audio> tag on Windows today?
Edit: Trying http://moztw.org/demo/audioplayer/ as a test. Chrome 2, and Safari 4 not working for me.
0
votes
9answers
178 views
who still develops for internet explorer 6? [closed]
With Google announcing that they will stop writing apps and supporting IE6 (GMail and Calendar), it seems that its only a matter of time (yay!!) before IE6 may be truly dead. Facebook has done it, …
4
votes
3answers
181 views
What are the best resources to learn RIA programming with HTML5?
I am amazed at what can be done with HTML5 canvas (take bespin or google wave as examples). It seems it is a revolutionary approach which really leverages widespread standards and technologies (html, …
0
votes
1answer
50 views
How to generate HTML 5 compliant code from Visual studio 2008?
Does Visual Studio 2008 support HTML 5 compliant code generated for browsers?
14
votes
7answers
217 views
+250
Client-side image processing
We're building a web-based application that requires heavy image processing. We'd like this processing load to be on the client as much as possible and we'd like to support as much platforms (even …
3
votes
1answer
66 views
Is it possible to listen to any kind of internet radio with HTML5 directly?
Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?
7
votes
3answers
870 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('.upload-area')
…
