FOWD Links

TwitterFacebook
Get flash to fully experience Pearltrees
HTML 5/CSS 3 Workshop

Human Emotion in UI

Brendan Dawes

Adv HTML 5

jQuery for Designers

Accessibility

The specification describes a CSS box model optimized for user interface design. In the flexbox layout model, the children of a flexbox can be laid out in any direction, and can "flex" their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.

Flexible Box Layout Module

http://www.w3.org/TR/css3-flexbox/
The Web in Two Years

http://atmedia11.webdirections.org/ About Web Directions Founded in Australia in 2004, by long time web industry figures Maxine Sherrin and John Allsopp, Web Directions conferences bring together the web industry’s leading experts from around the world to educate and … Read more »

@media 2010

The course will give you strong foundations in Objective-C and Cocoa Touch to give you a solid start to building your own iOS apps in just three days. Learn Objective-C and Cocoa Touch to make iOS (iPhone and iPad) apps in three days in February in sunny Brighton. You may have heard of two bills that are floating around the US Congress and Senate that go by the common monikers SOPA and PIPA. They're both very bad news and they will affect us all–Americans and otherwise–if they pass. http://aralbalkan.com/

Aral Balkan · Passionate geekisms.

Usability testing is last on everybody’s list of priorities. It’s time-consuming, can require specialist equipment, and is expensive to outsource. Not any more . Silverback makes it easy , quick and cheap for everyone to perform guerrilla usability tests with no setup and no expense , using hardware already in your Mac.

Silverback usability testing software for web designers

http://silverbackapp.com/

Home | dConstruct 2010

http://2010.dconstruct.org/ We’re thrilled to announce that as part of dConstruct 2010 we have teamed up with Lighthouse, a leading arts agency in the South East. Lighthouse will be hosting the Suspending Disbelief exhibition, which draws together works of digital contemporary art and design from the emerging discourse of "design fiction". It runs from the 28 August to 4 September.

HTML5 enabling script

http://remysharp.com/2009/01/07/html5-enabling-script/ 7 Jan Since HTML5 is getting more attention by way of marking up our new pages, and the only way to get IE to acknowledge the new elements, such as , is to use the HTML5 shiv , I've quickly put together a mini script that enables all the new elements. The html5.js and must be inserted in the head element (this is because IE needs to know about the element before it comes to render them - so it can't sit in the footer of the page, i.e. below the elements in question). It's conditional within the code, so Firefox et al won't run the code - but it doesn't hurt to wrap it in an IE conditional call to reduce the http pulls for other browsers: