The rich-internet-application tag has no wiki summary.
-2
votes
1answer
40 views
Is using sessions for single page rich web app an overkill? [closed]
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 ...
0
votes
5answers
168 views
Java framework to build Rich Web Apps for IE8
We build Java Spring MVC web apps for internal company users that have pretty basic GUIs. A few have jQuery/Ajax to add some GUI richness, but nothing major. For a new app, the business users are ...
0
votes
1answer
20 views
browser based Image captioning tool that is open source? [closed]
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.
...
0
votes
2answers
182 views
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 ...
1
vote
1answer
461 views
Using maqetta as frontend for php app
I recently found maqetta which allows to creat rich html5 ui for webapps. I am not able to find the best way to integrate php app with this. Something like codeigniter.
Will placing php in the source ...
0
votes
0answers
27 views
Need a component that will allow end-user to design a business card online
Flash and HTML5 can be used to create a custom control to allow someone to design a business card online by superimposing text boxes and graphics over a template. Considering there are a number of ...
0
votes
1answer
121 views
Difference between “smart client application” and “rich internet application”?
What is the difference between "smart client application" and "rich internet application"?
0
votes
0answers
71 views
QtWebKit or Java for desktop AND web client
I need to develop a workflow based software (DB data management, data visualization, reporting, etc.) that should have a desktop and a web version.
I would like to select a technology that would make ...
1
vote
2answers
76 views
Tool for building WebML (RIAs extended) diagrams?
Do you know of any free tool for modeling data, business logic and maybe presentation (UI, interactions, etc) of Rich Internet Applications (RIAs) ?
Thank you!
1
vote
2answers
231 views
Are there any decent .NET MVC frameworks for building rich AJAX applications?
I'd like to build an application(s) with rich ajax-based user interface. Key UI features would be:
Realtime data saving (incomplete data that user typed in forms should
be saved server side)
...
1
vote
1answer
1k views
Axis labels are not visible of an chart in ExtJS 4
I am trying to draw an chart inside panel. Chart bars are getting drawn correctly but x and y axis labels are not shown when chart is drawn. Code to draw chart is as follows :
Ext.require([
...
0
votes
1answer
406 views
Is there any framework for rich web clients on top of html/css/js?
Some RAD tools like openobject use rich web clients. I.e. their client side code reside inside the browser and they talk to the server via xml-rpc or json-rpc only and change the view accordingly, all ...
0
votes
2answers
168 views
nested quotes in haml
I'm trying to convert my knockoutJs html code to HAML, trying to achieve something after compilation like:
<div data-bind="attr: { 'data-something': someValue }">...</div>
So I try:
...
0
votes
1answer
44 views
What are some modern and idiomatic ways to break up complex HTML5 views to ease development? [closed]
What I mean is if you're building a rich internet app, and you have one large HTML file that contains many different views that are shown/hidden depending on app state, how can you break these into ...
1
vote
1answer
294 views
Deploying Web APP (Client side) as Desktop Client
i am looking for an option to fully deploy the client side AJAX app written in js using qooxdoo framework.All view logic stays at Qooxdoo JavaScript framework. But i want to deploy it as desktop ...
0
votes
1answer
539 views
Many to many relationship events with backbone.js
I have a many-to-many relationship with two of my backbone.js models implemented using a pivot table on the serverside. I'm trying to figure out how to structure it clientside. My current structure ...
3
votes
3answers
779 views
How to avoid too many ajax calls and cache json data on the client side
I have a calendar application and it loads all of the event data using ajax and json results. the issue is that i have different view and right now i have to re call the server when i change views.
...
0
votes
2answers
47 views
which event fires when something dragged onto an input?
I have a text input.
I drag the URL from a browser window into the text field. (Click hold on the url bar, drag, let go of click in the text field).
Which event fires in this case? Listening on ...
1
vote
0answers
186 views
Online help for web applications?
I have a rich web application which I want to provide with both context sensitive help and an online user manual. I guess this probably looks like some kind of markup for a user manual, with certain ...
2
votes
5answers
227 views
Confused about rich framework to be used with spring
my requirement is to develop rich web applications quickly and easily, and the framework must be easy/compatible with spring something like IceFaces
i am confused about IceFaces/PrimeFaces, or use ...
0
votes
2answers
77 views
Ria data corruption from server to client
I have a Linq query on the server side of a Silverlight 4 Ria project that returns a number of distinct items based on a time period(Month).
The problem I am getting is when the client callback fires ...
2
votes
0answers
69 views
VisualWebGui Experience [closed]
Has anybody experiences with VisualWebGui (http://www.visualwebgui.com/)? Can it be recommended to build RIA-Applications instead of using Silverlight?
0
votes
1answer
355 views
Flash Resize Problem
I am building a Flash project which is intended to be a very visually appealing application. In order to accomplish this, I am hoping to make the application fit to 100% size of the browser window and ...
1
vote
1answer
328 views
What are some alternatives to Java Web Start for executing outside of the browser sandbox?
I'm looking for a method to deliver my thick client software to intranet users through a browser. Ideally, the user could click a single button on the page, and something local to the machine would ...
1
vote
2answers
188 views
Applying authorization and security to RIA's
I'm thinking about creating an RIA version of a traditional web application. In a traditional web app, most of the code is on the server, obviously, out of touch of the client. There I would have, at ...
0
votes
1answer
80 views
Rich internet applications
I want to create a web application, where I want to enable the user to create screen mockups with rectangles and circles and enable them to move objects around.
I have to support IE and other old ...
0
votes
1answer
210 views
WPF File uploader
I have a DMS application which has extensive file uploads and downloads. I want to know the tool which can be used to do the same. Files uploaded will be very large in size , upload speed does matter ...
2
votes
1answer
210 views
Options for packaging a RIA app using html and javascript
I'm working on a RIA app based on html and javascript, jquery to be more specific. I would like to package and run it in on desktops as a standalone application. I'm looking at mongoose as an option ...
0
votes
1answer
40 views
Should Front End Engineers/Designers be “decently” aware of the Rich set of User Controls that are provided by frameworks like .NET, Java, RoR etc.?
Should Front End Engineers/Designers be "decently" aware of the Rich set of User Controls that are provided by frameworks like .NET, Java, RoR etc.? This would help convert designs into actual code by ...
1
vote
1answer
205 views
Deploy python application
I am developing an application for managers that might be used in a large organisation. The app is improved and extended step by step on a frequent (irregular) basis. The app will have SQL connections ...
0
votes
1answer
115 views
Why we need RIA? [closed]
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.
3
votes
2answers
899 views
Scala RIA with Lift and
I'm curious what's the "best" way to program RIAs with Scala.
I'm new to Scala and would simply like to know where to start learning. It seems obvious that for web-apps Lift is the perfect choice to ...
0
votes
2answers
143 views
What language to use to create maps dynamically
I want to create a map dynamically and display it on the website. You can call it to be more of a graph than a map. Here I take the source and destination from the database. There can be many sources ...
0
votes
2answers
74 views
Document displayer architectural question
I am thinking of working on an online homework submission system where students can upload their text documents that can viewed by somebody(Teacher/Professor) with viewing rights. This person can ...
0
votes
4answers
158 views
Rich Internet Application
I need to create an engaging, rich application (administration panel for a school). Management of the schools students, classes, teachers and so on.
I search for something more advanced than simply ...
0
votes
1answer
258 views
I hate AJAX, what is the alternative [closed]
I really love AJAX, but sometimes this javascript/HTML/CSS combination makes me crazy. What alternative I have to create a rich engaging web administration panel (web application)?
I tried Adobe ...
1
vote
0answers
49 views
What RIA framework or lanugage should I use for simple dynamically generated photo albums?
The title pretty much says it all. I'd like to design an online portfolio for a friend - a site that dynamically generates albums and their thumbnails from images with metadata in folders on a ...
0
votes
1answer
751 views
rich web application (with AJAX) frameworks that integrate with Java
There are a few questions that approach an answer to this question, but none that really helped me out.
I have a web application with a back-end written in Spring/Java that currently has a very web ...
1
vote
1answer
287 views
facebook chatbox persistence
As with facebook chatbox, when you turn to other facebook page while chatting, your page gets reloaded but chat window maintains state without reloading. How do they manage this?
0
votes
1answer
99 views
How to program to generate 3D Models?
I'm a beginner in 3D Programming. I wanna build a web that provide users can create their own avatar (3D model).
For example, I have sample models of face, body, clothes, etc. and users can choose ...
0
votes
0answers
725 views
GWT vs JSF vs ZK vs Restful+JS
I'm planning to develop a web based ERP, which should be full-ajax and with desktop-like UI. It will be a data-entry & data-report application. For developing it I'm considering all technologies.
...
0
votes
1answer
224 views
Adobe AIR to detect URL of active browser/tab
Using Adobe AIR + related technologies, is it possible to detect the URL of the active tab/window of the active browser?
For instance, if my user is surfing in IE8 on www.example.com/subdirectory/, ...
7
votes
1answer
3k views
HTML5 manifest and chrome
I am seeing this error in my console for chrome.
Application Cache Error event: Failed to commit new cache to storage, would exceed quota
it means what it seems to mean right? That my app is ...
0
votes
2answers
863 views
Choosing IDE and frameworks for RIA development
I'm planning to develop a Rich Internet Application, so I'm searching for choosing IDE and frameworks for a rapid development.
This web application will be a web-based ERP, so I need something that ...
8
votes
3answers
2k views
Html5 local datastore, and sync across devices
I am building a full featured web application. Naturally, you can save when you are in 'offline' mode to the local datastore. I want to be able to sync across devices, so people can work on one ...
5
votes
6answers
3k views
Silverlight vs Flash vs HTML5, should I care?
I have read a range of articles on advantages/disadvantages of Microsoft Silverlight framework in comparisson to Flash.
Fact that there were two version of Silverlight in the past 18 months worries ...
1
vote
1answer
683 views
Best and Easiest RIA RAD tool? [closed]
Can anyone share with me what they think is the best and easiest to learn rapid application development for building Rich Internet Applications? Preferably free but if the one you're suggesting is ...
0
votes
1answer
71 views
Are there good reasons not to target Flash 10 for a browser-based game?
There's clearly a bunch of new stuff in Flash 10, I'm seeing a bunch in the Graphics class so far. Struggling a bit to reconcile it with what I know already but it looks useful - render lists and 3D ...
0
votes
1answer
134 views
Create fat client (RIA) with HTML - controlled environment
I realize that this question can start a discussion but that's really not my intention. We've created a Flex Application to take tests from candidates. The advantage of the Flex Application is that ...
2
votes
2answers
287 views
URL detection adobe air desktop widget
I'm new in Adobe Air, I need (urgente!!!) to do a widget with Adobe Air that monitors the URLs where I navigate and when I enter to a specific site the widget appears in the front of my screen and ...