Categories
Writing

Content Organisation

If you’re anything like me you’ve probably got several domain names. My count at the moment heads into the late teens, but over the course of the next year I’ll let a few of those lapse. The main issues I have is that I have 3 domains for myself. What do I mean by “myself”? […]

Categories
Writing

Do you like, like Frameworks?

Creating your own framework is hard. Building a responsive website is hard. Crafting a website that is as good on mobile as it is on a 50″ television as it is on a PS3 is really hard. Someone posted a question about writing your own framework vs using an existing tool and it got me […]

Categories
Writing

Setting Cache with Amazon S3

As part of my other post about Alexander Headland surf I had to get the images from the camera to the laptop to the server to you. Most of those steps are pretty straight forward, but the path from the laptop to the server can be done better than you might think. I use Amazon […]

Categories
Writing

Alexander Headland Surf

This morning I woke up at 04:50 to make it down to the beach to take a few pictures of the rising swell before the sun came up. It wasn’t as big as I was hoping but here are a few choice shots from the morning.

Categories
Writing

Disable jquery effects for touch screens

There was a recent question of Stack Overflow looking to disable mouse hover events in jQuery on touch devices. My first thought was why disable them on touch when you could just enable them when touch wasn’t available. I have some jquery mouseover effects on my website that I need to disable for touch screens, […]

Categories
Writing

Converting photoshop points to website ems

When you first get a comp from the designer it is best to get the base typography set in your style sheet before you move onto creating the CSS for the rest of the site. The problem is that photoshop measures type in pt’s, and we build in Ems (never pixels). How do we make […]

Categories
Writing

Performance Tips from CSS Wizardry

This is a brilliant article from Harry Roberts. Harry can be found on CSS Wizardry and has built some awesome things including inuit.css It

Categories
Writing

Saving changes to CSS in Development Tools (chrome & firefox)

A little known fact is that you can save the CSS changes you make in your development tools. I wish I knew this a few years ago. From the google blog… Upon an external style sheet rule modification, the respective resource text is updated in the Resources panel, and the revision history is stored for […]

Categories
Writing

Responsive Retrofitting: NathalieLussier.com

Natalie Lussier’s site is clean and vibrant on a desktop, but I found it a little difficult to sign up for some email marketing tips while I browsed the site on my smartphone. Retrofitting time! Queue the “laptop and developer tools”! For around twenty minutes I went through the websites CSS in the chrome developer […]

Categories
Writing

Should I charge more for Responsive Design?

There is a lot of debate around whether we should be charging extra for building sites responsively, or whether it has become a standard and should be included as part of your current pricing structure. After reading a few posts on CSS-Tricks Forums I decided to reply with my thoughts. Responsive design has come about […]