Shades of Grey

Aug 21

inline-block

http://designshack.net/articles/css/whats-the-deal-with-display-inline-block/

For when you want to display an element inline, but style it like a block level element. 

Display: inline-block;

li {
  display: inline-block;
  width: 100px;
  vertical-align: top;
 
  /*Dirty IE Hack*/
  zoom: 1;
  *display: inline;
}

Aug 18

.htcaccess

http://webdesign.tutsplus.com/tutorials/workflow-tutorials/quick-tip-point-visitors-in-the-right-direction-with-htaccess/

Simple CSS and jQuery lightbox

http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and-jquery/

Circle Hover Effects

http://tympanus.net/codrops/2012/08/08/circle-hover-effects-with-css-transitions/

Highlight parent menu items

http://www.ilovecolors.com.ar/wordpress-menus-highlight-parent-items-jquery/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ilovecolors+%28ilovecolors+%7C+design+%2B+development%29

Jan 11

CSS cheat sheet

http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/

Navigation patterns

http://www.webdesignerdepot.com/2011/11/navigation-patterns-for-ten-common-types-of-websites/

Free layouts

http://coding.smashingmagazine.com/2009/07/08/free-typographic-xhtmlcss-layouts-for-your-designs/

Nov 07

http://www.denisdesigns.com/blog/2011/07/create-a-clean-retro-badge-in-adobe-illustrator/

Oct 08

Onepagelove.com - a showcase of one page websites.

I absolutely love this trend of one-page websites, there is some really creative stuff out there.