Things to Read

Antetype

23 February 2011

A new prototyping application for Mac OS X. Looks a lot better than most applications I’ve seen. This might just be the next thing to create interactive prototypes.

Tags: prototyping, software

Slowcop

23 February 2011

A new web-app to analyse the speed of your website. Get an instant speed report so you know what parts of your website to optimize.

Tags: software, web development

Toxiclibs + 3D Printing

23 February 2011

A good tutorial on using the volumetric brush in toxiclibs to create a 3D mesh you can use to print on a Makerbot.

Tags: processing, rapid prototyping

Mobile Emulators & Simulators

17 February 2011

The ultimate guide to all mobile emulators for Mac OS X, Windows and Linux. You might need this if you want to test your mobile websites on a lot of different platforms.

Tags: mobile, software

HTML5 Canvas Sprite Optimisation

03 February 2011

A good overview on drawing images to a canvas object. You might need this one if you want to make HTML5 games.

Tags: canvas, html5

Reset v2.0

26 January 2011

Eric Meyer published version 2.0 of his reset css stylesheet today. Go grab your copy.

Tags: css

The Nature of Code Book Project

22 January 2011

If you like Processing and want to learn more about vector math, genetic algorithms and other cool stuff. Back this Kickstarter project by Daniel Shiffman.

Tags: processing

Making Generative Creatures

21 January 2011

A good view on the process behind the Cindermedusae project, generative jellyfish created by Marcin Ignac.

Tags: cinder, generative design

Creating UI Aassets for the iPhone OS

14 January 2011

A good read on how to design interface elements for iOS.

Tags: interface design, ios

Photoshop Math with GLSL Shaders

11 January 2011

Same Photoshop math from the previous article I linked. But now using GLSL shaders.

Tags: glsl, math, programming

The Anatomy of a Perfect Landing Page

11 January 2011

A good overview on the things you should add to a landing page and how they affect conversion.

Tags: web design

CSS3 3D Text

07 January 2011

Create some good looking 3D text using multiple CSS3 text shadows. Text is editable too in this example.

Tags: css3, typography