Pretty cool! The LEGO generater gives me a 'stop rampant script' message though. Using FF. Good to hear it's a simple process, I've been thinking of upgrading my skills from v4>5... but that'll have to wait a while.
That's kinda weird that FF thought the lego generator was a runaway script...it is a pretty simple script.
Also, really the only difference between HTML4 and 5 is that HTML5 adds some new tags to HTML, new functionality to JavaScript, and new rules and syntax to CSS.
Some examples would be the canvas tag, its API in JavaScript, the video and audio tags, the article tag, localStorage and sessionStorage. It really didn't take long for me to upgrade. The steepest learning curve was how to effectively use the canvas (all of the demos use the canvas element).
Cyberdevil
Pretty cool! The LEGO generater gives me a 'stop rampant script' message though. Using FF. Good to hear it's a simple process, I've been thinking of upgrading my skills from v4>5... but that'll have to wait a while.
PM reply on route btw, hopefully, soon...
B1KMusic
Glad you liked what you saw!
That's kinda weird that FF thought the lego generator was a runaway script...it is a pretty simple script.
Also, really the only difference between HTML4 and 5 is that HTML5 adds some new tags to HTML, new functionality to JavaScript, and new rules and syntax to CSS.
Some examples would be the canvas tag, its API in JavaScript, the video and audio tags, the article tag, localStorage and sessionStorage. It really didn't take long for me to upgrade. The steepest learning curve was how to effectively use the canvas (all of the demos use the canvas element).