TeraTech offers training classes for ColdFusion and Fusebox for every skill level. Here are the upcoming classes you can sign up for. ColdFusion 201 – Tuesday, April 29th, 10am-5 Taught by resident expert Ajay Sathuluri, this class is the follow-up to beginner’s ColdFusion where he will cover how to secure all of your sites parts […]
ColdFusion Developer
Working with I Drive Smart Rewarding in More Ways Than One
TeraTech ColdFusion Developer As a ColdFusion developer for TeraTech, I recently had the opportunity to start working on a project that is satisfying in more ways than just doing a great job with web technology. TeraTech was asked to take over the ongoing maintenance and enhancement of an existing website for a new client, www.IDriveSmart.com. […]
ColdFusion Developers Photos
I have created a Flickr group called “ColdFusion Developers“. We have different groups such as CFUnited or Fusebox etc. but having a general group would also be a good idea. We already have a lot of photos over there and you can try to find your photo. If you know any names to go with […]
What I Do After First Dreamweaver Installation
I have just formatted my drive C after having a new hard disk and installed everything again and again. Of course Dreamweaver is also installed from scratch. After starting Dreamweaver for the first time I need to set some settings. Here is what I do after a new Dreamweaver installation. First I am a ColdFusion/Flex […]
Regular expression to search for FORM and CFFORM tags
FORM and CFFORM tags Recently I needed to go through a large body of code, checking all forms to be sure they met certain requirements. There was a lot of old ColdFusion code, written by many different people over a period of years. I didn’t have one single string to search on, and wanted to […]
Simple Unicode Tips
Here are some simple tips that would be helpful while working with Unicode data. – While registering Microsoft SQL Server Database, please be sure to check “Enable Unicode for data sources configured for non-Latin characters” setting in ColdFusion DSN settings. MS SQL Server Un’code setting in CF Admin – If you are using MS SQL […]
Query of Query bug
Recently ran into a strange bug with Query of Query. I’m looping over an outer query “queryA”, which has the collection of patterns. For each one, I have 2 other queries; queryB and queryC. I tried getting a QofQ on the queryB, then looping over that to check an error condition. then for error, list […]