The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
0answers
14 views

Move ClickOnce Application to New Server [migrated]

I'm not sure f i'm in the right StackExchange, but i'll post it here none the less. We have 2 application servers (Server 1 and Server 2.) We have signed manifest files with our application on both ...
0
votes
2answers
143 views

How might a simple IDE work? Algorithms/Pseudocode/etc [closed]

Background In a recent school software engineering module, I needed to developed a static program analyzer. Given a ficticious programming language source code, I need to analyze it, then the user ...
-4
votes
0answers
33 views

Integrate faxing service into application [closed]

My client wishes to fax from the application they use for internal corporate communication. The question is - will it be better to write my own module for integration or is it better to use module, ...
-5
votes
0answers
31 views

Looking for app or program that will populate amazon affiliate links [closed]

I am looking to create a website that allows users to search my site for a product that will return amazon results with my specific affiliate link? how would you go about this?
-2
votes
0answers
120 views

What is the next step in app development after writing a cool program? [closed]

I've written a couple of programs in python on my computer that work well and I like a lot (keeping track of grades, setting goals and keeping track of progress in the gym, etc.). I always run into ...
0
votes
2answers
312 views

Choosing between Qt/C++ and .NET/C# [closed]

I have a desktop project I've been working on for a couple months that I want to run on Windows and Mac. When I started the project, I started writing it in Qt 4.8 in C++. Development has gone fine ...
-3
votes
0answers
71 views

Create A Pseudo Code out the Information [closed]

I have to create a pseudo code out of this information. I'm still a bit confused on what I am supposed to do. If you can help, I would really appreciate it. Here it is: A mortgage lender requires ...
1
vote
1answer
47 views

How to create a Dynamic Online Windows Installer with Key?

I'm creating an application which needs to have a key file based product activation. If a user purchases the application, the key file may have to be attached to the application exe dynamically (may ...
3
votes
1answer
208 views

How do I make a cloud based web app accessible internally in the event of an internet outage?

I have a Java Web application backed by a database. Both are hosted in Amazon EC2. If the Internet is down, I need to allow internal users to be able to continue to work and somehow update the hosted ...
40
votes
6answers
2k views

I want to publish an android app, but I'm afraid of software patents

I wrote an application that helps you to save energy. Actually it is very simple. I check the current location of the phone and I make some changes to the configuration like "sound off, dark display, ...
2
votes
2answers
181 views

Is it reasonable to build applications (not games) using a component-entity-system architecture?

I know that when building applications (native or web) such as those in the Apple AppStore or Google Play app store that it's very common to use a Model-View-Controller architecture. However, is it ...
-2
votes
1answer
50 views

Best organisation for a team application [closed]

I'm developing an application based on this structure : /Root /--- Index.php /--- /includes/ /--- /modules/ /-------- /Mod1/ /-------- /Mod2/ /-------- /ModN/ In the future, 2 developers will ...
0
votes
1answer
79 views

Soft Real Time Internet Aplication

I am building a tutoring application that multiple students can sign into the same session with a tutor. My question is, for example, if I sent out a command to draw a line, do I need to wait to see ...
0
votes
2answers
175 views

Creating a Application in Winrt that requires Internet

I am making a paid App for Windows 8, c#. I am wondering which is better? If my application doesn't need internet connection normally but does requires internet connection for the first time to ...
0
votes
2answers
144 views

Where to publish my commercial applications [closed]

I have developed several applications in my free time and I have an idea to publish them online for sale. One approach in my mind is to create my own web site and publish them. That's of course quite ...
2
votes
1answer
149 views

Which things I need to purchase to develop and distribute application to customer in .Net

This is the first time I got one customer and I am developing one application for him in c#.net and winforms. I want to distribute .net framework with my application since customer may not have it ...
1
vote
1answer
166 views

Design application to send messages by marking circle on the map where you want to send message? [closed]

Design application to send messages by marking circle on the map where you want to send message ? This is a question that was asked of me by an interviewer. Given a map of the world, Select ...
7
votes
2answers
890 views

Are there any limitations to using WinRT instead of .Net? [closed]

From my understanding creating an application that runs on multiple architectures requires virtualization, and virtualization reduces performance since it creates a layer of abstraction. With Windows ...
15
votes
2answers
5k views

What is the difference between Windows 8, WinRT, and Windows RT?

I just read that there will be two versions of Windows available: Windows RT and Windows 8. Could someone please describe what the differences between Windows RT and Windows 8 are? And how these ...
3
votes
5answers
262 views

New application development - Use existing database or create a new one?

A Client has a huge Windows Application running on a Database. This client wants you to develop an "Express" version of this application, including only, let's say, 20% of its features. This Express ...
2
votes
7answers
535 views

How to prevent piracy on software which is sold online? [closed]

When selling software online what's the most suitable/secure way to provide activation in order to get rid of pirates copies of the software? Is there any well-known software for this purpose?
0
votes
1answer
378 views

Best mobile app development frameworks for high-performance apps? [closed]

This is more of a conceptual question, not actually developing anything at this point, but I was wondering, if I wanted to develop a mobile application that utilizes the phone's real-time sensors, ...
3
votes
2answers
223 views

Naming your applications or projects [duplicate]

Possible Duplicate: How do you name your projects? I think as developers and programmers that having some help and resources for naming projects would really be of some help, and some of us ...
1
vote
2answers
240 views

Finding right bug tracker web application

I'm looking for a bug tracking system (similiar as http://www.mantisbt.org) with these following requirements: Requirement specifications are: Upload picture and different files without any ...
1
vote
1answer
108 views

“t-sql” tool for csv files?

Is there a tool that allows to query files based on the following criteria, and change them? creation date filenames (e.g. filetypeA_YYYYMMDD_data2.blah) file content For the example, the workflow ...
2
votes
1answer
362 views

What will generate an adjacency matrix file with a specified topology for me?

I am writing an application that takes some file specifying an adjacency matrix and uses this to construct a graph (in this case, a directed social network). What I would like to do is specify the ...
0
votes
3answers
2k views

What languages are used by professional mobile app designers?

I've recently done some Java programming for an android app (though my question is not android specific), and was wondering if what I was doing was just a lot less complicated, but generally the same ...
0
votes
4answers
341 views

Difference between Portable version and original of an application, [closed]

Many applications launch their portable versions. I have noticed that many features are not present in the portable version as compared to the original one. It might be obvious as to make it portable ...
7
votes
1answer
86 views

How does one request / handle personal or financial information?

I would like to create a budget app for Android. Obviously, to be competitive, I would need to allow users to get data from their bank. For [huge] security reasons, this stuff is not just freely given ...
12
votes
3answers
3k views

HTML5 hype as native app replacement - reliable analysis and sources

I am asking this as an objective question and have no interest in inciting a flamewar. My point here is to gather some evidence to assist in decisionmaking and communicating with non-technical folks ...

1 2 3
15 30 50 per page