development-environment

Extension/plugin development tools - integrated into the IDE or separate?

Part of our application is a fairly extensive plugin development kit allowing third parties to write extensions and add-ons that can be added to the product. In addition to the standard libraries, project templates etc, there are a number of tools that are shipped that speed up development. For instance a custom resource editor that al...

What development models, environments, and languages are you using in Medical Research applications, particularly , particularly for Neuroscience?

I'm looking at working with a neuroscience team next year. Some of the applications will involve signal processing, image processing, and data-mining. (I do know there will be some MATLAB work, but otherwise, much is left uncharted.) What development experiences have you had in these areas and what techniques, domain-specific terms, met...

What to do with a customer that keeps on changing his needs?

Hello! I have a project I am stuck with because the customer always tells me "Hey, I just forgot to tell you one LITTLE thing..." Now, I don't really want to abandon the project after so much work, on the other hand my customer will never be able to tell me in advance everything, he will always have more changes. The question is if th...

Question about WinForms development environment in the workplace

I'm from an AS/400 (iSeries) background and have no idea about how a team of programmers work within the .Net environment. Lets say a company purchases a new button control. Now, in that company they'll have 5 or 10 developers working with that new control. Its my understanding that even if the control is in the GAC, it must still be co...

Inserting an <div>xx</div> using a keyboard shortcut in textmate

One of my most common operations in textmate is to encapsulate a block of text in a <div>. How can i create a keyboard shortcut for this? I do not really feel like learning anything complex, so simple solutions would work best - thanks! ...

General JTAG working flow in an embedded development system?

hi, In my embedded project am using JTAG interface to download the code and to debug the downloaded application.But i don't know what is happening inside the JTAG set up. Can anyone please give me basic idea/flow(high level view) of the JTAG set up wich will really help me to understand my development system better. __Kanu ...

Permissions to deploy to multiple environments with Capistrano

What is the proper way to set up Capistrano to deploy a Rails app to multiple environments with different permissions required for each environment? In other words, imagine a typical scenario where a developer makes changes to code and pushes the changes to a testing environment. After testing, a release manager pushes the changes to pro...

Windows Virtual PC - Discarding Changes On Exit (Win7 Host)

I need Virtual PC (VPC) for testing my Visual Studio 2008/2010 applications, and I want to test and debug it using VPC running a clean install of WinXP (nothing else installed). Back when I was running WinXP, I could launch a VPC session, do whatever I needed to (install my application, run it, debug scenarios, etc.), then exit without ...

Best development environment for PHP?

What is the best development environment for PHP? I use Notepad++ with Vibrant Ink style and Windows Explorer for ftp. very amateurish ...

How can I edit a file on EC2 directly from my localhost?

I have a batch script on an EC2 instance that I would like to be able to edit directly from my desktop's text editor. What is a good method of doing so easily? ...

Do I need a "Server" computer, for .Net server development in VMs?

I want to do some home development with SharePoint 2010. This requires a 64 bit computer, and hence a new computer for me. I also like to do my development in VM's - I've found that VS 2010 on a VM runs nicely, and keeps down the amount of "clutter" in the development environment. So, on my new computer I would like to run several ser...

Is there any free, small, fast, thing for compiling ActionScript-3 Flex apps on windows?

What I want is as small, as light and as powerfull as this for C# development environment for developing my AS3 RIA's on my EEE PC. On Windows. In general I need codehinting (at least like FlashDevelop has) And UI designer-builder (as similar as possible to one I have in Flash Builder at work,.. at leat like this but for Flex framewor...

Various approaches to upgrading development tools.

I recently asked a question on updating programming packages (on systems that provide programmer tools via packages) for which there has been no response. This leads me to ask the following question. As a software developer over the years, I've encountered enough bugs in tools that lead me to want to keep at the most recent stable rele...

What are some good Linux distros for current development use?

Main concern is that when I try CentOS I see that GCC is out of date. Is there a distro that is geared towards developers? ...

How to organize the work with sql files and windows in SSMS?

Why does SSMS (MS SQL Server Management Studio) continue to increase the appending numbers to windows and queries even if I open a new one after closing all previous? For ex., the window header of a newly created query is shown as "SQL query6. sql - localhost.databasename (ComputerName\Administrator (52))". How one can reuse these "help...

How should I wall off the dev and/or beta sites -- from the public and search engine bots?

I need dev and beta sites hosted on the same server as the production environment (let's let that fly for practical reasons). To keep things simple, I can accept the same protections in place on both dev and beta -- basically don't let it get spidered, and put something short of user names and passwords in place to prevent everyone and ...

questions on copying SQL Server database

Subquestioning [2] While copying Resource.mdf [1], I noticed that: 1) It is possible to copy Resource.mdf without stopping SQL Server instance (I attached one having copied from running instance and it works after attaching) . 1a) Should I understand that it as general possibility for all read-only databases or is it only in some v...

What is the best development environment for Ruby on Rails?

Hello, I am a person who is completely new to the Ruby on Rails coding language. A friend and I were going to get our feet wet, but instead now want to jump right in. What would be the best development environment for Ruby on Rails? I am on a Windows machine and my friend is on a Mac. I have the Eclipse development environment for Ja...

Visual Studio environment alternative

I use Visual C++ (7.1 and 8.0) on huge C++ project. The solution contains thousands of files. Visual Assist helps in jumping to function and class definitions. The problem is that it sometimes becomes too slow. I just can't edit a single letter without delay. Is there some alternative to this environment? I mean something that may read ...

Changing the root_dir on a magento system

Hi I want to create another instance of magento for development purposes. I've copied the site and the database and changed the connction string for the database. However, when I go to log in to magento it re-directs to the live site www.example.com rather than going to the test url test.example.com. Both instances exist on the same ...