Scott Adams DILBERT. Manage It! Your Guide to Modern, Pragmatic Project Management. Johanna Rothman

Size: px
Start display at page:

Download "Scott Adams DILBERT. Manage It! Your Guide to Modern, Pragmatic Project Management. Johanna Rothman"

Transcription

1 Scott Adams DILBERT 1

2 Scott Adams DILBERT 2

3 Scott Adams DILBERT 3

4 Program Management Coordinating several subprojects or a series of projects to meet specific business objectives Program Manager ensures projects are meeting objectives: If objectives change Program Manager decides how projects should change Project Manager then decides how to implement the change 4

5 Program Plan Template Overview Features Program Requirements Program Goals Market evaluation & Marketing plan Sales plan ROI and product lifetime Schedule overview Staffing curve Training plan Service / support plan Other plans 5

6 Return On Investment There are four commonly used formulas to determine ROI. Formula 1: ROI: Costs = X; Benefits = Y Gives Management information and lets them make an intelligent comparison; the math obscures the magnitude and importance of the numbers in the ROI calculation Formula 2: Formula 3: Formula 4: ROI Benefits - Costs Benefits ROI Costs (Benefits - Costs) ROI Costs 6

7 The Math Future Value FV ( 1 i) PV future value at the end of period FV ( 1 i) FV ( 1 i)( 1 i) PV ( 1 i) PV 2 1 n n ( 1 ) FV i PV 2 Present Value (of Future Value) PV 0 FV n n ( 1 i) present value of future value at the end of period n 7

8 Net Present Value (NPV) of Benefits - Costs NPV compares the value of a dollar today to the value of that same dollar in the future, taking inflation into account. If the NPV of a prospective project is positive, it should be accepted. However, if NPV is negative, the project should probably be rejected because cash flows will also be negative. NPV B T T t t t 1 r t 1 C ( 1 ) ( 1 r) t t 8

9 Inflation Rate (discount rate) = 6% NPV NPV Year Benefits Cost Benefits Cost 0 $1,500,000 $1,500,000 1 $150,000 $141,509 2 $150,000 $133,499 3 $150,000 $125,943 4 $150,000 $118,814 5 $150,000 $112,089 6 $150,000 $105,744 7 $150,000 $99,759 8 $150,000 $94,112 9 $150,000 $88,785 TOTALS = $1,020,254 $1,500,000 B - C = -$479,746 B/C Ratio =

10 Excel CSc 171 & 233 Fall 2013 Avg. Discount Rate 6% NPV (B) = B - C B C $1,020,254 -$479, =NPV(H6,H11:H20) row Year Benefits Discounted Benefits Costs (C) 11 1 $1,500, $150,000 $141,509 =H12/((1+$H$6)^G11) 13 3 $150,000 $133,499 =H13/((1+$H$6)^G12) 14 4 $150,000 $125,943 =H14/((1+$H$6)^G13) 15 5 $150,000 $118,814 =H15/((1+$H$6)^G14) 16 6 $150,000 $112,089 =H16/((1+$H$6)^G15) 17 7 $150,000 $105,744 =H17/((1+$H$6)^G16) 18 8 $150,000 $99,759 =H18/((1+$H$6)^G17) 19 9 $150,000 $94,112 =H19/((1+$H$6)^G18) $150,000 $88,785 =H20/((1+$H$6)^G19) $1,020,254 col G H I J K 10

11 Apps available in Excel CSc 171 & 233 Fall 2013 Future Value Net Present Value Present Value 11

12 Organizing Multiple Related Projects How to track which requirements are in which release? Release Trains Technique of planning software releases on regular or cyclic time period, for example, the last day of every quarter, or every 9 weeks, etc. The "train" metaphor is based on the concept of railroad train schedules (planned arrival and departure times) and that trains carry multiple types of rolling stock (different types of projects are included in a release). Plan to organize features into a quarterly timebox to facilitate scheduling of periodic multiple releases of the product. 12

13 Release Train Open Source commercial products: Clearspace and Jive Forums Adopted a release train model for their projects. Why the change? to "move as fast as possible with high quality". For end users of their products, the key thing to know was that there would be a new release every three weeks. Each version contains bug fixes and new features and we're committed to maintaining high quality for every release (no more rushed bug fixes a week after a release). 13

14 Making Release Trains Work Program Manager manages the product release criteria managing the Trains. Project Managers manage their project their part. Only what is needed avoiding YAGNI work! "You Aren't Gonna Need It" is the principle in extreme programming that programmers should not add functionality until it is necessary. Ron Jeffries writes, "Always implement things when you actually need them, never when you just foresee that you need them." SW Configuration Management a must! Good estimation needed to meet release dates. Automated regression testing a must! 14

15 Software Configuration Management (SCM) The task of tracking and controlling changes in the software. Configuration management practices include revision control and the establishment of baselines SCM answers the question "Somebody did something, how can one reproduce it? Often the problem involves not reproducing "it" identically, but with controlled, incremental changes. Answering the question thus becomes a matter of comparing different results and of analyzing their differences. Traditional SCM focused on controlled creation of relatively simple products. Now, implementers of SCM face the challenge of dealing with relatively minor increments under their own control, in the context of the complex system being developed. 15

