TechnicallyChris.com

Technical and Personal Ramblings of a Bostonian
  • Home
  • About Chris
  • Donate
  • Contact Chris

Archive

Archive for May, 2006

Keeping ColdFusion Datasource Names Dynamic

May 27th, 2006
No comments

One tip that may get overlooked by new developers to ColdFusion is the importance of keeping your DSN names in variables so that they can be changed on the fly. This is actually quite easy, but is best done at the very beginning so not to have to worry about any global find & replace tasks in your Application. The idea behind this is that when the DSN name changes, only one update needs to be made.

Read more…

Chris ColdFusion ColdFusion

Debugging On Demand in ColdFusion

May 20th, 2006
No comments

While I generally do not like to have any type of debugging turned on in a live production environment, for a few Intranet applications, it’s often useful for me to leave debugging on but hidden away. I do this to be able to look at live production page load times, query run times, etc, whenever I need to.

Read more…

Chris ColdFusion ColdFusion

Internet Explorer ActiveX Update

May 20th, 2006
No comments

In March of 2006, Microsoft announced the release of an update to Internet Explorer that would require users to “activate” a ActiveX control before they could use it. Activation could take place by either clicking on the control, or hovering over it and pressing the space bar. This update is only for Internet Explorer 6 on Windows XP Service Pack 2. You can be certain that the update will likely apply to new Operating Systems and Internet Explorer versions as they become available.

Read more…

Chris ColdFusion ActiveX, ColdFusion, Internet Explorer

Convert Tab Delimited File to Array

May 18th, 2006
No comments

I wrote this way back when for ColdFusion, so it could probably use some improvement, but it seems to work fine. Feel free to use this in your work. Basically it takes a Tab Delimited File (that you could get, for example, from a CFFILE read) and converts it into an array.

Read more…

Chris ColdFusion ColdFusion

Exporting a Query to a TAB

May 18th, 2006
No comments

For some reports, I’ve needed to export a query into a Tab Delimited file to be opened by Excel on the users machine. I developed the following to do this, you’re free to use it for anything you like. I wrote it back in my CF5 days and never looked back, so comments on improving are welcome.

Read more…

Chris ColdFusion ColdFusion

Recent Troubles with IIS 6.0 & ColdFusion MX7

May 18th, 2006
4 comments

Recently I had a problem setting up ColdFusion MX7 Standard Edition on a Windows 2003 with IIS 6.0 box (Sp1) and I thought I’d share my problem and solution.

Read more…

Chris ColdFusion ColdFusion, IIS

The Importance of CFQUERYPARAM

May 18th, 2006
No comments

My Opinion

The CFQUERYPARAM tag is, in my opinion, one of the most underused tags by both beginners and developers who have been using ColdFusion for an extended period of time. Straight from the word of the manufacturer: “Macromedia recommends that you use the cfqueryparam tag within every cfquery tag, to help secure your databases from unauthorized users.” (see this page). So what does CFQUERYPARAM do? There are two huge benefits to CFQUERYPARAM, and I’ll run through them both separately.

Read more…

Chris ColdFusion ColdFusion, Database

ColdFusion: Make Your Database Do the Work!

May 17th, 2006
No comments

One thing that will absolutely help speed up most of your ColdFusion applications is to let your database do what it’s supposed to – the database work! Too often I get so comfortable with just writing out the CFML, that I realize all the work I’m asking CF to do can be done before the data gets back to ColdFusion. Although there are some more advanced and obvious examples, let’s start with a basic one, getting the sum of sales.

Read more…

Chris ColdFusion

RSS feed
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Sponsored By

Read my review of Mozy here.

Random Posts

  • What’s Happened to Customer Service (Part 1)?
  • Ignoring Netware Tree or Server Error with SafeBoot
  • Accepting MSN Zone Game Invites in Windows Vista
  • Configuring Oracle for CFMX Standard
  • Map Users for McAfee Endpoint Encrytion using AutoIt

Tag Cloud

ActiveX Add new tag AJAX AutoIt BlueDragon Bush cfquickdocs ColdFusion Customer Service Database Firefox Flash Flex IIS Internet Explorer Java Lotus Notes Maine McAfee Endpoint Encryption Microsoft Office Mozy MSN Netware Nexus One Notepad++ Online Backup Oracle Photography Poker Railo Redsox RoboForm RoboForm2Go SafeBoot SbAdmCl Scripts Season Tickets SMS 2003 Sports Subversion TimeZones ValueList VBA Vista Windows 7

Categories

  • ColdFusion
  • Firefox
  • Google Nexus One
  • IIS
  • McAfee EE / SafeBoot
  • Microsoft Windows
  • Oracle
  • Random Code
  • Random Technology
  • Sports and Recreation
  • Subversion
  • The Untechnological

Archives

  • January 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • October 2007
  • September 2007
  • August 2007
  • January 2007
  • November 2006
  • October 2006
  • September 2006
  • August 2006
  • July 2006
  • June 2006
  • May 2006

Meta

  • Register
  • Log in
PageRank
Top WordPress
Copyright © 2006-2010 TechnicallyChris.com
Theme by mg12. Valid XHTML 1.1 and CSS 3.