Friday, February 11, 2011

HTML form field colour picker

JSColor is a simple color picker for HTML forms. It extends all desired input fields of a color selection dialog - and no framework needed, sweet!

http://jscolor.com/

Wednesday, February 9, 2011

Stinky IE8 compatibility mode killing your website?

If so, simply add this META code to your site to force IE8 NOT to use compatibility mode... http-equiv="X-UA-Compatible" content="IE=EmulateIE8"

Ahhh... fixed!

You can of course also add as a HTTP header in IIS on your web server! Saves adding it to multiple websites.