16 Release Trains requires Great SCM GOALS: Configuration identification - Identifying configurations, configuration items and baselines Configuration control - Implementing a controlled change process. This is usually achieved by setting up a CHANGE CONTROL BOARD whose primary function is to approve or reject all change requests that are sent against any baseline. Configuration status accounting - Recording and reporting all the necessary information on the status of the development process. Configuration auditing - Ensuring that configurations contain all their intended parts and are sound with respect to their specifying documents, including requirements, architectural specifications and user manuals. Build management - Managing the process and tools used for builds. Process management - Ensuring adherence to the organization's development process. Environment management - Managing the software and hardware that host our system. Teamwork - Facilitate team interactions related to the process. Defect tracking - Making sure every defect has traceability back to the source. 16

17 Scaling Software Agility: Best Practices for Large Enterprises (The Agile Software Development Series) (Paperback) by Dean Leffingwell Addison-Wesley Professional 17

18 Let s do Agile 18

19 Managing Project Managers Manage by deliverable. Follow Management by Exception (MBE). Practice whereby only the information that indicates a significant deviation of actual results from the budgeted or planned results is brought to the management's notice. Its objective is to facilitate management's focus on really important tactical and strategic tasks. In MBE, the decision that cannot be made at one level of management is passed on to the next higher level. 19

20 Managing Project Managers Manage by deliverable. Follow Management by Exception. Review each project s dashboard. Review each project s risk list. Rely on feedback. Status checks CSc 171 & 233 Fall 2013 Program Gantt Chart (all Projects) Schedule of handoffs all interdependencies visible! Weekly status reports (each Project) Review risks list with each Project Manager 20

21 Features per Iteration Features # Features Done # Features Left Tot Features For Agile Projects review: Velocity Charts Iteration Content Charts Nov 18-Jan 9-Mar 28-Apr 17-Jun 6-Aug 25-Sep 14-Nov 3-Jan 9 Velocity Chart 8 7 Iteration Content Chart Defects Changes Features Iteration 21

22 Program Dashboard Program Managers design their own Need to represent interdependencies of resources and deliverables. The author s storyboard-like mechanism to describe program s progress pictures on the wall????? 22

23 Testing Page last paragraph I ve use a template Page lines from the bottom Your job is too look for obstacles 23

Motorola Agile Development

Motorola Agile Development Agile Project Management Training INTRODUCTION to AGILE PROJECT MANAGEMENT Motorola Agile Development Customer Proxy Refactoring TDD Paired Development Agile Project Management Retrospectives Continuous

More information

Create a benefits roadmap

Create a benefits roadmap 8 Create a benefits roadmap In addition to understanding the costs and benefits of large-scale investments, senior executives will also want a clear picture as to when the benefits of a GIS program will

More information

Revised SMIS+ implementation plan. 4 th August 2015 SMIS+ Team

Revised SMIS+ implementation plan. 4 th August 2015 SMIS+ Team Revised SMIS+ implementation plan 4 th August 2015 SMIS+ Team Content Purpose and rationale Revised implementation plan Design & Build Plan (including workstreams) Design & Build Phases Deployment Phase

More information

Extreme Agile Implementation and Creating a Value Delivery Office

Extreme Agile Implementation and Creating a Value Delivery Office Extreme Agile Implementation and Creating a Value Delivery Office Anup Deshpande Sr. Leader of Agile Portfolio Management 1 COPYRIGHT 2017 Anup Deshpande. ALL RIGHTS RESERVED For Informational Purposes

More information

Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management. 11g Release 8 (11.1.8)

Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management. 11g Release 8 (11.1.8) Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management 11g Release 8 (11.1.8) April 2014 Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle

More information

PROJECT INTEGRATION MANAGEMENT. 1 Powered by POeT Solvers LImited

PROJECT INTEGRATION MANAGEMENT. 1  Powered by POeT Solvers LImited PROJECT INTEGRATION MANAGEMENT 1 www.pmtutor.org Powered by POeT Solvers LImited MAJOR PROJECT DOCUMENTS Before we begin Integration, let's summarize the project's major documents: ALL are formally approved

More information

Project Charter Template

Project Charter Template Templates from Project Charter Template 1. Vision: Concise and compelling idea behind the project 2. Drivers, Constraints, and Floats: What s driving the project, what s constraining the project, and where

More information

Title : Analytics in Agile Project Management Theme: Project Management Leadership > In a Rapidly Changing World Keywords: Agile, Metrics, Analytics, Regression Model Abstract: In the Information revolution

More information

7 Misconceptions of Enterprise Agile. August 15

7 Misconceptions of Enterprise Agile. August 15 7 Misconceptions of Enterprise Agile August 15 Misconception #1 Enterprise Agile will free you from having to do requirements 5/1/13 Copyright 2013 Blueprint 2013 Software Blueprint Systems Inc. All Rights

More information

CSc 233 Spring DILBERT Scott Adams. Manage It! Your Guide to Modern, Pragmatic Project Management. Johanna Rothman

CSc 233 Spring DILBERT Scott Adams. Manage It! Your Guide to Modern, Pragmatic Project Management. Johanna Rothman DILBERT Scott Adams 1 DILBERT Scott Adams 2 DILBERT Scott Adams 3 Hope is our most important strategy they had never done a project like this before it was bigger, different programming language, new platform,

More information

Dilbert Management tips Scott Adams

