platform

Web Analytics for Platform with Custom Events

Hi, I'm building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com. I have a few requirements for analytics of which I haven't been able to meet all of: I would like to be able to see both stats for individual sites...

Desiging a template-based CMS Question

I need to develop a template-based content management system. I don't care about what operating system will be used to run the CMS -- as my server is dedicated. It can be Windows, Linux, whatever. But, I need a recommendation for a platform/framework for this purpose. The CMS should be fast, and should support friendly urls. Here's an e...

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 discussed this with many friends and we believe that if we can crank out cheap-o fun games and get a million people to buy them for a buck, and d...

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? ...

Looking for authorization libraries to facilitate complex viewing rules on website

Hi All, I'm specking out building a new website from the ground up. One of the core features is the authorization to view pages. The pages are in them selves dynamic. It's not going to be as simple as a static group/role-based solution. We haven't chosen an end platform yet, either. An example to view a page might be: 1) the user m...

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 or is it simply for Android to know which devices it works on? The only problem I see is that I can't specify <supports-screens> in the M...

Is it possible to make agile work for platform development?

Is it possible to make agile work for platform development? Picture a set of dev pods each responsible for a unique functional area of a platform. Now picture 2-4 app dev teams that use the platform to build software apps to the public. How do you make agile work in this scenario? ...

netbeans platform tutorial problem

I am reading the Netbeans Platform Quick Start tutorial (http://platform.netbeans.org/tutorials/nbm-quick-start.html), and I do not clearly understand the 6th part in the section "A Modular Application Using Lookup", the TIP: At compile time, the @ServiceProvider annotation will create a META-INF/services folder with a file that regi...

Where to specify window component's position?

I created module in netBean platform, then I created window component there, and I want to specify default position in main window. For exapmle position "editor". Where I can do it? ...

How to do something like listener of creating instances in other module?

Hello, I have module GUI, which has JTRee. And 2nd module creates ArrayLists of my own defined objects, which have some structure. For example car = new Car(); car.addEngine(new Engine("eng")); car.getEngine("eng").addWheel(new Wheel()); How to do my JTree in GUI module listens creating of objects in 2nd module and adding it to JTree? ...

How to remove items from menu in netBeans platform?

Hello, 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? ...

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 on how to do so! I have checked many many sites on this and the best I can find is : http://www.antonioshome.net/kitchen/netbeans/nbms-sta...

How to use a NetBeans Platform application from another Java application

Imagine you have a NB Platform application and you would like to use that application via some other app that you've created. In essence, how can you learn how to start an application if you don't want to use the NB Platform or IDE. You'd somehow need to figure out the stuff that NB Platform does for you when it loads up a module. ...

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

Hi everyone, 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 and we would like to prevent this from happening. I want to prevent the 32-bit MSI installer from running on 64-bit Windows m...

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 the default "sa" as "Database Administrator, and for every password i use i get the error message: "Login failed for sa". Please what really ...

How to detect what platform an application is running on in C

Hi, I was wondering how you could detect what platform a program is running on, I have an application and need it to go to a certain folder depending on whether it is on a Linux or Mac machine. Thanks! ...

Which software platforms are most popular?

When developing software, which platform(s) between Windows, OSX, and Linux is the majority of software developed for? I'm mostly looking for some statistical data, not really opinion, but I can't seem to find any. Thanks ...

Detecting run-time game platform in XNA

I'm working on a C# XNA project that requires me to display information based on the platform the game is on. Is there a way to detect the platform (XBox, Windows, Zune) during run-time? ...

.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 correct nomenclature for .NET? In general, what's the difference between platform/environment/framework? ADDED It's not easy to see that t...

Reference platform specific System.Data.SQLite

I am using SQLite for the unit testing and might use it as a database for local development/staging. The System.Data.SQLite has basically 2 versions: x86 and x64. Correct one should be used for the specific platform. I have 64 bit Win7, other guys in the team might use 32-bit OSs. The server's platform is not known at this stage. If I...