8
votes
17answers
571 views
Recommendation needed for good database for Delphi desktop app
I am creating a desktop application written in Delphi and
I am looking for a database for my application.
I'm a bit overwhelmed by the number of available options.
I'd really app …
5
votes
5answers
320 views
Desktop Application Framework similar to Rails
I'm looking for a desktop application framework similar to Rails:
Good ORM
MVC
Default directory structure
View Helpers/DSL
Elegant
Open Source
Fun language
Decently mature
7
votes
7answers
552 views
High-level languages for out-of-the-box GUI desktop application programming
After I discontinuned programming in C++ while entering into web authoring I was spoilt by PHP's high level contructs like hash tables or its dynamic, weak typing. I remembered the …
4
votes
6answers
166 views
From Web Developer to Software Developer - What to Know?
I'm a web developer who is trying to get into software development. What should I know about desktop applications before I develop and deploy one?
I understand that this question …
1
vote
9answers
115 views
What technologies are you using to create your desktop UI
For the last few years i have been working as a web developer. So my desktop development skills are a little rusty. I am aware of Adobe AIR, winforms, WFP and silverlight 3.0. I …
0
votes
1answer
558 views
Using SetWindowPos in C# to move windows around
I have the code below:
namespace WindowMover
{
using System.Windows.Forms;
static class Logic
{
[DllImport("user32.dll", EntryPoint = "SetWindowPos")]
…
2
votes
7answers
163 views
Does my development environment mirror user’s environment?
I am trying to get a better idea on this as so far I have had mixed answers in person.
I am a solo dev in a 5 man IT dept for a Health Care related business. My developer machine …
11
votes
12answers
1k views
Desktop Applications: Architectural Frameworks?
I'm wondering if there are any architectural frameworks out there to create desktop or standalone applications, in Java or C# for instance. It seems that there are tons of them ava …
1
vote
7answers
212 views
Desktop development versus Web development
What are the advantages and disaventages of one model and the other? Why and when would you choose one or the other? If you were going to build a business application, wich is the …
2
votes
2answers
80 views
Suggestions for implementing a very simple updater that checks for a new version
I want to add a very very simple auto updater to my apps. I want to start with the simplest thing that'll work.
Any suggestions of how to do this?
Any suggestions of improvement …
2
votes
8answers
116 views
Best shortcut management tool for development machine?
As a developer I had a slew of shortcuts and applications used daily. Visual Studio 6, 2003, 2005, 2008, SQL Client tools, WinMerge, Notepad++, Synergy, VMware (and lots and lots …
0
votes
0answers
239 views
segmented control in iPhone application
Hi,
I've put UIsegment Control in my IPhone application.To load the pages I've this function
- (void) segmentSelected:(id)segmentedCntl{
NSLog(@"Selected Segment Index = %d" …
1
vote
3answers
102 views
Online payment processor: WinForms, LicenseKey
Hi,
I have seen multiple topics about online payment processors (OPP), but none of them talk about License file generation and it's something that's pretty hard to find on the web …
3
votes
2answers
245 views
How do you transition from desktop application development to web development and back again?
I've worked on several desktop application projects, however whenever I'm faced with a web application project, I don't know where to begin. I have a grasp of the technologies I ne …
0
votes
6answers
256 views
Desktop software development timeline
What are the most significant events that impacted desktop software development? I'm trying to come up with a good timeline but I know I'm missing a bunch of important events:
In …
