<?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>Schedule Software &#187; plan</title>
	<atom:link href="http://schedulesoftware.com/tag/plan/feed/" rel="self" type="application/rss+xml" />
	<link>http://schedulesoftware.com</link>
	<description></description>
	<lastBuildDate>Tue, 19 Jul 2011 15:02:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Project Development Plan: the First Guide in Building an it System</title>
		<link>http://schedulesoftware.com/project-development-plan-the-first-guide-in-building-an-it-system/541/</link>
		<comments>http://schedulesoftware.com/project-development-plan-the-first-guide-in-building-an-it-system/541/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 22:49:48 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software development schedule]]></category>
		<category><![CDATA[Building]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/project-development-plan-the-first-guide-in-building-an-it-system/541/</guid>
		<description><![CDATA[When my team had an IT project to do during our college days, we used a very important document to help us get started during the initial stages of the project. We used a document called Project Development Plan (PDP) as guide.  It is adapted from the IEEE standards for Software Project Management Plans. This [...]]]></description>
			<content:encoded><![CDATA[<p>When my team had an IT project to do during our college days, we used a very important document to help us get started during the initial stages of the project. We used a document called Project Development Plan (PDP) as guide.  It is adapted from the IEEE standards for Software Project Management Plans. This document is very useful because all succeeding documents (i.e. Test Plan) follow the initial guidelines stated in the PDP document and the general details and strategies for testing and quality assurance are also stated in this document.</p>
<p>&#13;</p>
<p>          Apart from minor (but pertinent) details, the PDP is divided into four major parts, namely: Project Organization, Managerial Process Plans, Technical Process Plans, and Supporting Process Plans. The Project Organization part of the PDP document describes and illustrates the organizational hierarchy of the developing team. The Managerial Process Plan section of the PDP describes how the developing should start and how it will close. Apart from which, this section also tackles the general and specific details of managing resources, budget, staff and schedule. The Technical Process Plan part of the PDP is where the process, methods, tools and techniques in building the system, as well as maintenance and release, are stated. And, the Supporting Process Plan section of the PDP provides general details about configuration management, testing, standards and quality assurance, reviews, issue management, subcontract management and improvement plan. This part is essential because many documents particularly the Test Plan and the Quality Assurance documents base its initial plans, standards and processes.</p>
<p>&#13;</p>
<p>          The first part of the Project Development Plan document details the purpose, scope and objectives of the project. Of course, the developers of the system must know what they are building, and the limitations and extent of the finished product. The initial section of the PDP also enumerates the list of deliverables of the project like documents and the finished system itself.</p>
<p>&#13;</p>
<p>          The first major part of the PDP document is the Project Organization. This is where the internal and external organizations are identified, together with their roles and responsibilities. Improper or poorly defined position in the organization causes confusion amongst the members of the developing team regarding each one’s roles and responsibilities; causes some members of the team to slacken around and do nothing, while some have more than enough in their hands; and some members tend to assume the responsibility supposed to be assigned to another team member. Thus, poor staffing or poor Human Resources management might contribute heavily to the project’s total failure.</p>
<p>&#13;</p>
<p>          The second major part of the PDP document is the Managerial Process Plans.  This is where the specific and general management process for the project appears. While doing this part of the PDP before, I find the contents of this section repetitive especially in the areas of schedule, budget, staffing and resources management. There are certain developers who don’t have to worry about estimating schedule, budget, staffing and resources because the company where they are employed provides them with all the things that they need.  However, there are developers who must do all the estimating and budgeting. Thus, the Start-up Plan (under the Managerial Process Plans) is where all the initial plans of the developers are found. Usually, this plan came about during the pre-Requirements stage. The opposite of the Start-up plan is the Close-out Plan that discusses how the project should end. Work Plan section (under the Managerial Process Plans) is where the specific details of budget, schedule, staffing and resources are found. Also, we can have an early glimpse of the Work Breakdown Structure and the specific work activities. Risk Management Plan (under the Managerial Process Plans) describes the mechanisms used to identify, analyze, build mitigation and contingency plans; and manages the risks possibly found in the project. </p>
<p>&#13;</p>
<p>          The Technical Process Plans describe the processes used for developing the product or IT services.  The activities in the Work Breakdown Structure follow a guideline in the form of a Software Development Life Cycle Model (i.e. Waterfall Method). If a Life Cycle Model is not determined, sometimes it is difficult to prioritize the activities in the project. </p>
<p>&#13;</p>
<p>          Lastly, the Supporting Process Plans of the PDP discusses the supporting processes of the project, namely: configuration management, testing, documentation, quality assurance, reviews, issue management (which I find somewhat similar with Risk Management), subcontract management and improvement plan. Configuration management has something to do with the configuration items identified in the project. These configuration items are already named as early as pre-Requirements stage but they are visible for every phase-end or if an item is already declared original and final version. Samples of configuration items are documents. Once changes are made in these items (which normally happens during project-end), a control board analyzes changes prior to acceptance or rejection. The analysis of the control board is one of several activities under Configuration Management. The general guidelines for the Test Plan and the Quality Assurance Plan documents are first planned and described in the Supporting Process Plans of the PDP. Without the initial guidelines, there is a huge possibility that testing and quality assurance activities are taken for granted.</p>
<p>&#13;</p>
<p>          The Project Development Plan document is very important and essential especially if you’re into software development. Without this document as guide, an IT developer might experience “groping in the dark” in the middle of the project, NO FORMAL GUIDELINES AND STANDARDS established, and there is poor management in areas of budget, staffing, schedule and resources.</p>
<p>&#13;</p>
<p>P. Lobrin</p>
<p>&#13;</p>
<p><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="mailto:plobrin@gmail.com">plobrin@gmail.com</a></p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<p>The author of this article is Paulita C. Lobrin from Iloilo, Philippines. She is currently undergoing training (and hopefully be employed) in a software development company in Iloilo. To know more, click http://agentsofvalue.com for imformation</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/project-development-plan-the-first-guide-in-building-an-it-system/541/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Would there have been a formal validation plan for Collins ? (Surely there was ?) Was it ever used?</title>
		<link>http://schedulesoftware.com/would-there-have-been-a-formal-validation-plan-for-collins-surely-there-was-was-it-ever-used/463/</link>
		<comments>http://schedulesoftware.com/would-there-have-been-a-formal-validation-plan-for-collins-surely-there-was-was-it-ever-used/463/#comments</comments>
		<pubDate>Sat, 22 May 2010 12:15:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software development schedule]]></category>
		<category><![CDATA[been]]></category>
		<category><![CDATA[Collins]]></category>
		<category><![CDATA[ever]]></category>
		<category><![CDATA[formal]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Surely]]></category>
		<category><![CDATA[there]]></category>
		<category><![CDATA[used]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[would]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/would-there-have-been-a-formal-validation-plan-for-collins-surely-there-was-was-it-ever-used/463/</guid>
		<description><![CDATA[It&#8217;s a bit rich telling the supplier his system doesn&#8217;t work, if the formal validation plan was never followed.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a bit rich telling the supplier his system doesn&#8217;t work, if the formal validation plan was never followed.</p>
<p><<Is this true for computer programmers "Nobody get to do over his mistakes" ? (Because you can simply fix the problem and rerun). Next question : how come Collins project supposedly contained mistakes ? (Couldn't someone have simply fixed each problem and rerun ?)<br />
A/ by Jeffrey C/If you don't have a background in systems and software development, this response will give you a quick overview. It is far from complete, however. If you do have a background in this subject, you should be looking at your processes and procedures rather than trying to point the finger at one or more rogue developers.</p>
<p>Programs contain mistakes for lots of reasons. More often than not, problems occur at because the stated requirement is not really how the system needs to work.</p>
<p>The next most common set of errors occur at the interfaces between subsystems, the software and hardware, and between units within the software. One of the most famous of these interface problems was the Mars spacecraft that got lost because one team used SI units but the team they interfaced to used English units.</p>
<p>In real time and embedded work, we often see errors that occur because of the way the software interacts with the hardware. The most difficult to fix are the transient problems that do not reoccur easily. These errors often stay hidden in the code, showing their ugly heads occasionally to bring down a system.</p>
<p>The easiest problems to fix are those in the implementation. We perform unit test to confirm that the code meets the design (no, not code meets the requirements). Note that this testing does verify that the design meets the requirements, only that the code works as designed.</p>
<p>There are several levels of testing that prove the software meets the requirements -- integration testing, hardware/software integration, verification testing. I'm really not going to go into these. Suffice it to say that most mature organizations confirm that each requirement is associated with a test case and that each test case has executed.</p>
<p>The most important testing comes at the very end and often does not get the attention it deserves due to budget and schedule concerns. Validation testing confirms that the requirements are correct, complete, and consistent. This testing runs systems through real-life scenarios to be sure the system performs as desired.</p>
<p>At this point, you probably know a great deal about Collins since you've spent at least 2 years talking about it on this forum. You may be able to find out what the formal validation plan was from the MOD or the contractors. I don't know if this type of information is available to the public, but the adequacy of the plan may help you determine if there was a conspiracy of just a few people who destroyed this VERY large program, or if there were more basic problems due to an immature organization not really knowing how to take on such an involved task.>></p>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/would-there-have-been-a-formal-validation-plan-for-collins-surely-there-was-was-it-ever-used/463/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ivanhoe Mines Releases New Integrated Development Plan For Oyu Tolgoi Copper-Gold Mining Complex in Mongolia</title>
		<link>http://schedulesoftware.com/ivanhoe-mines-releases-new-integrated-development-plan-for-oyu-tolgoi-copper-gold-mining-complex-in-mongolia/438/</link>
		<comments>http://schedulesoftware.com/ivanhoe-mines-releases-new-integrated-development-plan-for-oyu-tolgoi-copper-gold-mining-complex-in-mongolia/438/#comments</comments>
		<pubDate>Tue, 11 May 2010 21:19:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[schedule management software]]></category>
		<category><![CDATA[Complex]]></category>
		<category><![CDATA[CopperGold]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Integrated]]></category>
		<category><![CDATA[Ivanhoe]]></category>
		<category><![CDATA[Mines]]></category>
		<category><![CDATA[Mining]]></category>
		<category><![CDATA[Mongolia]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Tolgoi]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/ivanhoe-mines-releases-new-integrated-development-plan-for-oyu-tolgoi-copper-gold-mining-complex-in-mongolia/438/</guid>
		<description><![CDATA[Ivanhoe Mines Releases New Integrated Development Plan For Oyu Tolgoi Copper-Gold Mining Complex in Mongolia
ULAANBAATAR, MONGOLIA&#8211; (Marketwire &#8211; May 11, 2010) &#8211; Ivanhoe Mines Ltd. (TSX:IVN)(NYSE:IVN)(NASDAQ:IVN) -
Read more on Marketwire
]]></description>
			<content:encoded><![CDATA[<p><b>Ivanhoe Mines Releases New Integrated Development Plan For Oyu Tolgoi Copper-Gold Mining Complex in Mongolia</b><br />
ULAANBAATAR, MONGOLIA&#8211; (Marketwire &#8211; May 11, 2010) &#8211; Ivanhoe Mines Ltd. (TSX:IVN)(NYSE:IVN)(NASDAQ:IVN) -</p>
<p>Read more on <a href="http://www.marketwire.com/mw/release.do?id=1257771&#038;sourceType=3">Marketwire</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/ivanhoe-mines-releases-new-integrated-development-plan-for-oyu-tolgoi-copper-gold-mining-complex-in-mongolia/438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Software Outsourcing is not a Great Plan</title>
		<link>http://schedulesoftware.com/when-software-outsourcing-is-not-a-great-plan/245/</link>
		<comments>http://schedulesoftware.com/when-software-outsourcing-is-not-a-great-plan/245/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:43:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software development schedule]]></category>
		<category><![CDATA[Great]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/when-software-outsourcing-is-not-a-great-plan/245/</guid>
		<description><![CDATA[&#8220;Outsourcing and globalization of manufacturing allows companies to reduce costs, benefits consumers with lower cost goods and services, causes economic expansion that reduces unemployment, and increases productivity and job creation.&#8221;&#13;
~~ Larry Elder &#8212; &#8220;The Larry Elder Show&#8221;
When Outsourcing Is Not a Great Plan
Outsourcing can definitely be profitable for a great deal of reasons. Numerous companies [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;<b>Outsourcing</b> and globalization of manufacturing allows companies to reduce costs, benefits consumers with lower cost goods and services, causes economic expansion that reduces unemployment, and increases productivity and job creation.&#8221;<br />&#13;</p>
<p>~~ Larry Elder &#8212; &#8220;The Larry Elder Show&#8221;</p>
<p><b>When Outsourcing Is Not a Great Plan</b></p>
<p><b>Outsourcing</b> can definitely be profitable for a great deal of reasons. Numerous companies enjoy advantages such as lower labor expenses, bigger workforces, access to industry experts and extraordinary flexibility because of outsourcing. At any rate, in spite of the glaring advantages to outsourcing there are a few situations when outsourcing is not a great plan. Though there a number of scenarios where outsourcing is a sensible business opportunity there are other scenarios where outsourcing is not the best idea. In these situations it is best to control the job in-house rather than attempting to force an outsourcing situation to work out. </p>
<p><b>When Outsourcing Is Too Expensive</b></p>
<p>&#13;</p>
<p>One of the main advantages of <b>outsourcing</b> is lower expenses. In a great number of cases outsourcing results in lower labor expenses because expenses such as social security, health care and workers&#8217; comp are eliminated. In addition, the increased proficiency resulting when tasks are outsourced to industry experts can also result in cost trimming. </p>
<p>&#13;</p>
<p>In spite of these numerous opportunities for expense reductions, there are many situations where <b>outsourcing</b> might actually be the more costly alternative and it may also lead to a monetary loss instead of a gain. This may also include a situation where the expense of outsourcing to a tremendously specialized freelancer exceeds the budget for the project. Fees for freelancers with immensely specialized degrees or areas of knowledge are frequently quite costly. An additional possible instacne is one where discovering an freelance worker experienced enough to finish certain tasks would be too costly of a procedure. </p>
<p>&#8220;The other part of <b>outsourcing</b> is this: it simply says where the work can be done outside better than it can be done inside, we should do it.&#8221;<br />&#13;</p>
<p>~~ Alphonso Jackson &#8212; Secretary of the United States Department of Housing and Urban Development</p>
<p><b>When Outsourcing Causes You to Lose Command</b></p>
<p>&#13;</p>
<p>Even when tasks or projects are outsourced the business accountable for the work likes to continue to handle the job and keep close tabs on the progression of tasks. It is extremely important for the business to proceed to control the job even after it has been outsourced because they are the ones who are ultimately accountable for the successful fulfilment of the work. Whenever an freelance worker or business wants to deny the company access to project files or documents, <b>outsourcing</b> is a bad plan. The business who has the vested concern in the result of the project should at no time be excluded from participating in making decisions concerning the project. </p>
<p>&#13;</p>
<p>Prior to <b>outsourcing</b> a job or task care ought to be taken to lay out criteria for the managing of the project. Depending on the length and complexity of the job it may also be smart to schedule regular meetings to supply updates on the progression of the job. During this period the contractor ought to supply the employer with all information needed to assess the progression of the job and affirm it is still on track for completion by the specific deadline. </p>
<p><b>When Outsourcing is Not Permitted</b></p>
<p>&#13;</p>
<p>Occasionally <b>outsourcing</b> is not a great plan merely because it is not permitted by contract requirements. A few project contracts may possess stipulations stating the labor cannot be outsourced to an freelance worker or to another business. Inserting such a clause into a contract agreement is well within the rights of the customers. When they employ a specific business to finish a task or project, they expect all work related to the task or project to be completed by members of that business unless they stated otherwise when negotiating the agreement. Breaching the agreement documents in this circumstance is not a great idea. The business could be penalized by the customer. Penalties may include withholding payment or refusing to grant future projects or tasks to the business. </p>
<p>&#13;</p>
<p>[You may use this article (or portion thereof) for your website, ezine or blog as long as you include the bio/resource box with hyperlinks.]</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="text">
<p>Edward M. Brancheau is the author of several informative articles about software outsourcing and <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.outsourcersbible.com">outsourcing</a> in general. If if you would like the authoritative guide, check out <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.outsourcersbible.com"></a><a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.outsourcersbible.com" target="_blank">www.outsourcersbible.com</a> and register for the FREE 5-day Ecourse.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/when-software-outsourcing-is-not-a-great-plan/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cover Story: Charlotte-Mecklenburg natural disaster plan</title>
		<link>http://schedulesoftware.com/cover-story-charlotte-mecklenburg-natural-disaster-plan/232/</link>
		<comments>http://schedulesoftware.com/cover-story-charlotte-mecklenburg-natural-disaster-plan/232/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:10:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[schedule management software]]></category>
		<category><![CDATA[CharlotteMecklenburg]]></category>
		<category><![CDATA[Cover]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[natural]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Story]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/cover-story-charlotte-mecklenburg-natural-disaster-plan/232/</guid>
		<description><![CDATA[Cover Story: Charlotte-Mecklenburg natural disaster plan
Flooding, ice storms even a Hugo.  Is Charlotte-Mecklenburg prepared for the next natural disaster?  In our Cover Story, PrimeTime&#8217;s Jeff Atkinson reports on why local government is looking for your help to come up with a plan.
Read more on WBTV Charlotte
]]></description>
			<content:encoded><![CDATA[<p><b>Cover Story: Charlotte-Mecklenburg natural disaster plan</b><br />
Flooding, ice storms even a Hugo.  Is Charlotte-Mecklenburg prepared for the next natural disaster?  In our Cover Story, PrimeTime&#8217;s Jeff Atkinson reports on why local government is looking for your help to come up with a plan.</p>
<p>Read more on <a href="http://www.wbtv.com/global/story.asp?s=11848258">WBTV Charlotte</a><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/cover-story-charlotte-mecklenburg-natural-disaster-plan/232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule Management &#8211; The Best Way to Plan</title>
		<link>http://schedulesoftware.com/schedule-management-the-best-way-to-plan/30/</link>
		<comments>http://schedulesoftware.com/schedule-management-the-best-way-to-plan/30/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:39:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[schedule management software]]></category>
		<category><![CDATA[Best]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Schedule]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/schedule-management-the-best-way-to-plan/30/</guid>
		<description><![CDATA[Planning, controlling, organizing and monitoring the dates on a project are known as schedule management. A schedule is a plan for a project or an event, it consists of a list of aÂ project&#8217;s final elements with a planned start and end dates. Final basics are the lowest aspect in a schedule, which cannot be [...]]]></description>
			<content:encoded><![CDATA[<p>Planning, controlling, organizing and monitoring the dates on a project are known as schedule management. A schedule is a plan for a project or an event, it consists of a list of aÂ project&#8217;s final elements with a planned start and end dates. Final basics are the lowest aspect in a schedule, which cannot be further divided. Those matters are often expected in terms ofÂ source requirements, financial planÂ andÂ period, associated with dependencyÂ andÂ plan. A schedule is really effective. It helps to meet our milestones and completing the project on time. Creating a schedule starts with breaking the process along sensibly into detailed works, defining a method for doing a work, tracking the cost and the time to complete the work makes the project more flexible and the output would be the finest </p>
<p>A schedule management plan is a document which decides the norm for developing and maintaining the project schedule and signifies the whole project plan as well. The schedule management plan creates how schedule management will be carried out in the project. It provides a regulation for the scheduling method and set-up and describes the position and tasks for individuals in that processes. It is not complete schedule information, but instead it gives details on how that information will be detained, articulated, and adapted if or when it is required. <br />The schedule management plan includes the description of essential documents and some insight on how the documents could be formed. Leveled schedules will result in various efficiencies and this is something that should not be ignored. These are the benefits of a leveled schedule: quality-time work will be reduced. Efficiency would be maintained. And for a project schedule to be healthy, the following criteria should be followed, a schedule must be frequently updated, and the EAC value should be equivalent to baseline value, the work must be equally distributed among the team members.<br />The schedule management plan is always used by project managers and the project office to describe how management practices will be carried out. In some group, it may be a uniform document, functional across numerous projects and customized only to some extent to reflect the individual source and delivery necessities of the project. It is used to prevent project managers from creating a new process every time they get a new one. Before a project schedule can be created, the project manager should usually have a work breakdown structure (WBS), an attempt to estimate for each task, and a resource list with accessibility for each resource. </p>
<p>If the resources are not available then it may be possible to create something that looks like a schedule, it would definitely be a form of creative writing. The scheduling process will include both advanced and complete explanation of how the schedule and its workings will be generated. The process also comprises of information on when the schedule should be base lined and when documents should be updated. Schedule management is the real key to a successful project.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="text">
<p>Ryan Fyfe is the owner of <a rel="nofollow" target="_blank" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.shiftplanning.com/">http://www.shiftplanning.com/</a> &#8211; an information resource for all things related to <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.shiftplanning.com/">Schedule Management</a> including articles, news, movies and more.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/schedule-management-the-best-way-to-plan/30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s so important about budget and schedule ? Apart from it telling you that you&#8217;ve departed from your plan</title>
		<link>http://schedulesoftware.com/whats-so-important-about-budget-and-schedule-apart-from-it-telling-you-that-youve-departed-from-your-plan/23/</link>
		<comments>http://schedulesoftware.com/whats-so-important-about-budget-and-schedule-apart-from-it-telling-you-that-youve-departed-from-your-plan/23/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:39:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software development schedule]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[Apart]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[departed]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[important]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Schedule]]></category>
		<category><![CDATA[telling]]></category>
		<category><![CDATA[What's]]></category>
		<category><![CDATA[you've]]></category>

		<guid isPermaLink="false">http://schedulesoftware.com/whats-so-important-about-budget-and-schedule-apart-from-it-telling-you-that-youve-departed-from-your-plan/23/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><<The type of individual you are referring to is known in the industry as a "flake".</p>
<p>The main reason why so many major software development projects don't accomplish their goals within their budget and schedule is simply because the art of programming is much harder than people realize, and most people don't do a very good job of it. Programmers who are really competent are very rare, like four-leaf clovers. When you hire programmers, it's like hiring clovers, hoping some of them will turn out to be four leaf. Except that in programming you can't see whether they are or not, until after you have been working with them for years. But most major software projects fail before then>></p>
]]></content:encoded>
			<wfw:commentRss>http://schedulesoftware.com/whats-so-important-about-budget-and-schedule-apart-from-it-telling-you-that-youve-departed-from-your-plan/23/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

