Name: Shaun Robinson
Age: 25
Occupation: Web Designer / Developer
Location: Ipswich, United Kingdom
Living with: My partner Andrew, and two kids Elliot and Oliver.
Attention Firefox 2 user: your browser is out of date. Please visit http://getfirefox.com to get the newest version!
Anthony Calzadilla recreated a 1967-style Spiderman comic using CSS3 animations. He’s also written a detailed account of the project’s creation.
ReBlogged from webkitbits
HTML5 is still a developing technology and we’re barley beginning to see its capabilities in more advanced uses such as games. Though HTML5 isn’t even in its infancy yet, it’s beginning to emerge and here are 10 HTML5 games paving the way.
Dean Hachamovitch
General Manager, Internet Explorer
With every sale of the iPad that’s one more person using a high class standards-based web browser (Safari) and email client (Mail). Yay!
RT @Jilion: Have a look at SublimeVideo, our new HTML5 video player http://jilion.com/sublime/video
No, no, no! You’re doing it wrong!
You may want orange text, and that may be a lovely orange, but this is completely the wrong way to go about doing it. The whole point of CSS is that it should be a separate layer of styling which is added to your website, and can be interchangeable. You should be able to change the colour of that orange text some day.
To use a class name such as ‘orangetext’ you are completely missing the point. When it comes to changing that orange to perhaps a blue or green, you are going to either:
Neither of these outcomes are desirable.
<em> tag, which implies an emphasis; or <strong>, which implies a strong emphasis<divs>, no classes, no ids). This not only makes your code future-proof, but also beautiful.I have not yet got to the point where I am building websites without classes (one major hurdle is Internet Explorer support, as usual) but at the very least you should make sure your class names are representative of the content and not the presentation. A couple of examples follow:
BAD: <span class='orangetext'> GOOD: <em>
BAD: <p class='title'> GOOD: <h1>
ReBlogged from webkitbits
Name: Shaun Robinson
Age: 25
Occupation: Web Designer / Developer
Location: Ipswich, United Kingdom
Living with: My partner Andrew, and two kids Elliot and Oliver.