On 8/29/07, Steve Sequenzia wrote: > I am currently working on a small web app and I am struggling with some UI > issues. > > I have in the past liked to use frames (I know) for the general layout.
You know, it may seem funny, but you can (using dojo, fer sure others) make a really nice, super-degradable JS app, by falling back to frames when JS isn't available. At least in theory- someday I'll get around to the test. :) Using the same code, even. Slick stuff. Just stick the frameset in the noscript tag... use JS to glom onto the normal links and do ajaxian stuff when they're clicked instead of "normal" (non-js) behavior... Some stuff has to be different, of course, but you could probably get the bulk of it looking pretty similar. If you find that cool. Your frameset skills may still be useful! :-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287508 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

