An RIA is Not a Web Page
Posted by brandonthedeveloper at February 24th, 2007
The always awesome Ryan Stewart had a couple of really good articles this week over at www.digitalbackcountry.com and www.zdnet.net discussing a stigma in the RIA community right now – developers and designers have to stop thinking about design and usability of browser/desktop RIAs as if they were web pages.
This is proving to be an enormous speed bump for a lot of us. Visualizing data in that way for an RIA UI makes no sense. Flash/Flex offer a number of ways to group and contain data so its relevant and available if the user wants to see it and out-of-sight if they don’t. These are display ’states’ of information, not pages. We have the ability to keep our apps clutter free and easy to navigate but mostly we just stack information in a ‘top down’ format ala web page.
I know this is a pretty lame example but look at a tool box. It has drawers, compartments, shelves that contain all the different tools we use. Now look at a chest. It could easily hold all the items in our tool box but would they be as easy to find with out the individual containers? (Sorry, I know that’s lame)
This is also something we need to communicate to our team members – especially between the developer and designer. If only half that team is thinking ‘this is an RIA not a web page UI’ its not going to be easy coming up with a usable solution.
RIAs do not serve the same purpose as a web page either, In my experience, while a web page can hold pretty much anything, an RIA is a display of data. That is the big difference that needs to be realized.


