Contact Me
Resources
Development Tips & Code Library
-
Recent Entries
Blogroll
Category Archives: Problems & Fixes
CFMail Adding multiple attachments with CFMAILPARAM
In building a project for work I needed to add potentially multiple attachments to an email. Fortunately, CFMail has a way to add header and additional information. <cfmail to=”somebody@domain.com” from = “yourstruly@domain.com” subject=”something” server=”yourmailserver”> <p>Here are your attachments.</p> <cfmailparam file=”c://yourpath/filename.ext”> … Continue reading
Posted in Code, Coldfusion, Problems & Fixes, Snippets
Comments Off on CFMail Adding multiple attachments with CFMAILPARAM
Javascript Objects and Methods
I have a lovely form that allows me to add_new records, edit records, or delete records for a database table. What was missing was an extra submit button to allow me to edit an existing record and save it as … Continue reading
Posted in Code, Problems & Fixes
Tagged Javascript Errors
Comments Off on Javascript Objects and Methods
CFMail Tracker – Application
Seems like CFMail goes wonky every once in a while and decides not to work. The administrators always blame it on too much mail for the server to handle. So I decided to call them on their “theory” and build … Continue reading
Posted in Code, Coldfusion, Problems & Fixes, SQL
Comments Off on CFMail Tracker – Application
Select TOP n vs Set Rowcount n
We had an issue this week while migrating our databases from Sybase to SQL SERVER. In sybase we would use SET ROWCOUNT 1 if we wanted to return only 1 record within a cfquery. Works just fine and it is … Continue reading
Posted in Code, Problems & Fixes
Comments Off on Select TOP n vs Set Rowcount n
GoDaddy and Coldfusion
After a few days of installation and creative configuration I do believe the test lab is ready for just about any Coldfusion Apps or tasks I can throw at it. Below is the ordeal I went through to get there. … Continue reading
Posted in Coldfusion, Hosting, Problems & Fixes
1 Comment