-
HTML 5: Omitting unnecessary speech marks
In my last post I described how it is possible to cut down on your HTML filesize and save some time in your coding by omitting optional closing tags. As a follow up to that post I thought I’d also describe another process to save even more on your filesize and a little bit more…
-
HTML5: On removing optional closing tags
Firstly, an example of some html… Lovely and semantic. Now, there’s nothing at all wrong with what I’ve written above. This article is all about showing you how there are certain things in your HTML that can be left out, without breaking any part of it. You can actually omit many closing tags and still…
-
CSS… how to use sass and compass: Part Two
Please note: for the sake of brevity, when using sass and compass, I refer to them both as compass. Following on from our previous tutorial, I would like to introduce you to @import. @import is a css feature that will allow you to import stylesheets into one another. For example: This will bring in ‘normalize.css’…
-
CSS… how to use sass and compass: Part One
After listening to Chris Coyier speak about using Sass in CSS, I read up on it and decided to give it a bash myself. And… oh my god… it… is… frickin’ awesome! I love writing CSS anyway, so I wasn’t really thinking about anything to make it easier or quicker (which Sass does in spades).…