codekit

Want to learn SASS, LESS or CoffeeScript

With all the buzz surrounding pre processors lately its easy to be scared off from integrating them into your workflow but you don’t have to be, enter CodeKit CodeKit is a Mac only application that is simple to use, you wont need to look at the command line,…

background-size cover in IE

Background-size:cover is a really nice feature introduced in CSS3 that gives you the ability to let CSS resize the image for you rather than using a script like supersized. This feature is supported in all modern browsers and even IE9 but you will need…

Base HTML email template

I thought I should share my base HTML email template I use to create all my EDM’s. The template is not a ready to go solution it is more of a base to build your template from. As with all…

Use CSS3 now in IE

To quote the PIE website “PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features” PIE is a htc script file that you place on your server with your website that makes IE render…

HTML Email useful tips

Until recently text-based email was the most popular way to communicate, however with the advent of HTML email you can now create and send beautiful graphics, create clickable links and use interactive forms. HTML email can have the same appearance…