Author Archive

Tips for Project Managers: Doing Scrum in Microsoft Project 2010February 24th, 2012

Two years ago, I was involved in a project for a luxury company. The previous project manager had used Scrum as a tool to manage the project and the deliverables. After a quick introduction to this methodology, I used his tools (mainly Excel) to implement Scrum.

Today I would like to reuse Scrum in another project, but I wanted to see if it was possible to use Microsoft Project instead of Excel to manage Scrum artifacts such as Product backlog, Sprint Backlog and the Burn down chart.

Note that this article will not explain the methodology; you can check this article in Wikipedia or watch this interesting video by Hamid Shojaee for a quick course on Scrum.

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

February 24th, 2012 at 12:30 pm

Tip for Project Managers: Creating a Resource Pool without MS Project Server in Microsoft Project 2010December 13th, 2011

For those without Microsoft Project Server, here is a way to manage shared resources through various projects. Through the use of this method, the program manager or unit manager is able to check team member allocation and also plan projects.

 Firstly, you will need to create the resource pool by following the steps detailed below:

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

December 13th, 2011 at 5:36 pm

A Tip For Project Managers – How to Create an Auto-Extending MS Project taskAugust 24th, 2011

Recently, I was asked if it was possible to create a task which would last the entire duration of a project (e.g. Project Management task, or weekly meeting) and set it to auto-extend should the project be delayed. Here is the solution:

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

August 24th, 2011 at 1:24 pm

Quick guide: How to synchronise Microsoft Project tasks with SharePointJuly 22nd, 2011

With Microsoft Project Professional, it is possible to synchronise your tasks between Project and Microsoft SharePoint. This allows project managers to take advantage of the advanced scheduling capabilities of Project Professional, whilst enjoying the collaborative capabilities of SharePoint.

In the attached PDF, I will explain the steps that will allow you to exploit this extremely useful capability.

 

Please click here to view the PDF

jeremy.cottino

Written by Jeremy Cottino

July 22nd, 2011 at 10:24 am

Quick guide: How to add the ‘Pinned Site’ feature to your websiteJuly 22nd, 2011

A great time-saving feature of Internet Explorer 9/Windows 7 is the capability to ‘pin’ sites to the taskbar. In doing this, not only will the user have their favourite sites close to hand, but they will also be able to use the pinned site as they do other desktop applications, as it has its own Jumplist and icons.

 

Pinned Site Icon

 

The good news for website owners is that the Jumplist can be customised. In the attached PDF, I will show you how you can add the pinned site functionality to your website, as well as customize the Jumplist.

Click here to view the PDF

 

 

jeremy.cottino

Written by Jeremy Cottino

July 22nd, 2011 at 10:22 am

Project Management: Understanding Earned Value ManagementJanuary 14th, 2010

One of the the favorite question of a project sponsor during a steering meeting is “So, what is the status of my project?” If things are looking good, a frequent answer from the project manager often sounds like this: “Well, we seem to be within the budget and it looks like we will meet the target go live date…”. If things are a bit dicey, he or she might say “Well, there have been some roadblocks and bottlenecks, so it looks like the timeline might slip by a few weeks and we will also need an additional budget…” Now if I were a project sponsor, this is definitively not what I would want to hear. I will share in this post a good way to report on project status, using a simple methodology: the Earned Value Management.

The goal of Earned Value Management (EVM) is to objectively understand what was accomplished, and compare it to work planned, in other words what was spent and how. By using EVM, the project manager wants to manage cost (and schedule) rather than just monitoring and reporting it.

Let’s take an example of a project status. The project, 10000 CHF budget, 10 days effort, will produce 10 deliverables. The status report gives the following elements: Time elapsed 5 days, spent to date 6000 CHF, deliverables produced: 5 complete and 1 half done. What is the status of this project? How far along are we? What about the performance of the team? If we spend 60% of the budget, does that imply that we have 60% of the project completed?

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

January 14th, 2010 at 10:38 am

Why project management mattersSeptember 29th, 2009

Sources of project failure

After several surveys, it appears that the main cause of project failure is the lack of project management methodology.

Presented in the form of a Pareto chart, here are the main causes of project failure.

The purpose of the Pareto chart is to highlight the most important among a set of factors. In quality control, it often represents the most common sources of defects, the highest occurring type of defect, or the most frequent reasons for customer complaints.

PM_projectfailure

Reading this results show us that the most important phase in project management are “Initiating” and “Planning” phases.

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

September 29th, 2009 at 11:16 am

Posted in Methodology

Tagged with , ,

Getting started with jQuerySeptember 20th, 2009

What is jQuery

jQuery is a JravaScript based framework that emphasizes interaction between JavaScript and HTML. The main goal is to simplify common commands of JavaScript. It was first realized in the beginning of 2006. jQuery is free, open source software Dual-licensed under the MIT License and the GNU General Public License.

The jQuery file can be downloaded here (http://docs.jquery.com/Release:jQuery_1.3.2).

jQuery contains the following features:

  • DOM (Document Object Model) element selections using the cross-browser open source selector engine Sizzle, a spin-off out of jQuery project
  • DOM traversal and modification (including support for CSS 1-3 and basic XPath)
  • Events
  • CSS (Cascading Style Sheet) manipulation
  • Effects and animations
  • Ajax (asynchronous JavaScript and XML)
  • Extensibility
  • Utilities – such as browser version and the each function.
  • JavaScript Plug-ins

Microsoft has announced plans to bundle jQuery initially in Visual Studio for use within ASP.NET AJAX framework and ASP.NET MVC Framework.

jQueryChart

Read the rest of this entry »

jeremy.cottino

Written by Jeremy Cottino

September 20th, 2009 at 4:29 pm