September 2010
7 posts
5 tags
5 tags
All of our engineers are designers and our designers are engineers. When you...
– Inventor James Dyson (via strake)
I swear some magical stuff happens when a designer knows a little about engineering or vice-versa. The two fields truly compliment each other perfectly.
1 tag
6 tags
Trying out Firefox 4 beta
So I think it’s that time of the year again where I attempt to switch browsers. I have done this about 4-5 times over the last 2 years, usually whenever a major browser release comes out. Last time was Chrome, and it pissed me off because it embraced all of Safari’s philosophies about minimalism but completely missed the boat on OS integration.
Firefox 4 Beta
So this time I am...
Article: Tumblr Leaves Posterous in the Dust
Tumblr Leaves Posterous in the Dust http://www.readwriteweb.com/archives/tumblr_leaves_posterous_in_the_dust.php#more (
5 tags
CSS3 Triangle Gradients
Another CSS3 experiment I did because someone thought it couldn’t be done.
{
width: 60px;
height: 60px;
position: absolute;
top: 3em;
left: -30px;
clip: rect(auto 30px 60px auto);
}
{
content: '';
position: absolute;
background-color: rgba(0,0,0, .7);
top: 8px;
bottom: 8px;
left: 8px;
right: 8px;
-webkit-transform:rotate(-45deg);
...
4 tags