Graphic design tips

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.unfocusedbrain.com/projects/match_color/ Adjusting your photographs to get the color 'just right' can be a chore.

Improve your photography with classical art.

Adobe TV

12 Tips to Better Website Usability | Netjelly

Usability is an intensive topic in the web development community. http://netjelly.com/2010/03/11/12-tips-to-better-website-usability/
http://css-tricks.com/jquery-magicline-navigation/ Published by Chris Coyier

jQuery MagicLine Navigation

45 Fresh Useful JavaScript and jQuery Techniques and Tools - Sma

Yes, this is another round-up of fresh and useful Javascript techniques, tools and resources . But don’t close the tab yet, as you might find this one very useful. In this selection we present calendars, forms, buttons, navigation, debugging, optimization and compatibility tables as well as handy resources and tools. http://coding.smashingmagazine.com/2010/03/12/45-fresh-useful-javascript-and-jquery-techniques-and-tools/#more-32505

Fresh Set of CSS-only Menus

Here is a set of fresh CSS-only menus for your website – no images, no JavaScript. The markup for the menus is always the same and I used 12 different stylesheets for their appearance. http://tympanus.net/codrops/2010/01/31/fresh-set-of-css-only-menus/

Using jQuery for Background Image Animations

http://snook.ca/archives/javascript/jquery-bg-image-animations/ After reading Dave Shea's article on CSS Sprites using jQuery to produce animation effects, I felt like playing around with things to see what could be done but accomplish it with a simpler HTML structure (no need for adding superfluous tags) and simpler code, too. Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for (and I'm not the first to think so: see the examples at the end of this article). jQuery is a great library for this type of task but out of the box, it can't animate background position properly because of the need to animate two values instead of just one (too bad not all browsers implemented the non-standard background-position-x and -y like Internet Explorer).