<?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>WorkForce on Demand</title>
	<atom:link href="http://workforceod.com/feed" rel="self" type="application/rss+xml" />
	<link>http://workforceod.com</link>
	<description>Professional Los Angeles Website Developers and Website Managers</description>
	<lastBuildDate>Sat, 01 Oct 2011 19:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dreamhost cron job settings for OS Ticket</title>
		<link>http://workforceod.com/blog/396/dreamhost-cron-job-settings-for-os-ticket</link>
		<comments>http://workforceod.com/blog/396/dreamhost-cron-job-settings-for-os-ticket#comments</comments>
		<pubDate>Sat, 05 Mar 2011 06:56:29 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[OS ticket]]></category>
		<category><![CDATA[osticket]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=396</guid>
		<description><![CDATA[Hey guys, Below are the correct settings to enable cron jobs with an OS Ticket installation on Dreamhost. Steps to configuring OSTicket Cron jobs on Dreamhost 1. Make sure you have shell user access. To get shell user access, log in to your Dreamhost web panel and click &#8220;Users&#8221;=&#62;&#8221;Manage Users&#8221;. You should see the screen [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Below are the correct settings to enable cron jobs with an OS Ticket installation on Dreamhost.</p>
<h2>Steps to configuring OSTicket Cron jobs on Dreamhost</h2>
<h3>1. Make sure you have shell user access.</h3>
<p>To get shell user access, log in to your Dreamhost web panel and click &#8220;Users&#8221;=&gt;&#8221;Manage Users&#8221;. You should see the screen below. <a href="http://workforceod.com/wp-content/uploads/2011/02/shell-access.jpg"><img class="aligncenter size-medium wp-image-397" title="shell-access" src="http://workforceod.com/wp-content/uploads/2011/02/shell-access-300x149.jpg" alt="" width="300" height="149" /></a></p>
<h3>2. Give your user Shell Access</h3>
<p>Click on &#8220;edit&#8221; under the user you want to give Shell access to. Make sure you click the &#8220;shell&#8221; radio button as seen below, then hit save. <a href="http://workforceod.com/wp-content/uploads/2011/02/edit-user.jpg"><img class="aligncenter size-medium wp-image-398" title="edit-user" src="http://workforceod.com/wp-content/uploads/2011/02/edit-user-300x212.jpg" alt="" width="300" height="212" /></a></p>
<h3>3. Add new cron job</h3>
<p>Once changes are saved, navigate to &#8220;Goodies&#8221;=&gt;Cron Jobs=&gt;Add New Cron Job</p>
<ol>
<li>In the <strong>User:</strong> field, select the name that you just gave shell access to</li>
<li>In the <strong>Title:</strong> field, give your cron job and name (you can make this up)</li>
<li>In the <strong>Email output to:</strong> field, enter a valid email address to receive notifications of successful or failed executions of your script. *This is not required* however, it is very useful in troubleshooting the setting up of your first cron job. You can remove this email address at a later time if you do not wish to receive emails.</li>
<li>In the <strong>Status: </strong>field, select &#8220;enabled&#8221;</li>
<li><strong>Command to run:</strong> field. This is where the majority of Dreamhost users have problems. <a href="http://osticket.com/wiki/POP3/IMAP_Settings" target="_blank">According the OS Ticket</a>, the proper format of the entry should be this. (ignore the quotations)<br />
<code>*/5 * * * * nobody /path/to/php /path/to/api/cron.php<br />
</code><br />
However, dreamhost has you set this up differently.&nbsp;</p>
<ol>
<li>The first */5*** are time settings, which you should ignore. Dreamhost lets you configure the time settings below.</li>
<li>Next you need to figure out your &#8220;<code>/path/to/php/</code>&#8220;. For Dreamhost, this is &#8220;<strong><code>/usr/local/php5/bin/php</code></strong>&#8221;   Enter that <span style="text-decoration: underline;">EXACTLY</span> as it reads between the quotation marks.</li>
<li>Next, add a space and enter your <code>"/path/to/api/cron.php". </code>For me, this is &#8220;yourwebsiteURL.com/support/api/cron.php&#8221; because I installed OSTicket into a sub directory of my website called &#8220;support&#8221;</li>
<li>Combe Steps 2 &amp; 3 so your <strong>Command to run:</strong> looks exactly like below (enter your own domain and exact path to cron.php)<br />
<blockquote><p><code> /usr/local/php5/bin/php yourwebsiteurl.com/support/api/cron.php"</code><strong> </strong></p></blockquote>
</li>
</ol>
</li>
<h3>4. Tell Dreamhost when to run your cron job</h3>
<p>Under <strong>When to run: </strong>configure your time using the web   page. I configured my cron job to run every 10 minutes. When all your   settings are entered, hit &#8220;save&#8221; or &#8220;edit&#8221; to make your changes go into   affect. You must wait 10 minutes (or whatever you set your time   interval) to verify whether you cron job worked or not. After it is executed, it will send you an email verifying success or failure.</p>
<p><strong><span style="text-decoration: underline;">Below is a screenshot of the final settings</span></strong></p>
<p><strong><span style="text-decoration: underline;"><a href="http://workforceod.com/wp-content/uploads/2011/02/cron-settings.jpg"><img class="aligncenter size-medium wp-image-399" title="cron-settings" src="http://workforceod.com/wp-content/uploads/2011/02/cron-settings-300x137.jpg" alt="OS Ticket Cron job settings for dreamhost" width="300" height="137" /></a></span></strong></ol>
<p><strong>THATS ALL</strong></p>
<p>Now test your cron. Wait for it to run on the scheduled time. Mine is set to run every 10 minutes, so it runs at 12:00, 12:10, 12:20, and so on&#8230; Starting on the first run, you should get email messages for any successes or fails. If you do not see the email message, check your Spam box. Some email accounts like to Spam emails from dreamhost. If everything is going well, and you do not wish to receive emails upon every success, then read the note below.</p>
<p><strong>Note: </strong>after<code> "cron.php",</code> I have added <code>"&gt;/dev/null"</code> which instructs Dreamhost to <em>only email me IF the cron job fails.</em><strong><span style="text-decoration: underline;"> </span></strong> I hope this post saved you time and headache. If you have any questions or I can be more clear, leave a comment or email me at mmcverry@workforceod.com</p>
<ol>-M</ol>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/396/dreamhost-cron-job-settings-for-os-ticket/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote IT &amp; Computer Support</title>
		<link>http://workforceod.com/blog/392/remote-it-computer-support</link>
		<comments>http://workforceod.com/blog/392/remote-it-computer-support#comments</comments>
		<pubDate>Mon, 28 Feb 2011 00:47:22 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[computer help]]></category>
		<category><![CDATA[fix computer]]></category>
		<category><![CDATA[IT support]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=392</guid>
		<description><![CDATA[Starting March 1st, 2011,  Workforce on Demand will provide PC / Mac IT and computer support over the internet to all our clients. This is a supplement to our on-site support, giving you faster service, less downtime, and saving you money! We&#8217;ve made investments that allow us to troubleshoot, repair, and upgrade our client&#8217;s email [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Starting March 1st, 2011,  Workforce on Demand will provide PC / Mac IT and computer support over the internet to all our clients. </strong>This is a supplement to our on-site support, giving you faster service, less downtime, and saving you money!</p>
<p>We&#8217;ve made investments that allow us to troubleshoot, repair, and upgrade our client&#8217;s email systems, network systems, devices &amp; printers, Windows Computers and servers, from anywhere in the world.</p>
<h3><span style="color: #003366;"><strong>What this means to you!</strong></span></h3>
<ul>
<li><strong>Faster service! </strong>Got a critical system that isn&#8217;t functioning? We&#8217;ll be able to diagnose and fix the issue over the internet.</li>
<li><strong>An &#8220;on call&#8221; support team!</strong> We can look into your problem the moment is arises. Just pick up the phone and dial 1-888-711-WORK or send an email to <a href="mailto:info@workforceod.com">info@workforceod.com</a></li>
<li><strong>Lower costs! </strong>We charge you less for support over the web because of the lower costs involved</li>
<li><strong>Less headaches / frustration / downtime! </strong>We start working on your issue the moment you contact us resulting in higher productivity for you!</li>
</ul>
<div class='et-box et-shadow'>
					<div class='et-box-content'>
<h3><strong>3 ways to get support FAST</strong></h3>
<ol>
<li>Call us at <strong>1-888-711-WORK, x44</strong></li>
<li>Open a support ticket at <a title="Client Support" href="http://www.workforceod.com/support">www.workforceod.com/support</a></li>
<li>Email us at <a href="mailto:info@workforceod.com">info@workforceod.com</a></li>
</ol>
</div></div>
<h3>What kinds of things can I get remote support and assistance with?</h3>
<ul>
<li>Email problems (Gmail, Outlook, Private email systems)
<p><div id="attachment_394" class="wp-caption alignright" style="width: 248px"><a href="http://workforceod.com/wp-content/uploads/2011/02/broken-comp.jpg"><img class="size-medium wp-image-394" title="broken-comp" src="http://workforceod.com/wp-content/uploads/2011/02/broken-comp-300x234.jpg" alt="" width="238" height="185" /></a><p class="wp-caption-text">Call us for those really tough fixes</p></div></li>
<li>Back up problems (remote backup, cloud backup, etc)</li>
<li>Software Installation and upgrades</li>
<li>Device Installation and upgrades</li>
<li>Anti-virus installation, upgrades, troubleshooting</li>
<li>Firewall problems, network problems, etc</li>
<li>Operating System updates and troubleshooting</li>
<li>Website updates, support, and design</li>
</ul>
<h3>I&#8217;m not an existing client. Can you help me?</h3>
<p>Yes we can! We hate seeing anyone bogged down by problems with their computer and internet. If you are interested in getting support for your home office or business, give us a call at <strong>1-888-711-WORK x44</strong>, send an email to <a href="mailto:info@workforceod.com">info@workforceod.com</a>, or <a title="Get a free consultation" href="http://workforceod.com/about-us-2/get-a-free-consultation">click here</a>.</p>
<h3>The last word</h3>
<p>Our remote IT support is safe, secure, and fast. Although most issues can be fixed without an on-site visit, not everything is possible. If an on-site visit is required, we will always inform you ahead of time and allow you to choose your best solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/392/remote-it-computer-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to do SEO for Prostores &amp; E-commerce sites</title>
		<link>http://workforceod.com/blog/367/how-to-do-seo-for-prostores-e-commerce-sites</link>
		<comments>http://workforceod.com/blog/367/how-to-do-seo-for-prostores-e-commerce-sites#comments</comments>
		<pubDate>Mon, 24 Jan 2011 19:55:16 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[ProStores]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=367</guid>
		<description><![CDATA[ProStores and other e-commerce platforms have some built in SEO features that must be enabled to be effective, as well as some design elements that should be built during the design of the store that allow your site to be easy to navigate for visitors, and easy to index for search engines. By designing your [...]]]></description>
			<content:encoded><![CDATA[<p>ProStores and other e-commerce platforms have some built in SEO features that must be enabled to be effective, as well as some design elements that should be built during the design of the store that allow your site to be easy to navigate for visitors, and easy to index for search engines. By designing your site with the customer in mind, you can improve the search engine ranking of your store.</p>
<h1>Using ProStore&#8217;s built in Search Engine tools</h1>
<h2>Basic Comparison Shopping (No account required)</h2>
<p>ProStores provides tools to allow you to upload your products to free comparison-shopping sites Google Base, NexTag, &amp; The Find without registration. These are free and do not require an account so make sure they are enabled, and the products are frequently being uploaded to the sites as signified by the “Last Upload” date. Click on each link to Google Base, NexTag, &amp; TheFind to go to their respective settings and enable them.</p>
<h2>Advanced Comparison Shopping (Account required)</h2>
<p>Below the basic comparison shopping options, there are advanced options which require an account, and sometimes a fee. They are Google Base (advanced), Shopping.com and Shopzilla.com. The only option that is free is Google Base advanced, the rest require a paying account.</p>
<p>To set up a Google Base account (Now Google Merchant Center), follow the instructions in the video below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/Lm8N0vjrN1c&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="360" src="http://www.youtube.com/v/Lm8N0vjrN1c&amp;rel=0&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2>Upload your site map to Google and Yahoo</h2>
<p>Next, it’s very important that Google and Yahoo are seeing your site maps.  See below for a video on how to set up your site maps with Google and Yahoo.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_UXyve9xd6I?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/_UXyve9xd6I?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h1>Build your ProStores site to be Search Engine Friendly</h1>
<h2>Adding breadcrumbs for navigation</h2>
<p>Adding breadcrumbs to your site will make the site much easier for search engines to navigate. When crawling a website, the search engine clicks on a category, then subcategory, and so on, until it gets to your final product. Using breadcrumbs on your site allows users and search engines to navigate backwards from smaller subcategory to major category, and across different subcategories. This allows for better indexing as more pages can be reached from more areas of your site.</p>
<h2>Adding Product Listing Navigation</h2>
<p>We&#8217;ve seen a large increase in search engine results when we added navigation to our product listing templates. I am guessing this is because it adds more words related to the products being searched for to the website. It also adds more relevant search terms to the pages, which search engines see. After using ProStore’s built in tools, the Breadcrumbs and Product Listing Navigation have helped out search engine rankings significantly.</p>
<h2>Featured Categories with Sub-Categories listed on Home Page</h2>
<p>ProStores gives you the ability to list featured categories on the home page. This is nice however it doesn’t give customers and search engines much information on what’s listed below the featured categories.</p>
<p>By listing the subcategories of the featured categories on the home page, it gives your home page more text for search engines to index, and shows your visitors a greater array of products your store carries with easy links to the most relevant information.</p>
<h2>Make it easy for customers to find what they are looking for</h2>
<p>Make it as easy as possible for customers to find exactly what they are looking for. Forcing customers to click through 3 levels of pages to find the product they need is extra work IF you can design your site so they can find what they need in 2 clicks.</p>
<p>Customers like it when they find what they need fast, and search engines love it when they can find what your store carries fast. It’s a search engines&#8217; job to get the most relevant information possible to a search engine user as quickly and efficiently as possible. If the information or product is going to be hard for a user to find, it’s going to be ranked lower on a search engine.</p>
<p>Remember, anything that will help website visitors navigate your site and see more products (and text) will help your search engine rank.  The better your site is designed and the easier your navigation, the more your site will be appealing to search engines and visitors alike.</p>
<h2>Speak your customers language when designing product pages</h2>
<p>We ran into a problem when we first designed our site. We spoke the technical language for our products, but not the customer language. When writing page titles, make them 70 characters or less, and written in a way that customers would search for. Compare the 2 examples below. (actual examples, old vs new)</p>
<p style="text-align: center;"><em>Wash up blade 40-1/2 ‘ x 2-1/4” x 14 holes, metal &amp; rubber for Heidelberg sm 74</em></p>
<p style="text-align: center;"><em> </em></p>
<p style="text-align: center;"><strong>Versus</strong></p>
<p style="text-align: center;"><em>Heidelberg wash up blade for SpeedMaster 74</em></p>
<p><em> </em></p>
<p>Leave the detailed descriptions of the product for the product detail area, and let the product title draw the customer in to find out more about the product.</p>
<p>Post your questions or comments below and I will respond to them quickly.<br />
Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/367/how-to-do-seo-for-prostores-e-commerce-sites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advice from Google on getting links to your site</title>
		<link>http://workforceod.com/blog/362/advice-on-getting-more-links-to-your-site-straight-from-googles-mouth</link>
		<comments>http://workforceod.com/blog/362/advice-on-getting-more-links-to-your-site-straight-from-googles-mouth#comments</comments>
		<pubDate>Thu, 20 Jan 2011 06:13:52 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[link building]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=362</guid>
		<description><![CDATA[Getting links to your website raises your search engine ranking, ideally getting you more visitors (which you can translate into more sales, leads, etc.). The questions is, how do you get links? In our experience, getting links is like getting votes in high school to be the homecoming king. You can get links (votes) through [...]]]></description>
			<content:encoded><![CDATA[<p>Getting links to your website raises your search engine ranking, ideally getting you more visitors (which you can translate into more sales, leads, etc.). The questions is, how do you get links?</p>
<p>In our experience, getting links is like getting votes in high school to be the homecoming king. You can get links (votes) through a variety of methods- being popular, funny, weird, different, original, or just going out and asking for them. You can even pay for them, although that is generally frowned upon by Google, and the homecoming court committee.</p>
<p>In the video below from Google Webmaster Help, they answer the user submitted question of how to get more organic links.</p>
<blockquote><p>Organic Link Building according to me, is one of the most difficult tasks for SEOs (search engine optimization professionals). Can you please list 5 effective ways of organic link building other than building great content</p></blockquote>
<p>The author immediately passes this as a false dichotomy, since building great content IS one of the most effective way of organic link building.</p>
<p>Moving on, the author goes on to list  effective ways to achieve organic (non paid) link building. I have summarized them below.</p>
<ol>
<li><strong>Controversy</strong> &#8211; This is the worst way according to Google. &#8220;There&#8217;s a few people who&#8217;ve made a profession of hating everybody, but they aren&#8217;t very much fun to hang out with&#8221;</li>
<li><strong>Participate in the community </strong>- showing up, participate, and answer questions. If you can add value by answering questions to common problems people have in a subject you&#8217;re well versed in, people will find you and your site knowledgeable, remember you and possibly link to you. You know that guy who knows all about computers that you refer all your friend&#8217;s tech &amp; computer questions to? Well it&#8217;s like that (and that guys is me).</li>
<li><strong>Original Research &#8211; </strong>The author lists examples of Danny Sullivan, a man who compared how well different webmail services were able to de-spam his inbox. All he did was sign up for several free email accounts and compare them over a month on how well each service was able to prevent spam from reaching his inbox. This was original research on his part that was free and only took a little bit of time, but was very popular on the internet.</li>
<li><strong>Get a blog </strong>and establish yourself as an authority. <em>&#8220;There is no excuse for a company these days to NOT have a blog&#8221;</em>. More likely, you&#8217;ll use your blog to establish yourself, your brand, or what you&#8217;re about.</li>
<li><strong>Run a service that people find useful (or create a product) and give it away for free to the community</strong>. You can do the work once, and make lots of people happy through giving them something useful to them for free.</li>
<li><strong>Site Architecture &#8211; </strong>This is a basic one, but make sure your site is easy to crawl for search engines, and easy to use for visitors.</li>
<li><strong>Make Videos- </strong>Making videos can give people a lot of value, and all you have to do it talk- something we naturally do everyday! The idea is you make the video once, and when it&#8217;s posted it stays on our site and helps out people searching for that topic who come across your video for months, or years to come.</li>
</ol>
<p>But don&#8217;t take my word for it. Watch the original 8 minute video below, straight from Google! They&#8217;ve GOT to be the authority right?<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MkLFlaWxgJA?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/MkLFlaWxgJA?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="attachment_365" class="wp-caption aligncenter" style="width: 160px"><a href="http://workforceod.com/wp-content/uploads/2011/01/MIKE-GOOGLE.jpg"><img class="size-thumbnail wp-image-365" title="MIKE-GOOGLE" src="http://workforceod.com/wp-content/uploads/2011/01/MIKE-GOOGLE-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">&quot;Be Original&quot; says Michael</p></div>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/362/advice-on-getting-more-links-to-your-site-straight-from-googles-mouth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How you communicate on your most important projects</title>
		<link>http://workforceod.com/blog/343/how-you-communicate-on-your-most-important-projects</link>
		<comments>http://workforceod.com/blog/343/how-you-communicate-on-your-most-important-projects#comments</comments>
		<pubDate>Wed, 24 Nov 2010 18:16:56 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[client relationships]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[project success]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=343</guid>
		<description><![CDATA[Last night I was talking to the owner of Illuminated Concepts, Inc. about web design, SEO, and of course, trying to stir up some business for WorkForce on Demand. Among other things he asked &#8220;What makes you guys different?&#8221; I love hearing this question because we have such a simple and obvious response. We show [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.thedoghousediaries.com/?p=2399"><img class="size-full wp-image-344 alignleft" title="Screen shot 2010-11-24 at 9.23.31 AM" src="http://workforceod.com/wp-content/uploads/2010/11/Screen-shot-2010-11-24-at-9.23.31-AM.png" alt="The doghouse diaries" width="628" height="214" /></a>Last night I was talking to the owner of <a href="oclights.com" target="_blank">Illuminated Concepts, Inc.</a> about web design, SEO, and of course, trying to stir up some business for WorkForce on Demand. Among other things he asked &#8220;What makes you guys different?&#8221;</p>
<p style="text-align: left;">I love hearing this question because we have such a simple and obvious response. <strong>We show up. </strong>That&#8217;s it. We don&#8217;t give any long winded responses about design theory, SEO tactics, or overall business strategy. What sets us apart is our customer service. We put a face to the anonymous nature of the internet. We work with you in person at your location, to make sure there is nothing lost in translation. In fact, in a business climate where customer calls are seen as an expense, and everything is done by email, we <em>prefer </em>to work with you in person. It&#8217;s simply easier to communicate, resulting in less time &amp; work wasted due to misunderstandings, and allows us to establish a better relationship with our clients.</p>
<p style="text-align: left;">The University of Northern Iowa states:</p>
<blockquote>
<p style="text-align: left;"><small>As much as 90% of your communication is done without words.  Gestures, facial expressions, and posture provide information about a person&#8217;s emotions and relationships with others. </small></p>
</blockquote>
<p style="text-align: right;"><a href="http://www.cba.uni.edu/buscomm/nonverbal/index.html" target="_blank"><small>http://www.cba.uni.edu/buscomm/nonverbal/index.html</small></a></p>
<p>In the subjective world of web design,  its hard to understand if a client<em> really likes, </em>or just likes, your ideas for a layout, page design, or marketing plan. We feel that showing up and working with our clients in person is the most effective and efficient way to meet our client&#8217;s needs.</p>
<p>Here&#8217;s one more quote to conclude this post.</p>
<blockquote><p>90% of success is showing up</p></blockquote>
<p style="text-align: center;">-Woody Allen</p>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/343/how-you-communicate-on-your-most-important-projects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your website grade?</title>
		<link>http://workforceod.com/blog/329/whats-your-website-grade</link>
		<comments>http://workforceod.com/blog/329/whats-your-website-grade#comments</comments>
		<pubDate>Fri, 12 Nov 2010 22:13:25 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=329</guid>
		<description><![CDATA[One of the biggest difficulties in managing a website is measuring your effectiveness. Sure it may be pleasing to the eye with smooth flowing graphics, however looks don&#8217;t matter if your audience is blind. The first thing we recommend when building a new website is designing it in a fashion to pull organic search results [...]]]></description>
			<content:encoded><![CDATA[<p>One of the biggest difficulties in managing a website is measuring your effectiveness. Sure it may be pleasing to the eye with smooth flowing graphics, however looks don&#8217;t matter if your audience is blind.</p>
<p>The first thing we recommend when building a new website is designing it in a fashion to pull organic search results from search engines such as Google and Yahoo. Many templates based content management systems are already highly optimized. Other options such as ecommerce sites may not be so easy.</p>
<p>Once you&#8217;ve created the site, how do you know what you need to do to improve search engine results? For that, we rely on a tool called <a href="http://www.grader.com">Website Grader.</a> Website grader analyzes about 10 different aspects of your website and presents a grade for your site on a scale of 0-100. However it is the breakdown of that grade that provides the most important information. They measure things such as domain age, number of indexed pages, use of alt tags, etc. The ability to read your grade and make changes to your site that allow it to be given a higher rank is the most crucial step to improving your overall website.</p>
<p>Don&#8217;t be discouraged with a low grade, many sites (including ones we&#8217;ve built) often start out in the bottom 10%. With time, content, and work, these scores can be drastically improved. The below grade is for a site we operate on behalf of a client, National Offset Warehouse. Since it&#8217;s inception in May 2010, the grade has gone from a 12% up to it&#8217;s current grade. Every week that passes is a chance to continuously fine tune the site to increase its grade. Each increase in grade is increasing probability that the site will show up in search engines and attract customers.</p>
<p><a href="http://websitegrader.com/site/www.nationaloffsetwarehouse.com"><br />
<img src="http://badge.websitegrader.com/site/www.nationaloffsetwarehouse.com" alt="The Website Grade for www.nationaloffsetwarehouse.com!" /><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/blog/329/whats-your-website-grade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud computing goes to Mars</title>
		<link>http://workforceod.com/workforce-on-demand-news/312/cloud-computing-goes-to-mars</link>
		<comments>http://workforceod.com/workforce-on-demand-news/312/cloud-computing-goes-to-mars#comments</comments>
		<pubDate>Wed, 03 Nov 2010 21:06:56 +0000</pubDate>
		<dc:creator>mmcverry</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WorkForce on Demand News]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[small business technology]]></category>

		<guid isPermaLink="false">http://workforceod.com/?p=312</guid>
		<description><![CDATA[Workforce on Demand helped bring cloud computing to NASA's Mars Science Laboratory, and they can help bring it the same technology to your small business. ]]></description>
			<content:encoded><![CDATA[<p>I woke up this morning to find this message on Facebook from a former coworker of mine.</p>
<p style="text-align: center;"><a href="http://www.spaceref.com/news/viewpr.html?pid=31983"><img class="aligncenter size-full wp-image-313" title="Screen shot 2010-11-03 at 1.32.57 PM" src="http://workforceod.com/wp-content/uploads/2010/11/Screen-shot-2010-11-03-at-1.32.57-PM.png" alt="Cloud computing brought to NASA, with the help of Workforce on Demand personnel" width="419" height="128" /></a></p>
<p>It&#8217;s true, during my tenure at the <a href="http://www.jpl.nasa.gov" target="_blank">Jet Propulsion Laboratory</a> (JPL), I worked hard for over a year to bring cloud computing to a technology group there. It just so happens, that technology group writes software and analyzes data for the Mars Rovers. Although I didn&#8217;t work in the software group, I was the main person to negotiate terms and conditions with the cloud service provider (Amazon.com) and the first person to open up cloud computing to the laboratory. The challenges involved were not IT related, but legal and compliance related. With the help of our legal counsel and some prodding by higher ups, we were able to assemble the right group of IT personnel, legal personnel and contract specialists to make this idea a reality. My role boiled down to putting the right people in place and get them working together, however it was the people using the product that unleashed the possibilities.</p>
<p>Fast forward 12 months. Recently I configured cloud computing for one of our small business clients, <a href="http://LRSperforms.com" target="_blank">Labor Resource Solutions</a>, in Anaheim California. In this instance, there were no compliance or legal obstacles to overcome, however every business has it&#8217;s challenges. Workforce on Demand was able to help Labor Resource Solutions implement <a href="egnyte.com" target="_blank">Egnyte</a> for there business, which provides a cloud server with file sharing, a cloud back up solution for office computers. With every software solution, there are multiple ways to use software and the challenges were in determining the best use. Ultimately, we were able to eliminate their office server entirely, while providing more secure incremental backups for each system to the cloud, which saved time over full system backup sets. Security was increased as information no longer depended on outdated hardware at the office. Accessibility improved as folder permissions were given to specific area of the file server, allowing customers to see only relevant information from their site. After the initial configurations on our end, I am amazed to see the various uses of this cloud solution by the customer, and the time and cost savings. The end result was fast backups, higher data security, file sharing and permission, and elimination of a server (and all the maintenance and power costs associated). This was all after 8 days. We provided the path and the customer realized the possibilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://workforceod.com/workforce-on-demand-news/312/cloud-computing-goes-to-mars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

