4
votes
9answers
156 views
Development software - How common is it for developers to buy it for personal use
Edit: The answer is yes, pretty common. The Microsoft TechNet is one of best deals (except it does not have Visual Studio). So MSDN generally is a better choice. Thank you
Hello A …
1
vote
5answers
65 views
Prevent file differences between live and staging websites AND system scripts (PHP)
I'm trying to find a good way to maintain PHP configuration differences between a dev and live environment. I know how to handle differences when scripts are run by Apache (see bel …
2
votes
3answers
67 views
How risky is development against SQL Server 2008 with production on SQL Server 2005
My dev environment has SQL Server 2008 installed. I have an asp.net 1.1 site in production using SQL Server 2005. I'd rather not install SQL Server 2005 on my development environme …
2
votes
1answer
46 views
Do you virtualize all or part of your development environment ?
I've been thinking about virtualizing part or all of my RoR development environment.
This could have, in theory, many advantages due to encapsulation
easily manage app-specif …
0
votes
0answers
22 views
A Development Machine in VirtualBox - (Debian-min vs ArchLinux vs recommend-one).
I have few years of exp on linux, mainly ubuntu (dual-boot). Now i am shifting to windows, and installing linux in VirtualBox (PUEL). I am looking for a light-weight distro for dev …
2
votes
2answers
43 views
Advantages of running a production-oriented stack during development?
Lately I seem to have noticed a trend amongst some RoR developers, that is using RubyEE/Passenger/Apache type setups during their development process.
Besides the obvious "use wha …
1
vote
4answers
50 views
Architecture: using different classes on development / production
Hello,
I'm interested about using 2 different classes in 2 different environment. Both classes should share the same structure (methods), but the one used in production would be " …
0
votes
9answers
89 views
What’s the best SQL Server setup for a development environment?
Hi,
We are a small team using Visual Studio 2008 for development and SQL Server 2008 Standard in the production servers. We are seting up a new development lab and I am wondering …
0
votes
5answers
74 views
In which practical ways can virtualization enhance your development environment ?
Practical uses of virtualization in software development are about as diverse as the techniques to achieve it.
Whether running your favorite editor in a virtual machine, or using …
1
vote
7answers
101 views
Linux Development C/C++/bash/python on windows-7.
Before resorting to stackoverflow, i have spend a lot of times looking for the solutions. I have been a linux-user/developer for few years, now shifting to windows-7.
I am looking …
2
votes
1answer
65 views
Eclipse smart quotes - like in Textmate
Hey all,
Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " …
0
votes
1answer
23 views
Distinguishing development mode and release mode environment settings on Android
I'm building an Android application and would like to maintain a few environment variables that I can tweak depending on whether I'm in development mode or release mode. For exampl …
2
votes
13answers
156 views
Beginning PHP development
I am starting on a project where I will be making HTML and CSS edits to PHP site. I need to configure my home computer to run the site and do PHP development work on it.
What is …
0
votes
2answers
51 views
Files to ignore when using Visual Studio with Git
I've installed Git to do some development using Visual Studio 2008. Most of the work will be new development but we do have some old projects from prior to VS2005 that I want to br …
0
votes
4answers
32 views
XML, XML Stylesheets XQuery: book and development environment
I'm completely new to XML Schema, XML Stylesheets and XQuery.
To me, XML is just a text file just containing tags and values. I know that much, lol.
I just got a homework asking …
