
Tags
ActionScript
Adobe
AIR
AIR Native Extension
Android
ANE
Application Devlopment
Arduino
BlazeDS
C
CFUG
Class
ColdFusion
ColdFusion Builder
CompSci
Computer Engineer
Computer Science
CS
CSE
DLL
Education
Flash
Flash Builder
Flex
Flex Builder
InsideRIA
iPhone
Java
Job
K-12
Kinect
LiveCycle
LiveCycle DS
MacOS
MAX
Mobile
O’Reilly
POV
Queensland
Resume
RIA
RIM
TV
University
Video
Microblog
- 4:51:40 PM AIR applications created: x.apk, x.ipa 4:54:38 PM 91 changes committed: Subversion: Committed revision 17. 7 hours ago
- ok. code committed. now I have the rest of the day to do chores and play :) 7 hours ago
- Have I ever mentioned how much I despise Flex Skinning? Trying to update a Flex Mobile app to match the new Android UI/Style guidelines 7 hours ago
- bike bike bike bike. ANDERSON! 1 day ago
- finally registered for the @ahecta 2012 :) San Antonio, here I come (in a month) 2 days ago
- Waiting for the Michigan ActionScript Usergroup to begin... Mobile App Development Q&A tonight! 3 days ago
Archives
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- May 2011
- January 2011
- December 2010
- November 2010
- October 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- August 2007
- October 2006
- January 1970



Well it really just boils down to what are the problems that need to be solved, and what are the priorities. You weigh the pros and cons of all your options and make a decision that’s best for your business.
I’m glad you talked about frameworks. I’ve used CF since 2005, so I am fairly new to CF and programming in general, and I must say, I never could come up with a good reason to justify the expenditure of my time to learn a framework. The depth of CF has kept me very busy (learning). What you said about needing to keep things neat has been difficult for me. I have realized that it comes down to planning the site and one thing that I did not hear mentioned (in the interview) was the use of UML. I come from an electronics background so I have used block diagrams and schematics, which are similar to UML. There’s no way I could have troubleshot a piece of equipment without those diagrams. I recently got hired as a CF programmer, or so I thought, only to be told I was going to maintain a PHP web site, other than knowing of PHP, I had never written a line of code in PHP. Anyway the point is, it sure would have been a lot easer to understand the web site, if it had been documented with UML. Block diagrams can go a long way in making the layout of the site and code understandable, so it seems. UML itself can be overwhelming because it too is very deep. However, if you can get past all the different diagrams that are available in UML and figure out which diagrams you need to use (there seems to be hundreds to choose from), it seems to me that this would go a long way towards getting the “big picture”, once you get the big picture, you can take each item and break it down into it’s own diagram. Anyway, the point of this comment is to find out if any CF programmers use UML. I myself have only recently started using UML, but it seems like it would greatly help out anyone who had to maintain someone elses code, and of course it would benefit me while writing the code.