application

Multi line search and replace tool

I am looking for a tool to replace multiple lines through out a project. For example: #include "../DiscreteIO/Discrete.h" #include "../PCI/pci.h" #include "../Arinc429/ARINC429.h" with #include "../PCI/pci.h" #include "../DiscreteIO/DiscreteHW.h" #include "../DiscreteIO/Discrete.h" I have tried two tools that work for this type of ...

Highly complex, integrated web app - which language would you use?

Say you had to develop a web-based application that needs to be able to read the contents of a .NET DLL, and from that, populate the local database with a list of all the namespaces, classes, etc. It has to also do the same thing with Java JAR files. Are there limitations on what language I could use to develop this? I'm leaning towar...

Application data synchronisation - running the new app in tandem with the legacy

We're in the process of replacing a legacy system. There is going to be a period of time with both the applications running in tandem. Users will be able to use either system and the challenge is to be able to keep their databases in sync with each other. The new system is ASP.NET and the legacy is VB6. Both are running on a SQL Serv...

I want the simplest ajax form application

I want ajax application to process a simple form with textinput and submit button only , and without validation , i want to add this with a php script . I ask this because i don't know how to program with ajax or javascript . ...

Distributing a small PHP application

I wrote a small PHP application that I'd like to distribute. I'm looking for best practices so that it can be installed on most webhosts with minimal hassle. Briefly: It's simple tool that lets people download files once they login with a password. So my questions are: 1) How should I handle configuration values? I'm not using a datab...

32bit Application Pool on x64 Windows 2008 server

Hello! What are differences between enabling and disabling "Enable 32-Bit applications" in websites application pools under IIS7 on x64 machine? Mostly I'm thinking about memory usage. Thanks in advance ...

What do I need to know to make a Java application that uses a database?

Since I've started using NetBeans, I've learned of some powerful ways to abstract away the process of creating Java database applications with automatically generated UI, beans bindings, and a bunch of other stuff I only vaguely understand the workings of at the moment (I hate being a newb). Problem is, how do I do the basic stuff I act...

Get Path to Execution Directory of Windows Forms Application

I would like to get the path to the execution directory of a windows forms application (ie: the directory in which the executable is located). Does anyone know of a built-in method in .Net to do this? ...

Submission and pricing of iPhone application to Apple Store

Hi All, I have worked on iPhone application but not aware of the formalities to submit it to Apple Store. Please somebody help me out to solve the following queries: Are their any submission charge to be paid? And Procedure to submit application to Apple Store. Thanks & Regards, Khushi ...

Embedding an application inside another application

I'm sure some of you noticed that if you have Acrobat Reader ( or any other pdf viewer ) , and open a pdf in Firefox , you will see it embedded inside your tab . Is there any way to embed an application in a JFrame ? ...

Console Application

Edit: I don't know what this user originally wanted, and hopefully they'll edit their question to let us know, but otherwise, let's use this question to answer (or give links to) the following common console window issues: How do you capture the output of a console application in your program (for instance, running a build process and...

Asp.Net/C# static variable persistence

When I update the .dlls in my C# ASP.Net application, the transition is handled gracefully and the users are allowed to finish their requests before the code is switched over to the new code. My question is do the static variables reset when that is done or do they persist through the update (if of course the static objects themselves a...

Apply style reference at runtime in Mobile web application

Hi All, I'm new to mobile web development. I'm creting a website for mobiles in ASP.NET 2.0. I want to apply different style reference to the Objectlist control data according to the prfit/loss (Green if profit and red if loss) at runtime. Please help. Thanks & Regards Khushi ...

Application internationalization/translation experience using crowd-sourcing? Mechanical Turk?

I have developed a web application using internationalization best practices such as putting all my displayable strings in property files, etc, etc. I would like to have the strings in the property files translated into 5 different languages. Does anyone have any experience using Mechanical Turk or another crowd sourcing service for la...

Create a DSL vs. Embed an Existing Language

This often comes up: your application has gotten extensive enough that it's time to add some programmability into it to make it flexible. One example might be a finance application - you want to add a formula editor so that you can create your own custom formulas without having to re-compile the code. You have to make a choice: do you c...

Purchase Order System

Hi, I hope I don't get flagged for asking this here. Does anyone know of any Purchase Order system written in .net (opensource)? Thanks Edit ~ Web or desktop based is fine. If the source code is available (opensource) I could handle the integration. The backend can be SQL Server or mySQL, I'd prefer SQL Server. ...

Debugging a Full-Screen Application

Given that I only have one monitor, what's the best way to debug a program which uses the entire screen (such as a DirectX application)? Tools such as the step-by-step debugger seem useless in this context. Also, printing to the console isn't as effective, since you can only look at the console once the application has terminated. ...

What's the Programming Trend in Mobile Phones?

I'm trying to get a grasp of what the software mobile world is made of. What are the operating systems or application layers used by Mobile devices nowadays? Not only PDAs/SmartPhones, bu also regular phones. ...

IIS Configuration. 1 Domain, multiple applications.

Hi, I'm having a bit of a problem here. We have 2 urls let me call them http://www.testUrl.com/ and http://www.test-url.com/ This url points to a server using an "A-Record". In IIS I've appointed these url's through "Advanced Website Identification" to the correct application. Now we have 2 apps. One application is version one the ot...

How to set ico I want to use as application icon in c#?

Icon I set in properties is visible in taskbar and when on application window, but application icon in explorer is different. ...