Tagged Questions

0
votes
4answers
104 views

Multiple websites running on same codebase?

Hi, We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website …
22
votes
15answers
528 views

Are there any Debugging Patterns?

Hi, I know there are many popular and useful Design Patters. Are there something like them for debugging scenarios? Maybe not patterns but methodologies which are categorized and that can be used …
2
votes
3answers
263 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 …
0
votes
1answer
45 views

website downtime control strategies

Could someone pointing out what is the best way to control the website downtime; especially when having many sites running?
4
votes
3answers
171 views

Strategies for Developing Multiple Products from One Codebase

I'm working on a project that will (soon) be branched into multiple different versions (Trial, Professional, Enterprise, etc). I've been using Subversion since it was first released (and CVS before …
13
votes
2answers
1k views

When would you use the different git merge strategies?

From the man page on git-merge, there are a number of merge strategies you can use. resolve - This can only resolve two heads (i.e. the current branch and another branch you pulled from) using …
5
votes
3answers
235 views

Best generic strategy to group items using multiple criteria

Hello, I have a simple, real life problem I want to solve using an OO approach. My harddrive is a mess. I have 1.500.000 files, duplicates, complete duplicate folders, and so on... The first step, …
7
votes
11answers
618 views

Strategy for Fixing Layout Bugs in IE6?

Generally, what's the best way to tackle a layout bug in IE6? What are the most common bugs or problems that one should look for when trying to figure out why your page suddenly looks like a monkey …