> > > I was going to ask, "which frameworks are the most popular" in terms of > actual employment statistics but even then, it might all be a waste of time > if my next contract doesn't use ( framework x,y, or z ). > > Maybe what you are looking for isn't going to be solved by a framework, but by a better methodology. By far, the most popular way to write web applications these days, an improvement over the old Fusebox days, and certainly enabled (and sometimes forced) by all the frameworks, is MVC.
The Model-View-Controller pattern is pretty ideal for web applications, and is one of the best tools we developers have these days. You can do it without a framework, it's not hard ( www.dopefly.com/techblog/entry.cfm?entry=307 and www.dopefly.com/techblog/entry.cfm?entry=308), and it's much more important than marrying yourself to any specific framework. nathan strutz [www.dopefly.com] [hi.im/nathanstrutz] [about.me/nathanstrutz] On Wed, May 9, 2012 at 9:20 AM, Don <[email protected]> wrote: > > But my approach to frameworks has been to 'wait and see'. Because I don't > like wasting my time. I need to do something on a daily basis other wise it > wont stick. > > I delayed learning any Framework and then just learned fusebox at a > job/contract. > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351093 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

