Delving into Coldfusion, jQuery, HTML5 and Linux

I was recently using Keith Wood’s calendar plugin and kept running into an issue when trying to copy a date object and add days to it. When I would copy the object, I was actually just creating a reference to the original… Not what I wanted. Found the answer was to clone the object, and [...]

Read more...

§273 · December 10, 2011 · JavaScript, Tips & Tricks · (No comments) · Tags: , , ,


I’ve been wondering if I should be using Try / Catch for more readable code. My biggest worry is of course efficient. Found this concise test on JSFiddle. http://jsfiddle.net/jonjenkins/adJQn/

Read more...

§270 · December 7, 2011 · Uncategorized · (No comments) · Tags: , ,


Google just released a new tool for reviewing your site DOM security. Read more and download the Chrome extension after the jump. https://code.google.com/p/domsnitch/wiki/DOMSnitchDoc

Read more...

§124 · June 22, 2011 · JavaScript · (No comments) · Tags: , ,


This morning I had the opportunity to rethink how I handle IE6 support. I’ve been torn, in the last few months, over how to phase out support for IE6 at my design firm. I’ve always had a one version back policy with my clients when it comes to Internet Explorer. Now that IE8 has been [...]

Read more...

§184 · May 21, 2009 · Uncategorized · (No comments) · Tags: , , ,