The home of Dan Switzer.
Show all feed information | Ping Blog Update
Yesterday I ran into a very strange bug with ColdFusion 9 and I thought it worth blogging about. I think this probably affects earlier versions of the product, but I haven't tested to confirm. What was happening is whenever I tried executing a specific query, I was seeing the following error: …
A common practice when building applications in ColdFusion is to utilize the onError event in the Application.cfc in order to track and log errors that occur in your application, so that you can track down the problems and resolve them. However, there's one type of error that can often escape …
keywords background information, cfc, cfoutput, checks, coldfusion, culprit, html/coldfusion, logic, lt, page doesn, sql query
Yesterday I finally had the incentive to download Git so I could fork a Github project ( Mustache.cfc ) and contribute some changes I'd made. Being that Eclipse is my main IDE, EGit seemed to be a logical client to install. The install process was painless and I was able to figure out how to …
This morning I was reading Adding your own callbacks to existing JavaScript functions by Dave Ward —which covers how to overwrite an existing function so you can add some additional functionality (in this case, adding callbacks.) While the article is informative, a couple of improvements …
Today a new version of the jQuery Linkselect Plug-in was released. The new version under went a ton of changes from the previous version and includes a much better CSS skinning mechanism (see the Linkselect Example .) The coolest new feature is probably the "placeholder" support, which …
We recently upgraded our version of Subversion from a very old version of Subversion to v1.7.1. We really wanted the newer merging capabilities that arrived in Subversion 1.5 and figured it was worth the energy to upgrade Subversion to the latest version. Fortunately upgrading our Subversion …
I've been updating some code that was built using jQuery Templates , but since jQuery Templates has been discontinued , I've decided to migrate my code to use JsRender . The syntax is close enough for the most part that translating existing templates is straightforward enough. For the most part …
On Friday I upgraded my iPhone 3GS to the new iPhone 4S. One of the things that's changed in the 4S is that it's supposed to support HSPA+. Well not truly "4G", it should offer faster data transfers on AT&T's network. Before heading into the AT&T store to pick up my new phone, …
There was some disturbing news yesterday—and I'm not talking about the death of Steve Jobs. The "Olson" time zone database was taken offline. While the immediate impact may not be felt, this is a very important open project and shutting it down is potentially going to cause a lot …
One of the features introduced in Microsoft SQL 2005 that I think really goes largely unused in the "OUTPUT" clause . It certainly was a feature that went unnoticed by me for a long time and even once I became aware of the feature, didn't really put it to much use. However, lately I've …
keywords bill gates, html/coldfusion, long time, microsoft, microsoft sql, refactoring, sql, sql server 2005, steve jobs, syntax