Links News Contact Us About us Privacy Terms FAQ Add feedback Invite a friend Bookmark
Home Members Blogs Photos Groups Events Polls Forums Articles Boards chat
Tags - toolkit
January 6, 2009January 6, 2009  7 comments  technology

With so many RIA options out there, many people get confused about which technology to hitch their wagon to in order to build an RIA. Unfortunatley many RIAs are built with the wrong stuff. Here are some general guidelines to help you make better choices.

  1. Performance is still important. Consumers are even less patient now with poorly performing web sites. Just because a lot of people have broadband-speed Internet access is no excuse for building poorly performing web sites.
  2. Maintainability is important. The more complex your technology the higher the risk and cost of maintainability.
  3. Most applications need to support multiple platforms. IE, Firefox, Safari, Opera, the iPhone, Windows, Mac, Linux - are all major market segments. Understand which platforms you ned to support.
  4. Accessibility is important and may be legally mandated for your RIA.
  5. Re-use may be important from a cost management perspective.

Taking these things into account I try to use the strategy of choosing the simplest technical solution, with the least amount of code to maintain, that works on most browsers, that will support my requirements.

My technology ladder usually looks like this:

  1. Plain Old Semantic HTML (POSH) +  JavaScript
  2. Hand written DHTML / Ajax
  3. Flash
  4. Some Ajax toolkit (like Dojo, or Prototype)
  5. Flex
  6. A custom plugin (which I have never done)

Even though Flex is #5, it's sometimes the best solution for dynamic charting. Even though the toolkits like Dojo handle Ajax beautifully, I don't always want that much code to do a simple XHR. Flash is great for a lot of controls, and some charting applications.

I sometimes find that developers choose a technology merely because they are more comfortable with it. That is a compelling reason, however it doesn't lead to the best technology decisions.

Tags: ajax dhtml flash flex ria dojo toolkit 

Description
RIAguy
Posts: 5
Comments: 15
Rich Internet Applications and the Human experience. I write about technology I use - notable Flash / Flex / Silverlight and Ajax, and the way those technologies can make life better for humans.
Tags
3 ajax (3)
2 json (2)
2 ria (2)
2 dojo (2)
2 flex (2)
2 flash (2)
1 microsoft (1)
1 web-3.0 (1)
1 cairngorm (1)
1 future (1)
1 puremvc (1)
1 security (1)
1 jsonp (1)
1 javascript (1)
1 xhr (1)
1 mvc (1)
1 design (1)
1 internet (1)
Copyright © 2009 RIAspot.com