<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=6550290188043595882&amp;blogName=Dave+Murray+Miyamasu%27s+Developer+Blog&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;homepageUrl=http%3A%2F%2Fcodedavecode.blogspot.com%2F&amp;blogLocale=en_US&amp;searchRoot=http%3A%2F%2Fcodedavecode.blogspot.com%2Fsearch" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" title="Blogger Navigation and Search"></iframe> <div></div>

About

"Code Dave Code is authored and maintained by David Murray Miyamasu. David is an ASP.NET Developer living in Ohio. He is happily married and enjoys hanging out with his beautiful wife."

CSS Color Scheme generator for the color-blind

Recently while building a sample site with Windows Azure, I found myself trying to determine the color scheme for my site. I determined that my lack of color coordination was stopping any real progress, so I went to Color Hunter to develop a color scheme for use on my site.

There are two key features that I found helpful

  1. You can choose from other popular color schemes
  2. You can upload your own picture and Color Hunter will extract the colors from the image and give you the matching colors.

If you have a minute, check it out. It is really cool and helped me sail through my CSS design phase.

Link to Color Hunter

You can leave your response or bookmark this post to Digg by using the links below.
Comment | Bookmark | Go to end