Click here to Skip to main content
15,892,746 members
Everything / Project management

Project management

project-management

Great Reads

by Mircea Neacsu
Source code organization suggestion
by DiponRoy
How to manage Entity Framework Code First in Real Time Projects
by Wayne Ye
Personal Schedule Management Tool
by Mary J John, PMP
The major differences between the Traditional and Agile paradigms.

Latest Articles

by Greg Utas
Open-heart surgery on your Big Ball of Mud
by Mircea Neacsu
Source code organization suggestion
by Nick Polyak
making decisions when starting and running a software project.
by Carlos Conceição
Some scenarios and situations that involve turning around a project and saving it from the jaws of failure

All Articles

Sort by Updated

Project management 

18 Jul 2011 by #realJSOP
NoteBook - no really - a little spiral notebook (with an accompanying pencil of course). They cost about a dollar.
5 Aug 2013 by _Damian S_
It's not by design behaviour for MS Project, but a quick search will reveal some add-ons (for purchase) that can achieve this if you need it.
7 Feb 2020 by _Starbug_
Hello every one. I developed a project in android environment that works fine and it is exactly same as xd file(Adobe xd) that employer give it to me. but unlike apk file that is very good when a programmer from employer side seen my codes he say your codes are not modular. for example he say...
25 Sep 2011 by Abhinav S
You need to ask them for some documentation.If they don't have any documentation available, then I'm afraid, the only thing you can do is debug the code to figure out what is going on.
7 Jan 2012 by Abhishek Nandgaonkar
Hey,I am kinda stuck with the way I should structure my Project. Was going well till now, but now it seems I'll have to re-structure it.My project is Peer to Peer chat and File Sharing. It performs device discovery, chat and file transfer.I plan to implement it using JTabbedPane where...
31 Jan 2013 by Abhishek Pant
there are too many link in google just have a look out there;ryanb31 says:You should likely do some google searches first to get a bearing on what exactly you are looking for. Right now, I think your questions are too broad.I also think this about your question.some of them...
31 Mar 2014 by Ahmed_Raza
I want to remove the suite bar from the top of project server 2013?
27 Dec 2011 by Albert Holguin
Break out things into libraries where it makes sense, not just because you can. Follow the kiss (keep it simple stupid) design methodology where possible and it will save you headaches in the long run.
24 Feb 2015 by Albert Holguin
Quote:1.Client's Private repository is there in github2.I've to take a clone of this into my Local server.3.Each developer in my team has to clone the project from the local server to their local computer.4.Each developer works on their local computer ,after they complete their...
15 Jan 2017 by Amol Hegana
I am developing big product. It consumes so many third party libraries. I don't want to directly depend on it. So kept it seperate. Now i am getting confused, Wheteher i should 1. Create seperate project for every small component. So many small components, few of them have only 3 to 4 classes....
16 Mar 2012 by Andy411
I'm using git but not hierarchical but I've read something about it.I think you are looking for this: Distributed WorkflowsTry goolge for git lieutenant
14 Jan 2015 by anurag9179
Hello,I am working project server 2013. I am facing some issues regarding In-built report in Project server/ SharePoint 2013. When I open In-Built report, specially Project Overview dashboard reports which uses oData Connection and i think the oData connection may be the cause of this issue,...
18 Jul 2011 by Ashika s
Hi,Could you please suggest a good name for Personal Manager Software?
21 Jan 2015 by Avenger1
Hii made my first big project a month ago but i have problemwhen i want to add something to my project, its confusing and too much hard for add new item because i need to change many thing and i know object oriented (very good) and i used in my project but its still confusing when i want to...
31 Jan 2013 by bbirajdar
One guy has all these resources.. And we all developers praise him..He works 24x7 to help the software developers provide all the resources for free. You just ask him and he will give it within a second.. Why dont you ask him first and if you have any specific difficulties , then you can post...
20 Sep 2016 by Bernhard Hiller
The more important question to ask is: where will those tests be running?I'd integrate them in a Continuous Integration framework (Jenkins or Team Foundation Server). After a build and unit tests were successful, startup a virtual machine, install and start the required services, copy your...
26 Jun 2012 by Brady Kelly
I'm looking for recommendations for (preferably offline) project management applications that I, as a sole developer/project manager, can use to apply the scrum methodology to my process. Advice, links, etc. will all be appreciated.
27 Dec 2011 by BrainlessLabs.com
Shared libraries are used for this kind of situation:Shared Libraries[^]http://wfrakes.wordpress.com/category/reusable-assets/[^]
27 Dec 2011 by BrainlessLabs.com
Projects can take help of the following to group functionality:Classe.NamespaceLibrariesFoldersYou have to give nice and meaningful names. Group similar code in same places. Keep code modular. Give proper comments. Avoid keeping dead code.Google C++ Style Guide[^]This is the...
23 Oct 2018 by Carlos Conceição
Some scenarios and situations that involve turning around a project and saving it from the jaws of failure
25 Mar 2012 by CGN007
I'm new to git.I've to set up my project in Git.The workflow is as follows.1.Client's Private repository is there in github2.I've to take a clone of this into my Local server.3.Each developer in my team has to clone the project from the local server to their local computer.4.Each...
8 Aug 2021 by CHill60
Further to solution 1 - there are tons of ideas out there in google-land - just pick one web based project ideas for computer science students - Google Search[^]
16 Jan 2023 by CHill60
If you don't understand the question then you need to talk to your tutor. We will not do your assignment for you - assignments are designed to cement knowledge in your head and to help your tutor better gauge your needs. Getting someone else to...
14 Jan 2014 by Christian Vos
Explaines the function of the Definition of Done and how to use it in an agile project
26 Dec 2011 by Chuck O'Toole
We use SourceSafe's "share" feature to place a shared copy of the common file(s) into both (or several) projects. SourceSafe maintains a single copy of the module but both projects have a copy. A SourceSafe "Get Latest" command synchronizes them.I'm sure other code management tools provide...
26 Dec 2011 by Coder Block
Hi All,I'm working on big project having 250 .cpp and .h files.Project size is directly propotional to number of project files.so project increase my number of project file increase....So problem is maintainance of project but obeouse ,maintaining such big project is not small...
26 Dec 2011 by Coder Block
With continue to my previous post,We have,Two project used same function,that is if i have project ABC and PQRusing IsNumeric() function so still date we need two copy of function one in ABC and one in PQR .instead of that i need IsNumeric() as microsoft visual studio function that...
9 Sep 2017 by CPallini
I believe your friend are right. Keep it simple. A simple project could be very accurate in the implementation. If you opt for a complex one it could require more time than you planned and remain without implementation or with a fallacious one.
18 Jan 2013 by dan!sh
What are you trying to estimate here? If it is design, function point is the way to go based upon output of requirement phase. If it is coding and unit testing, I suggest to make a proof of concept based on design. Based on the time required to do so, estimate for the project.
26 Dec 2015 by Dave Kreskowiak
Well, you better figure out how to describe your last project and what you were doing. There are no resources anywhere that's going to give you the answer to that question. Well, except you!
26 Dec 2016 by Dave Kreskowiak
Your question isn't answerable by anyone but yourself.We can't tell you because we don't know anything about your experience. The number of years you've put into any particular topic, like C# experience, is completely meaningless.
26 Jun 2022 by Dave Kreskowiak
Quote: java.lang.NumberFormatException: For input string: "" The error is pretty clear. An empty string cannot be converted to a numerical value. You're next question is going to be "how do I fix it?" Well, that depends. Assuming this is line...
28 Jul 2014 by DiponRoy
How to manage Entity Framework Code First in Real Time Projects
23 Jul 2012 by Dovile Sinkeviciute
Try taking a look at Eylean Board.It's a desktop client which may be used on your own or with a team if needed (using locally installed Eylean Server). Only pricing for the teams is provided on the website, but contact their sales to receive an individual offer for personal use.Eylean Board...
18 Jul 2011 by Espen Harlinn
iSlave - why else would you want a such a solutionor PMS, at least it'll allow you to schedule when it's a good idea to work overtime, make business trip, etc.Best regardsEspen Harlinn
8 Sep 2014 by George Jonsson
Well, pick a winner:The 10 Best Free Web Editors for Windows[^]
4 Mar 2022 by Greg Utas
Open-heart surgery on your Big Ball of Mud
26 May 2022 by Hamid Rasheed
How can I disable a project in orangehrm so that it doesn't show in list while adding timesheet. Either through front-end or through code. What I have tried: I am not a develop but just an admin. I couldn't find this option at front end.
12 Jan 2015 by Hapisha
I m trying to install redmine on my PC using the installation step http://www.redmine.org/projects/redmine/wiki/redmineinstall[^] found here. but getting the error please configure your config/database.yml first while executing the command "rake generate_secret_token" . i need help on this...
24 May 2017 by Hassaan_Malik
Hy, I don't know either that platform is best to find idea for final year project or not. But after searching a lot on internet about project ideas, still I am unable to find any suitable idea for me. I want to develop a web application to tackle real world problem. Please help in selecting any...
2 Oct 2018 by Jacek M Glen
A short summary of why we chose to go Agile way
27 Dec 2011 by JackDingler
Alternatively you can put the function in a library project, that is shared by both target projects.Libraries are one standard method for creating shared code bases for projects.
27 Dec 2011 by JackDingler
That sounds good.Organize your libraries by function and give them meaningful names.
10 Jun 2022 by Jeneesh K. Velayudhan
Hi, I am setting up a project from the scratch. My question is, I'd like to add the react app as a part of the API solution. So that, a full stack developer can work on UI/API at the same time in the single VS instance. The same time, UI...
24 Dec 2013 by joginder-banger
This is [Not a Question] you can try in google.I have searching on Google some Link find check out this i Hope this is usefull for you. First is http://carmaux.cs.gsu.edu/~mweeks/project.html[^] and more is...
17 Oct 2014 by John ny
Help with the best practices for visualizing development of below software project. Ultimate Objective: Building a website/browser-based mini software (runs on php/mysql) and to diversify it to an Android App and as a Windows software using Java. Essentially, there would be three independent...
26 Aug 2015 by KarstenK
Normallay you can download attached project zip from articles. If you have such project you must open it with a IDE (development tool) like Visual Studio and build it.Else if you want to upload a project for development on the internet you can use the Github Website.
24 Feb 2018 by KarstenK
You can do it by using a start menu in the main-function, so you can choose which subroutine to use. char c = 's';//some value while( c = 'x' { // make some screen output to explain what to do c = getchar(); switch( c ) { case '1': subRoutine1(); break; case '2': ...
10 Apr 2013 by karthik bandaru
I need some points for a small seminar on how we deal our dotnet projects.so that our client can satisfy with our standards and process from our company.Help me plz..!!Thank you.
13 May 2014 by Kinna-10626331
Hi , I'm writing the documentation of a portal that I made in SharePoint with external data sources.I want to write the developer guide and I need some guidelines to point me in the right direction , something like a template. I googled but I couldnt find anything useful, only manuals about...
19 Jul 2012 by Kosh2010
Hello,I need help in using SSIS to import multiple Microsoft Project 2010 .MPP files posted on a Sharepoint site into a SQL Server 2008 R2 database I'm developing. Unfortunately, there is no backend database applied by Microsoft Project. Otherwise, I would connect to that directly. Can...
26 Jun 2012 by lewax00
We use Rally[^] where I work (it is online however).Of course, if you need a single user offline project manager, and you can't find one, you could always write your own. I wouldn't imagine it would be terribly complex, mostly just CRUD-type stuff.
26 Jun 2022 by Madhu Kumari 2022
getting this error kindly help its urgent this is testing button clicked Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "" at...
11 May 2017 by Mahmoud Gamal Elgazar
i have to make a hangman game with my team and i do not know how to start it i need to make it using c++ and i need a good advice how to start it i am a team leader.i have to know how to make this game to explain it to my friends What I have tried: to find a top down design for this project
3 Aug 2012 by Mary J John, PMP
The major differences between the Traditional and Agile paradigms.
9 Mar 2015 by Mdzzzl5
Not trying to seem smart-alecky, but have you opened config/database.yml and filled it in with the correct values to access your database? That would be my first guess. If you've left the default values, Rails can't access the db.
25 Sep 2011 by Mehdi Gholam
Start by going through what you have to do/change in the project. If you do not understand what you have to do it is the job of the organization to give you the required information to get your job done. You must demand time from your assignee.
14 May 2015 by Member 10033441
>Hello All,br mode="hold" /> I am new joinee .Presently I am working in a web development project in asp .net,where the client sends daily basis assignment.But the problem is in my project there is no one who can give me KT.So my request is how can i understand the flow of the project.Plz...
22 Apr 2014 by Member 10766100
Hi Rahul,I'm Mathew and I represent CollaborateCloud. As far as I understand we can help you with the project management issue with more efficiency. Please send me your detailed requirement in mathew@collaboratecloud.com so that I can understand your requirement better.Regards
5 May 2015 by Member 10820379
Here are the dfd that i made please help.https://drive.google.com/open?id=0B-gRpss4Z5xJfkF6M3U1RUZqeHcwYS0wclVYcUNkTXVRVktNc0xsSE1TOVB4WHdQUVhrTlE&authuser[^]any reference to how to make correct dfd's would also be appreciated.DFD-(DATA-FLOW-DIAGRAM)
11 Feb 2015 by Member 11446846
while doing the application development which tool is best one to implement developed and maintenance Projects ?
14 Apr 2015 by Member 11490310
My question is addressed to those who work as project managers or even work on projects.What is project and project management and how you manage your projects witch methodology you use for managing your projects I hope to answer my question with a little details since I am new to Project...
26 Aug 2015 by Member 11936943
i have to submit minor project but currently being busy with gate prepration i dont have time to work on it so i just want to download the project with documentation i am serching on google but getting only source code.
26 Dec 2015 by Member 12229842
I used to work in a startup and in my resume i mentioned a very big project.. just wanted to know how things happen international projects
5 Jan 2016 by Member 12235761
How to create own custom .exe installer for java project with licence agreement and other information.
7 Aug 2016 by Member 12674363
Hello, I'm a beginner at programming writing up a theoretical project for university and i wanted to know if this idea could actually be done in real life. I'm trying to collaborate the prices of items from different supermarkets so that you can see that e.g. apples are $4/Kg at supermarket...
22 Aug 2016 by Member 12697792
#include #include #include using namespace std;class account{ int accno; char name[50]; int deposit; string type;public: void create_account(); void show_account(); void modify(); void dep(int); ...
20 Sep 2016 by Member 12750312
Hi, my understanding of MSTest is very limited so this may be an unreasonable question, or I am now using the right keywords in Google searches. This is not really a code question but more of a solution setup question.What I am trying to do is create an integration test environment where the...
9 Sep 2017 by Member 13401923
I am needing to make a python project for finals, and all my friends are doing something like games or simple console application, but I want to create something that has a real world application (useful software) and a challenging one, any suggestions? What I have tried: I have tried to think...
24 Feb 2018 by Member 13694445
I have two separate source codes and I want to implement them together like the first screen and then another screen in turbo c++. how do I do that?this is the first part/program that i want to interconnect with my second program/code. #include #include #include...
25 Feb 2018 by Member 13694445
i want to include graphics to my project but i am getting many errors.here is a small part of my program. #include #include #include #include #include int password(); void addrecord(); void viewrecord(); void editrecord(); void...
7 Oct 2021 by Mircea Neacsu
Source code organization suggestion
4 Feb 2014 by Mohammed Shamsheer
i want to build project mangement webapplication...The modules i want to create : Clients Employees Accounts Work Information client view.. General information module submodule Reports Documentation. any reference web application...
5 Sep 2013 by Muhamad Faizan Khan
i am working on (asp.net) VS 2012 and sqlserver 2008r . now if i want to see my project to another computer (with functional database working) where vs 2012 and sqlsever 2008 r2 already installed then do i need to restore my databse in that computer's sqlserver. ? or i can see my project in...
24 Dec 2013 by Muhamad Faizan Khan
I have developed a little project on WinForm using C# and sqlserver. Now i want to make project report of it in which i need to includetheses thing 1. requirement specification2. Database Design3. Detail Requirment (use cases, input/output, external interfaces, filed used inquery)4....
17 Nov 2011 by Mukund Thakker
You can try basecamphq.comIt is Trusted by millions, Basecamp is the leading web-based project management and collaboration tool.You can assign task to various group of user and track task.
5 Sep 2013 by Mycroft Holmes
If you are on the same network then all you need to do is install your application on the other computer, it will be able to connect to your sql server using the same connection string (if you used localhost then change that to the name of your computer).
21 Jan 2015 by nagendrathecoder
Your question is not too clear, what exactly you mean be adding something new?Is it a class or form into your solution or what?If you are asking from solution perspective, you can create folders based on modules and divide your classes and forms in those folders.
9 Jan 2012 by Nagy Vilmos
Further to Torsten's answer, there is a way to find your candidate classes. First off list write out the requirements. Whenever you come to a noun or noun phrase, that is a candidate for being a class:Requirements:My project is Peer to Peer chat and File Sharing. It performs device...
28 Oct 2018 by Nick Polyak
making decisions when starting and running a software project.
16 Feb 2015 by Nick Rogozhnikov
Software project detailed estimation and professional proposal creation
15 Jan 2017 by nv3
Arnol, you are dealing with one of the most difficult questions in every large project. There is no general recipe to follow. For each and every project you have to find your own way of handling these things. Here are a couple of consideration for you to ponder:- A large number components is...
24 Feb 2018 by OriginalGriff
If you mean "at the same time" as in "genuinely doing things together" instead of "doing one thing, then doing the other after it finishes" than that complex - you would need to look at setting up separate threads to run each "chunk" of code. And if I recall correctly, Turbo C++ doesn't have any...
24 Feb 2018 by OriginalGriff
1) You can't have two main functions. 2) "Unreachable code" is just that: code that cannot be reached so cannot be executed. For example: while (1 == 1) { i++; } printf("Unreachable"); if you can exit the loop, it isn't unreachable: while (1 == 1) { i++; if (i == 100) break;...
8 Aug 2021 by OriginalGriff
Unfortunately, we can't really help: we have no idea of your skills, ability level, or interests. And we have no idea of the scale of the project that you need to produce - what size of project would be acceptable to your tutor? I'd suggest that...
26 May 2022 by OriginalGriff
If you have a question about how to use any software, the place to start asking with with the creators, not a random website: even the dweebs in HR can usually work that out! In this case, start here: OrangeHRM Forum - Index page[^] - they will...
16 Jan 2023 by OriginalGriff
While we are more than willing to help those that are stuck, that doesn't mean that we are here to do it all for you! We can't do all the work, you are either getting paid for this, or it's part of your grades and it wouldn't be at all fair for...
8 Sep 2012 by Pablo Aliskevicius
I recommend Scrum and XP from the trenches[^].There is a free PDF download there, you can start from it. Good luck with your job hunt, Pablo.
5 Dec 2018 by Paramu1973
Hi I copied my project_1 to Project_1Copy and I rename the project_1Copy to another name. & Build & Run successfully. But the problem is I can not find the project folders like SourceFiles Folder etc...Also the Header files .h,ResourceFiles,.cpp files showing like mixed manner... And hence does...
23 Aug 2016 by Patrice T
Advices:- Use a programmer Editor, it show you parenthesis matching and can indent your codeNotepad++ Home[^]UltraEdit: the text editor trusted by millions[^]- indent your code, it highlight the code structure.C is the ancestor of C++, it will not harm to read the reference book of...
11 May 2017 by Patrice T
Quote: i do not know how to start it You know how to play the game with a sheet of paper and pencil. Write down a procedure explaining every steps of the game, then ask a member of your team to play the computer by following blindly the procedure. When a step is too complicated, refine the...
18 Jul 2011 by Pete O'Hanlon
AntelopeDeathStrikeYoureFiredShOutofLuckIt.
24 Dec 2013 by Peter Leow
You are reverse engineering. Not right. These are SDLC processes and documentation that should have been followed and done before the actual development work, especially 1,2, and 3. If you have done the project yourself, then should have no problem producing the report (especially if you have...