Dilbert Management tips Scott Adams Dilbert Management tips Scott Adams 1 Dilbert Management tips Scott Adams 2 Dilbert Management tips Scott Adams 3 Dilbert Management tips Scott Adams 4 Dilbert Management tips Scott Adams 5 Dilbert Management

More information

Administration Division Public Works Department Anchorage: Performance. Value. Results.

Administration Division Public Works Department Anchorage: Performance. Value. Results. Administration Division Anchorage: Performance. Value. Results. Mission Provide administrative, budgetary, fiscal, and personnel support to ensure departmental compliance with Municipal policies and procedures,

More information

PREDICTING QUALITY. Donald M. Beckett. Quantitative Software Management, Inc.

PREDICTING QUALITY. Donald M. Beckett. Quantitative Software Management, Inc. Donald M. Beckett Quantitative Software Management, Inc. 2000 Corporate Ridge, Suite 900 Mclean, VA 22102 703.790.0055 703.749.3795 (fax) info@qsm.com www.qsm.com PREDICTING QUALITY Quantitative Software

More information

Succeed with Agile at Scale

Succeed with Agile at Scale IBM Software Group Succeed with Agile at Scale Alfred Tse/Osmond Ng Rational Software Technical Professionals Growth Markets Asia Pacific June 25, 2009 2008 IBM Corporation Agenda Agile Software Development

More information

Service Level Agreement Policy. Table of Contents

Service Level Agreement Policy. Table of Contents Table of Contents Service Level Agreement... 3 Definition of What a Service Level Agreement is... 3 Sample Service Level Agreement... 4 Assumptions... 4 Service Stakeholders... 5 Service Scope... 5 IT

More information

Scaling Agile: Fractals of Innovation. An excerpt from Agile Business by Bob Gower and CA Technologies

Scaling Agile: Fractals of Innovation. An excerpt from Agile Business by Bob Gower and CA Technologies Scaling Agile: Fractals of Innovation An excerpt from Agile Business by Bob Gower and CA Technologies Scaling Agile: Fractals of Innovation By Ronica Roth Sure, agile works for small organizations, but

More information

Capability Maturity Model for Software (SW-CMM )

Capability Maturity Model for Software (SW-CMM ) PHASE-IV: SYSTEMS IMPLEMENTATION Software Quality Assurance Application Development Installation and Support Software Quality Assurance Capability Maturity Model for Software (SW-CMM ) The Capability Maturity

More information

Project Management Professional (PMP) Exam Prep Course 4 - Project Integration Management

Project Management Professional (PMP) Exam Prep Course 4 - Project Integration Management Project Management Professional (PMP) Exam Prep Course 4 - Project Integration Management Slide 1 Project Integration Management Looking Glass Development, LLC (303) 663-5402 / (888) 338-7447 4610 S. Ulster

More information

Agile Software Development. Agile Software Development Basics. Principles of the Agile Alliance. Agile Manifesto. Agenda. Agile software development

Agile Software Development. Agile Software Development Basics. Principles of the Agile Alliance. Agile Manifesto. Agenda. Agile software development Agile Software Development T-110.6130 Systems Engineering in Data Communications Software P, Aalto University Agile software development Structured and disciplined, fast-paced Iterative and Incremental

More information

Project Management CSC 310 Spring 2018 Howard Rosenthal

Project Management CSC 310 Spring 2018 Howard Rosenthal Project Management CSC 310 Spring 2018 Howard Rosenthal 1 Notice This course is based on and includes material from the text: A User s Manual To the PMBOK Guide Authors: Cynthia Stackpole Snyder Publisher:

More information

Teller & Cash Activity Analysis Tools

Teller & Cash Activity Analysis Tools Teller & Cash Activity Analysis Tools CU*BASE Relationship Management Tools INTRODUCTION Take a look at the numbers...what do you see? Let s talk about the teller line. What do we need to know in order

More information

Building High Assurance Systems with SAFe 4.0

Building High Assurance Systems with SAFe 4.0 Building High Assurance Systems with SAFe 4.0 Agile 2016 By Dean Leffingwell 2016 Scaled Agile, Inc. All Rights Reserved. 2016 Scaled Agile, Inc. All Rights Reserved. V4.0.0 1 What is a high assurance

More information

Ralph Volbert, Volker Schiller June 2017 FROM PTC TO JIRA. Introduction of Jira at Diebold Nixdorf

Ralph Volbert, Volker Schiller June 2017 FROM PTC TO JIRA. Introduction of Jira at Diebold Nixdorf Ralph Volbert, Volker Schiller June 2017 FROM PTC TO JIRA Introduction of Jira at Diebold Nixdorf Agenda 1. 2. 3. 4. 5. Introduction Where do we come from The Project Requirements Management Test Management

More information

Number: DI-IPSC-81427B Approval Date:

Number: DI-IPSC-81427B Approval Date: DATA ITEM DESCRIPTION Title: Software Development Plan (SDP) Number: Approval Date: 20170313 AMSC Number: N9775 Limitation: N/A DTIC Applicable: No GIDEP Applicable: No Preparing Activity: EC Project Number:

More information

MS-55034: Project Server 2013 Inside Out

MS-55034: Project Server 2013 Inside Out MS-55034: Project Server 2013 Inside Out Description This 5-day Instructor Lead course how to work with Microsoft Project Server 2013. You will also create and management projects and schedules, resources,

