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 [...]
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/
I’m a WordPress junkie. I was using WordPress as a CMS back when there were still haters saying it couldn’t be done. I’ve tried Posterous for a while now, even tried Tumblr (cfpad.tumblr.com) as well. Both platforms are great in their own ways, but I’m moving back to a stand alone WordPress install this week. [...]
Here’s a little method I wrote to merge a CF list into an existing array.
Today I’m working on decreasing execution time on a script that does a couple DB querys and cfdirectory lists. After some preliminary testing my gut perception has proven true; the exorbinate execution time is due to cfdirectory. So I set out to find a faster way of getting file information from directories and sure enough [...]