Category Archives: Problems & Fixes

CFLayout, Divs, and Z-index order

I ran into a problem that sometimes affects various Coldfusion elements designed to make life easier. I created a drop down mega menu which works beautifully, untill I added a CFLayot Tab box to the page. The menu would go … Continue reading

Posted in Code, Coldfusion, CSS, Problems & Fixes, Web Development | Tagged , , , , | Comments Off on CFLayout, Divs, and Z-index order

SQL – PATINDEX and CASE

I had the odd challenge of providing an account number by removing any values that were the same except for numbers at the end. Examples custname01, custname02, custname03, etc. Since these accounts are all really the same customer we need … Continue reading

Posted in Problems & Fixes, SQL | Comments Off on SQL – PATINDEX and CASE

Coldfusion CFC error messages

CFC’s are a wonderful thing in the world of Coldfusion Apps. They allow you append/display information without refreshing the page, deliver realtime queries of data, or display messages when users require guidance. They are wonderful until they break. If you … Continue reading

Posted in Coldfusion, Problems & Fixes | Comments Off on Coldfusion CFC error messages

CFEmail – Fix

If your link to the SMTP server is occasionally interrupted you will notice that CFEmail will no longer function until CF services are restarted. While reviewing an article by Ben Nadel he mentioned using an alternate SMTP Server such as … Continue reading

Posted in Coldfusion, Problems & Fixes | Comments Off on CFEmail – Fix

Text formatted columns problems – Mdash issue

Mdash in Text field causes output problems when exporting to excel. Continue reading

Posted in Coldfusion, Problems & Fixes | Comments Off on Text formatted columns problems – Mdash issue