Some great thoughts on CSS for any level. Great idea to have this evolving guide to CSS architecture, so many articles are so specific many people have forgotten the architecture and process behind the css which makes it an easy tool to build and maintain sites. Read up on Scalable and Modular Architecture for CSS, [...]
Monthly Archives: September 2011
Link: The Squiggle Of The Design Process

Link: The Squiggle Of The Design Process – (http://journal.drawar.com/d/the-squiggle-of-the-design-process/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+drawar%2FgMgT+%28Drawar+Articles%29) from Scrivs at Drawar
Posted in blog Leave a comment
Link: Introducing Amazon Silk (Read: Another New Browser)

Yes, I’m weary of another browser, but I’m confident that amazon knows what they are doing as far as browsers. I’m expecting Silk to actually render valid code according to specs and most likely will support many new features like other current browsers. Although, it really isn’t a competition between others since it’s only available [...]
Posted in blog Leave a comment
Link: Tiered, Adaptive Front-end Experiences

Great summery of all the things I’ve thought about regarding cross browser design. I hadn’t thought about the TV example before, but it is true. TV has solved this problem seemingly without a headache. Old tvs show black and white, small screens may crop the image, while widescreen shows full picture and HD shows HD. [...]
Posted in blog Leave a comment
Link: Can We Finally Move Beyond Mobile?

I like that: “From now on, if it’s not responsive, it’s not web design.”, thanks Andy. I also agree that the term responsive web design is a bit flawed. But it’s a bit late to be thinking up a new term. I’d like responsive to refer to how elements respond to user interaction, but what [...]
Posted in blog Leave a comment
Link: From forest to desert

Very cool demo showing off WebGL! dark forest as well as the desert and snake. The snakeskin is especially well done, it moves like a snake! Link: From forest to desert – (http://creativejs.com/2011/09/forest-to-desert/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Creativejs+%28CreativeJS%29) from (author unknown) at CreativeJS
Posted in blog Leave a comment
Link: Creating Triangles in CSS « Jon Rohan’s Web Developer Field Guide

Very cool method for creating a triangle in css. I’ve seen it done, but hadn’t looked closely and realized how. Now I’m wondering if it is possible to do it with curves… Link: Creating Triangles in CSS « Jon Rohan’s Web Developer Field Guide – (http://jonrohan.me/guide/css/creating-triangles-in-css/#) from (author unknown) at jonrohan.me
Posted in blog Leave a comment
Link: Working with media queries and min-width

Great thought about designing for mobile first, and using the default block level styles for the block-level elements in our mobile version since they all already have the 100% width and are, well, block-level. Floating elements is such a part of a site design that we can write less code by starting with Mobile first. [...]
Posted in blog Leave a comment
Link: Pulpo WebGL sparkliness

A very well done javascript experiment. I really like the additive blending effect, makes me think of the star rendering in Planetary, the iOS app from Bloom. Link: Pulpo WebGL sparkliness – (http://creativejs.com/2011/09/pulpo-webgl-sparkliness/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Creativejs+%28CreativeJS%29) from (author unknown) at CreativeJS
Posted in blog Leave a comment
Link: Creation of a Box2D car with 10 customizable parameters

Very nice example and code for using Box2D to create a vehicle and some easy customizations. Making monster trucks or skateboards! Link: Creation of a Box2D car with 10 customizable parameters – (http://www.emanueleferonato.com/2011/09/18/creation-of-a-box2d-car-with-10-customizable-parameters/) from (author unknown) at Emanuele Feronato
Posted in blog Leave a comment













Karl