More information

Number: DI-IPSC-81427B Approval Date:

Number: DI-IPSC-81427B Approval Date: DATA ITEM DESCRIPTION Title: Software Development Plan (SDP) Number: DI-IPSC-81427B Approval Date: 20170313 AMSC Number: N9775 Limitation: N/A DTIC Applicable: No GIDEP Applicable: No Preparing Activity:

More information

Tivoli Identity Manager at the Commonwealth Bank. Presenter: Jon Davies 3 August 2006

Tivoli Identity Manager at the Commonwealth Bank. Presenter: Jon Davies 3 August 2006 Tivoli Identity Manager at the Commonwealth Bank Presenter: Jon Davies (jon.davies@cba.com.au) 3 August 2006 Today s Topic CBA has been implementing TIM for the last 2 years We have had quite a few lessons

More information

/smlcodes /smlcodes /smlcodes. Small Codes. Programming Simplified. A SmlCodes.Com Small presentation. In Association with Idleposts.

/smlcodes /smlcodes /smlcodes. Small Codes. Programming Simplified. A SmlCodes.Com Small presentation. In Association with Idleposts. /smlcodes /smlcodes /smlcodes T U T O R I A L Small Codes Programming Simplified A SmlCodes.Com Small presentation In Association with Idleposts.com For more tutorials & Articles visit SmlCodes.com 1 P

More information

UBT Performance Tracking Tool

UBT Performance Tracking Tool SECTION 4 COMPETENCY: Improving Performance UBT Performance Tracking Tool Purpose The Unit-Based Team Performance Tracking Tool provides a picture of how the UBT s actions impact overall performance. Experience

More information

Software Development Methodologies. CSC 440: Software Engineering Slide #1

Software Development Methodologies. CSC 440: Software Engineering Slide #1 Software Development Methodologies CSC 440: Software Engineering Slide #1 Topics 1. The Waterfall Model 2. Agile Software Development 3. The Unified Process 4. Object-Oriented Analysis and Design 5. The

More information

2018 FORRESTER. REPRODUCTION PROHIBITED.

2018 FORRESTER. REPRODUCTION PROHIBITED. The Total Economic Impact Of Epicor ERP Michelle S. Bishop, Principal Consultant Forrester Research May 22, 2018 Agenda What is TEI? Executive summary Analysis Financial summary Question and answer Please

More information

The Total Economic Impact Of SAP BusinessObjects Analytics Key Findings

The Total Economic Impact Of SAP BusinessObjects Analytics Key Findings Forrester Total Economic Impact Study Commissioned by SAP October 2016 The Total Economic Impact Of SAP BusinessObjects Analytics Key Findings SAP BusinessObjects Analytics solutions have helped organizations

More information

Short-Medium Term Marketing Plan template Voluntary Sector Organisation

Short-Medium Term Marketing Plan template Voluntary Sector Organisation Short-Medium Term Marketing Plan template Voluntary Sector Organisation Contents 1.0 Executive summary 2.0 Current situation Where are we now? 2.1 The Marketing audit 2.1.1 Financial summary current funding

More information

CASE STUDY IMPROVE EFFICIENCIES AND QUALITY IN CLINICAL DOCUMENTATION USING STRUCTURED CONTENT AND DITA. Document and Content Management

CASE STUDY IMPROVE EFFICIENCIES AND QUALITY IN CLINICAL DOCUMENTATION USING STRUCTURED CONTENT AND DITA. Document and Content Management Document and Content Management CASE STUDY IMPROVE EFFICIENCIES AND QUALITY IN CLINICAL DOCUMENTATION USING STRUCTURED CONTENT AND DITA BUSINESS CHALLENGES Pharmaceutical companies generate a large number

More information

Project Server 2013 Inside Out

Project Server 2013 Inside Out Course Outline 50034- Project Server 2013 Inside Out Duration: 5 days (30 hours) Target Audience This course is intended for anyone that will need to manage and use Project Server 2013. This includes the

More information

Reliability Improvement using Defect Elimination

Reliability Improvement using Defect Elimination Reliability Improvement using Defect Elimination A Three-Prong Approach The Keystone to Safe, Reliable, Profitable Production Michael Voigt 2006 KBC. All Rights Reserved. 1 Introduction Michael Voigt 19

More information

QUOTE-TO-CA$H CERTIFICATION. Module 3, Part 3 Revenue Management

QUOTE-TO-CA$H CERTIFICATION. Module 3, Part 3 Revenue Management QUOTE-TO-CA$H CERTIFICATION Module 3, Part 3 Revenue Management Table of Contents Introduction Basics of Revenue Management What this module will cover 1. Shift in the Economy to Subscriptions 2. Need

More information

Dynamic Reallocation of Portfolio Funds

Dynamic Reallocation of Portfolio Funds Complete Perspective. Smart Decisions. #StrategicPMO Dynamic Reallocation of Portfolio Funds Ben Chamberlain Chief Product & Marketing Officer Ben.Chamberlain@umt360.com Agenda What s wrong with traditional

More information

The Faster Road to Innovation Why Workopolis Went Agile

The Faster Road to Innovation Why Workopolis Went Agile The Faster Road to Innovation Why Workopolis Went Agile What I m Covering Today Why did we transition to Agile? What we wanted to Achieve Highlights of How We Did It What we Achieved What we Learned Technology

