Make IE6 respect width (CSS)

What we do to emulate min-width in IE-6? We apply this css to container: .container { height:auto !important; height:200px; min-height:200px; } Here’s what happens: IE 6 doesn’t understand !important, IE6 doesn’t know what min-height is, … Continued

Javascript router

Let’s say you’re building a 3-pages website: Home User Settings -> Profile User Settings -> Account Pretty basic. However, on the front end, you need to implement the following using Javascript: Home page should have … Continued

Seeking constraints in a web design world

Over many beers, and one smashing bout of Checkers with friend and illustrator Jesse Hora, we transparently discussed our love for print design and our ideological positions on web design. The web offers the ease … Continued