HTML 5 Freature Overview Presentation With Sample Code
At work Shawn Lonas sent this out to all of us, it’s a really good concise overview of some html5 features.
At work Shawn Lonas sent this out to all of us, it’s a really good concise overview of some html5 features.
So you want to learn JavaScript huh? Way to go! SOA powered by JavaScript is the future of the web. (Trust me).
What is JavaScript? It’s a scripting language that all modern web browsers run that allows you to manipulate web pages and do sweet stuff.
To get started, first, you need an easy way to run JavaScript. While you could write javascript in an html page and run it, it’s generally easier to be able to run scirpts without making an html page. To do this, install Firebug, and use it’s console. (Just install firebug, click on the little cock-roach icon in the lower left of Firefox, and click the console tab, now reload your window.).
Once you have the firebug console working, type the following into the console, and you should get a popup.
alert('Hello World!');
Here’s a video that shows how to install and use Firebug:
If you want to learn more, head over to w3schools’ JavaScript tutorial.
I needed a min-height hack for css that worked everywhere. I searched for a while, and found this link: http://www.greywyvern.com/code/min-height-hack. It works as advertised, just checkout the tabs on propertynut.com