Questions tagged [project-management]

PROJECT MANAGEMENT QUESTIONS ARE OFF-TOPIC. Please ask these questions on ProjectManagement.SE - https://pm.stackexchange.com

Note that as of February 7th, 2011, the Project Management Stack Exchange Site, launched in Beta. Questions on StackOverflow with the project-management tag may get better results on that site. Check out the PMSE FAQ to get a better idea of whether or not your question would get better answers if asked there.

Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals, as defined in the Wikipedia Article on Project Management.

Projects are, in general, temporary. Projects generally have a project owner, project manager, and a team. The project manager of the team is not a functional manager or direct supervisor of the team, but is instead a person responsible for the project schedule and the overall success of the project.

Many times, projects involve members of different functional skills or disciplines who are brought together temporarily to meet a common goal. Once the project is complete, the team may disband.

1496 questions
8
votes
11 answers

Microsoft Project

Is Microsoft Project the best tool for managing software development or IT projects or is there an alternative that is better?
David Neeck
  • 221
  • 3
  • 15
8
votes
11 answers

How to convey bad news to clients?

How to convey a bad news to the client?
user11039
  • 854
  • 2
  • 9
  • 17
8
votes
4 answers

What Project management lessons and best practices can we learn from the engineering and construction industry?

It is a well known fact that IT projects fail with an alarming rate (some surveys suggest that the failure rate is more than 60%). Typically, project managers try to "recover" from these failures either by squeezing their resources to work extra…
Rahul
  • 12,886
  • 13
  • 57
  • 62
8
votes
5 answers

Probability theory and project planning

I'm managing a project that has to be estimated, according to rough requirements and specifications. Because of that, the estimations on the specific features and tasks are set of discrete values, instead of just one discrete value (for example,…
8
votes
6 answers

Agile Project Management

If one does use Scrum for the Software development portion of a project, does one still use PMBOK or some other project management methodology for the "other" tasks on a project e.g. the business, marketing, training tasks. What is the project…
Joanne
  • 131
  • 1
  • 5
8
votes
12 answers

How much flexibility in business requirements is too much?

I feel like I'm beating my head against a brick wall sometimes. I was just talking to someone in my company about the need to encourage our [company's internal] client to put thought into their requirements up front and make a bigger effort to…
Phil.Wheeler
  • 16,748
  • 10
  • 99
  • 155
8
votes
10 answers

Organizing Java projects

I'm a junior developer and recently started working for a very small office where they do a lot of in-house development. I have never worked in a project that involved more than one developer or were as big and complex as these ones. The problem is…
teto
  • 4,019
  • 4
  • 21
  • 18
8
votes
1 answer

Embedded C file structure suggestions

I cannot find good suggestions about file structures in typical embedded software in C. There are a number of such questions and answers here on SO, but none that covers the concerns I present, or that seems adapted to embedded systems in C. I…
Gauthier
  • 40,309
  • 11
  • 63
  • 97
8
votes
7 answers

Scrum in a fixed cost project

I have read the agile manifesto and spend a nice day surfing the web in search for this elusive answer. But sadly I did not get an answer that would cover all the bases. When watching all the blog posts and newscasts of Agile preachers, you just…
Dejan
  • 731
  • 1
  • 6
  • 17
8
votes
3 answers

User stories for functional requirements

As we are a small company, I work as both a project manager and developer. The specifications I create for clients contain a number of elements used to describe and define the project, including user stories alongside any other elements I feel need…
JonB
  • 1,320
  • 2
  • 15
  • 30
8
votes
1 answer

Free dependency mapping tool with automatic layout adjustments?

I'm looking for a tool that will let me draw out a map of dependencies for applications, servers, etc. We have a lot of servers and a lot of databases, and no way of tracking what depends on what. Note that I'm not talking about code or class…
CptSupermrkt
  • 6,844
  • 12
  • 56
  • 87
8
votes
5 answers

VIM: is there an easy way to manage Visual Studio solutions / makefile projects from Vim?

I tried using Visual Studio instead of VIM(+plugins), but to be honest - the only advantage of VS over VIM is it's ability to automatically manage my project. I know of existence of ViEmu for VS, but I would like to do the opposite - is there any…
zeroDivisible
  • 4,041
  • 8
  • 40
  • 62
7
votes
8 answers

No schedule, No UML, no etc.., but still a project be successful?

The findings came from NICTA’s study of 400 projects shows Most projects that had no schedule were successful The choice of requirements methodology does not matter; UML was "no help". In the U.S. (but not elsewhere), developers are involved in…
Dhanapal
  • 14,239
  • 35
  • 115
  • 142
7
votes
13 answers

How do you get through the inevitable motivational "slump" near the end of projects?

When working on a project, after the interesting parts are coded, my motivation is severely diminished. What do you do to get over this problem?
William Keller
  • 5,256
  • 1
  • 25
  • 22
7
votes
2 answers

PHP project organisation

Currently I just have a bunch of php files sitting in folders under source control. Logically I have a collection of related projects and a shared database. Project 1 is a web application interacting with a database. Project 2 is some background…
freshnewpage
  • 413
  • 1
  • 3
  • 10