Tagged Questions

The platform tag is to be used for hardware or software related issues relating to a platform

learn more… | top users | synonyms

79
votes
35answers
37k views

Which is the future of web development: HTML5 or Silverlight(or other RIA framework)? [closed]

My colleagues have a heated debate on what is the future of web development. One side is supporting HTML5 and the other is supporting Silverlight. There is no conclusion of the debate yet. In my ...
69
votes
17answers
35k views

How to detect Windows 64 bit platform with .net?

In a .net 2.0 C# application I use the following code to detect the operating system platform: string os_platform = System.Environment.OSVersion.Platform.ToString(); This returns "Win32NT". The ...
30
votes
13answers
983 views

How can one prevent oneself from being a greedy programmer? [closed]

I confess, I'm a greedy programmer. I'm easily excited by various languages/technologies/platforms, and then I want to learn and master them all. Well, it seems to be a good habit, but no one can ...
27
votes
14answers
7k views

Can you do Desktop Development using JavaScript?

I know there's JScript.NET, but it isn't the same as the JavaScript we know from the web. Does anyone know if there are any JavaScript based platforms/compilers for desktop development? Most ...
25
votes
21answers
4k views

What major applications does Microsoft sell which use the .NET framework?

As a programmer, I feel much safer knowing that the frameworks being 'sold' to me are actually in use by their creators to produce real applications, as this gives me some reassurance that they will ...
15
votes
12answers
10k views

Java Desktop application framework

I am working on designing and building a desktop application. I am thinking about using eclipse or netbeans for the base of this application. However, I have never built on either of these ...
14
votes
10answers
2k views

How do I write a C++ program that will easily compile in Linux and Windows?

I am making a C++ program. One of my biggest annoyances with C++ is its supposed platform independence. You all probably know that it is pretty much impossible to compile a Linux C++ program in ...
12
votes
6answers
993 views

Is Django Book platform available?

The Django Book has a neat content publishing template. Anyone knows if it's available for public use? Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?
11
votes
4answers
3k views

WiX: Prevent 32-bit installer from running on 64-bit Windows

Due to user confusion, our app requires separate installers for 32-bit and 64-bit versions of Windows. While the 32-bit installer runs fine on win64, it has the potential to create support headaches ...
9
votes
16answers
1k views

Can I do everything in C that C++ and C# and Java can do?

Is it possible to write in C programming language everything that you could write in other languages such as Java, C# or C++. If that's the case why don't schools these days teach C instead of Java? ...
8
votes
6answers
472 views

Ethics of billing for work done on a platform you just started learning

While this doesn't apply to my present situation, I'm sure we've all been there before. You're a Java developer who's been asked to develop an app in C#, or you're a ASP.NET developer asked to do ...
8
votes
11answers
2k views

How good is FreeBSD as a development platform?

I know that lots of web hosting providers are offering FreeBSD, but how good is FreeBSD as a development platform? Specifically, is Java 1.6 available in it? Is there somthing specific that it ...
7
votes
5answers
3k views

difference between framework and platform

i have seen people using these two words interchangeably. But i know they both are not the same. So wanted to clearly know how different they are.
6
votes
2answers
239 views

Android Market - the only crash reports I get are on Platforms “OTHER”

I've an app in the market with a few crash reports of "java.lang.RuntimeException: native typeface cannot be made". This is covered elsewhere on SO and I know where in my code it is. That's not my ...
6
votes
5answers
2k views

Which Android platform and API to target?

I'm just about to launch my first Android app, and it runs on the Android 1.1 platform, API Level 2, but is this what I should officially sign and launch the app as? Does it affect performance at all ...
6
votes
3answers
465 views

Anyone tried Solace? Solace - a multilingual support platform

Has anyone tried Solace yet? http://opensource.plurk.com/Solace/ "Solace is a fully open-sourced multilingual support and knowledge exchange platform written in Python." Just wanted to know your ...
6
votes
16answers
2k views

How Did You Decide Between WISA and LAMP?

