Delbridge.Org

The Seldom Updated Weblog of Dave Delbridge

Delbridge.Org

Entries Tagged as Computer Tech

How To Pass Multiple Name/Value Pairs from ColdFusion to jQuery

April 29, 2011 · No Comments

ColdFusion and jQuery complement each other quite nicely.  The first facilitates all manner of back-end über-awesomeness while the other, comparatively new kid on the block, puts some bling on your front-end, so to speak.  Thankfully, getting these two to share data through Document Object Model (DOM) elements is easy, if altogether undocumented.  And by "undocumented," I of course mean that it's well-documented, but in nomenclature that evaded this seasoned ColdFusion developer for hours of tedious Google searching.

[Read more →]

No CommentsTags: Computer Tech

Optimizing Your ColdFusion Site for Commercial Hosting

April 18, 2011 · No Comments

When moving your ColdFusion website to a commercial hosting provider, between providers or even from an internal development server to your own production server, problems may arise from inconsistencies between the two locations; problems that are most easily remedied by that proverbial, cruel, mocking "ounce of prevention."

Relocating a site between hosts already implies downtime and frazzled nerves.  The last thing you need in this situation is a slew of fresh page errors.  Here are some very simple tips for improving the portability of your ColdFusion site.

[Read more →]

No CommentsTags: Computer Tech

Tracking Japan's Nuclear Radiation

March 17, 2011 · 3 Comments

Standing downwind from Japan's damaged nuclear reactors, its understandable that some Americans have turned their nuclear radiation panic dials to "11."  Misinformation published on the Internet has only compounded the problem.  Thankfully, The New York Times has published an animated computer model that predicts "extremely minor health consequences."  And now that we have a weather prediction, all we need is a real-time radiation weather map.

Unfortunately, there is no such thing as a "radiation weather map."  So instead, let's grab some real-time EPA data and throw it into Microsoft Excel....

[Read more →]

3 CommentsTags: Computer Tech

Tackling Twitter's OAuth with ColdFusion

October 26, 2010 · 12 Comments

In September of 2010, Twitter pulled the plug on Basic Authentication, imposing an open authorization (OAuth) security protocol on application developers.  The trouble with OAuth?  It's a wee bit complicated.  Worse still, as of this writing, ColdFusion is noticeably absent from Twitter's API wiki, offering no libraries or examples to work from.

On the upside, a handful of ColdFusion solutions have surfaced, like the impressive Twitter4J Java library and a component library adapted from PHP by Harry Klein.  But, if you're new to OAuth, then you may have found those solutions difficult to understand.  Or perhaps you'd rather roll your own.  Either way, I thought it worthwhile to compose an OAuth primer for ColdFusion developers.  For the purposes of education, the code samples are traditional and heavily commented.  I hope you find it helpful.

[Read more →]

12 CommentsTags: Computer Tech

Mouse Trouble in Microsoft Word After Windows Update

March 31, 2010 · No Comments

It must be Wednesday.  My Windows desktop is blissfully clean where three-hundred Firefox windows once were, and Microsoft Word 2007 has gone funky - the mouse doesn't work, except for opening menus.  Yup, it's Wednesday, when Microsoft pushes out its Windows updates.  I've seen this four times now and, though it has been documented elsewhere, I'm composing this blog post - a note to myself, really - so that I may never again need to Google the solution.

[Read more →]

No CommentsTags: Computer Tech

How to Install ColdFusion 9 on Windows 2000 / IIS 5

March 06, 2010 · 11 Comments

With the release of Coldfusion 9, Adobe has officially discontinued CF support for Windows 2000, this just prior to the operating system's official EOL.  However, while the workaround is tedious and officially "unsupported" by Adobe, I'm happy to report that ColdFusion 9 can indeed be installed on Windows 2000 with IIS. For step-by-step instructions, read on....

[Read more →]

11 CommentsTags: Computer Tech

Install Kai's Power Tools (KTP) 3, 5 and 6 on Windows Vista

April 19, 2008 · 15 Comments

Kai's Power Tools (KPT) versions 3, 5 and 6, from MetaTools/MetaCreations will not install on Microsoft's Windows Vista.  Of course, you could upgrade to Corel's KPT suite, but why spend money on software you already own?  Fortunately, there's a workaround.  This article provides step-by-step instructions for recovering your precious KPT 3, 5 and 6 plug-ins on Vista.

[Read more →]

15 CommentsTags: Computer Tech