Things to Read

Hold off on deploying HTML5 in websites?

11 October 2010

Some good arguments by Remy Sharp on why we can start using HTML5 today.

Tags: html5

HTML5 accessibility

11 October 2010

A good overview on the accessibility implementation of the new HTML5 elements in current browsers. There is still a lot of work to do.

Tags: accessibility, html5

Keys.css

07 October 2010

A stylesheet for rendering keyboard-style elements. Really useful if you write tutorials and you need to show a lot of shortcuts.

Tags: css3

Joons Renderer

07 October 2010

This new Processing library looks promising. It features as a bridge between Processing and the Sunflow ray-tracer. Rendered results look good.

Tags: generative design, processing, sunflow

Hardboiled CSS3 Media Queries

02 October 2010

All the CSS3 Media Queries you need to make your site responsive to smartphones, tablets and computers with different screen resolutions.

Tags: css3, web design

Video Mirroring for iOS 4 Apps

30 September 2010

An iOS class to share the screen of your iPad or iPhone. Great for live app demos.

Tags: ios

UIKits

29 September 2010

Magnets for prototyping iPhone apps on a whiteboard. Like the idea.

Tags: ios, prototyping, workflow

Finishing a Game

28 September 2010

A great article by Derek Yu on finishing games and shipping them. Could be applied to any creative process.

Tags: design, workflow

Mozilla CSS3 calc() support

07 September 2010

David Baron is working on adding support for calc() to Firefox. Will be great to add things like @p { width: -moz-calc(50% - 4px); }@ to your stylesheets. This should have been in CSS from the beginning.

Tags: browser, css3, firefox

Your Design Is Wrong (And Here’s Why)

03 September 2010

Mike Rundle writes about the things that can go wrong with design execution.

Tags: design

Less Framework 2

02 September 2010

A new CSS framework to create responsive webpages that will look good on any device. The framework uses media-queries to switch between two, five or eight columns.

Tags: css, web design

Building a Custom HTML5 Audio Player with jQuery

02 September 2010

A great article on building an HTML5 audio player with an in-depth explanation of how everything works. A must read if you need to implement audio in a HTML5 page.

Tags: audio, html5, tutorial