More information

Agenda. About Me. Goals. Collaborate, Build, Test, Deploy: Essential SCM Practices for Teams. Background. SCM Patterns Questions

Agenda. About Me. Goals. Collaborate, Build, Test, Deploy: Essential SCM Practices for Teams. Background. SCM Patterns Questions Agenda Collaborate, Build, Test, Deploy: Essential SCM Practices for Teams Steve Berczuk September 28, 2005 SD Best Practices Background SCM and The Development Process Patterns and SCM Pattern Languages

More information

Getting the Most out of Statistical Forecasting!

Getting the Most out of Statistical Forecasting! Getting the Most out of Statistical Forecasting! Author: Ryan Rickard, Senior Consultant Published: June 2017 About SCMO 2 Founded in 2001, SCMO2 Specializes in High-End Supply Chain Consulting Work Focused

More information

Welcome to this IBM podcast, Deployment and. Agile Projects, Collaborative Development and Operations.

Welcome to this IBM podcast, Deployment and. Agile Projects, Collaborative Development and Operations. [ MUSIC ] MATHENY: Welcome to this IBM podcast, Deployment and Agile Projects, Collaborative Development and Operations. I'm Angelique Matheny with IBM. Businesses are looking for innovative ways to quickly

More information

Managing Your WiP By Larry Maccherone

Managing Your WiP By Larry Maccherone Click to edit Master text styles o Second level Third level Fourth level Managing Your WiP By Larry Maccherone www.agilityhealthradar.com Why manage your simultaneous work in progress (WiP)? Strategy:

More information

Managing Project Portfolio. Contents are subject to change. For the latest updates visit

Managing Project Portfolio. Contents are subject to change. For the latest updates visit Managing Project Portfolio Page 1 of 7 Why Attend The overall aim of this course is to provide participants with a generic and practical methodology to build and manage a balanced project portfolio. The

More information

Understanding and Managing Subscription Businesses. Powering Subscription Success

Understanding and Managing Subscription Businesses. Powering Subscription Success Understanding and Managing Subscription Businesses Powering Subscription Success Critical Variables of the Subscription Model In every subscription-based business, there are several critical factors, and

More information

The Total Economic Impact Of SAS Customer Intelligence Solutions Intelligent Advertising For Publishers

The Total Economic Impact Of SAS Customer Intelligence Solutions Intelligent Advertising For Publishers A Forrester Total Economic Impact Study Commissioned By SAS Project Director: Dean Davison February 2014 The Total Economic Impact Of SAS Customer Intelligence Solutions Intelligent Advertising For Publishers

More information

Practical Portfolio Management How It Really Works. May 26, 2010

Practical Portfolio Management How It Really Works. May 26, 2010 Practical Portfolio Management How It Really Works May 26, 2010 Housekeeping We will spend the last 10-15 minutes on Q&A and cover as many questions as possible The Host will instruct you how to unmute

More information

Agile Project Management. Contents are subject to change. For the latest updates visit Page 1 of 8

Agile Project Management. Contents are subject to change. For the latest updates visit Page 1 of 8 Agile Project Management Page 1 of 8 Why Attend The overall aim of this course is to provide participants with the skills needed to manage knowledge-based projects and to apply agile project management

More information

A Continuous Improvement Approach for Medical Device Software Development Companies. Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery

A Continuous Improvement Approach for Medical Device Software Development Companies. Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery A Continuous Improvement Approach for Medical Device Software Development Companies Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery 12/07/2017 Lero 2015 1 Dr. Özden Özcan - Top Dr. Fergal Mc Caffery Dundalk

More information

Visual Economic Tool FAQ

Visual Economic Tool FAQ What is Opportunity Rate? The Visual Economic Tooldiscounts future costs to put all values in terms of their present value in todays dollars. This is done using the Opportunity Rate to discount future

More information

Woking. q business confidence report

Woking. q business confidence report Woking q1 business confidence report Woking q1 report headlines saw a new record in company registrations in Woking when compared to any previous. was a record quarter for company registrations in Woking

More information

DevOps: Start-up Speed, Enterprise Scale

DevOps: Start-up Speed, Enterprise Scale DevOps: Start-up Speed, Enterprise Scale 2013 IBM Corporation Bernie Coyne DevOps Evangelist IBM Cloud Unit coyneb@us.ibm.com @berniecoyne 2 2013 IBM Corporation Technology trends & market shifts forcing

More information

HKU announces 2017 Q4 HK Macroeconomic Forecast

HKU announces 2017 Q4 HK Macroeconomic Forecast HKU announces 2017 Q4 HK Macroeconomic Forecast October 10, 2017 The of the Hong Kong Institute of Economics and Business Strategy at the University of Hong Kong (HKU) released its quarterly Hong Kong

More information

Collaboration at Scale: Distributed Team Release Planning. 11-Jan-2017

Collaboration at Scale: Distributed Team Release Planning. 11-Jan-2017 Collaboration at Scale: Distributed Team Release Planning 11-Jan-2017 Collaboration at Scale Designed for Scrum-centric organizations with more than 10 Scrum teams, the Collaboration at Scale webinar series

More information

A Case Study of Strategic Metrics Use in a CMM- Based Outsourcing Environment

