The desktop-application tag has no wiki summary.
1
vote
2answers
231 views
Reuse MVC4 codebase / deploy MVC4 as standalone desktop application?
We have an MVC4 application that we would also need to distribute as a standalone (no network connectivity) desktop application. Rather than rebuild the HTML/JS front-end we would like to reuse that ...
1
vote
5answers
212 views
which version of Windows should use I to develop an app
I need to develop a Windows application which can be installed on any version of Windows from XP through 7.
Which version of Windows should I use for application development. I'll be using ...
2
votes
4answers
514 views
How to run an applet like a desktop application without installing entire JDK?
I want to make a desktop application- an analog-clock with the option of setting alarms using java. For rendering all the graphics and the button features, a Swing applet is the answer.
But the ...
3
votes
1answer
100 views
How to best distribute client specific configuration settings
I'm writing a WinForms desktop application which will be shipped out to several different clients and am wondering what the best way to implement a user configuration file is. Normally I would use the ...
2
votes
4answers
340 views
Desktop framework with rich HTML/CSS interface and strange 'desktop native language support'
I'm not sure if what I'm after even exists or if it doe's im looking for the wrong thing.
I'm after a framework/application/SDK that allows me to build a desktop application with a ...
3
votes
1answer
149 views
What is the best strategy for licensing a desktop application using a web service, when all I need to know is when people use the product?
Our company's main application is a desktop program that is used at warehouses and written in C# and Windows Presentation Forms.
The next thing we want to be able to do is track when customers open ...
1
vote
1answer
109 views
API for building rich clients in Perl
Is there an API/framework for building rich client apps in Perl?
If 1. is no, why do you think that is?
What would it take to enable rich client development on various windowing platforms (MSFT, X11, ...
2
votes
3answers
377 views
Writing a desktop application for progammer from PHP background
I have a client who wants a tool for him to be able to upload his products, enter orders, and keep track of customer details. There are quite a few highly customised requests, which is why he wants ...
8
votes
2answers
995 views
Is shipping a Clojure desktop app realistic?
I'm currently shipping a desktop Java application. It is a plain old Java 5 Java / Swing app and so far everything worked nicely. Java 5 was targetted because some users were on OS X version / ...
6
votes
4answers
3k views
Can we create desktop application with Ruby?
I know the Ruby on Rails framework is only for web development and not suitable for desktop application development. But if a ruby programmer wants to develop a desktop application, is it suitable and ...
1
vote
1answer
183 views
Books about Windows Os Programming [closed]
I'm trying to develop a desktop application which is similar to CCleaner.
But I'm having problems with R&D resources...
I can't find good books about Windows Operating System Programming
Topic ...
1
vote
3answers
338 views
How to stop a .NET application from being duplicated?
I have created a .net windows form application that I want to restrict from being duplicated. I want this application to be portable, so I would like to allow it to be moved. How would I be able to do ...
1
vote
6answers
727 views
Automatically delete files after they expire
I've got this idea for some time and I was wondering if anyone has seen such a feature/app in any operating system and if you haven't, what do you think about it. Where do you think I should begin?
...
2
votes
8answers
2k views
Understanding C++ for windows desktop application
I've been programming C++ for almost a year, and I've written complex programs however there are a couple of programming features of C++ which I didn't cover up (Classes & pointers), however I ...
2
votes
1answer
479 views
Is it possible to check that MS word file is hand written or auto generated by using some converter?
I got one project with some requirements.
Basically my client provide data entry work. In that he converts image files(scan copy of articles, forms etc) to document file (MS word) by typing ...
2
votes
3answers
2k views
Creating Compelling Desktop Application in .NET
I'm about to create an open source desktop application. I'm primarily a .NET developer , with experience in ASP.NET and SharePoint. I've created basic Windows Forms applications before, but I have ...
5
votes
8answers
2k views
Can web technologies, like PHP, HTML, and CSS, be used for desktop development? [closed]
I have to develop an application for a gas agency where a database will store consumer numbers, names, addresses, and date delivered for a town with nearly 20,000 people. I only know PHP, MySQL, CSS, ...
37
votes
13answers
4k views
Is it bad interview practice to have candidates write a linked-list implementation?
Reading this site and SO I've seen many stories of interview questions and answers saying a candidate had to implement a linked list from scratch. Usually this is a "gimme" exercise for programming ...
14
votes
6answers
1k views
Where can I get inspiration for a good user interface?
I've got a mental block as far as desigining the main screen interface for a desktop application that I'm currently upgrading. When I first developed this program the screen resolution was 640 X 480. ...
3
votes
2answers
599 views
Developing an internet-enabled application as a Kiosk on Windows 7
I am finalizing development of a desktop Java application that communicates with an outside web server, and now I need to start seriously considering deployment.
This application will run on a large ...
9
votes
4answers
1k views
Why is JavaScript not used for classical application development (compiled software)?
During my years of web development with JavaScript, I come to the conclusion that it's an incredible powerful language, and you can do amazing things with it.
It offers a rich set of features, like:
...
22
votes
4answers
3k views
How do I store the OAuth v1 consumer key and secret for an open source desktop Twitter client without revealing it to the user?
I want to make a thick-client, desktop, open source twitter client. I happen to be using .NET as my language and Twitterizer as my OAuth/Twitter wrapper, and my app will likely be released as open ...
8
votes
4answers
722 views
Are there any limitations of an idealistic HTML5 web application
Let's assume the following two assumptions are true.
Your entire userbase has broadband access everywhere
There is an imaginary browser X that implements the entire draft specification of the HTML5 ...
0
votes
3answers
607 views
Choice of technology to develop multi-platform application
What I have is business WinForms application written in C#.
What I would like to do is to redesign it to meet multi-platform approach.
I was thinking about architecture involving application server ...
0
votes
1answer
1k views
Can PHP be used for desktop application development?
I want to know whether it is possible to develop desktop applications using the PHP language. In my case, I have never developed one with it.
If it possible, please give me referral link or detailed ...
10
votes
5answers
2k views
Why isn't html, css and js used for desktop apps
html, css and js can be used to build beautiful(and useful) ui's (specially with html5 and css3) and lots of people already know them. Though its still way beyond my reach, but how difficult can it be ...
2
votes
3answers
341 views
Which technology for cross-platform web/desktop-based hotel management software
hope I am in the right place to ask this. A client, for whom I developed a group management software (in Flex) is now asking me to develop a fully-fledged hotel management software (tailored to his ...
8
votes
8answers
898 views
Self-updating application - philosophy
This is a philosophical question.
Given a hypothetical desktop application, and a desire to provide automatic updates (rather than forcing people to go to a website, check for an update, download an ...
12
votes
7answers
489 views
Whats the best way to determine when it is appropriate to use a database?
I began my programming career in web development using PHP and MySQL. I got quite accustomed to utilizing db for storage of most dynamic data as well as some setting/parameter data. Sometimes there ...
2
votes
6answers
893 views
How much time does it take to learn how to build desktop applications after mostly doing web development in .net? [closed]
I am an ASP.NET / C# web developer.
How much time does it take to learn how to build desktop applications using C# in the .net environment?
1
vote
1answer
47 views
External modules security
I am developing some external modules for an application.
These modules are BPL files and if present in the application folder the application loads them and uses whatever is available inside.
How ...
0
votes
1answer
136 views
ClickOnce analog
I am looking for a ClickOnce analog on Windows platform. I have to deploy (publish) a .NET WinForms application (thick client) for N-tier system via web.
2
votes
7answers
767 views
PHP usage outside the web? [closed]
As you probably are aware, PHP is not only usable for web programming, but also desktop programming. It even has things such as GTK bindings.
Do you have any examples of places where PHP is actually ...
8
votes
8answers
2k views
The future of desktop application development [closed]
During the last months there was much written about HTML5 and many big player (Google, Microsoft,....) are planning to accelerate their HTML5 strategy. Google plans a browser based OS. Microsoft also ...
4
votes
3answers
2k views
Can desktop applications be written using javascript?
Is it currently possible to write desktop applications using javascript, html, css?
Possible solutions:
Use Adobe AIR runtime and program in js. But no, if I'm using AIR, the AS3 suites it the most. ...
18
votes
10answers
772 views
Can we assume that all users today have Internet access?
As the Internet is pretty much ubiquitous, can we as developers assume that all users have Internet access? Now I don't mean that the code is written in such a way that if there is no connection then ...

