2.3MB of data for a one page site! While its pretty that is crazy big!
Impressive html5/css3 clock; no Flash.
21–30 of 89 posts
Re: Impressive html5/css3 clock; no Flash.
#22So, to turntable.fm devs: good job!
Re: Impressive html5/css3 clock; no Flash.
#23Also, 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.
Re: Impressive html5/css3 clock; no Flash.
#24Earlier 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?
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.
#25Re: Impressive html5/css3 clock; no Flash.
#26Re: Impressive html5/css3 clock; no Flash.
#272.3MB of data for a one page site! While its pretty that is crazy big!
Re: Impressive html5/css3 clock; no Flash.
#28The 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.
#29Re: Impressive html5/css3 clock; no Flash.
#30Earlier 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?