Hypr. An AppEngine micro blogging engine

I am a huge fan of Google’s AppEngine. It makes coding small or large sites in Python/Django an absolute breeze. When combined with Google Apps it makes setting up a new scalable website easy and very cost effective. Hypr is a micro blogging engine built specifically to run on AppEngine…

Read more →

0 Comments

jQuery anti-spam email converter

Using a mailto: link on your site is an open invitation for spam bots to fill your inbox. Luckily it’s easy to avoid this with a small piece of javascript…

Read more →

0 Comments

Steve Jobs, 1955-2011

Apple Logo

http://www.apple.com/stevejobs/

Incredibly sad news, Steve Jobs has passed away at the age of 56. Steve Jobs' genius gave the world some truly great innovations in technology and design. He is an inspiration to us all and will not be forgotten…

Read more →

0 Comments

css1k

What could you possibly do with only 1K of CSS?

Read more →

0 Comments

Using ifttt with Toto

Since I have started using Toto to power this blog I have wanted a way to tweet my new posts automatically and couldn’t find a nice solution, until now…

Read more →

0 Comments

iA Writer

Two weeks ago I finally downloaded iA Writer by Information Architects. It’s an app I have admired from a far for a long time. I was expecting it to be good but not this good…

Read more →

0 Comments

Debug Media Queries

A tiny jQuery plugin to help with your Media Query development. When I was getting to grips with media queries and which ones I should use for what devices I found it difficult to work out which media query I was currently looking at. I tried a few things such as setting a different background color for each mq. This worked up to a point, but it distracted with the styling I was doing. So I wrote a quick script to help…

Read more →

0 Comments

a less approach to clearfix

Clearfix is a solution to prevent elements that contain floated elements from forgetting what height they are. It’s a common problem when developing a web page and clearfix solves it by using the :before and :after pseudo selectors to clear the inner float and give the parent element back it’s dignity…

Read more →

0 Comments

HelpLess. A LESS library

As part of less-boilerplate I have written HelpLess. A full featured helper library to make your LESS coding even more of a breeze.

A few months ago I started developing with LESS. LESS by @cloudhead is an extension of CSS that adds dynamic behaviour to your stylesheet markup. LESS is completely backwards compatible with CSS, it adds variables, mixins, functions, nested declarations and more…

Read more →

0 Comments

Crispy html text

These days text renders pretty nicely in most browsers. However I think it could be even nicer. This is a little trick to add extra crispness to your web pages text…

Read more →

0 Comments

Archived posts