Questions tagged [rich-internet-application]

A rich Internet application (RIA) is a Web application that has many of the characteristics of desktop application software, typically delivered by way of a site-specific browser, a browser plug-in, an independent sandbox, extensive use of JavaScript, or a virtual machine.

A rich Internet application (RIA) is a Web application that has many of the characteristics of desktop application software, typically delivered by way of a site-specific browser, a browser plug-in (such as or ), an independent sandbox, extensive use of JavaScript, or a virtual machine.

110 questions
0
votes
1 answer

browser based Image captioning tool that is open source?

looking for a browser based tool (sorta like WYSIWYG editor) but which allows the user to overlay text on a photo. It should be supported croww browser and I been searching github but coming up short.
KJW
  • 15,035
  • 47
  • 137
  • 243
0
votes
1 answer

web api or controller for client side interaction

I am currently working on a new MVC4 application that will be a rich application with alot of client side interaction. Previously for MVC application I would use controllers to simplify javascript server side interaction. Now with the advent of web…
amateur
  • 43,371
  • 65
  • 192
  • 320
-1
votes
1 answer

Why we need RIA?

Why we need RIA ? I didn't see any benefits from RIA? it need a plugin to run it, this will bring headache to its user, compared to the regular html page. Thanks.
user534009
  • 1,419
  • 4
  • 23
  • 25
-1
votes
3 answers

what is the name of chat window in gmail?

I want to write a window like gmail's chat window which when i click on minimize, it goes to right corner of the page and by scrolling does not change the position. I'm using wicket framework in java. does anyone know what is the name of this window…
JGC
  • 12,737
  • 9
  • 35
  • 57
-2
votes
1 answer

Is using sessions for single page rich web app an overkill?

There is a rich web app with login form. Logged in user should be able to send some post request to server database, which modify database records. How do I track in the server if user has role to add/modify record in server database? Should I send…
Nivellyr
  • 1
  • 1
1 2 3 4 5 6 7
8