Did you ever have to choose between WISA or LAMP at the beginning of a web project? While pros and cons are littered around the net, it would be helpful to know about your real experience in coming ...
5
votes
6answers
84 views

How do you use the preprocessor for making a cross-platform library?

I want to use the same #ifdef approach used by WxWidgets , SDL etc. The only problem is I don't know how to use it. Say I want to make a class that draws a rectangle. I want it to use cairo when on ...
5
votes
4answers
241 views

What web platform is right for me? [closed]

I've been looking at web frameworks like Rails, Grails, etc. I'm used to doing applications in Spring Framework with Hibernate... and I want something more productive. One of the things I realized is ...
5
votes
3answers
700 views

Python: What is the hard recursion limit for Linux, Mac and Windows?

Python's sys module provides a function setrecursionlimit that lets you change Python's maximum recursion limit. The docs say: The highest possible limit is platform-dependent. My question is: ...
5
votes
4answers
553 views

.NET platform, .NET environment or .NET framework which is correct? And what's the difference between platform/environment/framework?

In some documents (i.e. ECMA-334) the name of '.NET framework' is used, but in other documents (in many books), '.NET platform' is used. I saw someone refer .NET as .NET environment. Which one is ...
5
votes
2answers
2k views

How to remove items from menu in netBeans platform?

I have module application. When I run it, the main window of that app has quite complex menu. How to remove some items from menu?
5
votes
6answers
3k views

Reliably detect Windows in Python

I'm working on a couple of Linux tools and need to prevent installation on Windows, since it depends on FHS and is thus rendered useless on that platform. The platform.platform function comes close ...
5
votes
4answers
11k views

Visual Studio 2008 Project Properties Build Configuration Missing Options

I have a strange problem, and hopefully someone can help me. I have a solution with 13 separate C# projects. I am using Vista x64 to develop on, and I would like to build these projects to target the ...
5
votes
3answers
1k views

.NET - Target platform/processor at compile time

Is there a #define in C# that allows me to know, at compile time, if I'm compiling for x86 (Win32) or x64 (Win64)?
4
votes
4answers
82 views

Best platform to store passwords

In our organization we connect to a lot of the servers and each server has several passwords. For our developers to hard to remeber every password and write these passwords anywhere is very dangerous. ...
4
votes
3answers
264 views

Application GUI development platform

Coming from C++ & MFC background, is there any better (maintainability/customization) platform in developing application GUI ? We are developing industrial applications (machine vision), where : ...
4
votes
2answers
291 views

BREW: Why does anyone care for it anymore?

I am aware of the variety of possible platforms for mobile development. However, I pretty much wonder what you can tell me about Qualcomm's BREW? Why does anyone care for it anymore? I mean, with ...
4
votes
3answers
857 views

How to test for Windows 7 platform?

I have a Java app which needs to run differently when on Windows 7. How would you check which Windows version is present? Is it enough to check for OS version 6.1?
4
votes
10answers
1k views

Benefits of choosing Windows over Unix as development platform

Are there any technical benefits to Windows/Microsoft as a platform to use while developing, over a Unix dialect such as Linux or Solaris? I know that companies choose Microsoft at times because ...
3
votes
1answer
84 views

Is it possible to configure the Build Configuration to automatically add suffixes for target platform?

is it possible to setup (ideally from GUI) the Build Configuration to automatically add suffixes to the output files according to the target platform ? I mean, I will have for instance library ...
3
votes
1answer
121 views

C checking for signed number representation

The following way of checking for the signed number representation checks for twos complement correctly on my machine, but I dont have ones complement or signed magnitude machines to check it. Would ...
3
votes
2answers
104 views

Is running PHP & MySQL on a Mac different to Ubuntu/Windows

I've never used a Mac for developing PHP Apps. I'm more of an Ubuntu person. So I'd like to know if installing & running AMP applications on a Mac is different. For example, if I were to compare ...
3
votes
1answer
272 views

Should I use Python for a small CRM ? If not, then is there any other platform?

