Keep chipping away at your skills and the rest will follow!
Cool stuff for Web Designers
Design Quote Four
Landing page
The Sketchnotes
What type are you?
Increase your productivity by 20% within 5 minutes
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
- StayFocusd for controlling your time on FaceBook and others social portals
- Window Resizer - it is very useful for designers, who want to make sure, that web site looks good in all browsers
- Web Developer for some useful tools, which doesn't have standard Chrome inspector
- Awesome Screenshot: Capture & Annotate for collecting your "inspiration"
- AdBlock for blocking ads. No more explanation needed ;)
- SEO Site Tools
- Color Picker for picking colors.
- Chrome snifer for inspecting web framework / CMS and javascript library running on current browsing website.
Wallpapers matter
Twitter mistake. I made it and I hope you don't :)
Instant framework
Your business card
How to Design the Perfect Business Card and 31 Creative Business Cards
Just do it after launching a web site
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
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...
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
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 :)