Page 3 of 3
Re: Want to start HTML?
Posted: 13 Jun 2011, 00:24
by muntoo
timpattinson wrote:Yes but then the majority of IE users won't be able to see it.
Who cares about the idiot IE8 users?
(Joking. Unfortunately, schools/work force people to use horribly old IE browsers.)
As I said, YouTube is the best option - HTML5 support
and idiot
-proof Flash.
timpattinson wrote:
I know the people of this forum usually have more sense, I'm using FF7a1
Wow - they've already started FF7 development? Still, I recommend you to use FF5 beta - FF7 is probably pretty unstable.
The end result is a build so unstable you'd be foolhardy to run it on your main machine, or without suitable backup in place. This is for developers and enthusiasts
only.[sic] We recommend running this build on a secondary system, or a virtual machine using a tool like VirtualBox.
1
studbrickmaster wrote:timpattinson wrote:
PS, w3schools is a bad site.
And why would that be?
They're
morons.
Re: Want to start HTML?
Posted: 13 Jun 2011, 00:30
by timpattinson
Just don't
http://w3fools.com/
muntoo wrote:BTW, don't go over to W3Schools, or should I say W3Fools. (Disclaimer: W3Schools is not affiliated with W3C, and I've nothing against W3C.)
Re: Want to start HTML?
Posted: 13 Jun 2011, 00:36
by muntoo
timpattinson wrote:muntoo wrote:BTW, don't go over to W3Schools, or should I say W3Fools. (Disclaimer: W3Schools is not affiliated with W3C, and I've nothing against W3C.)
So you're basing everything upon what I've said?
I still vouch for MDN, as long as you're comfortable with the basics of HTML. (If you're doing the JavaScript "Tutorial", you should know
a bit of programming. HTML doesn't count - it's not even close to a programming language by itself.)
Re: Want to start HTML?
Posted: 13 Jun 2011, 00:41
by bungeshea
Re: Want to start HTML?
Posted: 13 Jun 2011, 01:08
by bungeshea
muntoo wrote:BTW, don't go over to W3Schools, or should I say W3Fools. (Disclaimer: W3Schools is not affiliated with W3C, and I've nothing against W3C.)
So that should make it better. You wouldn't go to a grocery store to buy shoes, even if they sold them. You would go to a shoe shop, because they specialise in shoes and are most likely to give you are more quality product.
Re: Want to start HTML?
Posted: 13 Jun 2011, 11:08
by spillerrec
There should be no problem at all with using HTML5 video. Just make sure you have a WebM and h264 version of you vid and include both videos in the video element. Then provide a fall back to an embedded flash player for browsers that doesn't support the video element. (Chrome said they where going to remove h264 support for the video element, but I don't know if have done it yet. I just remember all the rage : P)
The only thing that might be difficult is to convert the video to WebM but there should be some tools out there I guess...
Re: Want to start HTML?
Posted: 14 Jun 2011, 08:51
by timpattinson
Re: Want to start HTML?
Posted: 14 Jun 2011, 10:17
by spillerrec
Simple, but works, thanks