<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Enterprise IT Watch Blog &#187; Project Management</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/tag/project-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog</link>
	<description>What's new and what matters in IT news, opinion and analysis.</description>
	<lastBuildDate>Mon, 17 Jun 2013 18:51:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>5 Things Your System Documentation Should Be &#8211; Part 2</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-2/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 13:36:10 +0000</pubDate>
		<dc:creator>Guest Author</dc:creator>
				<category><![CDATA[IT Guides]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[System Documentation]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=3459</guid>
		<description><![CDATA[We&#8217;re always striving to find new ways for community members to share knowledge with one another. In Parts 1 &#38; 2 of Mike Malesevich&#8217;s posts on system documentation, he has compiled lists of what your system documentation should include, and what the process should look like. That&#8217;s where you come in: We want to hear [...]]]></description>
				<content:encoded><![CDATA[<p><em>We&#8217;re always striving to find new ways for community members to share  knowledge with one another. In Parts 1 &amp; 2 of Mike Malesevich&#8217;s  posts on system documentation, he has compiled lists of what your system  documentation should include, and what the process should look like.  That&#8217;s where you come in: We want to hear from you about your own  processes of system documentation. Share with us what it looks like,  what your obstacles are, and what you&#8217;ve found works for you. Leave this  information in the comments section so we can soon compile it into a  living wiki for everyone to access. Have questions? Let me know at <a href="mailto:melanie@itknowledgeexchange.com" target="_blank">Melanie@ITKnowledgeExchange.com</a>. Read <a href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-1/" target="_blank">5 Things Your System Documentation Should Be &#8211; Part 1</a>.</em></p>
<p><em>Get in on the discussion in our <a href="http://itknowledgeexchange.techtarget.com/itanswers/open-it-forum-what-should-system-documentation-look-like/" target="_blank">Open IT Forum</a>. </em></p>
<p>I have suggested<span style="color: #000000"> <a href="5-things-your-system-documentation-should-be-part-1" target="_blank"><span>five components of an application documentation set</span></a></span>.  This configuration provides a structured organization, covers a wide range of clients, and minimizes overlap.  Not every application will require all the components.</p>
<p>Now, I will describe the components in more detail.<br />
<span id="more-3459"></span><br />
The Overview component is your marketing pitch.  It describes your product in high-level detail, identifies key application elements and tells your prospective customers why this product is the best one for them.  I once was responsible for maintaining a large banking application and fortunately, the overview documentation provided me with information which made the task less terrifying. It described the various time dependent functions (daily, weekly, monthly, year-end, backups, etc.), inputs and outputs.</p>
<p>Think of this as the glossy brochure you read before beginning your search for a new automobile.  It quickly will identify key features of the automobile which you can then compare with your needs.</p>
<p>The Operational component is your will and testament.  It states how the application is to be managed after you (or your team) are gone. The ideal goal is to turn over the day-to-day operation of the application to another group without your close involvement. This information can be enhanced over time.  I used this vehicle to document application issues and resolutions.  If changes to the system were required, this was also noted.  If the application crashed, there should be documentation for attempting a resolution (or only call the on-duty support staff), perhaps manually resetting control items (dates, cycle numbers, cheque numbers, etc.), voiding/deleting output information (such as files, cheques, etc.) or rerunning the application. This last option could entail manual over-rides to input and output files, reports, etc. As issues arise over time, the documented resolutions may help resolve late night issues.</p>
<p>This documentation should also describe the relationship of data files and the various application components. As and example, the daily function might consist of enabling the online files by 5:00 AM  and initializing the log files.  The nightly function could state that the online component is to be stopped by 9:00 PM, the backups to be completed by 11:00 PM and sent off-site, the aging function to be completed by 2:00 AM, the verification function to be completed by 3:00 AM, all client reports/information to be processed and distributed by 6:30 AM. As stated earlier, any operational issues should be documented in this component.</p>
<p>The Programmer component is probably the heart of this documentation.  It contains not only the code for the applications, scripts, tables, etc. but also the modification history of the application.  It shows approved changes, what components were changed for each revision, and if you&#8217;re lucky, it might even provide a backout solution. This is the bible for application support staff.</p>
<p>The Customer component is the &#8216;how to&#8217; resource for the users of the application, and tells them how to use the application in the most effective manner. It should be created by function (how to create a data record, how to delete a record, how to modify a data record, how to select data for reports, how to manage various control elements, etc.). This document should be written with the client in mind &#8211; how will they use the system.  There are several formats that can be used, and I am fan of a 3 column tabular version. The 3 columns contain a sequence number, an action column and a results column. The integer sequence number indicates the function (such as the login process is 1.0),  The action column indicates what the client must do to achieve the result or what the function is, and the results column describes what will occur.</p>
<p>I personally don&#8217;t like the SELECT, CLICK, CLICK, etc. approach, because the client may not fully understand the process, they just follow the rules. Another technique, which initially is nice, is to use screen images to instruct clients. This is valid until a change to the graphical interface is made, thus possibly making the documentation confusing or incorrect.  The documentation should be designed to minimize revisions when modifications are made to the application.</p>
<p>The following attempts to illustrate a login scenario:</p>
<p>STEP          ACTION                         RESULT</p>
<p>1.0            LOGIN<br />
1.1            Select APP, Press ENTER        Invokes login screen from standard corporate menu<br />
Go to STEP 1.3<br />
1.2            Press: CNTL+ALT+PGDN           This invokes the stand alone login screen<br />
1.3                                           Login screen appears<br />
1.3.1          Enter your account id          This is your id for this application<br />
1.3.2          TAB to password field<br />
1.3.3          Enter your account password    Field contents not displayed<br />
1.3.4          Press ENTER key                Valid account/password invokes APP<br />
1.3.4.1                                       Invalid password prompts for another attempt<br />
1.3.4.2        Go to 1.3.1                    After 5 invalid attempts, account is suspended for 1 hour<br />
1.3.4.3        Contact HELP desk              Account activation</p>
<p>The Data Dictionary is the hub that holds these components together.  Unfortunately, I have not found a product that works to my satisfaction.  This repository should contain the data elements for the all applications, along with definitions, formats, edit/verification rules, etc. There would be links identifying the applications, data files, data bases, etc. using the elements. This would help ensure that the data elements are used correctly. The data elements could have alias names which could be used by different programming languages.  Just think how easier application support would be if every program used the same set of data element names?</p>
<p>I have worked on several projects where the data elements were defined before the source code was developed. It took a while to get the data elements correct (you don&#8217;t need to be 100% complete), but the programs were developed much faster and with fewer errors. In one project, we developed month-end profit ratios for manufacturing plants.  There were over 200 reports and each program used the common data element definitions.  It is now relatively easy to trace data elements to programs, files, reports, and data bases. All system clients use the same terminology, know the data element definitions and what they represent &#8211; thus avoiding some misunderstandings.</p>
<p>This documentation model is not perfect.  I feel it can be used as a basis to develop better documentation. After all, if you have a problem with an application, where do you turn to for help?  If the documentation is poor, no matter how wonderful the application, it is bound to fail. Just like the chain, it is as strong as the weakest link.</p>
<p><em>Mike Malesevich has been an IT professional for over 30 years,   working with IBM mainframes and UNIX. From application developer, tech   support to operations support analyst and security admin, Malesevich has   made his rounds in information technology. </em></p>
<p><em></em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5 Things Your System Documentation Should Be &#8211; Part 1</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-1/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 13:29:53 +0000</pubDate>
		<dc:creator>Guest Author</dc:creator>
				<category><![CDATA[IT Guides]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[System Documentation]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=3434</guid>
		<description><![CDATA[We&#8217;re always striving to find new ways for community members to share knowledge with one another. In Parts 1 &#38; 2 of Mike Malesevich&#8217;s posts on system documentation, he has compiled lists of what your system documentation should include, and what the process should look like. That&#8217;s where you come in: We want to hear [...]]]></description>
				<content:encoded><![CDATA[<p><em>We&#8217;re always striving to find new ways for community members to share knowledge with one another. In Parts 1 &amp; 2 of Mike Malesevich&#8217;s posts on system documentation, he has compiled lists of what your system documentation should include, and what the process should look like. That&#8217;s where you come in: We want to hear from you about your own processes of system documentation. Share with us what it looks like, what your obstacles are, and what you&#8217;ve found works for you. Leave this information in the comments section so we can soon compile it into a living wiki for everyone to access. Have questions? Let me know at <a href="mailto:melanie@itknowledgeexchange.com" target="_blank">Melanie@ITKnowledgeExchange.com</a>. </em></p>
<p><em>Get in on the discussion in our <a href="../../itanswers/open-it-forum-what-should-system-documentation-look-like/" target="_blank">Open IT Forum</a>. </em></p>
<p>While documentation doesn&#8217;t necessarily make the world go &#8217;round, it certainly keeps it spinning neatly on its axis when trouble arises. If you&#8217;re providing a product or service, you should be providing your customers with accurate information that allows them to effectively use and maintain that product, which translates into accurate and thorough documentation.</p>
<p>When an IT project begins, there is normally time allocated for documentation purposes, however, as development issues crop up, time is often siphoned out of the documentation components and allocated elsewhere.</p>
<p><span id="more-3434"></span></p>
<p>Normally, documentation should be developed during the project, and reflects the changes that arise. At the project completion, it should be a simple process of assembling all the accumulated documentation, arranging it in a useful order and publishing it. This is the perfect world &#8211; but we don&#8217;t work in one.  Too often, documentation is developed during the &#8216;last week&#8217; of a project, and is handed to the person who has the least amount of work left, which is usually a junior team member.</p>
<p>Often, I find there is too much documentation. Some authors feel that the documentation should reflect the size of the project. Many times, the documentation is not well organized, it&#8217;s just slapped together with the hope that the client/user can figure out where the required information is buried. Without a well planned structure, there is a high incidence of overlap, duplication, and just excess information.</p>
<p>Some major problems with documentation are that it is a static, entirely manual process, and frequently there is no incentive to keep it current, or the time frame for updating the documentation properly is too short.</p>
<p>The only true documentation is the executed code and the corresponding source listings.</p>
<p>What characteristics should documentation have?</p>
<ul>
<li>It should be an integral part of any development effort.</li>
<li>It should start at the beginning of the project and continue during the project lifespan.</li>
<li>It should reflect the project elements, not a summary of the evolved project.</li>
<li>It should be dynamic, changes should be easily incorporated.</li>
<li>It should be structured and modular in composition, targeting specific audiences.</li>
</ul>
<p>In my opinion, this can be achieved by organizing the documentation into 5 components:<br />
<strong>1. </strong>Overview<br />
<strong>2. </strong>Operation<br />
<strong>3. </strong>Programmer<br />
<strong>4. </strong>Customer<br />
<strong>5. </strong>Data Dictionary</p>
<p>Each component is targeted at a specific audience, with little overlap of information. Each component is self-contained, modular and can be used to reinforce another component. If a component is not required, then don&#8217;t create it.</p>
<p>The Overview component provides a high-level introduction of the product, and can be thought of as the marketing literature. It describes the functions and features as well as why the customer should buy your product. This component can be developed by an individual with marketing experience.</p>
<p>The Operation component contains the information needed by those individuals who are responsible for keeping the system functioning properly. This could be a formal operations staff, remote office workers, anyone who needs to look after the system. Some of this information would describe how to start/stop the application, availability, problem resolution processes, day to day processing, report distribution, verification of processing, backups, etc.  This document should be created by the development and operations staff.</p>
<p>The Programmer component contains the source application code, compiled listings, logic flow processing, pseudo code, and other information needed to maintain and trouble-shoot the system. This document would be the responsibility of the development staff (programmers, analysts, etc.)</p>
<p>The Customer component has all the information needed to successfully use the application. It has procedures for inputting, extracting and modifying information. Problem resolution procedures are included and often developed as incidents occur. This should be the user&#8217;s bible and should be developed by the customer base, analysts, and development staff.</p>
<p>The key component is the Data Dictionary.  It contains the information (meta-data &#8211; data about data) referenced by the other components. It contains data element definitions, file and record lay-outs, application logic definitions, report descriptions, process flow, sub-system relationships, etc. Theoretically, all the data elements would be created first in the data dictionary (data bases, files, data elements, data relationships, function definitions, reports, etc.), then propagated out to the various entities that need them (source code, security rules, etc.). Unfortunately, there are not many effective data dictionaries on the market and most of this is added to the programmer component documentation.</p>
<p>By separating the documentation, you are providing authors with specific places to deposit their information. Not everything will fall neatly into one of these components, you will need to convince yourself where the best fit is.</p>
<p>As an example, suppose you were trying to find the format of the birth-date element, you would look in the Data Dictionary or perhaps the source code. If you were entering this data element on a screen, you would look at the Customer documentation. In all cases the official definition would be in the data dictionary, and this would be propagated out to the required components.  If a change to this data element was needed (expand birth-date year from 2 to 4 digits), it would start in the Data Dictionary and flow outward, thus making this change easier.</p>
<p>The next article will deal with each of these components in more detail.</p>
<p><em>Mike Malesevich has been an IT professional for over 30 years, working with IBM mainframes and UNIX. From application developer, tech support to operations support analyst and security admin, Malesevich has made his rounds in information technology. </em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/5-things-your-system-documentation-should-be-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should the Squeaky Wheel Always Get the Grease?</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/should-the-squeaky-wheel-always-get-the-grease/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/should-the-squeaky-wheel-always-get-the-grease/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 11:30:41 +0000</pubDate>
		<dc:creator>Guest Author</dc:creator>
				<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=843</guid>
		<description><![CDATA[Ty Kiisel, today&#8217;s guest author, writes about project management for @task as an &#8220;accidental&#8221; project manager.  He shares many of the lessons learned from personal experience and conversations with customers-hopefully demonstrating that it really doesn&#8217;t matter what industry you&#8217;re in, the rewards of successfully executing project-based work are universal. As covered wagons made their way [...]]]></description>
				<content:encoded><![CDATA[<p><em>Ty Kiisel, today&#8217;s guest author, <a href="http://blogs.attask.com/blog/attask">writes about project management</a> for <a href="http://www.attask.com/?o=ITKnowledgeShare">@task</a> as an &#8220;accidental&#8221; project manager.  He shares many of the lessons learned from personal experience and conversations with customers-hopefully demonstrating that it really doesn&#8217;t matter what industry you&#8217;re in, the rewards of successfully executing project-based work are universal.</em></p>
<p><a href="http://commons.wikimedia.org/wiki/File:Oregon_Trail_reenactment_at_Scotts_Bluff.gif"><img class="aligncenter size-full wp-image-845" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/141/files/2010/04/squeekywheel.jpg" alt="" width="673" height="161" /></a></p>
<p>As covered wagons made their way along the Oregon Trail headed for the gold fields of California or the lush timber of Oregon, whenever the wagon wheels started to squeak, the wagon driver knew it was time to stop and grease the squeaking wheel-<em>before</em> it failed.  Along the trail there wasn&#8217;t the equivalent of a Firestone or a Goodyear to get a replacement.  A failed wheel was inconvenient at best or a matter of life and death at worst.</p>
<p>Originally, I think this phrase implied that problems should be fixed as soon as they are identified.  But over the last 100 plus years, the term has become associated with &#8220;the person who complains the loudest gets what they want.&#8221;</p>
<p>Organizations that rely on a &#8220;first come, first served&#8221; approach to making project decisions, or worse, the &#8220;whoever screams the loudest&#8221; approach, might get projects out the door-however are they the <em>right</em> projects.</p>
<p>For most organizations, keeping people busy isn&#8217;t the challenge, it&#8217;s keeping people busy doing the right things.  Evaluating every potential project based upon <em>pre-determined</em> metrics ensures that the business value of <em>every</em> project will be evaluated objectively, regardless of the stakeholder.  Making knee-jerk reactions to the demands of influential stakeholders can be expensive.  Spending valuable resources working on projects that provide minimal value can be catastrophic.</p>
<p>Establishing a process that requires every potential project to demonstrate its value based upon pre-determined criteria gives executives confidence that they are making well-informed project decisions.  Some of the important questions to ask when evaluating <em>any</em> project should include:</p>
<p>1.     <strong>What are the high-level objectives of the project?</strong> It&#8217;s not uncommon for a project to morph into something very different from what was originally intended.  Specifically identifying the goals of every project help project teams, sponsors, and stakeholders stay on track.</p>
<p>2.    <strong>What are the estimated costs of the project-and the anticipated rewards?</strong> Without the answer to these questions, it becomes difficult to determine if the potential project will provide <em>any</em> business value, let alone the greatest value.</p>
<p>3.    <strong>Does the potential project align with the mission, vision, and values of the organization?</strong> Individual projects <em>must</em> represent the execution of strategic direction if the desired result is to maximize every dollar spent in the pursuit of the greatest ROI.</p>
<p>4.    <strong>What are the risks associated with pursuing the project under consideration?</strong> If potential project risks can be identified and evaluated while in the consideration process, actions can be taken to mitigate risk and increase the probability of success.</p>
<p>In a perfect world, every potential project that provided business value would be pursued.  However, anyone doing project-based work understands that there always seems to be more work than there is time or resources to do it. Which is why establishing a method for evaluating every potential project is so important.  Measuring and considering every potential project based upon merit is the first step to effectively managing demand-and an important component to project success.</p>
<p>Should the squeaky wheel always get the grease? Probably not.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/should-the-squeaky-wheel-always-get-the-grease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing project management poker</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/playing-project-management-poker/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/playing-project-management-poker/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:38:03 +0000</pubDate>
		<dc:creator>Michael Morisy</dc:creator>
				<category><![CDATA[IT business alignment in 2010]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[Poker]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=627</guid>
		<description><![CDATA[Project management is incredibly simple until you actually have to do it, which is why books, seminars and other aids abound. I&#8217;d heard of T-Shirt Sizing before, where team members are asked to help estimate and prioritize project elements using relative measures, rather than guessing the absolute time or manpower needed. Yvette Francino uncovered another project [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Dogs_Playing_Poker"><img class="aligncenter size-full wp-image-626" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/141/files/2010/02/poker-project-management.jpg" alt="" width="500" height="149" /></a></p>
<p>Project management is incredibly simple until <em>you</em> actually have to do it, which is why books, seminars and other aids abound. I&#8217;d heard of <a href="http://blogs.msdn.com/larryosterman/archive/2007/06/01/missed-metaphors.aspx">T-Shirt Sizing before</a>, where team members are asked to help estimate and prioritize project elements using relative measures, rather than guessing the absolute time or manpower needed. Yvette Francino uncovered another project estimation technique, <a href="http://itknowledgeexchange.techtarget.com/software-quality/mike-cohn-on-estimating-software-in-agile-environments/">Project management poker</a>:</p>
<blockquote><p>Planning Poker is a technique where each team member use cards with a range of numbers to estimate effort. Typically the numbers do not progress incrementally, but are more spread apart, the higher they get. The Fibonacci series (0, 1, 2, 3, 5, 8, 13, 21, …) can be used for this. The reasoning behind this is that the larger the numbers get, the more uncertainty there is.  Cohn gave us each a deck of cards and had us do an exercise in which we were given several tasks and then work in teams to estimate those tasks using the cards. If we didn’t agree on the first pass, we would explain our reasoning and vote again. In all cases, we were able to reach consensus quickly.  Cohn even has made a <a href="http://www.planningpoker.com/" target="_blank">free planning poker tool </a>available for distributed agile teams.</p></blockquote>
<p>Yvette has posted some videos that more fully explain <a href="http://itknowledgeexchange.techtarget.com/software-quality/mike-cohn-on-estimating-software-in-agile-environments/">why poker planning works</a>, and there&#8217;s even a <a href="http://www.planningpoker.com/">free tool</a> to try it with your team online. While that tool is specific for Agile development teams, I would love to hear if you think, or any other project estimation techniques, are useful in your department when plotting out major projects.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/playing-project-management-poker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sesame Street&#8217;s 10 lessons for IT departments</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/sesame-streets-10-lessons-for-it-departments/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/sesame-streets-10-lessons-for-it-departments/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 19:08:04 +0000</pubDate>
		<dc:creator>Michael Morisy</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[IT Project Failures]]></category>
		<category><![CDATA[Link Bait]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Sesame Street]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=263</guid>
		<description><![CDATA[10. Focus on the fundamentals. Sesame Street tackles a whole host of issues, from basic counting and the alphabet to overcoming cultural differences and even death. For the most part, however, the issues are key elements of early development: Not always easy, but necessary. Are the projects and problems you&#8217;re tackling necessary to the bottom [...]]]></description>
				<content:encoded><![CDATA[<p><strong>10. Focus on the fundamentals. </strong>Sesame Street tackles a whole host of issues, from basic counting and the alphabet to overcoming cultural differences and <a href="http://en.wikipedia.org/wiki/Mr._Hooper#Death_of_Mr._Hooper" target="_blank">even death</a>. For the most part, however, the issues are key elements of early development: Not always easy, but necessary. Are the projects and problems you&#8217;re tackling necessary to the bottom line? Will they give a return to the business?</p>
<p><strong>9. Speak different languages. </strong>Early on, Sesame Street emphasized the importance of learning foreign languages, even if it was just the basics, such as the Count learning to say uno to diez in Spanish. More now than ever, it&#8217;s critical that IT learns to speak in business terms to explain value, as recent guest blogger  <a href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/the-hidden-world-of-it-in-companies/" target="_blank">Claude Roeltgen noted</a>. So-called <a href="http://searchnetworking.techtarget.com/news/article/0,289142,sid7_gci1302878,00.html">soft skills can save a career</a>, and really, it&#8217;s just a matter of saying what you need and what you can do in the right language. <code>[kml_flashembed movie="http://www.youtube.com/v/Jg3WY2Sgxtw" width="425" height="350" wmode="transparent" /]</code></p>
<p><strong>8. Learn to count. </strong>Or better yet, teach others to count. Just as our dear friend The Count spent painstaking hours teaching others to count from one to ten (in English and beyond!), IT must teach the rest of the business how IT enables profits and performance. And if you let others do the counting? Expect IT to become a cost center, with aggressive accounting for every dollar and annual budget fights.</p>
<p><strong>7. Be wary of strangers. </strong>Sesame Street wins over adult fans with copious guest stars, running the gamut of celebrities, athletes and musicians. But these guests are introduced by trusted adults on the show, and viewers learn that while you shouldn&#8217;t fear people different than you, you also shouldn&#8217;t give them your complete trust until they&#8217;ve earned it. What are your security policies, and what do you do to ensure that temporary workers or outside consultants have what they need &#8212; but nothing else?</p>
<p><img class="alignright size-full wp-image-266" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/141/files/2009/11/sesame-street_kermit.jpg" alt="" width="200" height="158" /><strong>6. It&#8217;s not (always) easy being green.</strong> Kermit the Frog was right: No matter often people tout the benefits of &#8220;going green,&#8221; <a href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=263&amp;preview=true">cutting costs while saving energy</a> can be full of trade-offs. There&#8217;s always new equipment to buy, new processes to manage, and while there may be a green revolution, there&#8217;s a <a href="http://itknowledgeexchange.techtarget.com/tales-from-the-data-center/it-isn%E2%80%99t-easy-being-green-companies-forgo-eco-friendly-solutions/">premium to be paid </a>for leading that charge. On the other hand, Kermit did get the girl and in many cases the energy savings from a comprehensive, business-savvy &#8220;green&#8221; policy can bring home the bacon at the end of the day.<em><br />
</em></p>
<p><span id="more-263"></span><strong>5. Keep it simple. </strong>Forget the ABC&#8217;s: At the end of the day, an episode of Sesame Street was brought to you by a single letter. What are your &#8220;letter&#8221; projects you can quickly point to as a tangible, easily understandable success? Did you cut spending by 15%? Boost productivity measurably by 7% with the new Intranet? Keep the take home lesson for your boss simple so he knows to give you the &#8216;A&#8217; you deserve.</p>
<p><strong>4. Learn from your mistakes. </strong>Big Bird once sang that &#8220;<a href="http://www.youtube.com/watch?v=dQ7tIfWD_FM&amp;feature=player_embedded" target="_blank">everyone makes mistakes</a>.&#8221; Projects fail,  breaches occur, budgets run over and schedules run behind. What matters is how <strong>bad</strong> you let things fail, and what you can takeaway for the next time. Do you know how to <a href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/6-reasons-your-it-project-was-derailed/">spot a project failure</a>? And are you ready to let go,  move on and clean up the mess, without letting your emotional investment get the best of you? If not, maybe give Big Bird&#8217;s song one more listen, take a deep breath and bite the bullet.<em><br />
</em></p>
<p><strong>3. Learn to share. </strong><em>Y</em>es, you can do it all on your own, but why when you can share the work? <a href="http://www.youtube.com/watch?v=9wdsrpKwy6Q">Ellen DeGeneres shared headphones with Elmo</a>, and you can share your work with users. There are big steps like <a href="http://itknowledgeexchange.techtarget.com/IT-watch-blog/can-your-it-security-take-a-page-from-wikipedia/" target="_blank">allowing users to define file permissions</a>, but even milder approaches like <a href="http://searchunifiedcommunications.techtarget.com/news/article/0,289142,sid186_gci1350634,00.html">crowd-sourced troubleshooting and training</a>, where users help other users, can save IT time, money and headaches. But just like <a href="http://www.youtube.com/watch?v=9wdsrpKwy6Q">with Ellen and Elmo</a>, it might take some experimentation to find the right mix.<em><br />
</em></p>
<p><strong>2. Teamwork. </strong>Just like the Sesame Street classic says, &#8220;<a href="http://www.youtube.com/watch?v=5exvfbnFMUg&amp;feature=player_embedded">Cooperation makes it happen</a>.&#8221;  It&#8217;s true, and IT is essential to making it happen, either by leading the way on <a href="http://itknowledgeexchange.techtarget.com/unified-communications/the-evolution-of-facebook-and-social-networking-tips-from-a-veteran/">effectively using communications tools</a> or simply in being a team player with other departments, both inside and outside of IT.</p>
<p><strong>1. Even grouches have their place. </strong>I&#8217;ve written about how overly aggressive personalities <a href="http://itknowledgeexchange.techtarget.com/itke-community-blog/how-do-you-cut-through-the-crap-to-get-work-done/">can actually hurt productivity</a>, but Sesame Street offers up a great counterpoint: It all takes all types to make a neighborhood. Everyone from Oscar the Grouch to The Count to Big Bird to Cookie Monster has (<a href="http://www.usatoday.com/life/columnist/popcandy/2005-04-12-pop-candy_x.htm">or at least had</a>) their place, and there&#8217;s a good chance both the Grouches and cheerleaders have their useful places in your organization, too, whether it&#8217;s a cold dose of realism on how effective an over-hyped project will actually be or the willingness to look for opportunity amid cutbacks and concern.</p>
<p><strong>Bonus: Change with the times, places and people. </strong>Sesame Street isn&#8217;t the same around the world, focusing on <a href="http://www.sesameworkshop.org/aroundtheworld" target="_blank">&#8220;Unity through Diversity&#8221; in Indonesia</a> and cooperation and sharing in Northern Ireland editions. So much has changed, and so much more is now known, in the world of children&#8217;s programming that <a href="http://www.cbsnews.com/stories/2008/01/17/eveningnews/main3725571.shtml">re-released episodes are for adults only</a>:</p>
<blockquote><p><em>&#8220;These early Sesame Street episodes are intended for grownups and may not suit the needs of today&#8217;s preschool child,&#8221; the warning reads.</em></p></blockquote>
<p>Is your organization able to shift with the times and culture? Does your IT have the same policies in Japan as it does in the United States and Brazil? If so, maybe it&#8217;s time to take a closer look and find where improvements can be made.</p>
<p><em>What lessons did you learn from Sesame Street? Let me know in the comments, <a href="http://twitter.com/morisy">on Twitter</a> or at <a href="mailto:Michael@ITKnowledgeExchange.com">Michael@ITKnowledgeExchange.com</a>.</em></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/sesame-streets-10-lessons-for-it-departments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 reasons your IT project was derailed</title>
		<link>http://itknowledgeexchange.techtarget.com/IT-watch-blog/6-reasons-your-it-project-was-derailed/</link>
		<comments>http://itknowledgeexchange.techtarget.com/IT-watch-blog/6-reasons-your-it-project-was-derailed/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:15:53 +0000</pubDate>
		<dc:creator>Michael Morisy</dc:creator>
				<category><![CDATA[IT Project Failures]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Michael Krigsman]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/IT-watch-blog/?p=19</guid>
		<description><![CDATA[Michael Krigsman&#8217;s IT Failures Blog is a perennial favorite around the IT Knowledge Exchange office (who doesn&#8217;t love peering in on a good train wreck?), and so when he pointed  out Michiko Diby&#8217;s 6 Questions that Get at the Heart of Project Failure, I had a feeling it would be a worthwhile read. Diby&#8217;s 6 [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-18" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/141/files/2009/09/300px-train_wreck_at_montparnasse_1895.jpg" alt="" />Michael Krigsman&#8217;s <a href="http://blogs.zdnet.com/projectfailures/" target="_blank">IT Failures Blog</a> is a <a href="http://itknowledgeexchange.techtarget.com/itke-community-blog/featured-it-blogger-of-the-week-michael-krigsman/" target="_blank">perennial favorite</a> around the IT Knowledge Exchange office (who doesn&#8217;t love peering in on a good train wreck?), and so when he pointed  out Michiko Diby&#8217;s <a href="http://blog.sealightllc.com/?p=548">6 Questions that Get at the Heart of Project Failure</a>, I had a feeling it would be a worthwhile read.</p>
<p>Diby&#8217;s 6 points could prove quite handy when doing a perished project&#8217;s port-mortem, and Dilby even offers in depth looks at each of the categories:</p>
<blockquote>
<div class="topContent">
<ul>
<li><strong><a href="http://blog.sealightllc.com/?p=382" target="_blank">Intent Failure</a></strong> – Occurs when the project doesn’t bring enough addedvalue or capability to beat down the obstacles inherent throughout the process.  This suggests the original intent of the project was flawed from the beginning.</li>
<li><strong><a href="http://blog.sealightllc.com/?p=303" target="_blank">Sponsor Failure</a></strong> – Occurs when the person heading up the project is not actively engaged and/or does not have the authority to make decisions critical to project success.</li>
<li><strong><a href="http://blog.sealightllc.com/?p=281" target="_blank">Design and Definition/Scope Failure</a></strong> – Occurs when the scope is not clearly defined, so the project team is unclear on deliverables.</li>
<li><strong><a href="http://blog.sealightllc.com/?p=358" target="_blank">Project Discipline Failure</a></strong> – Occurs when process/project methodology is allowed to lapse so that the mitigation factors inherent in the process are never used.</li>
<li><strong><a href="http://blog.sealightllc.com/?p=340" target="_blank">Supplier/Vendor Failure</a></strong> – Occurs when the structure of supplier /vendor relationships doesn’t allow for communication and adjustments.</li>
</ul>
</div>
<li><strong><a href="http://blog.sealightllc.com/?p=438" target="_blank">Communications Failur</a></strong><strong><a href="http://blog.sealightllc.com/?p=438" target="_blank">e</a></strong> – Occurs when communications are infrequent or honest discussion of project problems and issues are avoided.</li>
</blockquote>
<p>But while hindsight is a glorious 20/20, what would be really useful is a system for flagging these problems down before the latest initiative, with your name stamped boldly at the top, goes ingloriously awry.</p>
<p class="regularBox_titleBar">More on IT project failures:</p>
<ul>
<li><a href="http://blog.sealightllc.com/">Preventing Project Failures</a>, Michiko Diby&#8217;s blog</li>
<li>Michael Krigsman&#8217;s take on Diby&#8217;s <a href="http://blogs.zdnet.com/projectfailures/">six types of IT project failure</a></li>
<li><a href="http://itknowledgeexchange.techtarget.com/quality-assurance/10-innovative-ways-to-become-a-%E2%80%9Clousy%E2%80%9D-project-manager/">10 innovative ways</a> to become a “lousy” project manager</li>
<li><a href="http://itknowledgeexchange.techtarget.com/it-jobs/the-perils-pitfalls-and-pluses-of-project-management/">The Perils, Pitfalls, and Pluses of Project Management</a></a>
</ul>
<p class="regularBox_titleBar">
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/IT-watch-blog/6-reasons-your-it-project-was-derailed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