A Case Study of Strategic Metrics Use in a CMM- Based Outsourcing Environment Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2000 Proceedings Americas Conference on Information Systems (AMCIS) 2000 A Case Study of Strategic Metrics Use in a CMM- Based Outsourcing

More information

Electric Forward Market Report

Electric Forward Market Report Mar-01 Mar-02 Jun-02 Sep-02 Dec-02 Mar-03 Jun-03 Sep-03 Dec-03 Mar-04 Jun-04 Sep-04 Dec-04 Mar-05 May-05 Aug-05 Nov-05 Feb-06 Jun-06 Sep-06 Dec-06 Mar-07 Jun-07 Sep-07 Dec-07 Apr-08 Jun-08 Sep-08 Dec-08

More information

CI User Engagement Activities and Schedule Nov Apr 2013

CI User Engagement Activities and Schedule Nov Apr 2013 OCEAN OBSERVATORIES INITIATIVE Activities and Schedule Nov 2012 - Apr 2013 Julie Thomas, Operations Director Susanne Jul, User Experience Lead 1 Overview Review engagement points in the iterative release

More information

Simplify the way you manage and track your projects. Enabling organisations to create positive impact

Simplify the way you manage and track your projects. Enabling organisations to create positive impact Simplify the way you manage and track your projects Enabling organisations to create positive impact Where did TolaData come from? It all started in Afghanistan The Mercy Corps team in Afghanistan wanted

More information

Kids II Deploys Workfront Enterprise- Wide to Scale Innovation, Increasing Efficiency by 50%

Kids II Deploys Workfront Enterprise- Wide to Scale Innovation, Increasing Efficiency by 50% CASE STUDY Kids II Deploys Workfront Enterprise- Wide to Scale Innovation, Increasing Efficiency by 50% building Kids II factory2 Manufacturing network www.kidsii.com map2 Atlanta, GA At a Glance Challenges

More information

Where do you want to get to?

Where do you want to get to? Where do you want to get to? A goal-based approach to succeeding with Scrum Jim and Melissa York www.foxhedgeltd.com John Tenniel / Wikimedia Commons / Public Domain Balancing Agility and Focus Where do

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar 18/11/2010 Welcome to Staying Ahead Webinar Migrating to HP Performance Center11 1 Agenda 1. Migration features and benefits 2. PSQS / Education offerings around migration to PC11 3. Q&A 2 HP BTO for Applications

More information

Reference B Project Management Requirements

Reference B Project Management Requirements Reference B State of Alaska TABLE OF CONTENTS 1... 2 1.1 Project Life Cycle Methodology... 2 1.2 Preliminary Project Management Narrative and Work Plan... 2 2 Master Project Management Plan and Master

More information

HKU announces 2016 Q3 HK Macroeconomic Forecast

HKU announces 2016 Q3 HK Macroeconomic Forecast HKU announces 2016 Q3 HK Macroeconomic Forecast July 7, 2016 The of the Hong Kong Institute of Economics and Business Strategy at the University of Hong Kong (HKU) released its quarterly Hong Kong Macroeconomic

More information

50% OF INCREMENT 1, WAVE 2

50% OF INCREMENT 1, WAVE 2 FEBRUARY 2017 ISSUE 10 G C S S - A R M Y 50% OF INCREMENT 1 WHAT WE DO? FIELDING& T R A I N I N G STATUS YEAR IN REVIEW 2016 PHOTOS OF 2016 PG.1 PG3 PG.4 PG.5 PG.6 Our Vision: Continuously improving the

More information

Scrum. Software Engineering and. The Waterfall model. The Waterfall model - some arguments. The Waterfall model - some arguments. Time.

Scrum. Software Engineering and. The Waterfall model. The Waterfall model - some arguments. The Waterfall model - some arguments. Time. Software Engineering and Scrum autumn 2010 Department of Computer and Information Science Linköping University, Sweden The Waterfall model Requirements One of the first life-cycle models (Royce, 1970)

More information

Account Plan Pro Overview

Account Plan Pro Overview Overview Account Plan Pro for Salesforce.com is an integrated application that enables Account Managers to create and execute Strategic Account Plans to improve sales results. It is designed to respond

More information

Reducing Business Risk

Reducing Business Risk July 2005 Reducing Business Risk Through Agile Development Fred Tingey Head of Risk Systems BNP Paribas Introduction Context What is Agile Programming? Traditional vs Agile approach A New Way to do Things

More information

SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS. Saulius Ragaišis.

SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS. Saulius Ragaišis. SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS Saulius Ragaišis saulius.ragaisis@mif.vu.lt CSC2008 SE Software Processes Learning Objectives: Explain the concept of a software life cycle and

More information

Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination)

Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination) Managing a Project and Keeping Sane While Wrestling Elegantly With PMBOK, Scrum and CMMI (Together or Any Combination) Neil Potter The Process Group neil@processgroup.com 1 Agenda Summary of PMBOK, CMMI

More information

COURSE LISTING. Courses Listed. with Business Intelligence (BI) Crystal Reports. 26 December 2017 (18:02 GMT)

COURSE LISTING. Courses Listed. with Business Intelligence (BI) Crystal Reports. 26 December 2017 (18:02 GMT) with Business Intelligence (BI) Crystal Reports Courses Listed BOC345 - SAP Crystal Reports 2011: Optimizing Report Data Processing BOC320 - SAP Crystal Reports: - BOCE10 - SAP Crystal Reports for Enterprise:

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

