nav-left cat-right
cat-right
Recent Comments
  • Jerry: great tool for hex codes...
Random Articles
random article
Determine URL of an Image... I came across a problem recently whereby I wanted to determine the MCMS URL of an...
random article
RGB to HEX Converter... Working with CSS I am constantly trying to convert RGB values from Photoshop to...
random article
HTTP Response Header Chec... HTTP Response Header Checker The HTTP Response is the information returned in the...
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: : SHARETHIS.addEntry({ title: "RGB to HEX Converter",...
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...
The long forgotten robots.txt... I am still amazed at how many web sites still don’t employ a robots.txt file at the root of their web server.  Even SEO firms or people claiming to be SEO experts have them missing which I find very funny.  There also countless arguments of whether you still need to have a robots.txt, but my advice is if the search engine robots still request it then I’d rather have it there with the welcome mat to the site. For...
Determine URL of an ImagePlaceholder... I came across a problem recently whereby I wanted to determine the MCMS URL of an image stored in the MCMS Resource gallery.  The script had several image placeholders, some of which may of had images bound to them. My requirements involved determining the URL of any given image and then to use this in some CSS styling.   Faced with this scenario the following code should help: //Setup placeholder object and string...