Supercharging Fusebox Project Management

Slides:



Advertisements
Similar presentations
7/27/2001O'Reilly Open Source Convention1 Pushing the Envelope With Perl: Using Perl With Microsoft Exchange Rick Tatem Systems Programmer SAS
Advertisements

March 12 & 13, 2007 Using FLiP as a sole developer Christian Ready Christian Ready Web Services.
The Data Attribution Abdul Saboor PhD Research Student Model Base Development and Software Quality Assurance Research Group Freie.
@benday #vslive Automated Build, Test & Deploy with TFS, ASP.NET, and SQL Server Benjamin
More on Fusebox at Fusebox Development Methodology : More on Fusebox at Fusebox Development Methodology.
Project Management : Techniques and Tools (60-499) Fall 2014 / Winter 2015.
Building Your First Fusebox 4 Application Jeff Peters
Project Standard demo New features since Project 98 MPUG – Puget Sound Chapter Bram de Vries Program Manager – Microsoft Office System Project March 23.
2012 Agile Conference. Introduction Background Examining a case study of a project that was filled with dead code and how a team turned it around. This.
Building Fusebox Frameworks Jeff Peters
Outlook Basics. Technology and Tools Microsoft Outlook Basics to Manage Your Days – management – Calendar management – Task management 11/28/20152.
Fusebox Conference 2001 Out with the old in with the new An introduction to Fusebox 3.0 for current Fusebox developers By Erik Voldengen
Lesson 9. * Testing Your browser * Using different browser tools * Using conditional comments with * Dealing with future compatibility problems.
CFUNITED – The premier ColdFusion conference ColdFusion Components Ajay Sathuluri Based on presentation.
T Iteration Demo Tikkaajat [PP] Iteration
Development Project Management Jim Kowalkowski. Outline Planning and managing software development – Definitions – Organizing schedule and work (overall.
CFUNITED – The premier ColdFusion conference Fundamentals of Good Usability Presented by Doug Ward June 28 th, 2006.
1 Using FLiP as a sole developer Christian Ready Christian Ready Web Services.
CFUNITED – The premier ColdFusion conference CFMX7 Admin API Nate Nelson
CFUNITED – The premier ColdFusion conference Undocumented CFMX Nate Nelson.
Generating the PyOpenGL Docs Hey, you got Python in my XML!
Project and Project Formulation and Management
Erie Gives 2017.
Performance Testing of Web Apps
Stress Free Deployments with Octopus Deploy
Section title This presentation is designed to help you talk to young people about Drive. The notes included aren’t intended to be read out, they are for.
Why are Starbucks so successful?
Solving the CF Programmer Shortage
Monitoring Endpoints with CQD
“A Day in the Life of SharePoint” Explaining SharePoint to End Users and Management Scott Shearer SharePoint Evangelist/Developer FlexPoint Technology.
Solving the Hard Problems
Fusebox 5 In Action Adam Wayne Lehman ColdFusion Specialist
ABC! Always Be…. Coding (calculated measures)
Create your Benner - intro
MDOP: Advanced Group Policy Management 4.0
Microsoft Braindumps Installing and Configuring Windows 10
Managing your Time and Money
Today’s Agenda What IS Priority Matrix?
Taming the Dragon: How to teach residents to code office visits
An Intro to ALM Using TFS and Visual Studio for Source Control, Build Automation, Continuous Integration and Deployments.
Visual Studio Team Foundation Server
Object Oriented Practices
Principles of report writing
Advanced Web Services: Soap Headers and more
Welcome to the Webinar: Audio Options
ColdFusion Performance Troubleshooting and Tuning
Tools for Faster Fusebox Development
Rules : Everyone gets the same initial equipment.
Creating Contracts Today’s webinar will cover creating individual contracts, printing contracts and mass building of contracts.
Brian Kotek INDUS Corporation
Software Engineering I Fall 2017
Project Management in SharePoint
Lesson 1 Understanding Software Quality Assurance
The Agile Inception Deck
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Project Management in SharePoint
MS Project By Kiaya Sabolovic.
Software Engineering I Fall 2017
Jeff Peters Fusedoc Success Jeff Peters
Aware Data Views and Tips!
BOYS VS. GIRLS.
CAD DESK PRIMAVERA PRESENTATION.
NIEM Tool Strategy Next Steps for Movement
Project Management.
Time Scheduling and Project management
Tom Link CTO, Universal Mind
By Mark Phillips CFUNITED 2009
MICROSOFT MS-900 DUMPS PDF Vendor: Microsoft Exam Code: MS-900 Dumps PDF Exam Name: Microsoft 365 Fundamentals Certification(s):Microsoft 365 Fundamentals.
Microsoft MS-900 Dumps PDF Vendor: Microsoft Exam Code: MS-900 Dumps PDF Exam Name: Microsoft 365 Fundamentals Certification(s):Microsoft 365 Fundamentals.
Unit – V Data Controls.
Presentation transcript:

Supercharging Fusebox Project Management Jeff Peters jeff@grokfusebox.com CFUNITED – The premier ColdFusion conference www.cfunited.com

What We'll Cover What is Project Management? Why is Fusebox Good for PM? Cool Tools June 28th – July 1st 2006

What is Project Management? Keeping Track of Time and Money Answering Questions June 28th – July 1st 2006

Time Budget Actual June 28th – July 1st 2006

Time - Budget What will be done? June 28th – July 1st 2006

Time - Budget When will it be done? June 28th – July 1st 2006

Time - Budget How long will it take? June 28th – July 1st 2006

Time - Actual What was done? June 28th – July 1st 2006

Time - Actual When was it done? June 28th – July 1st 2006

Time - Actual How long did it take? June 28th – July 1st 2006

Time – Ideal vs. Calendar Slack Time! June 28th – July 1st 2006

Money Budget Actual June 28th – July 1st 2006

Money – Budget What will it cost? June 28th – July 1st 2006

Money – Actual What did it cost? June 28th – July 1st 2006

PM Doesn't Matter... ...unless you want a happy customer. ...unless you want to get paid without a fuss. ...unless you want a strong reputation. June 28th – July 1st 2006

Why is Fusebox Good for PM? Organization June 28th – July 1st 2006

FLiP Organizes the Lifecycle Well-defined phases Recognizable beginning and end of each phase Discretely manageable chunks June 28th – July 1st 2006

FLiP Organizes the Tasks Easier to Assign Personnel According to Skills Business Process Design Architecture Coding Testing Deployment June 28th – July 1st 2006

Fusebox Organizes the Code Modules Types of code Displays Queries Actions Etc. (Local conventions) June 28th – July 1st 2006

Fusedoc Organizes the Coding “Everything the coder needs to know and nothing more.” June 28th – July 1st 2006

Fusedoc Organizes the Coding <!--- <fusedoc fuse="dspCatalog.cfm" version="2.0" language="ColdFusion"> <responsibilities> I display the current catalog listing. </responsibilities> <properties> <history type="create" email="jeff@grokfusebox.com" /> </properties> <io> <in> <string name="xfa.lnkProductName" /> <recordset name="qryGetCatalog"> <number name="productID" precision="integer" /> <string name="productName" /> <string name="productDescription" /> </recordset> </in> <out> <number name="productID" oncondition="XFA.lnkProductName" /> </out> </io> </fusedoc> ---> June 28th – July 1st 2006

Properties Section Rules! Use to establish local conventions Available elements <NOTE> <HISTORY> <PROPERTY> June 28th – July 1st 2006

Unlocking the XML Power Mine the data in Fusedocs for Project Management reports FusedocMiner lets you transform into anything you want June 28th – July 1st 2006

FusedocMiner June 28th – July 1st 2006

FusedocMiner Demo June 28th – July 1st 2006

What If My Coders Don't Update the Fusedocs?! Encourage them to do better next time. Just like writing neatly formatted code, updating Fusedocs is a programming discipline everyone can learn. June 28th – July 1st 2006

Where To Go From Here Write Your Own Stylesheets for FusedocMiner Generate Reports Create data to import into other tools (Microsoft Project?) June 28th – July 1st 2006

Q&A June 28th – July 1st 2006