Hi Guys, I'm working on an app (details.at as many of you know).
I've been able to get most of my functions working correctly, but I'm sure there are better/more efficient ways to code what I've done. I know some of you prefer to us CFSCRIPT, so I'm not sure where in my code it would be better to use it. I LIKE readability, and from what I understand, if anything, cfscript makes the coding easier to read because there's less syntax involved in individual declarations. If anybody feels like helping, as this may be a good discussion on CFML best practices, I'm going to post a 2 part script I wrote for the registration process. This is essentially a basic form. Most of the display code is in a separate include file (such as the form), so I'm just concerned about the data part. I've commented what I thought was necessary. If anybody want's to see the actual form code, I can post that too. Step 1 - http://details.at/step1.txt Step 2 - http://details.at/step2.txt -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
