I have devloped in ColdFusion and other web based languages for the last 9 years. The good thing for me was that I have a strong C++ background. The thing I find hardest for people making the transition is: 1) Object Oriented: Making the trans. to languages that use structures, classess, definitions, etc. Is sometimes a hard concept for web developers. 2) Variable Types: Most web languages treat everything just as a variable, unlike .NET, C++, etc. where there are integers, booleans, strngs, constants, etc. 3) Compiling & Debugging: Brings on a whole new concept with .NET, C++, etc. development.. web languages like ColdFusion are compile on the fly. Developers have to get use to debugging and compilation errors. 4) Memory Allocation and Clean Up: Unlike ColdFusion you will also have to worry about memory allocation, and cleaning up your variables. This is really important, because you will create programs with a lot of memory leaks. The best thing to to hit up a bunch of tutorial sites, read some books that give you little projects to develope. For the most part you should be fine as long as you study up on the basics and continue to improve your skills on the side. Good luck! ===================**
Matthew R. Miller**
www.bytemycode.com
www.codeandcoffee.com
www.computersmarts.net