nav-left cat-right
cat-right

RGB to HEX Converter...

Working with CSS I am constantly trying to convert RGB values from Photoshop to their hex equivalent. There is probably a setting in PhotoShop that I have missed, but the following small form will quickly convert RGB values to the HEX equivalent. You can then use these values in CSS with # at the beginning. Let me know if you find this useful: R: G: B: :

HTTP Response Header Checker...

HTTP Response Header Checker The HTTP Response is the information returned in the HTTP Protocol when you access URL’s over the Internet. Google, Yahoo and in fact all browsers rely on this information to determine if the information you are trying to access has been found or if not what may of happened to it. The full HTTP response contains a variety of information that a web server will send in response to a HTTP...