Live data from Hacker News

Impressive html5/css3 clock; no Flash.

aprilzero.com

21–30 of 89 posts

Re: Impressive html5/css3 clock; no Flash.

#21
post #5

2.3MB of data for a one page site! While its pretty that is crazy big!

I wouldn't say it's crazy big. Bigger than 99% of one page sites? Sure. I've got a 50mbps connection and even with a far slower one, this would only take a few seconds to load.

Re: Impressive html5/css3 clock; no Flash.

#22
The most impressive bit of HTML5 I have run across lately is turntable.fm. Yes, I'm probably late to this particular party, but I was very impressed when I realized the interface is done entirely in HTML5.

So, to turntable.fm devs: good job!

Re: Impressive html5/css3 clock; no Flash.

#23
post #2

Also, in chrome, try to inspect the DOM using the built-in inspector: the diaphragm will close. If you click again inside the window, it'll open again. Pretty impressive.

Actually, if you even just switch tabs for a few seconds and return it does the same.

Re: Impressive html5/css3 clock; no Flash.

#24
post #9

Earlier quoted context omitted.

It is a protocol relative url. This way if you are looking at the site over https then the assets will also come down over https.

I was pondering today why no-one really knows about or even uses it. As a bit of a general question to everyone, did old browsers not support it or something? Or do people prefer using relative urls over absolute style ones?

I had to be told, years back, so I think it's just an assumption.

Also, for those pesky secured sites that have unsecured static assets on a separate server, it might be that those servers aren't configured for SSL.

Re: Impressive html5/css3 clock; no Flash.

#27
post #5

2.3MB of data for a one page site! While its pretty that is crazy big!

this can be greatly improved (losslessly) using http://punypng.com / http://www.smushit.com/ysmush.it/ / downloadable PNG recompressing software. I tried it on several files on this site and some decreased in size by more than half.

Re: Impressive html5/css3 clock; no Flash.

#28
post #22

The most impressive bit of HTML5 I have run across lately is turntable.fm. Yes, I'm probably late to this particular party, but I was very impressed when I realized the interface is done entirely in HTML5. So, to turntable.fm devs: good job!

You just have to get around the fact that they don't seem to be handling scaling very well and, as a result, the site becomes defunct every few minutes.

Re: Impressive html5/css3 clock; no Flash.

#29
Although unbelievably impressive. This kind of shows me the opposite of what the site was going for. Although the new protocols give us a lot more freedom of expression with animation support. The browser rendering time is just not there yet. Any browser that can handle that clock in a reasonable amount of time also has flash on it.

Re: Impressive html5/css3 clock; no Flash.

#30
post #9

Earlier quoted context omitted.

It is a protocol relative url. This way if you are looking at the site over https then the assets will also come down over https.

I was pondering today why no-one really knows about or even uses it. As a bit of a general question to everyone, did old browsers not support it or something? Or do people prefer using relative urls over absolute style ones?

Paul Irish blogged about it a while ago http://paulirish.com/2010/the-protocol-relative-url/
Post reply on HN