We have a new client who would like us to develop a custom CRM for their employees. The main features they would like are: Ability to save forms Send reminders to employees by email and text ...
3
votes
3answers
682 views

Why is Java platform independent in theory and platform dependent in practice?

I know that one of the big things about Java is that it is platform independent in the sense that you can make a Java application and have it run in Windows, Linux, Mac, and so forth, as long as you ...
3
votes
2answers
2k views

Setting platform target to x86 on my x64 laptop prevent some WPF types to load properly

I have a x64 machine running Windows 7 64 bits. It seems I have a very weird situation since the beginning of the week. If I build and run a WPF application with platform target set as x86, I got a ...
3
votes
3answers
183 views

How to evaluate “enterprise” platforms?

I'm tasked with evaluating an "enterprise" platform for the next-gen version of a product. We're currently considering two "types" of platforms - RAD (workflow engine, integrated UI, small cores of ...
3
votes
3answers
114 views

If you had to redo a site that has 150 tables and 250,000 visitors/day in any web platform, what would it be?

If you had to redo a site that has around 150 tables and 250,000+ visitors/day in any web platform, what would your choice be and why? Some points The team has experienced developers The old ...
3
votes
3answers
2k views

Problem installing Umbraco with Microsoft Web Platform Installer

I've been trying to install Umbraco using the Microsoft Web Platform Installer. I'm not sure what credentials to enter for "Database Administrator" and "Database Administrator Password". I've tried ...
3
votes
5answers
2k views

How to use Netbeans platform syntax highlight with JEditorPane?

There are many tutorials online giving very complex or non-working examples on this. It seems that people recommend others to use the syntax highlighters offered by netbeans but I am totally puzzled ...
3
votes
4answers
356 views

Starter iPhone Development Questions

I have been asked by many of my family and friends if I could develop applications on the iPhone or iPod touch. The answer I always gave was "sure, if I could get everything I needed." I have ...
3
votes
4answers
201 views

Platform for developing all things google?

I am interested in developing things for google apps and android using python and java. I am new to both and was wondering if a environment set in windows or linux would be more productive for these ...
3
votes
3answers
755 views

Target architecture for Tiger-compiler

I am writing a Tiger compiler in F# and I have finally reached the point where I can no longer postpone the decision of a target architecture. This is my first compiler, but it will definitely not be ...
3
votes
5answers
3k views

What common algorithms are used for C's rand()?

I understand that the C specification does not give any specification about the specific implementation of rand(). What different algorithms are commonly used on different major platforms? How do they ...
3
votes
6answers
679 views

What is “mature” software?

Jeffery Palermo says 'Classic WebForms More Mature Than ASP.NET MVC': "Is Classic WebForms More Mature Than ASP.NET MVC?". It seems to be subjective, but what I want to know is, what exactly ...
3
votes
9answers
446 views

Is there any programming language where the variables types sizes in bits depends on the platform (32 vs 64 bit)?

I am C# developer and I am almost certain that in this language an "int" is always 32 bits regardless of the platform (32 vs 64 bit), a "long" is always 64 bits, a float is 32 and a double 64 and so ...
3
votes
14answers
424 views

What framework?

My friend runs a small herbal remedies business and doesn't have any software to help him do anything. I created him some spreadsheets that work in the short term, but ideally he needs a database ...
3
votes
5answers
3k views

How do I compile to x64 binary from a x86 platform running VS2008 Pro?

I am trying to compile my apps (which uses 3rd party libraries) for the x64 platform. However selecting x64 from Build Configuration Manager from my VS2008 Pro doesn't seem to work. The binary does ...
3
votes
3answers
455 views

.NET enterprise application platform (same as JBoss to Java)

As a .NET developer I'm asking whether JBoss alternatives exist to be "more suitable for .NET development" as an enterprise application platform. Please do not make any suggestions, such as "make ...
2
votes
2answers
150 views

Use C# mono for android or java? [closed]

As a c# developer from a java background should you refresh your java skills or wait for the mono platform to be patched officially onto android?

1 2 3 4 5