Tough UI design call: Flash, DHTML, XSLT, CSS, AJAX?
I'm in the middle of a web project and need to figure out how to display some of the content within a main cell of a table (pretty standard HTML portal layout - header on top, vertical left navigation bar, rightmost cell is for content, footer at the bottom). Sorry, no publicly-viewable samples yet - but consider the layout of http://www.kuam.com/news/14401.aspx and http://www.kuam.com/decision2004/ to get the general idea.
I've already stated how I don't really gravitate towards single-page websites, but this one needs to provide as much content within the scope of a single document as possible. So therein lies the challenge.
I'm stuck on how to implement a rich user interface so people can get at the main meat of the page. The cool/daunting thing is that there is a moderate amount of content arranged in several different categorial areas, which can either be broken up into seperate master-detail pages, or displayed all at once. I'm leaning towards the latter, displaying the data within the main content cell all on the same page.
I'm considering putting the data in an XML file and formatting it via XSLT & CSS, or doing a clever Flash thing, or doing some sort of DHTML thing with folder tabs, or maybe calling everything from some XMLHTTP process and leveraging AJAX (I've been wanting to put that into production). Or maybe a combination of them all...