Salesforce Lighting Drives Productivity Gains And Reduces Development And Support Costs Transition Pattern: Big Bang Deployment

Salesforce Lighting Drives Productivity Gains And Reduces Development And Support Costs Transition Pattern: Big Bang Deployment A Forrester Total Economic Impact TM Study Commissioned By Salesforce July 2018 Salesforce Lighting Drives Productivity Gains And Reduces Development And Support Costs Transition Pattern: Big Bang Deployment

More information

The Enterprise Project

The Enterprise Project The Enterprise Project Reporting & Analytics Environment Requirements Gathering September 2017 Requirements Collection BOT Executives Metrics Visioning Sessions, Existing Metrics & Strategic Direction

More information

Project Management CSC 310 Spring 2018 Howard Rosenthal

Project Management CSC 310 Spring 2018 Howard Rosenthal Project Management CSC 310 Spring 2018 Howard Rosenthal 1 Notice This course is based on and includes material from the text: A User s Manual To the PMBOK Guide Authors: Cynthia Stackpole Snyder Publisher:

More information

Visit California Digital Solutions, Drupal Development Website Experience. ITRS Case Study.

Visit California Digital Solutions, Drupal Development Website Experience. ITRS Case Study. Visit California Digital Solutions, Drupal Development Website Experience ITRS Case Study www.appnovation.com ITRS CASE STUDY Contents 1.0 Project Overview P.3 P.4 2.1 Primary Project Solutions, Completed

More information

D6.5 Documentum Compliance Manager Rapid Success Program

D6.5 Documentum Compliance Manager Rapid Success Program D6.5 Documentum Compliance Manager Rapid Success Program 1. Introduction This document provides an overview of, and requirements for participation in the EMC D6.5 Documentum Compliance Manager Rapid Success

More information

Quantifying the Value of Investments in Micro Focus Quality Center Solutions

Quantifying the Value of Investments in Micro Focus Quality Center Solutions Dynamic Value Brief Application Delivery Management Quantifying the Value of Investments in Micro Focus Quality Center Solutions Manage software testing and IT quality management with consistent processes

More information

HKU announces 2018 Q1 HK Macroeconomic Forecast 1

HKU announces 2018 Q1 HK Macroeconomic Forecast 1 Q Q2 Q3 Q4 2Q 2Q2 2Q3 2Q4 3Q 3Q2 3Q3 3Q4 4Q 4Q2 4Q3 4Q4 5Q 5Q2 5Q3 5Q4 6Q 6Q2 6Q3 6Q4 7Q 7Q2 7Q3 7Q4 8Q year-on-year percentage HKU announces 208 Q HK Macroeconomic Forecast January 0, 208 The of the Hong

More information

HOW Agile IS YOUR PLANNING?

HOW Agile IS YOUR PLANNING? 44 STRATEGIC FINANCE I April 2012 HOW Agile IS YOUR PLANNING? Find out by measuring the ROI of your planning software. By Rand Heer ILLUSTRATION: ROB COLVIN/ARTVILLE Budgeting and forecasting require structure,

More information

Project Management User Guide. Release

Project Management User Guide. Release Project Management User Guide Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

Microsoft Specialist Certification Exam

Microsoft Specialist Certification Exam Microsoft Specialist Certification 74-344 Exam Vendor: Microsoft Exam Code: 74-344 Exam Name: Managing Programs and Projects with Project Server 2013 QUESTION 1 Your organization is performing a Portfolio

More information

AGILE Realities. Presenters: Chris Koo (Edward Jones) Blake Moyer (Edward Jones) Joan Romine (Boeing)

AGILE Realities. Presenters: Chris Koo (Edward Jones) Blake Moyer (Edward Jones) Joan Romine (Boeing) AGILE Realities Presenters: Chris Koo (Edward Jones) Blake Moyer (Edward Jones) Joan Romine (Boeing) 1 AGILE Gaining Momentum 2 AGILE First Impressions Fast! Flexible! 3 AGILE Development Myths "Agile

More information

Elements of Excellence

Elements of Excellence Elements of Excellence Managing With Analytics Harnessing the Balanced Scorecard (The Enterprise Performance Index) Missiles and Fire Control Steve Arms Director, QMS - Missile Defense LOB MFC Excellence

More information

ASPE Technology Toll-Free

ASPE Technology Toll-Free APE Technology www.aspetech.com 1-877-800-5221 Toll-Free Related Training Courses: Managing Real World Projects & Processes with Metrics oftware Testing & Quality Assurance Techniques Planning Effective

More information

Raynet Software Lifecycle

Raynet Software Lifecycle Raynet Software End of End of RMSi 10.6 2016-Dec 2018-Dec* 2020-Dec* RMSi 10.5 2016-Jan 2018-Jan 2020-Jan RMSi 10.4 2014-May 2016-May 2018-May RMS/RMSi 10.3 2014-Feb 2016-Feb 2018-Feb RMS/RMSi 10.2 2013-Nov

More information

The Total Economic Impact Of ServiceNow Customer Service Management How Epicor Software Achieves 104% ROI by Transforming Global Customer Support

