doesn’t look perfect on my Chrome (Win) but is featured and discussed a lot.
butterfly X scrapbook
interesting things I stumbled upon, esp. regarding design, webdesign, online marketing, advertising. Mixed german and english language.
HTML5 Boilerplate - A rock-solid default template for HTML5 awesome. →
The Top 8 Placeholder Services for Web Designers | Nettuts →
The Top 8 Placeholder Services for Web Designers: What’s a placeholder? Well, when you’re working on a new website, isn’t it a waste of time to use stock images, cropped to the right dimensions? A placeholder service allows you to automatically use a random image at the desired dimensions with minimal effort.
IE6 is dead and got a dedicated website for his funeral: http://ie6funeral.com/
(via Vitaly Friedman)
a new service for (web)designer: dummy pictures with intelligent features. Check: http://lorempixum.com/
Interesting web design and nice visualization. Check out Hitlantis to find new music in a stylish way.
Interesting CSS3 gradients
background-image: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.23, #AEEF34),
color-stop(0.62, #D1FF4E),
color-stop(0.81, #FBFF6E)
);
background-image: -moz-linear-gradient(
right bottom,
#AEEF34 23%,
#D1FF4E 62%,
#FBFF6E 81%
);
background-image: -webkit-gradient(
linear,
right bottom,
left top,
color-stop(0.42, #7F402C),
color-stop(0.71, #A65A47),
color-stop(0.86, #C87564)
);
background-image: -moz-linear-gradient(
right bottom,
#7F402C 42%,
#A65A47 71%,
#C87564 86%
);

background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.47, #B21371),
color-stop(0.74, #D62E93),
color-stop(0.87, #FF4AB1)
);
background-image: -moz-linear-gradient(
center bottom,
#B21371 47%,
#D62E93 74%,
#FF4AB1 87%
);





