417
votes
63answers
20k views
What should a developer know before building a public web site?
What things should a programmer implementing the technical details of a web site address before making the site public? If Jeff Atwood can forget about HttpOnly cookies, sitemaps, …
31
votes
19answers
4k views
Is Python any good for GUI development?
I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to …
18
votes
15answers
2k views
Is .Net/Mono or Java the better choice for cross-platform development?
I lack the overview over both alternatives but I have pretty much freedom of choice for my next project. I'm looking for hard technical facts in the areas of
performance (for exa …
16
votes
13answers
1k views
Using a Mac for cross platform development?
Hi all,
I was wondering if there was anyone out there using their Mac for cross platform development, by cross platform I essentially mean you can compile to target windows or *ni …
14
votes
10answers
1k views
WPF vs Silverlight 3.0
Silverlight 3.0 beta has just been announced at Microsofts Mix Conference in Las Vegas.
Two features of the new beta are 3D-graphics and the ability to run applications outside of …
13
votes
10answers
331 views
What should a developer know about interface design, usability and user psychology to create great software?
What should a developer know about user interface design, usability and less technical aspects of human computer interaction?
What knowledge of usage scenarios, user behavior patt …
13
votes
6answers
522 views
Is Mono robust enough for serious enterprise development?
It's been a few years since I've taken a deep look at Mono. When I last took a look, it wasnt quite there as far as BCL implementation and the tools available were limited. I have …
13
votes
5answers
6k views
How to monitor the computer’s cpu, memory, and disk usage in Java?
I would like to monitor the following system information in Java:
current cpu usage** (percent)
available memory* (free/total)
available disk space (free/total)
*note that I mea …
12
votes
9answers
399 views
Where should cross-platform apps keep their data?
Hi there,
I'm building an application that is targeting Windows, Mac and Linux soon. I was wondering where should I keep application data such as settings, etc.
Application's ins …
12
votes
11answers
647 views
On the web, what fonts should I use to create an equivalent experience cross-platform?
Because Linux (and it's variants) have a completely different set of fonts than Windows and Mac OS X, is there anyone with any experience of creating cross platform font families - …
10
votes
9answers
576 views
What is the best way to pass information from java to c++?
I have a java application I need to pass some info to a C++ program. It has been suggested that I use some simple socket programming to do this. Is this the best way? If not wha …
10
votes
11answers
1k views
cross platform IPC
Hi,
I'm looking for suggestions on possible IPC mechanisms that are:
cross platform (WIN32 and Linux at least)
Simple to implement in C++ as well as the most common scripting la …
10
votes
8answers
8k views
Best UML Application for MAC OSX / Cross Platform
What is the best mac based or even better cross platform UML Application available both costed and opensource / freeware?
10
votes
10answers
2k views
any good tool for makefile generation?
Hi. I'm looking for a tool which can generate makefile for a C/C++ project for different compilers (gcc, microsoft vc++, borland etc) and different platforms (Win, Linux, Mac).
9
votes
13answers
1k views
Is Ruby any good for GUI development?
I am considering creating a GUI-based tool that I want to be cross-platform. I've dismissed Java, as I personally do not like Swing. I'm currently considering C# and using Mono to …
