Cool stuff for Web Designers

Design Quote Four

Tim Van Damme:
Keep chipping away at your skills and the rest will follow!

The Sketchnotes

I think this is the way to collect key information from conferences. Check out SXSW Interactive 2008 Sketchnotes

What type are you?

Simple, original, cool and very elegant test for your best font. What type are you?

Increase your productivity by 20% within 5 minutes

I did it, thanks to 2 great apps.
Focus booster is simple, but really effective application, which stimulate you concentration..
Stay focused is Chrome extension, which helps you control your time on FaceBook and other similar time consuming, useless sites :P Really works!

PIMP your Chrome

List of very useful Chrome extensions:

Wallpapers matter

I visit this site for years. It is just the best. Interfacelift

Twitter mistake. I made it and I hope you don't :)

How to Write a Great Twitter Bio to Get Targeted Followers and example of well made twitter profile

Instant framework

Great application for quick creation of a web project framework with valid HTML/XHTML and CSS in only a matter of seconds. Check out Blueprint

Your business card

Before you create it, it's definitely worth check out this:
How to Design the Perfect Business Card and 31 Creative Business Cards

Just do it after launching a web site

Things You Should Do Immediately After Launching a Website

Do you miss IE6? Blah...

If you do. Click here and you don’t any more :D

Design Quote Two

Charles Eames:
“The details are not the details. They make the design.”

Design Quote Three

Paul Rand:
“Design can be art. Design can be aesthetics. Design is so simple, that’s why it is so complicated.”

Design Quote One

Steve Jobs:
“Design is not just what it looks like and feels like. Design is how it works.”

Need idea? Go, talk and party :)

Parties. According to Steven Johnson, this is where ideas come from. Party is where different people meets, communicate and shares their ideas and where comes totally new and crazy ones :) I like this point of view :D

Bulletproof Rounded Corners with Border Radius

Thanks to Sam Brown. Ready to use :)

CSS:
.box {
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

If you need to explain internet to kid...

Try 20 things I learned. Made by Google. Fery smooth, well designed project.

What browser? :D

If you don’t know what browser do you use:P Try this: What browser
Thank you Google :P

Example of multiple CSS3 shadows

PaulRand: “My favorite thing about being a graphic designer? Not being an accountant.”

CSS:
text-shadow: rgba(255, 255, 255, 0.699219) 0px 1px 0px, rgba(120, 0, 182, 0.4) 0px 0px 7px; color:#555;

How to evaluate your web design

Cameron Moll on LessConference spoke on the subject of Good Design vs. Great Design. I was impressed by they way Cameron evaluate his work, using a simply blur filter in Photoshop. This method helps with checking the most visible elements of design from different perspective. It is quick and effective. This is why I like it.

Check Cameron Moll on LessConference (The whole presentation is worth to see. Mentioned method starts at about 21:45)

Create pixel-perfect design easier

Neven Mrgan shares his technique of creating pixel-precise graphics. Thanks to this you don’t have zoom at all, what helps save time and effort. You have more time for doing nothing :)