<?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>Ecommerce Journal &#187; Project Management</title>
	<atom:link href="http://www.lc7inc.com/category/project-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lc7inc.com</link>
	<description>Technical Articles and Insight for Small Businesses</description>
	<lastBuildDate>Wed, 01 Sep 2010 14:28:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>eCommerce Development Timeline</title>
		<link>http://www.lc7inc.com/project-management/ecommerce-development-timeline/</link>
		<comments>http://www.lc7inc.com/project-management/ecommerce-development-timeline/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:28:31 +0000</pubDate>
		<dc:creator>Louis Camassa</dc:creator>
				<category><![CDATA[Practical Ecommerce]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[ecommerce timeline]]></category>
		<category><![CDATA[project timeline]]></category>

		<guid isPermaLink="false">http://www.lc7inc.com/?p=310</guid>
		<description><![CDATA[New article posted on PracticalEcommerce.com:
Learn how long you can expect a full eCommerce website project can take to develop-from prototype to production.
When you work with a full-service eCommerce development company to manage the production of your new website project, make sure you understand the overall timeline and phases before breaking ground.
Your chosen eCommerce provider should [...]]]></description>
			<content:encoded><![CDATA[<p>New article posted on PracticalEcommerce.com:</p>
<p>Learn how long you can expect a full eCommerce website project can take to develop-from prototype to production.</p>
<p>When you work with a full-service eCommerce development company to manage the production of your new website project, make sure you understand the overall timeline and phases before breaking ground.</p>
<p>Your chosen eCommerce provider should present a timeline unique to your project. The phases/length may differ, but the concepts should be similar.</p>
<p><a href="http://www.practicalecommerce.com/blogs/post/750-eCommerce-Development-Timeline" target="_blank">eCommerce Development Timeline</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lc7inc.com/project-management/ecommerce-development-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Version Control and Task Management</title>
		<link>http://www.lc7inc.com/project-management/software-version-control-and-task-management/</link>
		<comments>http://www.lc7inc.com/project-management/software-version-control-and-task-management/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:21:09 +0000</pubDate>
		<dc:creator>Louis Camassa</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting & Servers]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[tortoisehg]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.lc7inc.com/?p=154</guid>
		<description><![CDATA[Do you have geographically diversified web development teams that operate on different time schedules? Take control over their contributions to your project by utilizing version control and task management software. Increase efficiency and redundancy while creating documentation and organization of changes to the project.
Whether your working on a single website, or a cluster of complex software applications, take [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lc7inc.com/wp-content/uploads/2010/02/mercurial.jpg"></a>Do you have geographically diversified web development teams that operate on different time schedules? Take control over their contributions to your project by utilizing version control and task management software. Increase efficiency and redundancy while creating documentation and organization of changes to the project.</p>
<p><span>Whether your working on a single website, or a cluster of complex software applications, take the upfront time to standardize the method to control the source code, and task schedule. You will be <span>grateful</span> for this when your lead developer quits, or you hire some new team members.</span></p>
<p>A version control system (VCS) is basically a running log of all the source code changes within your website. It allows a developer or designer to quickly analyze source code changes and enables them to revert, modify, or delete changes with simplicity.</p>
<p><span>A VCS will play a critical role in the development of your project when you have various team members, or iterations to your source code. For example, let&#8217;s say you have two developers; a lead developer and a entry-level developer. The entry level developer can make changes to the source code, and the lead developer can quickly verify these changes to ensure they are coded properly. The software creates a full account of all changes to all files, and <span>identifies</span> where the changes were made, by who, and when. The lead developer can then accept the changes and push them to the live source code base, or reject the changes and push them back to the entry-level developer to fix.</span></p>
<p>The real benefit in using this system is it does not require a high level server administrator or developer to manage or use. Anyone on your team can access the source code changes, verify schedule and tasks, and gain some insight into the project from a basic web browser. This is a powerful tool for a project manager or webmaster.</p>
<p><strong>Version Control Software</strong><br />
There are many parts to a version control system. It starts with the actual technology used for managing the source code. A few of the different software applications that are responsible for managing changes are; CVS, Subversion, Git, Mercurial, Bazaar, the list goes on&#8230;See a great break down of the different systems at <a href="http://www.smashingmagazine.com/2008/09/18/the-top-7-open-source-version-control-systems/">http://www.smashingmagazine.com/2008/09/18/the-top-7-open-source-version-control-systems/</a></p>
<p><strong>Interface Tools</strong><br />
A VCS is the under-the-hood system installed on your server which is responsible for logging all changes to the source code. The next part of the equation is the interface you used to communicate with the VCS. For example, when you upload files to your server, you probably use some sort of FTP client to transfer the files. Much like an FTP client, the VCS interface tool allows you to easily commit, revert, and access the source code base. These tools make accessing the VCS extremely simple for your designers, project managers, developers, etc&#8230;</p>
<p><strong>Project/Task Management Software<br />
</strong>The project and task management software is the system that makes the changes easily accessible and available for tracking, documentation, and communication. For instance, a project manager can access the entire project from his web browser to verify tasks, bugs, and time logs of his team members. With this information, decisions can be made to prioritize and escalate tasks. This system is the engine behind the management of the project.</p>
<p><strong>Key benefits of using these systems:</strong></p>
<ul>
<li>One centralized location to manage all of your projects with ease</li>
<li>Your projects will be fully documented with the changes and why those changes were made and by who</li>
<li>Backups of all changes are stored within the VCS, and in the case of errant code, can quickly be restored</li>
<li><span>Bug tracking and resolution made easy and <span>efficient</span></span></li>
<li><span>Task scheduling and resource allocation is tied in directly with work <span>accomplished</span> (source code changes)</span></li>
<li>Time tracking per task, project, etc..</li>
</ul>
<p><span>So hopefully you now understand the importance of these systems and are ready to take the next step. I am going to outline the systems I use, and why. There are dozens of different configurations, however, I have found that for small teams, with limited Linux <span>experience</span> benefit from the configuration below.</span></p>
<p><strong>Choose Your VCS<br />
</strong><span>First off, I used Subversion (about 5 <span>years</span> ago). At the time, our code changes were only rolled out to the development server every 12 hours. Eventually, we were able to roll out the changes every 5 minutes, and then were finally able to roll out changes with a post-commit hook (which means someone needed to trigger the system to activate the changes). This was not efficient for our designers who were working on browser <span>compatibility</span> and advanced CSS/HTML code. It killed <span>their</span> <span>productivity</span> because every little tweak they made required 30-60 seconds of extra time to implement. Added up throughout the day, and we lost a lot of time. </span></p>
<p>Subversion is much slower to roll out changes, as it stores all the projects in a centralize repository. So, whenever you query the system it needs to run through the entire source code base of all your projects to implement the change. If you have a lot of projects/source code, this could cause some major delays.</p>
<p>Anyway, we moved on to a few other systems that were better than Subversion but too hard to use from a Windows system. That is, the interface tools were quirky and difficult to work with.</p>
<p>We finally tested and implemented the <a href="http://mercurial.selenic.com/wiki/" target="_blank">Mercurial VCS</a>, which is fast, powerful, and has some great interface tools. It is also very easy to use, and scales well for larger projects.</p>
<p><strong>Benefits of Mercurial VCS:</strong></p>
<ul>
<li>Ease of use</li>
<li>Commits/changes are made instantly (good for designers!)</li>
<li>The interface tools are well adapted for Windows and non-technical people</li>
<li><span>Easy to setup and minimal amount of upkeep/maintenance</span></li>
<li>Decentralized system, which stores each project within its own repository</li>
<li>Advanced tools for branching, tagging and merging source code (for more technical teams)</li>
</ul>
<p><strong>Choose Your Interface Tool<br />
</strong>So if you are using Mercurial, and your on Windows, I recommend using <a href="http://tortoisehg.bitbucket.org/" target="_blank">TortoiseHg</a> which is stable and easy to use. It is a shell extension which shows up in your Explorer context menu:</p>
<p><a href="http://www.lc7inc.com/wp-content/uploads/2010/02/tortoisehg.jpg" target="_blank"><img class="alignnone size-full wp-image-156" style="border: 0px;" title="tortoisehg" src="http://www.lc7inc.com/wp-content/uploads/2010/02/tortoisehg.jpg" alt="" width="384" height="257" /></a></p>
<p>The one downside to Mercurial is that there are no plug-ins for Dreamweaver, which means your designers (if they use Dreamweaver) will have to manually commit files to the repository-they cannot do so through Dreamweaver.</p>
<p><strong>Choose Your Project/Task Management Software<br />
</strong>I have used various project management systems; two of my favorites are <a href="http://trac.edgewall.org/" target="_blank">Trac</a> and <a href="http://www.redmine.org/" target="_blank">Redmine</a>. I first started with Trac, which has some powerful tools, but is limited when it comes to managing multiple projects and source code repositories. That is, they don&#8217;t have stable tools to quickly access all your projects, users, and project materials. My server administrator recommended Redmine, which has nearly all the tools of Trac, and then some.</p>
<p><strong>Benefits of Redmine:</strong></p>
<ul>
<li>Quick and easy management of multiple projects</li>
<li>Comprehensive user management/restriction system</li>
<li>Feature rich (per project wiki&#8217;s, defect tracking, time logs, news, document/file repository, threaded bulletin board for team communication)</li>
<li>Per project and overall activity log</li>
<li>Customizable fields for defect tracking (severity, priority, status, etc&#8230;)</li>
<li>Excellent search feature</li>
<li>Excellent usability</li>
<li>Calendar and Gannt view features</li>
</ul>
<div id="attachment_158" class="wp-caption alignnone" style="width: 310px"><a href="http://www.lc7inc.com/wp-content/uploads/2010/02/calendar.jpg" target="_blank"><img class="size-medium wp-image-158 " style="border: 0px;" title="calendar" src="http://www.lc7inc.com/wp-content/uploads/2010/02/calendar-300x215.jpg" alt="" width="300" height="215" /></a><p class="wp-caption-text">Calendar feature</p></div>
<div id="attachment_159" class="wp-caption alignnone" style="width: 310px"><a href="http://www.lc7inc.com/wp-content/uploads/2010/02/gannt.jpg" target="_blank"><img class="size-medium wp-image-159 " style="border: 0px;" title="gannt" src="http://www.lc7inc.com/wp-content/uploads/2010/02/gannt-300x190.jpg" alt="" width="300" height="190" /></a><p class="wp-caption-text">Gannt feature</p></div>
<p>Redmine is a very stable and versatile system that is easy to use and extremely flexible. Try out their demo at <a href="http://demo.redmine.org/">http://demo.redmine.org/</a></p>
<p>This system enables the project manager to see the under-the-hood changes to the project, as they happen. It creates a repository of all communications, and assignment of tasks, as well as establishing a library of notes on the project, which can be saved indefinitely.</p>
<p>Start assigning workload to your team through Redmine, and see how easy it use to use and manage your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lc7inc.com/project-management/software-version-control-and-task-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Email Follow up and Management</title>
		<link>http://www.lc7inc.com/project-management/outlook-email-follow-up-and-management/</link>
		<comments>http://www.lc7inc.com/project-management/outlook-email-follow-up-and-management/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 20:52:40 +0000</pubDate>
		<dc:creator>Louis Camassa</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[email follow up]]></category>
		<category><![CDATA[email process]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[take management]]></category>

		<guid isPermaLink="false">http://www.lc7inc.com/?p=107</guid>
		<description><![CDATA[Trying to track your incoming and outgoing email through Outlook 2007 could easily turn into an Easter egg hunt.  Out of the box, Outlook has some easy-to-use features to handle email flow and processing-if you use them. If you don&#8217;t use them, your read email can get lost in the abyss never to be seen again! Especially [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to track your incoming and outgoing email through Outlook 2007 could easily turn into an Easter egg hunt.  Out of the box, Outlook has some easy-to-use features to handle email flow and processing-if you use them. If you don&#8217;t use them, your read email can get lost in the abyss never to be seen again! Especially if you get dozens and dozens of emails a day. What about those email messages you send out as tasks that  require responses (that may or may not come on time)? I&#8217;ve developed a system to help manage these two different processes; easily and quickly!</p>
<p><strong>Manage Incoming Email</strong></p>
<ol>
<li>Create a “ToDo” email folder under your Inbox
<p style="padding-left: 30px;"><a href="http://www.lc7inc.com/wp-content/uploads/2010/01/todo.jpg"><img class="alignnone size-full wp-image-110" title="todo" src="http://www.lc7inc.com/wp-content/uploads/2010/01/todo.jpg" border="0" alt="" width="187" height="198" /></a></p>
</li>
<li>Go to Tools -&gt; Options -&gt; Other Tab -&gt; Reading Pane (third section down), then deselect the checkboxes “Mark items as…” and “Mark item as read”:<br/><br/><a href="http://www.lc7inc.com/wp-content/uploads/2010/01/markasread.jpg"><img class="alignnone size-full wp-image-111" title="markasread" src="http://www.lc7inc.com/wp-content/uploads/2010/01/markasread.jpg" border="0" alt="" width="250" height="131" /></a></li>
</ol>
<p>This will help to create a better workflow for when you read and reply to email. I noticed that when I read an email, and it becomes “read”, it sometimes gets lost with new incoming email. Now, all my messages in my Inbox are either “read” and have been processed or new, and need to be reviewed.</p>
<p>Check your email sporadically throughout the day. Move email that is not mission critical to the “ToDo” folder and set time aside at the end of the day to reply and/or schedule tasks to follow up. For email that is mission critical, respond right away, which causes the email to become “read” and is processed.</p>
<p>Quick notes:<br />
- For those emails that can be replied to right away (or are mission critical), send a reply. This will mark the email as read.<br />
- For those that are not mission critical, move to the “Todo” folder and check at the end of the day, or when you have some down time.<br />
- For those that require more time, reply to the sender letting them know that you will get back to them. Then create a task and schedule yourself out to complete this task when it is due, or when your schedule allows.</p>
<p>I also have a “Pending” folder for those emails that have no due date, and will be processed when an opportunity presents itself (3-6 months). I review this folder every few weeks and schedule out tasks to complete items as needed.</p>
<p><strong>Manage Outgoing Email</strong><br />
When you send email that requires a response, utilize the Follow Up feature located on each email:</p>
<p><a href="http://www.lc7inc.com/wp-content/uploads/2010/01/follow-up1.jpg"><img class="alignnone size-full wp-image-114" title="follow-up" src="http://www.lc7inc.com/wp-content/uploads/2010/01/follow-up1.jpg" border="0" alt="" width="509" height="229" /></a></p>
<p>Before sending the email, click Follow Up  -&gt; Custom, and set the reminder to when a reply is needed:</p>
<p><a href="http://www.lc7inc.com/wp-content/uploads/2010/01/custom-followup.jpg"><img class="alignnone size-full wp-image-115" title="custom-followup" src="http://www.lc7inc.com/wp-content/uploads/2010/01/custom-followup.jpg" border="0" alt="" width="376" height="245" /></a></p>
<p>Now, when the due date arrives, you will get the Reminder alert (as long as you have Outlook open). Use this to track important emails, task deadlines, and basic communications between clients, staff and friends!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lc7inc.com/project-management/outlook-email-follow-up-and-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Project Outsourcing</title>
		<link>http://www.lc7inc.com/project-management/web-project-outsourcing/</link>
		<comments>http://www.lc7inc.com/project-management/web-project-outsourcing/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:49:13 +0000</pubDate>
		<dc:creator>Louis Camassa</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Project Management]]></category>

		<guid isPermaLink="false">http://www.lc7inc.com/?p=65</guid>
		<description><![CDATA[In a industry where talent is difficult to find (and even harder to keep), a growing ecommerce business needs constant attention and re-invention to remain successful. If you are finding it difficult to hire staff to develop new features, design cool graphics, or update your marketing initiatives, step outside your company and compare the variety [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lc7inc.com/wp-content/uploads/2010/01/globe-europe.jpg"></a>In a industry where talent is difficult to find (and even harder to keep), a growing ecommerce business needs constant attention and re-invention to remain successful. If you are finding it difficult to hire staff to develop new features, design cool graphics, or update your marketing initiatives, step outside your company and compare the variety of outsourced providers available.</p>
<p>Use  my tried and true process below to cherry pick the most expirenced provider at the lowest cost. Learn how to filter out the amateurs so you can negotiate with experienced professionals. From owners to webmasters, this outline will prepare you with the information you need to start outsourcing your next project!</p>
<p>While there are many resources to locate and communicate with providers, I am focusing on a specific website where I have had an extremely positive expirence with. Feel free to apply these methods to other sites that serve the same purpose.</p>
<p><strong>Why Outsource<br />
</strong>The single most powerful benefit of the Internet is the speed of communication. With email, we are able to communicate with people all over the world in seconds. This allows us to work with individuals who charge less, but are able to complete the project to spec, within budget, and on time. I&#8217;ve worked with providers from India, Europe, Asia, and Africa, and found that with clear instructions, you are able to get your projected completed for a fraction of the cost you would pay within the US or a more developed country. Many of the providers also have specializations that give them exceptional prowess in areas you may need help with. The top three benefits being:</p>
<ol>
<li><strong>Cost</strong> &#8211; as stated, you will pay a low hourly or per project fee-usually $2-$10 an hour (depending on the task).</li>
<li><strong>Speed </strong>- within hours, you will have dozens of providers bidding on your project ready to execute-many can start work immediately.</li>
<li><strong>Variety</strong>- with outsourcing, you open up the possibilities of getting multiple bids from providers with different levels of experience and skills; you would have otherwise not found locally.</li>
</ol>
<p>I have found that nearly all projects that I undertake can be preformed by external contractors. The projects that don&#8217;t qualify are those that are very complex, that require more business planning and evaluation, or projects that cannot be easily defined in the written word.</p>
<p><strong>What to Watch Out For<br />
</strong>Outsourcing comes with some of its own inherent problems. Although, we will be able to avoid many of these problems by following the process below, there is always the chance for miscommunication, malicious intents, and bad synergy. Become more familiar with the potential pitfalls, and you can learn to side step many of them.</p>
<ol>
<li><strong>Language</strong> - when working with foreign providers, where English is not their primary language, you will encounter communication barriers. Specifically when you have very complex tasks that require long and tedious work flows/explanations. I have found that investing the extra time to provide screenshots and very direct instructions tends to eliminate 80% of miscommunication.</li>
<p> </p>
<li><strong>Communicating </strong>- typically, most of the communications will occur via email, instant messenger, or VOIP. When working with providers in different time zones, sometimes a dozen hours ahead, it can be difficult to develop and coordinate a team environment. Usually, the providers work during their business hours, while you are off soundly sleeping. This is obviously a major issue if you are launching the project, or have mission critical tasks that need to be performed.</li>
<p> </p>
<li><strong>Completion</strong>- it is extremely important to define when the project is considered complete. With my process, I define the timeline, as well as penalties for if the project timeline is not met.</li>
<p> </p>
<li><strong>Experience </strong>- when posting a project, you will probably receive dozens of bids. It is important to choose the best provider, not necessarily the cheapest. I always require a simple trial project to test their skills. Most serious providers will agree to one.</li>
<p> </p>
<li><strong>Security</strong>- when you begin the project, you will need to supply your software, server access information, proprietary data, etc&#8230;Its important to cover your bases when opening up your systems to outsourced providers-there is always the chance that they will mistakenly overwrite files, delete information, etc&#8230;</li>
</ol>
<p><strong>Get Started &#8211; How It Works<br />
</strong>I primarily use one service, which has served me well for the last 3 years. Having posted dozens of projects, I have never been swindled or take advantage of. In fact, I have had fairly positive experiences with nearly every provider I have worked with. I build relationships with many of the providers and send work their way on a regular basis.</p>
<p>The site I choose to post projects on is called getafreelancer.com (or more recently, freelancer.com)-we call it GAF for short. The way the system works is that you sign up for an account, which is free. You then have access to post a project to their database of providers. A $5 refundable project fee is taken for each project posted. This is to ensure you are serious about hiring a provider, and is partially refunded upon project cancellation or project completion. If you decide to cancel the project, you get your $5 back. If you choose a provider and complete the project, you get charged a small percentage (3% or so) of the project bid amount. To learn more about their fee&#8217;s check out <a href="https://www.getafreelancer.com/faq/view.php">https://www.getafreelancer.com/faq/view.php</a></p>
<p><strong>Define Your Project<br />
</strong>There are a few key points to mention within your post. Many employers write one or two lines of text which is ambiguous and bound for disaster. The more clearly you define what you expect, the greater your chances of success. This template is best used for smaller scope projects that do not require exhaustive explanations. For larger scope projects, more time is needed to prep the project. I will use a recently completed project as an example.</p>
<ol>
<li><strong>Start by explaining what the project is about</strong>. I include a couple of sentences to define the project:<br />
I am looking for unique articles to be written on health care products. I would like to start with twenty articles. Part of the research process will be to find sites with information on the products. My goal is for you to write the articles from research based upon these sites and the reviews customers left on these sites (for each product respectively).</li>
<p> </p>
<li><strong>Breakdown the work to be done</strong> for the project, step by step:<br />
Each product article is to be broken down into these sections:<br />
- Features – what is the draw to this product.<br />
- Materials – what is it made of.<br />
- Options – what sizes, color, etc… does the product come in.<br />
- Add-On’s – what can be used with it, or does it need to function.<br />
- Issues – what are potential issues with this product; taken from reviews on other sites.<br />
- Directions – how does it work, include links to user manuals from manufacturers sites.<br />
- Final Thoughts – overall consensus on the product.<br />
- Prices of products-based upon websites that sell the products.</li>
<p> </p>
<li><strong>List out your requirements</strong> that must be met for the project:<br />
Requirements:<br />
- Must be written in EXCELLENT English.<br />
- Must have correct spelling, punctuation and grammar.<br />
- 100% unique, and must pass Copyscape.<br />
- I will own the full copyright of articles, and you may not reuse articles.<br />
- Articles to be 500 words each.<br />
- I am after QUALITY &#8211; not quantity.<br />
- Keyword to be used in the title and up to 4-5 times in the article.</li>
<p> </p>
<li><strong>Define the timeline of the project</strong>, when it will be completed and the consequences if the project is not completed on time. I have only had one instance where the project timeline was extended, and we were able to agree to a reduction in price due to the missed deadline.<br />
All articles must be completed and posted to GAF PM within 2 weeks of project winner acceptance, as per the timeline below:<br />
First 10 articles – 1 week from acceptance date<br />
Final 10 articles – 2 weeks from acceptance date<br />
If this timeline is not met, than the employer will have the option of cancelling the project and re-posting for another provider to bid on. All deposits will be refunded to employer. Alternatively, employer may negotiate a reduced rate with provider to compensate for the overrun.</li>
<p> </p>
<li><strong>Finally, add in requirements for the bid</strong>, and explicit instructions in the bidding process. I have found that you will weed out 90% of providers this way-many of which didnt bother to read your project description:<br />
In your opening bid, simply say &#8220;I am interested&#8221;. Then make a PM with the following details. I will delete all bids who do not meet this requirement.<br />
1. How much money to complete the project.<br />
2. A 150 word sample article for the product “Skin Care Lotion XYZ” meeting the writing requirements above.</li>
</ol>
<p><strong>Communicate with Providers<br />
</strong>Out of all the bids you receive, only a handful will be legitimate. Carefully review their bids and choose a few that look promising. I create a PM (private message) to each one asking them a few pointed questions on the project; how they accept payment, if they will accept full payment when project is complete, reconfirm the deadline of the project, and finally, if they do not meet the deadline, do they agree to cancel the project so I can choose another provider.</p>
<p>I have found that those providers who stick with you to the end, and follow through with professional and detailed answers, will nearly always complete the project on time, to spec, and within budget! To get started, pick a small project that is less than $100 and work through these steps to find a provider.  </p>
<p style="padding-left: 60px;"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lc7inc.com/project-management/web-project-outsourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
