20 Really Useful HTML5 Tutorials | slodive.com

HTML5 is the talk of the town and everyone seems to be talking about it. If you still haven’t started working on it because you find it difficult, we have very resourceful list of HTML5 tutorials and articles that will remove your slightest of doubts.

If you like this article, you might be interested in some of our older articles on HTML5 Examples, HTML5 Canvas Applications, HTML5 Versus Flash, andHTML Cheat Sheets.

Visit Source

Styling ordered list numbers | 456 Berea Street

“I’ve always been annoyed by how difficult it is to style the numbers of ordered lists. Quite often a design calls for something other than just a plain figure – a different font, size, colour, background, whatever.

The traditional approach to solving this problem has been to prevent the browser from rendering the numbers of the list items (li elements) and instead hard code the numbers in the text content of the li. That makes it possible to add styling hooks to the number and style away until you’re happy.

Doing it that way works visually, but it isn’t exactly a semantically correct way of using lists. When you view a faked numbered list with CSS disabled you see either a list with the item numbers repeated or a list with bullets and numbers, and that feels backwards to me.”

View Source

50+ Awesome CSS3 Techniques for Better Designs | Webdesigner Depot

CSS3 is gaining momentum, despite the fact that the standard hasn’t even been finalized.

There are hundreds of tutorials out there to teach designers how to use it, but unfortunately a lot of them cover the same ground.

And some of the tutorials teach designers to do things that they might not think of as useful, though the techniques can usually be adapted to fit a project perfectly.

Below are more than fifty awesome CSS3 tutorials. Many are strictly CSS and HTML  based, while others also incorporate JavaScript.

View Source

CSS Three — Connecting The Dots

As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow & border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a great deal of time debating how and when to implement these properties. Just because a property isn’t widely supported by browsers or fully documented at the moment, it doesn’t mean that we shouldn’t be working with it. In fact, I’d argue the opposite.

Best practices for CSS3 usage need to be hashed out in blog posts, during spare time, and outside of client projects. Coming up with creative and sensible ways to get the most out of CSS3 will require the kind of experimentation wherein developers gladly trade ten failures for a single success. Right now, there are tons of property combinations and uses out there waiting to be discovered. All we have to do is connect the dots. It’s time to get your hands dirty and innovate!

Visit Source