|
In the company I'm working for, it seems that all of a sudden all of our applications need to be ported to web applications. For as far as I can understand, the only reason is that the web application hype has finally contaminated some of our decision...
Started by Dimitri C. on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Desktop applications....
These days with people opting for linux on a client .
Adaptability in mobile applications .
As all data are centralized Web applications avoid the burden in deploying in each client machine and maintenance are easier.
|
|
We have several applications written in Visual Studio 2005 that are deployed onto our servers. If we deploy applications written in Visual Studio 2008 on the same server will it cause DLL conflicts?
We want to ensure that upgrading our version of Visual...
Answer Snippets (Read the full thread at stackoverflow):
Compiling the applications with .NET 2.0 in Visual Studio 2008 or are you targeting a newer framework.
|
|
I often hear people praising web applications (as opposed to desktop apps) for their portability. Indeed, making a desktop application available on multiple operating systems is difficult. However, I'd think web-applications have to deal with portability...
Started by Dimitri C. on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
With desktop applications a cross platform native....
Browsers all use CSS).
That there are cross browser compatibility issues with writing web applications with web applications is having a consistent look and feel across platforms.
|
Ask your Facebook Friends
|
Stackoverflow User Luke wrote in this answer :
The boundaries between desktop and web applications have really blurred. Whilst once upon a time the nature of developing for the web was totally different to developing for the desktop, nowadays you find...
Started by splattne on
, 20 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
For drag-and-drop.)
A....
(Although this will surely change as web app developers adopt certain libraries, e.g .
For fairness is to mention, that desktop-applications miss a common uniformly across applications.
Even talk about animations.
|
|
I ask this because at work I am supposed to develop a web-application that is used in an intranet, by two people. It's an application that should keep some states in a workflow. So I have to keep data in a session and have to care about concurrency. It...
Started by Mnementh on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
In your specific case , the client probably wants to take advantage interactions more straightforward... .
Your point in general is false: web applications aren't more popular than local applications.
The new version the next time they log in.
|
|
Hello folks,
I am a programmer who writes a lot of code for desktop applications, now started considering cross-platform apps as an issue but at work I write C# apps and I come from C++ and CS background and of course, I wrote several things in QT/C++...
Started by milot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Don't....
The boundaries between desktop and web applications have referred to) cropping up in both.
That doesn't mean opportunities there if you want them.
Startups and so forth that are centered on developing these kinds of applications.
|
|
What are the tird-party frameworks that are more useful to create a generic application? I am looking for a framework that is well documented, and that would allow me to not write from zero a set of classes that every applications should have.
There are...
Started by kiamlaluno on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
From the basic sense of your....
There is no jesus of frameworks.
If there were a end-all be-all framework then everyone would use it and you would probably already know the answer to this question .
Identifying your project needs is the most important step.
|
|
What are the various ways I can achieve communication (like function calls) from a web application to a c++ application? I've developed the c++ application to do image processing and want to display and transmit the result in real time to a web-page displayed...
Started by iceman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Or, you can set up some....
As per @The MYYN, you can just have the C++ code drop suitable files and the browser can ask for them .
Web browsers have to ask, and then you can respond with the data you want to display .
Nothing will 'transmit to a web browser'.
|
|
I would like to distribute a rails application as a double clickable application. When someone double clicks on the app, I think that mongrel should be started and then the user's browser should be started and open to something like localhost:3000 I'm...
Started by nixterrimus on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Client-based/desktop applications using Ruby..
|
|
Q: How does Web Applications differ from SmartPhone Applications (Iphone, Windows Mobile, Android/Nexus Application) and in what specific aspects do they differ and in what degree ?
Also for example,
Q: Why we need mobile version of Web Application like...
Started by Rachel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Limitations for web applications for mobile
native app pros
save internet bandwidth app response.
|