The Total Economic Impact Of ServiceNow Customer Service Management How Epicor Software Achieves 104% ROI by Transforming Global Customer Support The Total Economic Impact Of ServiceNow Customer Service Management How Epicor Software Achieves 104% ROI by Transforming Global Customer Support Anish Shah Principal Consultant Forrester Research Ian

More information

Software Feature Sets. Powerful. Flexible. Intuitive. Alight feature sets. Driver-Based Planning & Analytics

Software Feature Sets. Powerful. Flexible. Intuitive. Alight feature sets. Driver-Based Planning & Analytics Software Feature Sets Driver-Based Planning & Analytics Powerful. Flexible. Intuitive. Alight Planning is the first spreadsheet replacement that delivers the modeling and reporting power you want within

More information

MODERNIZE PORTFOLIO & PROJECT MANAGEMENT. Erika K. Kemp, PMP MPPM Project Director

MODERNIZE PORTFOLIO & PROJECT MANAGEMENT. Erika K. Kemp, PMP MPPM Project Director MODERNIZE PORTFOLIO & PROJECT MANAGEMENT Erika K. Kemp, PMP MPPM Project Director 1 MPPM Business Case Vision of the Future State System capabilities Organizational capabilities Process design Decision

More information

STRATEGIC PLAN PROGRESS SCORECARD thru Apr 30, 2011 Level of Completion

STRATEGIC PLAN PROGRESS SCORECARD thru Apr 30, 2011 Level of Completion Objectives/Plans Responsible Due 25% 50% 75% 100% Objective 1.1 The Vice President of Instruction will hire an Institutional Research Professional 1. Have a position description developed and approved.

More information

2017 KEY INSIGHTS ON. Employee Attendance and Tardiness

2017 KEY INSIGHTS ON. Employee Attendance and Tardiness 2017 KEY INSIGHTS ON Employee Attendance and Tardiness THE AVERAGE NUMBER OF MINUTES THAT EMPLOYEES IN THE XIMBLE SYSTEM ARE LATE IS MINUTES. 114.2 MINUTES Statistical sample of 263258 clock-in records,

More information

STRATEGIC PLAN PROGRESS SCORECARD thru Sept 30, 2011 Level of Completion

STRATEGIC PLAN PROGRESS SCORECARD thru Sept 30, 2011 Level of Completion Objectives/Plans Responsible Due 25% 50% 75% 100% Objective 1.1 The Vice President of Instruction will hire an Institutional Research Professional 1. Have a position description developed and approved.

More information

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team.

Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. Test Management Test Planning - Test Plan is a document that is the point of reference based on which testing is carried out within the QA team. - It is also a document we share with the Business Analysts,

More information

Oracle Policy Automation A Modern Enterprise Policy Automation Solution

Oracle Policy Automation A Modern Enterprise Policy Automation Solution Oracle Policy Automation A Modern Enterprise Policy Automation Solution Features and Benefits August 2016 Program Agenda 1 2 3 Overview of Oracle Policy Automation New features in August 2016 release For

More information

Raynet Software Lifecycle

Raynet Software Lifecycle Raynet Software End of End of RMSi 11.0 2018-Jun 2020-Jun* 2022-Jun* RMSi 10.6 2016-Dec 2018-Dec 2020-Dec RMSi 10.5 2016-Jan 2018-Jan 2020-Jan RMSi 10.4 2014-May 2016-May 2018-May EOL RMSi 10.3 2014-Feb

More information

The Thinking Approach LEAN CONCEPTS , IL Holdings, LLC All rights reserved 1

The Thinking Approach LEAN CONCEPTS , IL Holdings, LLC All rights reserved 1 The Thinking Approach LEAN CONCEPTS All rights reserved 1 Basic Thinking to Manage the Journey MANAGEMENT TACTICS OF A LEAN TRANSFORMATION All rights reserved 2 LEAN MANAGEMENT Two key questions What is

More information

A Stronger IT/Business Relationship

A Stronger IT/Business Relationship A Stronger IT/Business Relationship Through transparency and an objective metrics-driven culture David J. Anderson President,, Modus Co-operandi operandi Inc., Performance Through Collaboration Chief Process

More information

Agile Software Development

Agile Software Development Agile Software Development Lecturer: Raman Ramsin Lecture 10 Scrum: Sprint Execution 1 Sprint Execution When? Sprint execution accounts for the majority of time during a sprint. It begins after sprint

More information

Extreme Programming (XP)

Extreme Programming (XP) Assignment D Draft paper Extreme Programming (XP) Course code: INFOME Course name: Method Engineering Faculty of Science, Department of Information and Computer Sciences, Utrecht University, Princetonplein

More information

Consolidated Monthly Status Reports Transforming NMSU into a 21 st Century University Team 3 IT Service Delivery: Lead Norma Grijalva

Consolidated Monthly Status Reports Transforming NMSU into a 21 st Century University Team 3 IT Service Delivery: Lead Norma Grijalva Report: Oct 04, 2015 to Nov 03, 2015 Convened initial meeting and set two hour meeting schedule every two weeks. Assigned reading material EDUCAUSE ECAR IT Organizations: Balancing Centralized Efficiencies

More information

OUR BEST SELLING COURSES

OUR BEST SELLING COURSES OUR BEST SELLING COURSES Analysis on Capital Budgeting Techniques (Part III) (This part covers Net Present Value Technique (NPV)) Note: This is a third part of earlier articles Analysis on Capital Budgeting

More information