Contact Me
Resources
Development Tips & Code Library
-
Recent Entries
Blogroll
Author Archives: eSearing
Eric Searing Photography Blog
I’ m getting back into photography again and have started a new photography blog. Eventually it will be come a more traditional portflolio space. You can view it at: http://www.searing.photography/
Posted in Art, Web Development
Comments Off on Eric Searing Photography Blog
Remove dollar formatting
Sometimes users will not follow instructions and will include $ signs and dollar formatting when providing dollar amounts. Here is the fix. #rereplace(new_value, “[^\d.]”, “”, “ALL”)#
Posted in Code, Coldfusion, Snippets
Tagged formatting, regex
Comments Off on Remove dollar formatting
HTTP Header Variables
The company passes certain header variables to my website that I can use for security and tracking of users. I needed a way to see these values on a test page. Fortunately there is a simple dump of header variables … Continue reading
Posted in Code, Coldfusion, Snippets
Comments Off on HTTP Header Variables
CFC Bind errors
I can never seem to write a componenct without some sort of error in the SQL or in the structure. Here is my list of things to check if I can not find the error. In the bind statement make sure … Continue reading
Posted in Code, Coldfusion, Problems & Fixes
Tagged Ajax, CFC Errors, Coldfusion Errors
Comments Off on CFC Bind errors
Odd SQL Server Error message
This one took me a few minutes to figure out. “Incorrect syntax near ‘@P2’. “. At first I thought my Colfusion server was having an issue with an email address I was inserting but the “P2” was not in the … Continue reading
Posted in Problems & Fixes, SQL
Tagged @p2, incorrect syntax
Comments Off on Odd SQL Server Error message