2
votes
1answer
27 views
Automated Testing for Oracle APEX Web Application
Good morning, everyone.
I'm currently working on a new web application and it's being developed using Oracle APEX. It's basically a ten page wizard-style web form that gets fille …
9
votes
11answers
2k views
Standard way to detect mobile browsers in a web application based on the http request
We are beginning to go down the path of mobile browser support for an enterprise e-commerce webapp (Java/Servlet based). Of course there are many decisions to be made, but it seem …
0
votes
0answers
36 views
Deploying a VS Web Application with files built in post-build
In our VS Web Application project, we have a post-build task that concatenates and minifies our JavaScript files into a single file name "OurApplication-.js" (where is the version …
2
votes
5answers
97 views
Shaky connectivity - favor web or desktop app?
I'm a desktop application developer who is temporarily working in the web. I'm working with a client that wants me to build an app for use by locations all over the state; however, …
3
votes
5answers
2k views
How to differ sessions in browser-tabs?
In a web-application implemented in java using JSP and Servlets; if I store information in the user session, this information is shared from all the tabs from the same browser. How …
2
votes
2answers
386 views
conflict between JQuery slider and iui (iphone)
Im trying to get a slider on an iphone web app, I'm using iui to handle the ui. The slider appears to be causing some kind of conflict with iui.js, when you drag the slider it trie …
0
votes
2answers
37 views
Database web application for admin
Hi
Does anyone know of any good web application(ideally free!) for administrating Microsoft SQL & other db applications?
thanks in advance.
5
votes
6answers
144 views
Key factors for designing scalable web based application.
Currently I am working on web based application. I want to know what are the key factors a designer should take care while designing scalable web based application ?
0
votes
4answers
61 views
Lightbox to implement album in a web application.
We are trying to implement a lightbox based album viewer in our web application. However, we are struggling to get it working for IE. Can you please suggest the remedy? It would be …
1
vote
1answer
45 views
Automatically deploying changes to a web application
What's the best way to automatically deploy changes to a database driven web application? Is there a single product out there that can modify the following...
Website (dlls, aspx …
1
vote
5answers
111 views
Cross platform mobile application
What tecnology should i use?
Currently i am thinking of creating a web application with Silverlight.
0
votes
3answers
191 views
application_start firing unexpectedly asp.net
Hi
I am looking at an asp.net application that makes calls to a database within the application start inside global.asax. These calls takes around 3 seconds (depends on SQL cache p …
2
votes
8answers
249 views
How should I start Java-based web development?
I have been using java as my main language for 3 years while developing college assignments, and now I plan to learn the web programming aspect of it. I see there are lots of diffe …
3
votes
5answers
176 views
Is it reasonable to close child windows if main window is closed in a web application?
In a web application, sometimes you have popups in the application.
Is it reasonable to when the user closes the main window, close all child popup windows if they are open?
keep …
3
votes
2answers
144 views
Is it possible to build a web-based chat client without a socket-based framework?
I have heard that web-based chat clients tend to use networking frameworks such as the twisted framework.
But would it be possible to build a web-based chat client without a netw …
