<?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>Freelancing and Outsourcing Tips, Commentary, Analysis, and News from oDesk</title>
	<atom:link href="http://www.odesk.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.odesk.com/blog</link>
	<description>oDesk - The Future of Work</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:20:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cheat Sheet: Beyond Advanced Excel</title>
		<link>http://www.odesk.com/blog/2009/11/cheat-sheet-beyond-advanced-excel/</link>
		<comments>http://www.odesk.com/blog/2009/11/cheat-sheet-beyond-advanced-excel/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:31:10 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Advanced Excel]]></category>
		<category><![CDATA[business executives]]></category>
		<category><![CDATA[data analysis]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel cheat sheet]]></category>
		<category><![CDATA[excel consultants]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel professionals]]></category>
		<category><![CDATA[if statement]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[pivot table]]></category>
		<category><![CDATA[Tufte]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9043</guid>
		<description><![CDATA[OK, so you’re really good with Microsoft Excel.  You can write bi-conditional nested if statements and vlookups that make peoples head spin.  You’re the only person in your tri-county area that can make a dynamic pivot chart with multiple vertical axes that retains its formatting.  Maybe you’ve even created user-defined functions that have replaced your entire secretarial staff, or written VBA subroutines that made your co-workers shed tears of joy.  Well, this tutorial is for you; the lonesome few that have mastered the tools and are solving complex problems at work, but are looking for a way to tie it all together in a way that takes your career to the next level.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcheat-sheet-beyond-advanced-excel%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcheat-sheet-beyond-advanced-excel%2F" height="61" width="51" /></a></div><p><em>OK, so you’re really good with Microsoft Excel.  You can write bi-conditional nested if statements and vlookups that make peoples head spin.  You’re the only person in your tri-county area that can make a dynamic pivot chart with multiple vertical axes that retains its formatting.  Maybe you’ve even created user-defined functions that have replaced your entire secretarial staff, or written VBA subroutines that made your co-workers shed tears of joy.  Well, this post is for you; the lonesome few that have mastered the tools and are solving complex problems at work, but are looking for a way to tie it all together in a way that takes your career to the next level.</em></p>
<p>I see two distinct paths you can take as an Excel Guru:  The first is you quit your job, become an <a href="http://www.odesk.com/users/?q=VBA&amp;hrs=100&amp;min=30&amp;pt=0">independent contractor</a> spending 8 hours a day solving complex issues with various implementations of Excel and Business Automation.  <a href="http://www.odesk.com/trends/Excel">Excel consultants</a> such as these are in demand and making enormous hourly rates. The other path is for those who love the challenge of climbing the corporate ladder, taking on more and more responsibility, and eventually leading other Excel gurus .  Both of these routes have one major thing in common: you have to be able to connect your technological savvy with the business needs of your client or boss.</p>
<p>So how exactly do you translate those skills into value-added business skills?  Here’s an example to get you started:</p>
<p><strong><span style="text-decoration: underline;">&#8220;The Holy Trinity&#8221; -  Raw Data Tab / Static Formula Columns / Pivot</span></strong></p>
<p>Here&#8217;s a framework in three steps that works when you are given a weekly raw data feed and asked to make a report.</p>
<p><strong><span style="text-decoration: underline;">1) The Raw Data</span></strong></p>
<p style="padding-left: 30px;">First make a &#8220;Raw Data&#8221; tab on your Workbook and paste that data in exactly as it is in the weekly report.  Don&#8217;t delete unneeded columns, or filter out erroneous records, we&#8217;ll let Excel do that for us later on.  Any steps you take to pre-process the data now are steps that you&#8217;ll have to take each week, which means more work and more potential for making &#8220;human&#8221; mistakes.  &#8220;Paste in the new data, hit refresh, and you&#8217;re done&#8221; should be your new mantra as you design the report.</p>
<p><strong><span style="text-decoration: underline;">2) Static Formula Columns</span></strong></p>
<p style="padding-left: 30px;">Next you&#8217;ll want to make static formula columns on the raw data tab.</p>
<p style="padding-left: 30px;">You have data like this:<img class="aligncenter size-full wp-image-9049" title="1" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/11.gif" alt="1" width="233" height="162" /></p>
<p style="padding-left: 30px;">The first thing you want to do is add calculated fields for values that you&#8217;ll need to pivot on later.  The trick here is that the Raw Data coming in each week must always have the same number of columns, say A through H, so that you can add your formulas to I, J, K, etc and know that when you paste your new data in next week they won&#8217;t be written over.  The most common formulas here are breaking the &#8220;Date&#8221; field into &#8220;Month&#8221;, &#8220;Data&#8221;, and &#8220;Year&#8221; (as outlined below) but the possibilities are endless.</p>
<p style="padding-left: 30px;">Once you&#8217;ve added the new columns, enter the formulas</p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-9045" title="2" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/2.gif" alt="2" width="427" height="163" /></p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-9046" title="3" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/3.gif" alt="3" width="429" height="161" /></p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-9047" title="4" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/4.gif" alt="4" width="428" height="158" /></p>
<p style="padding-left: 30px;">Once you&#8217;ve entered all of your formulas, &#8220;fill&#8221; them down to the bottom of the data.  To more easily identify these calculated fields columns later on, I always make them a different color.<br />
<img class="aligncenter size-full wp-image-9048" title="5" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/5.gif" alt="5" width="424" height="157" />
</p>
<p style="padding-left: 30px;">Some other examples of useful columns here are:</p>
<ul style="padding-left: 30px;">
<li>City or State using a vlookup with some unique identifier on another sheet</li>
<li>Actually constructing your unique identifier key by concatenating several other values together, e.g. =A1&amp;A2&amp;A3 (this one can be really useful in certain situations)</li>
</ul>
<p style="padding-left: 30px;">Remember that if you&#8217;re dealing with a dataset that has a varying number of rows each week, you&#8217;ll have to make sure to drag the formulas down to the end of the new data once you paste it in over the previous weeks data.  That&#8217;s a heck of a lot less painful that re-creating the report from scratch each week.  If you wanted to really get fancy you could even do a:</p>
<blockquote style="padding-left: 30px;"><p>=if(iserror(your_formula_here)=true,&#8221;",your_formula_here)</p></blockquote>
<p style="padding-left: 30px;">Which would make the formulas blank on rows that didn&#8217;t contain data.  Then you could pull the formulas down &#8220;to infinity&#8221; and never have to worry about it again.  Just watch out for bloated file sizes.</p>
<p><strong><span style="text-decoration: underline;">3. Putting it All Together</span></strong><br />
Here&#8217;s is the fun part: Now we&#8217;re going to take the data, along with its static formula fields, and translate it into something readable and useful by businesspeople. Data-wise, focus on using pivot tables or pivot charts when possible to automate the report.  Also, ask the client if they are interested in a dynamic report (where the user can interact with the data via pulldown menus, etc.) and design accordingly. </p>
<ul>
<li>W.I.F.M.
<ul>
<li>The one question on a person&#8217;s mind when they look at your report is going to be <strong>&#8220;What&#8217;s in it for me?&#8221;</strong> Think about the needs of the person looking at your report, and cater your deign to those needs.  Try to keep out extranous or non-essential information and get right to the point.</li>
</ul>
</li>
<li>K.I.S.S.
<ul>
<li><strong>&#8220;Keep it simple, stupid!&#8221;</strong> You&#8217;ll want to keep the design of your report elegant and simple, yet rich with useful information.  Here are some experts&#8217; take on report design to help you discover the process yourself:
<ul>
<li>Check out <a href="http://www.edwardtufte.com/tufte/">Edward Tufte</a>, who is the quintessential master on the topic of data visualization.</li>
<li>Check Out <a href="http://peltiertech.com/Excel/Charts/index.html">John Peltier&#8217;s Site</a> for great tutorials on how to build elegant charts and other visualizations in Excel</li>
<li>Get some great design ideas from <a href="http://flowingdata.com/">FlowingData.com</a></li>
<li>The <a href="http://infosthetics.com/archives/blog/">Infosthetics Blog</a></li>
<li>Some great ideas for the advanced user can be found on <a href="http://www.smashingmagazine.com/2007/08/02/data-visualization-modern-approaches/">this blog post</a>, over at Smashing Magazine</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Here are some other Excel topics we&#8217;re considering writing on next&#8230; cast your vote in the comments below for which one you like best, or suggest your own idea:</p>
<ul>
<li>Upgrading to Excel 2007: Navigating the Minefield</li>
<li>Statistical Analysis for Excel: The Missing Guide</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/cheat-sheet-beyond-advanced-excel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Making hiring easier, part one: &#8220;Confirm Hire&#8221;</title>
		<link>http://www.odesk.com/blog/2009/11/making-hiring-easier-part-one-%e2%80%93-confirm-hire/</link>
		<comments>http://www.odesk.com/blog/2009/11/making-hiring-easier-part-one-%e2%80%93-confirm-hire/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:45:55 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9333</guid>
		<description><![CDATA[Over the next month or two, we will be releasing a number of enhancements to make hiring on oDesk easier than ever. Tonight was the first release, a redesign of the hire confirmation page.

The page is now crisper and cleaner, highlighting the most important parameters for buyers. It also turns a three-page process into one [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fmaking-hiring-easier-part-one-%25e2%2580%2593-confirm-hire%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fmaking-hiring-easier-part-one-%25e2%2580%2593-confirm-hire%2F" height="61" width="51" /></a></div><p>Over the next month or two, we will be releasing a number of enhancements to make hiring on oDesk easier than ever. Tonight was the first release, a redesign of the hire confirmation page.</p>
<p><img src="http://dl.getdropbox.com/u/455117/BlogMocks/confirmHire.png" alt="Confirm Hire" /></p>
<p>The page is now crisper and cleaner, highlighting the most important parameters for buyers. It also turns a three-page process into one page plus a confirmation box. Plus, if we say so ourselves, we think it just looks better!</p>
<p>There is one new field: &#8220;Title/Role&#8221;. Buyers can now give their providers a title, different than the one listed in job opening. As a result, the unwieldy &#8220;Michael Levinson, Looking for top-noch web designer for e-commerce site&#8221; can be replaced by the more natural &#8220;Michael Levinson, Senior Web Designer.&#8221;</p>
<p>Stay tuned for more meaningful improvements over the next few months, but in the meantime, please share your feedback in <a href="http://www.odesk.com/blog/2009/11/making-hiring-easier-part-one-%E2%80%93-confirm-hire/">the comments</a>, or submit a feature request or suggestion in our <a href="http://feedback.odesk.com">feedback forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/making-hiring-easier-part-one-%e2%80%93-confirm-hire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buyer Voice: How to Hire a Graphic Designer</title>
		<link>http://www.odesk.com/blog/2009/11/buyer-voice-how-to-hire-a-graphic-designer/</link>
		<comments>http://www.odesk.com/blog/2009/11/buyer-voice-how-to-hire-a-graphic-designer/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:15:50 +0000</pubDate>
		<dc:creator>Guest Blogger</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Outsourcing Tips]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9196</guid>
		<description><![CDATA[We needed some design help for a couple projects that we knew would be short and simple for someone familiar with Photoshop and had a graphical eye, and turned to oDesk for help. Through our experiences, we wanted to give buyers some advice on how to find a graphic designer to help improve a website, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fbuyer-voice-how-to-hire-a-graphic-designer%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fbuyer-voice-how-to-hire-a-graphic-designer%2F" height="61" width="51" /></a></div><p>We needed some design help for a couple projects that we knew would be short and simple for someone familiar with Photoshop and had a graphical eye, and turned to oDesk for help. Through our experiences, we wanted to give buyers some advice on how to find a graphic designer to help improve a website, create a logo, or even develop a Twitter background, and pinpoint the one that can deliver the results that you&#8217;re looking for when it comes to graphic design for the web.<br />
<strong></strong></p>
<p><strong>* Communicate your needs.</strong><br />
What exactly do you want? Be as specific as possible: Provide dimensions of the final product, desired file types and sizes, and give some creative direction. Sometimes even sketches or Powerpoint mockups can help. After all, a picture&#8217;s worth a thousand words!<br />
* Provide examples of websites or graphics that you like.<br />
Even if you don&#8217;t have a vision of the final product, provide 3-5 examples of websites or logos that have design elements that you like or really don&#8217;t like. A brief sentence about why you like or don&#8217;t like something (maybe the fonts are fine but you hate the colors) will help the provider get a better sense of what direction to take the job. It&#8217;s even better if you can identify 1-2 websites with designs that you want the provider to emulate in style.<br />
<strong></strong></p>
<p><strong>* Review the provider&#8217;s profile carefully.</strong><br />
Look for a work history of completed projects with similar themes or deliverables to your project. If you&#8217;ll be incorporating text into your graphics, make sure providers are from an English-speaking country or have passed the U.S. English language tests with high marks. Review the combination of the provider&#8217;s minimum number of hours worked, their total positive feedbacks AND read the reviews. Sometimes you can learn a lot from what is suggested about a provider in their feedback than what is in print.<br />
<strong></strong></p>
<p><strong>* Comb the provider&#8217;s portfolio.</strong><br />
To make sure you&#8217;re working with a pro, see if the graphics used incorporate good optimization practices, so that the images can load quickly without compromising the sharpness of the image. Usually this will take the form of smaller images to help make the page load quickly. Make sure the images aren&#8217;t of degraded quality (ex. fuzzy, or grainy imagery), which can happen if a picture is over-optimized. Look at the variety of artwork across the portfolio. Note if the provider uses a variety of standard techniques such as gradients, shading, stock imagery, and incorporation of different fonts.</p>
<p>Those are just a few suggestions on how to find a graphic designer on oDesk to help with your projects. We hope you have as much success with your provider as we had with ours!</p>
<p style="text-align: center;"><img class="size-thumbnail wp-image-9198 align right" style="border: 6px solid white;" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/liz-headshot-small.JPG" alt="liz-headshot-small" width="87" height="94" align="left" /><em> </em></p>
<p style="text-align: left;"><a href="http://www.dealbase.com">DealBase.com</a> is a hotel deals review site, evaluating over 5000 sources to find the best hotel deals and discounts. This article was written by Liz Kao, DealBase.com Director of Marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/buyer-voice-how-to-hire-a-graphic-designer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>oDesk and Zendesk Team Up to Deliver Efficient Online Customer Service</title>
		<link>http://www.odesk.com/blog/2009/11/odesk-and-zendesk-team-up-to-deliver-efficient-online-customer-service/</link>
		<comments>http://www.odesk.com/blog/2009/11/odesk-and-zendesk-team-up-to-deliver-efficient-online-customer-service/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:33:07 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Inside oDesk]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[customer support]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[zendesk]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9265</guid>
		<description><![CDATA[In a previous blog post we spoke about the growth and performance of the oDesk Customer Success Team, and the progress we have made this year.
As we experienced a doubling of our case load to nearly 10,000 tickets and chats submitted per month, we also recognized the need for improved internal tools to help us [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fodesk-and-zendesk-team-up-to-deliver-efficient-online-customer-service%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fodesk-and-zendesk-team-up-to-deliver-efficient-online-customer-service%2F" height="61" width="51" /></a></div><p><img class="size-full wp-image-9266" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/Zendesk2.png" alt="Zendesk" width="222" height="75" align="right" />In a <a href="http://www.odesk.com/blog/2009/09/the-key-to-long-term-success/">previous blog post</a> we spoke about the growth and performance of the <a href="http://www.odesk.com/w/case_study_odesk_css">oDesk Customer Success Team</a>, and the progress we have made this year.</p>
<p>As we experienced a doubling of our case load to nearly 10,000 tickets and chats submitted per month, we also recognized the need for improved internal tools to help us achieve operational efficiency, and meet to overarching goal of better serving our customers. After an exhaustive search of more than 15 help desk software solutions, we have selected the one that we feel best meets our needs, as well as the needs of many of our users.</p>
<p>We are pleased to announce the selection of <a href="http://www.zendesk.com">Zendesk</a> as our internal case management solution.  Zendesk&#8217;s open architecture and rich APIs were a key factor in our decision.  We find the SaaS solution elegant, easy to use and learn, and very robust. We look forward to an early 2010 launch of a new customer support portal, which will make use of the Zendesk platform and enhance the experience for all users.</p>
<p>We believe so much in the strength of the winning team of oDesk and Zendesk that we are also thrilled to announce a deeper partnership that includes a new <a href="http://www.odesk.com/groups/zendesk">Zendesk Group</a> on oDesk.  Within this new group, oDesk buyers will find tried and tested customer service agents, admins and integrators who are experienced with Zendesk. These approved professionals can help transform your help desk and, more importantly, your business.  The strong pool of customer service experts available on oDesk combined with the increasing demand for this type of work ensures the ongoing success of this group &#8211; we look forward to great things to come from our partnership with Zendesk!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/odesk-and-zendesk-team-up-to-deliver-efficient-online-customer-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: 10 Freelance Lifestyle Sites</title>
		<link>http://www.odesk.com/blog/2009/11/work-from-home-top-10-freelance-lifestyle-sites/</link>
		<comments>http://www.odesk.com/blog/2009/11/work-from-home-top-10-freelance-lifestyle-sites/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:40:51 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[andrea coutu]]></category>
		<category><![CDATA[Brazen Careerist]]></category>
		<category><![CDATA[Chris King]]></category>
		<category><![CDATA[consultant journal]]></category>
		<category><![CDATA[Freelance Living]]></category>
		<category><![CDATA[Freelancers Union]]></category>
		<category><![CDATA[June Walker]]></category>
		<category><![CDATA[Karyn Greenstreet]]></category>
		<category><![CDATA[Kate Lister]]></category>
		<category><![CDATA[Leo Babauta]]></category>
		<category><![CDATA[Michelle Goodman]]></category>
		<category><![CDATA[Penelope Trunk]]></category>
		<category><![CDATA[Sara Horowitz]]></category>
		<category><![CDATA[self-employed tax]]></category>
		<category><![CDATA[The 4 Hour Work Week]]></category>
		<category><![CDATA[The Anti 9 to 5]]></category>
		<category><![CDATA[Tim Ferriss]]></category>
		<category><![CDATA[Tom Harnish]]></category>
		<category><![CDATA[Undress for Success]]></category>
		<category><![CDATA[Zen Habits]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9276</guid>
		<description><![CDATA[The needs and lifestyle of a freelancer are unique, and we know it's hard to find advice that works in your world. So, we've gathered up ten websites and blogs we think every freelancer should know about.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fwork-from-home-top-10-freelance-lifestyle-sites%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fwork-from-home-top-10-freelance-lifestyle-sites%2F" height="61" width="51" /></a></div><p>The needs and lifestyle of a freelancer are unique, and we know it&#8217;s hard to find advice that deals specifically with your world. So, we&#8217;ve gathered up ten websites and blogs we think every freelancer should know about to help make the most of the freelance lifestyle:</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="60" valign="top"><a href="http://www.junewalkeronline.com" target="_blank"><img class="aligncenter size-full wp-image-9282" title="junewalkerblog" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/junewalkerblog.jpg" alt="junewalkerblog" width="128" height="98" /></a></td>
<td valign="top"><a title="June Walker" href="http://www.junewalkeronline.com/Index.asp?PG=110" target="_blank"><strong>JUNE WALKER:</strong></a><strong> Tax and Financial Advisor to the Self-Employed &#8230; </strong></p>
<blockquote><p><strong>From -</strong> <a title="About June Walker" href="http://www.junewalkeronline.com/Index.asp?PG=107" target="_blank">June Walker</a>, tax consultant<br />
<strong>Asset -</strong> Tax advice for freelancers in the US<br />
<strong>Read -</strong> <a title="Get an EIN for Security Reasons" href="http://junewalkeronline.blogspot.com/2009/09/get-ein-for-security-reasons.html" target="_blank">&#8220;Get an EIN for Security Reasons&#8221;</a> by June Walker</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Consultant Journal" href="http://www.consultantjournal.com/" target="_blank"><img class="aligncenter size-full wp-image-9284" title="consultant journal" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/consultant-journal.jpg" alt="consultant journal" width="130" height="99" /></a></td>
<td valign="top"><span class="status-body"><span class="entry-content"><a title="Consultant Journal" href="http://www.consultantjournal.com/" target="_blank"><strong>CONSULTANT JOURNAL</strong> </a></p>
<blockquote><p><strong>From -</strong> <a title="Andrea Coutu" href="http://www.consultantjournal.com/about" target="_blank">Andrea Coutu</a>, founder, marketing consultant<br />
<strong>Asset - </strong>Scam warnings, tax and financial planning info, marketing info<br />
<strong>Read -</strong><a title="How Commenting on Blogs ..." href="http://www.consultantjournal.com/blog/how-commenting-on-blogs-markets-your-business/trackback" target="_blank"> &#8220;How Commenting on Blogs Markets Your Business&#8221; </a>by Andrea Coutu</p></blockquote>
<p></span></span></td>
</tr>
<tr>
<td width="60" valign="top"><a title="Freelance Living" href="http://www.creativekeys.net/FreelanceLiving/articles.html" target="_blank"><img class="aligncenter size-full wp-image-9288" title="freelanceliving" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/freelanceliving.jpg" alt="freelanceliving" width="132" height="89" /></a></td>
<td valign="top"><strong><a title="Freelance Living" href="http://www.creativekeys.net/FreelanceLiving/articles.html" target="_blank">FREELANCE LIVING</a></strong></p>
<blockquote><p><strong>From -</strong> <a title="Chris King Bio" href="http://www.creativekeys.net/FreelanceLiving/editorsbio.html" target="_blank">Chris King</a>, author, freelancer; various contributors<br />
<strong>Asset -</strong> Inspiration, guidance, advice<br />
<strong>Read -</strong><a title="What's Your Business Model?" href="http://www.creativekeys.net/FreelanceLiving/article1065.html/trackback" target="_blank"> &#8220;What&#8217;s Your Business Model&#8221; </a>by C.J. Hayden, MCC</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Zen Habits" href="http://zenhabits.net" target="_blank"><img class="aligncenter size-full wp-image-9290" title="zenhabits" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/zenhabits.jpg" alt="zenhabits" width="130" height="89" /></a></td>
<td valign="top"><strong><a title="Zen Habits" href="http://zenhabits.net" target="_blank">ZEN HABITS</a>: Simple Productivity </strong></p>
<blockquote><p><strong>From -</strong> <a title="About Leo" href="http://zenhabits.net/about/" target="_blank">Leo Babauta</a>, Zen master, author<br />
<strong>Asset -</strong> Productivity advice, work/life balance<br />
<strong>Read -</strong><a title="Slow Secret" href="http://zenhabits.net/2009/09/the-slow-secret-how-to-make-lasting-changes-in-your-life/trackback" target="_blank"> &#8220;The Slow Secret: How to Make Lasting Changes in Your Life&#8221; </a>by Leo Babauta</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Self-Employment Blog" href="http://www.passionforbusiness.com/blog/" target="_blank"><img class="aligncenter size-full wp-image-9293" title="karyngreenstreet" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/karyngreenstreet.jpg" alt="karyngreenstreet" width="137" height="90" /></a></td>
<td valign="top"><strong><a title="The Self-Emplyment Blog" href="http://www.passionforbusiness.com/blog/" target="_blank">THE SELF-EMPLOYMENT BLOG:</a> Practical Tips for Success</strong></p>
<blockquote><p><strong>From -</strong> <a title="Karyn Greenstreet" href="http://www.passionforbusiness.com/" target="_blank">Karen Greenstreet</a>, small business consultant; various contributors<br />
<strong>Asset -</strong> Thoughts on marketing yourself and your business, inspirational video clips<br />
<strong>Read &#8211; </strong><a title="It's So Important ..." href="http://www.passionforbusiness.com/blog/taketimeoff/trackback" target="_blank">&#8220;It&#8217;s So Important to Take Time Off&#8221;</a> by K. Greenstreet</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Freelancers Union" href="http://www.freelancersunion.org/" target="_blank"><img class="aligncenter size-full wp-image-9296" title="freelancersunion" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/freelancersunion.jpg" alt="freelancersunion" width="133" height="82" /></a></td>
<td valign="top"><strong><a title="Freelancers Union" href="http://www.freelancersunion.org/" target="_blank">FREELANCERS UNION</a></strong></p>
<blockquote><p><strong>From -</strong> <a title="Freelancers Union: Why We're Here" href="https://be.freelancersunion.org/blog/?page_id=2" target="_blank">Freelancers Union </a>(Exec. Director Sara Horowitz)<br />
<strong>Asset -</strong> Insurance, legal advice, retirement and political advocacy<br />
<strong>Read -</strong> <a title="Unpaid Wages" href="https://be.freelancersunion.org/blog/?p=962/trackback" target="_blank">&#8220;Unpaid Wages: How to Collect&#8221;</a> by Gabrielle</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="The Anti 9 to 5 Guide" href="http://www.anti9to5guide.com/" target="_blank"><img class="aligncenter size-full wp-image-9301" title="anti9to5" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/anti9to5.jpg" alt="anti9to5" width="134" height="97" /></a></td>
<td valign="top"><strong><a title="The Anti 9 to 5 Guide" href="http://www.anti9to5guide.com/" target="_blank">THE ANTI 9 to 5 GUIDE</a></strong><strong>: Practical Career Advice for Women Who Think Outside the Cube</strong></p>
<blockquote><p><strong>From -</strong><a title="Michelle Goodman" href="http://www.anti9to5guide.com/bio/" target="_blank"> Michelle Goodman</a>, freelancer and author<br />
<strong>Asset -</strong> Wisdom targeted to women, but good for all<br />
<strong>Read -</strong><a title="Recession Ethics for Freelancers" href="http://www.anti9to5guide.com/2009/11/02/recession-ethics-for-freelancers/trackback" target="_blank"> &#8220;Recession Ethics for Freelancers&#8221;</a> by M. Goodman</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Undress For Success" href="http://undress4success.com/individuals/" target="_blank"><img class="aligncenter size-full wp-image-9303" title="undress4success" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/undress4success.jpg" alt="undress4success" width="134" height="78" /></a></td>
<td valign="top"><strong><a title="Undress For Success" href="http://undress4success.com/individuals/" target="_blank">UNDRESS FOR SUCCESS</a></strong><strong>: Work From Home Resources and Advice</strong></p>
<blockquote><p><strong>From -</strong> <a title="Kate Lister and Tom Harnish" href="http://undress4success.com/about-work-at-home-experts/" target="_blank">Kate Lister and Tom Harnish</a><br />
<strong>Asset -</strong> Advice, scam awareness, resources<br />
<strong>Read -</strong><a title="2008 Telecommuting Stats" href="http://undress4success.com/telecommuting-mixed-results-in-2008/" target="_blank"> &#8220;2008 Telecommuting Stats&#8221;</a></p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Brazen Careerist" href="http://blog.penelopetrunk.com/" target="_blank"><img class="aligncenter size-full wp-image-9306" title="brazencareerist" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/brazencareerist.jpg" alt="brazencareerist" width="130" height="80" /></a></td>
<td valign="top"><strong><a title="Penelope Trunk's Brazen Careerist" href="http://blog.penelopetrunk.com/" target="_blank">BRAZEN CAREERIST</a></strong><strong>: Advice at the Intersection of Work and Life</strong></p>
<blockquote><p><strong>From -</strong> <a title="Penelope Trunk" href="http://blog.penelopetrunk.com/about-this-blog/" target="_blank">Penelope Trunk</a>, entrepreneur<br />
<strong>Asset -</strong> Solid career advice for those at home or at work<br />
<strong>Read &#8211; </strong><a title="Learning in the Face of ..." href="http://blog.penelopetrunk.com/2008/12/03/focus-on-learning-in-the-face-of-recession/" target="_blank">&#8220;Focus on Learning in the Face of Recession&#8221;</a> by P. Trunk</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a title="Expirements in Lifestyle Design and Four Hour Work Week" href="http://www.fourhourworkweek.com/blog" target="_blank"><img class="aligncenter size-full wp-image-9308" title="timferriss" src="http://www.odesk.com/blog/wp-content/uploads/2009/11/timferriss.jpg" alt="timferriss" width="127" height="84" /></a></td>
<td valign="top"><strong><a title="Four Hour Workweek Blog" href="http://www.fourhourworkweek.com/blog" target="_blank">EXPIREMENTS IN LIFESTYLE DESIGN</a></strong></p>
<blockquote><p><strong>From -</strong> <a title="About Tim Ferriss" href="http://www.fourhourworkweek.com/blog/about/" target="_blank">Timothy Ferriss</a>, author<br />
<strong>Asset -</strong> Inspiration, motivation<br />
<strong>Read -</strong><a title="How to Respond to Criticism" href="http://www.fourhourworkweek.com/blog/2009/08/24/letter-from-a-birmingham-jail/" target="_blank"> &#8220;How to Respond to Criticism&#8221; </a>by T. Ferriss</p></blockquote>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;"><em>Working from home can either liberate you or weigh you down &#8212; it&#8217;s all about how you do it. Having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work. Here at oDesk, you&#8217;ll find the tips and tools to do it right.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p style="text-align: center;"><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/work-from-home-top-10-freelance-lifestyle-sites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Congratulations to our Top 25 Providers for October 2009!</title>
		<link>http://www.odesk.com/blog/2009/11/congratulations-to-our-top-25-providers-for-october-2009/</link>
		<comments>http://www.odesk.com/blog/2009/11/congratulations-to-our-top-25-providers-for-october-2009/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:12:05 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9254</guid>
		<description><![CDATA[We are pleased to announce our best Providers for October 2009! We have over 350,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.
oDesk Buyers, you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcongratulations-to-our-top-25-providers-for-october-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcongratulations-to-our-top-25-providers-for-october-2009%2F" height="61" width="51" /></a></div><p>We are pleased to announce our best Providers for October 2009! We have over 350,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.</p>
<p>oDesk Buyers, you might want to get in touch with these Providers soon&#8230;they just completed assignments and are available now, but probably won&#8217;t be for long. Click on their profile to check out their work and contact them for an interview!</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_designers">BEST FREELANCE DESIGNERS</a> </strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="69" valign="top"><img title="Best Freealance Designers" src=" http://www.odesk.com/community/system/files/designers_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Designers for October 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right; " width="69" height="27">1</td>
<td width="224" align="left">Arvind T.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~d6e44326ac070e2b">PHP/IIS/MS SQL, joomla, PHP, Drupal, MySQL, Ajax, XHTML</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">2</td>
<td width="224" align="left">Susan B.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e6b54c3108224a53">Silver Cat Studios &#8211; Audio/Video/CBT Production; Script/Copy Writing; </a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">3</td>
<td width="224" align="left">M Paul</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~65f7f99ea629f8d7">3D artist/animator -3DSmax, Zbrush, After Effects, Flash&#8230;</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">4</td>
<td width="224" align="left">Vivek Acharya</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~f5870b874c1a9d95">Programmer in Iphone/VB.Net/ASP/C#/PHP/Joomla</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">5</td>
<td width="224" align="left">Kim M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~068b4dd879310c69">Senior Adobe Illustrator, Photoshop, Flash, Dreamweaver, and InDesign</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">6</td>
<td width="224" align="left">Abdullah Al-Baki</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~2ce8530835cd6dd7">Ultimate 3D Modeler and Architectural visualizer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">7</td>
<td width="224" align="left">Anna P.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~ee2b2d484a37c9b6">Graphic Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">8</td>
<td width="224" align="left">Mick D.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~f2be8cce69605db2">Web Expert, Photoshop,Flash Animation, HTML/CSS, Web2.0, Logo Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">9</td>
<td width="224" align="left">Xenia S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~92abe6da8764daa4">Search Engine Optimization, Blogging, Social Media Marketing</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">10</td>
<td width="224" align="left">Herbert M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3968bad1bde97303">Fine Artist, Over 600 oDesk Hours, Perfect Rating, Great Portfolio</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">11</td>
<td width="224" align="left">Guillaume Le Taeron</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~9b2ea5322ae196f6">3D for game &amp; Illustration, Iphone game development, Android</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="224" align="left">Bill Whitney</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e567f24c3a747a6f">Illustration, animation art, for corporate presentation and law cases</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="224" align="left">Stanimir S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~adeaeb95544aaffd">&lt;+&gt; Creative Freelancer 2D &amp; 3D Designer (Architecture) &lt;+&gt;</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="224" align="left">Anait Sagoyan</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~fccafdc12549b85f">►► PROFESSIONAL LOGO &amp; WEBSITE MOCKUP DESIGNER WITH HIGH-END PORTFOLIO</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="224" align="left">Agnes B.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~a51ac0dfb581c0dd">creative logo designer always in time/strong in marketing &amp; branding</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="224" align="left">Daniela C.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~93ecaff24a5cd6d9">ARCHITECT &#8211; 2d and 3d- DESIGNER</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="224" align="left">Jonathan Antonio</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~2e9a142528df5286">ODESK TOP DESIGNER / ILLUSTRATOR</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="224" align="left">Nikolay Atanasov</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~ba5a2eca8525fda8">3D Generalist / Post prduction</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="224" align="left">Johlett Van Der Merwe</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~a74bc8ee726755a0">Unique &amp; Noticeable Print Design &amp; Fine Art</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="224" align="left">Srujith Kudikala</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~23a42b9e6751ab02">Microsoft Certified .NET programmer, PHP/MYSQL, ORACLE,JOOMLA</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="224" align="left">Joanna C.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~61da44df0f093eb9">Listed #1 Best Freelance Designer Sept 2009/Joomla/Zencart/Graphics</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="224" align="left">Wajeeha Hussain</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~2ef649113e99b48b">3 years experienced and professional Graphic Designer+editing expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="224" align="left">Alexey Medvedev</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~0bf1d9715b11eee1">○●○●3D MODELING║VISUALIZATION║ARCHITECT║GRAPHIC║CAD specialist○●○●</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="224" align="left">Michelle Gamboa</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~f98da6ac3f32f504">MICHELLE@WORK</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="224" align="left">Jashan K.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~49766a948584db79">Web2.0, Mockups, Logos, Prints, Illustrations, HTML, DHTML, CSS, Flash</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_software_developers">BEST FREELANCE SOFTWARE DEVELOPER</a></strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="69" valign="top"><img title="Best Software Developers" src="http://www.odesk.com/community/system/files/software_developer.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Software Developers for October 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="69" height="27">1</td>
<td width="224" align="left">Vikas S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~ff7b46b9cc2fc816">4yr Exp. Sharepoint,C#.Net,VB.Net,SQLServer,AJAX,WebServices</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="224" align="left">Alexander M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~7a19bb15801aa789">Microsoft Certified C#.NET/ASP.NET/J2SE/J2EE Senior Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="224" align="left">Ivan T.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~1879e63002202ecc">Sr. .NET Developer / Technical Architect, 6+ years of experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="224" align="left">Gurpal M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~354efe858d81d3f3">ASP.NET/Ajax and DotNetNuke Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="224" align="left">Ravi K.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~6f77eb8336494b1d">ASP.NET+VB+VB.NET+AJAX+RSS</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="224" align="left">Luis Gomez</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~25897fb97a8006f5">Sr. Developer in C#, C++, MS SQL, Website Development &amp; Administration</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="224" align="left">Alex Bowling</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~21dd1885b9a20ea6">Wide Array of Experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="224" align="left">Yuriy E.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3265c2db34eda6dc">4000+ oDesk hours, Senior C#/.Net Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="224" align="left">Anatoly Mikhailov</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~da26e7602c39904f">RubyOnRails/Ruby, jQuery/Prototype Developer | xHTML, CSS Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="224" align="left">Shrish T.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~88a750f8def7f340">Silverlight and ASP.NET 3.5 expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="224" align="left">Denis S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~b127c2048fdd05d0">.NET and java Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="224" align="left">Amit Agrawal</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~b1e8ff9d69ccb491">Programmer / Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="224" align="left">Pankaj Singh</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~33ad7ec0ee66e9bc">Java Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="224" align="left">Vlad I.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3bac9bb0a822ba99">.NET 3.5 (C#, ASP.NET), C++(STL,Boost, ATL,MFC,WinAPI), Java</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="224" align="left">Cantor Fan</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3e23b5b12d72cac8">7+ years experience/J2EE/EJB/Java/Oracle/PHP/ERP/Twitter</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="224" align="left">Budugu N.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~77b8f69b96ecdb22">Top 10% in Testing &#8211; QA, iseb Trainer, Online Research, Admin Support</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="224" align="left">Amrik Singh</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~61066f3093ad22b7">ASP.Net/VB.Net/C#.Net/VBA programmer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="224" align="left">Meteonic Innovation</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~2300d11d6f8e9d9c">PMP/Sys-Engg/Architects/Designers/System Test ::C,C++/Games/Android</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="224" align="left">Rodion Bykov</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~9d57dca8d710e740">Adobe Air/Flex/Coldfusion/MSSQL/PHP/MySQL development &amp; management</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="224" align="left">Jan K.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~88fe231934e3b46b">❶ Experienced Flash / Web / Joomla developer ★★US Based★★</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="224" align="left">Ross C.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~56c01b31c346142c">Senior iPhone/C/C++/Web/Python Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="224" align="left">Ajit J.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~d5e82dad8cb4d3c9">Expert DNN Programmer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="224" align="left">Alexey Verenikin</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~530de40dbb2c05aa">Web design &amp; development, 10+ years of experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="224" align="left">Sandra Qiu</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~14f40096f0000faf">oDesk certified iPhone expert (1st!)</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="224" align="left">Nelson T.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~92b6b34cbde0ef67">Flash, Photoshop, Illustrator, HTML, CSS</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle">
<div><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_web_developers">BEST FREELANCE WEB DEVELOPERS</a></strong></div>
<div><strong> </strong></div>
<p><strong> </strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="70" valign="top"><img title="Best Freelance Web Developers" src=" http://www.odesk.com/community/system/files/webdeveloper_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Web Developers for October 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="70" height="27">1</td>
<td width="223" align="left">Evgeny M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c4311083dbc30eef">PHP/MySQL/DHTML/Ajax Developer/Project Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="223" align="left">Tatiana D.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~bef56b13b6ce4c94">PHP, MySQL, Drupal Developer, Team Leader</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="223" align="left">Alexander D.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~eb3c750286c95053">Expert J2EE/JBoss, PHP/MySQL, AJAX, SMARTY Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="223" align="left">Olexiy O.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~de9c85732f0bf4ff">Java/J2EE Architect / Senior Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="223" align="left">Dmitry A.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~de3ca2030c264a65">ASP.net/Mobile &#8211; Professional Experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="223" align="left">Dora M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~729242e5ac67e29a">Dora</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="223" align="left">Vladimir K.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~af227bec4e680cc7">ColdFusion/MSSQL/PHP/Smarty/mySQL developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="223" align="left">Denis S.</td>
<td width="674"></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="223" align="left">Fahmi A.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e8938caaef057fdf">Full PHP Experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="223" align="left">Igor G.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~943e111ae0c44470">Java Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="223" align="left">Yaroslav O.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~a0ae04c366d1769e">Senior (around 3000 oDesk hours) PHP/MySQL/Ajax, Project Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="223" align="left">Alexander Aristov</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~643532c4b6e04675">Self-motivated software developer (j2ee, JSP, javascript, ASP, .NET)</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="223" align="left">Mircea C.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e34323ce2240b2c6">Senior Delphi Expert Software Developer, with JAVA, C# .NET and PHP</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="223" align="left">Misha B.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~8d72c3dcfb5ca9cb">Drupal/PHP/MySQL/HTML/JS/CSS</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="223" align="left">Jane Durm</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~43b69eda5facc475">Sales &amp; Marketing, Management, Admin. Assistant, Customer Service</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="223" align="left">V K.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~b398b9c6246e449c">Unmatched Silverlight and ASP.NET 3.5 Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="223" align="left">Maninder S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~ad45aea0db5851be">HTML/ XHTML/ CSS Developer, Certified Wordpress Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="223" align="left">Gurdeep Dhillon</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~5401dd911eba4905">PHP/MySQL/Ajax Drupal Joomla Wordpress ECommerce Rails UberCart Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="223" align="left">Denis Statsenko</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~cc311d8ba39c4fd1">Greatest PHP/MySQL/AJAX/Symfony/Smarty/osCommers/Joomla developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="223" align="left">Vladimir Fedorov</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~dad6e98d7978ef6f">Flash &amp; Flex developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="223" align="left">Andrey Z.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c9e4247221070f9e">Experienced PHP/Python/Django/Coldfusion/Flex web-developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="223" align="left">Yogesh S.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~5eeb84a74e01a4b6">Certified ASP.net|C#.Net|VB.Net Developer|SQL Server 2005|VB 6|VBA</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="223" align="left">Alexei Shulga</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~f90fd2e89e350689">PM &amp; Zend certified PHP,MySQL,Ajax,CakePHP, CI, ZF senior developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="223" align="left">Durrab Khan</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~0eda7723f0602408">Sr.Software Lead &amp; Architect | Flex/AIR/Spring/Java/J2EE/J2ME/Android</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="223" align="left">Sri Vardhan Gogineni</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c513b8ec0c10b3fd">Developer</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle">
<div><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_writers">BEST FREELANCE WRITERS</a></strong></div>
<div><strong> </strong></div>
<p><strong> </strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="69" valign="top"><img title="Best Freelance Writers" src="http://www.odesk.com/community/system/files/writers_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Writers for October 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="69" height="27">1</td>
<td width="224" align="left">Deborah Hemstreet</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~9535042d104c5bf2">Specialist in Online Help, Manuals, Presentations, and More!</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="224" align="left">Chitra Raghavan</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~104608bc906e92da">Business Research Analyst</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="224" align="left">Christopher Subijano</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~69e33b5f0cff2a2a">TOP 10%! Superb SEO Writer/Link Builder/Business Consultant/Engineer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="224" align="left">Deepa Ashith</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3bd85d3da35ceaec">TOP ODesk Writer/Business Analyst/CopyWriter</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="224" align="left">David Tong</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~6ea23d8609b61c8e">Senior Technical Writer, Photography Instructor</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="224" align="left">Manal Sh</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~7a025c4a879e640f">Accountant , Bookkeeper ,E-learning , English&gt;Arabic Translator,Moo</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="224" align="left">Cc M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~15a51768a5a1fd28">Professional &#8211; Project Management, Design, Content, Data Entry</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="224" align="left">Georges D.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~7686dc67195099ef">Forex trader / MQL coder / English &#8211; French &#8211; Arabic translator</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="224" align="left">Jayne W.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~de179bb0bb8ba46a">♣♣♣ Microsoft Office Expert ♣♣ Researcher ♣♣ Teacher ♣♣♣</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="224" align="left">Jamie M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~699fb4498464c536">Data Entry, Data Mining, Copy and Paste Work Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="224" align="left">Graham Land</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~efc255c471e1a150">Creative/Copywriter, research, travel, branding, SEO, Swe-Eng trans.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="224" align="left">Michelle Grace</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3a1da1dcecb18f2f">Data Entry/Researcher/VA/Social Bookmarking/DocumentEditing/WebContent</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="224" align="left">Ramon B.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~1054c5ea2744063b">Excellent WRITER, resourceful ADMIN ASST, first-rate TRANSCRIPTIONIST</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="224" align="left">Ray Kirstein</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c1bc0d5ead5655c9">Voice and Production Pro</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="224" align="left">Jason Spidle</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~64f71e0e6a49ef8a">Professional Writer, Web Programmer and Certified Project Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="224" align="left">Bryan D.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~a81cdf76a24a78b9">Experienced Email support, Research/Writer, Graphic Designer, CSR</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="224" align="left">Sally R.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~929201f599418f5b">On the ball administration, research, writing, editing and data entry</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="224" align="left">Betsy Pickering</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~5a8734f42486752c">Creative/Technical Writer | Native English Speaker</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="224" align="left">Ed Q.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~67f64e3f3181ebe9">۞ Data Entry Expert/Autocad Capable/Virtual Assistant/Video Editor ۞</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="224" align="left">Maria Revillo</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~d5f706a271fa6396">English to Spanish translator</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="224" align="left">Susan Campbell</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~2a7ef637fa54846c">Trusted Content Writer &#8211; Articles,Sales Pages, eBooks, Website Content</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="224" align="left">Geefe A.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~93806a6e57ab6341">efficient and committed business writer/researcher/virtual assistant</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="224" align="left">Faith M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e319df032179b7b6">Multi-Skilled eBook Writer/Blogger/Spinner/SEO/LinkBuilder/Top Tests</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="224" align="left">Ronald Uy</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~a5b5de62045cb759">Result Oriented/ Hard Working/ Professional/WordPress Writer-Blogger</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="224" align="left">Roselyn M.</td>
<td width="674" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~b3b6655f052db543">Data Entry/Research/Social Bookmark/Article Submission</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle">
<div><strong><a href="http://www.odesk.com/community/oconomy/best_virtual_assistants">BEST VIRTUAL ASSISTANTS</a></strong></div>
<div><strong> </strong></div>
<p><strong> </strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="70" valign="top"><img title="Best Virtual Assistants" src=" http://www.odesk.com/community/system/files/assistants_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Virtual Assistants for October 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="70" height="27">1</td>
<td width="224" align="left">Roshni K.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~fc1302a1f0f07a73">Kashwork :Writer, VA, Data Entry, CRM, Project Manager, Admin Support</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="224" align="left">A R.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~f0cafa02c059f832">Virtual Assistant/Data Entry/Data Mining/Research/VA/PA/eCommerce</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="224" align="left">Suresh M.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~df17634955fe2d27">Virtual Assistant,Data Entry,Data Mining,Excel,Web Research,PA&amp;VA</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="224" align="left">Marc A.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~3e955d5bcb3b123a">Data Entry, Directory Admin, part-time Writer, and more&#8230;</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="224" align="left">Sujata John</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~02c40127def83cd9">Data Entry Specialist &#8211; Freelance Data Entry Professional, India</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="224" align="left">Hazel S.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~bb5be02152d979f5">Smart, versatile and capable native english speaker</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="224" align="left">Livia R.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~cfba20e9d7dfc2c5">Data Entry-Virtual/PersonalAssistant-Directory Submission-Researcher</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="224" align="left">Benedetta De Rose</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c778eb4f52f00d26">Professional Translator</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="224" align="left">Angela S.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~37fe5ace63da4a8d">I am your Experienced and Professional Administrative Assistant</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="224" align="left">Desiree L.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~040fec6645c6a445">Expert Fr/Sp Translator, Social Media Marketer and Content Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="224" align="left">Lizza M.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~5a9603bb79e9a1ee">***Virtual Assistant, Researcher &amp; Data Entry Professional***</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="224" align="left">Abigail Paladin</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~74607b9b083f3bdf">Admin. Assistant, 6Yrs as Call Center Agent, ESL Tutor for Japanese</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="224" align="left">Kaye A.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c7a480c5a3db4b6d">Accounting/Bookkeeping/MSOffice/Data_Entry/Craigslist Proficient</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="224" align="left">Kevin Ochoco</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e7227467df13e483">FREELANCE I.T. Technician / Data Entry / Customer Support</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="224" align="left">Manolito Sulit</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~028861c6d65ecb66">Online Media Strategist, Project Manager, ITO/BPO Provider</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="224" align="left">Marcela N.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~124816f71628614e">Data Entry, Social Bookmarking, Researcher</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="224" align="left">Minhaz P.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~84f8acb246b6e3cb">oDesk 5000+ hrs, Data entry specialist, Link builder, Banner designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="224" align="left">Rachel L.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c2c9f63a4e7b2a99">Reseacher, Data Entry, Social Bookmarking,Facebook</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="224" align="left">Abraham Jozsef</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~91801d75ec6b5b8b">Experienced oDesk Provider &#8211; Data Entry, Research, MS Office, Admin S.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="224" align="left">Nouman K.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~ab3698138ebce52e">VA,Web-research,HTML,CSS,Craigslist and Data Entry Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="224" align="left">Michael B.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~0e903e2d88adb952">Expert in Data Entry, Article Writing, SEM, SMM, SEO, Tech Support</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="224" align="left">Daizy Raisinghani</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~e7d9e713c80ff5f1">Data Entry Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="224" align="left">Travis B.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~c2eab37d30a5d7b7">American! 5 Star Rating! Highly proficient with broad set of skills!</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="224" align="left">Simolyn S.</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~000c3ed0b4dbe5db">~Virtual Assistant/Customer Service/Telemarketer/Researcher/Recruiter~</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="224" align="left">Lily Roy</td>
<td width="673" align="left"><a rel="nofollow" href="http://www.odesk.com/users/~~eecafd1b7c18cd46">Legal, Administrative Support, Reserching, Writing &amp; Data Entry</a></td>
</tr>
</tbody>
</table>
<p>These rankings will be generated each month, and stored in the <a href="http://www.odesk.com/community/oconomy">oConomy</a> under &#8220;Rankings&#8221;. October Rankings will be published on December 1st. Congratulations again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/congratulations-to-our-top-25-providers-for-october-2009/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top 10 iPhone Development Blogs</title>
		<link>http://www.odesk.com/blog/2009/11/top-10-iphone-development-blogs/</link>
		<comments>http://www.odesk.com/blog/2009/11/top-10-iphone-development-blogs/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:45:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[iphone dev camp]]></category>
		<category><![CDATA[iphone SDK]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-C]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Top 10]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8939</guid>
		<description><![CDATA[The demand for iPhone developers on oDesk has only increased over the past year. If you are currently developing for the iPhone and looking for some more resources to keep your skills sharp, or you&#8217;re wanting to get started developing, the links below should be helpful.




The Mobile Orchard &#8211; Top notch tutorials, news and a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Ftop-10-iphone-development-blogs%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Ftop-10-iphone-development-blogs%2F" height="61" width="51" /></a></div><p>The demand for <a href="../../trends/iphone">iPhone developers</a> on oDesk has only increased over the past year. If you are currently developing for the iPhone and looking for some more resources to keep your skills sharp, or you&#8217;re wanting to get started developing, the links below should be helpful.</p>
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td><a href="http://www.mobileorchard.com/"><img class="alignleft size-full wp-image-8927" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/mobileorchard.jpg" alt="mobileorchard" width="144" height="100" /></a></td>
<td><a title="The Mobile Orchard" href="http://www.mobileorchard.com/">The Mobile Orchard</a> &#8211; Top notch tutorials, news and <a id="ozlf" title="a weekly post on &quot;This Week in iPhone News&quot;" href="http://www.mobileorchard.com/this-week-in-iphone-news-october-162009/">a weekly post on &#8220;This Week in iPhone News&#8221;</a> that can be helpful if you want to stay up to date up in a condensed format.</td>
</tr>
<tr>
<td><a href="http://maniacdev.com/"><img class="alignleft size-full wp-image-8933" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/maniacdev.jpg" alt="Maniac Dev" width="143" height="100" /></a></td>
<td><a title="Maniac Dev" href="http://maniacdev.com/">Maniac Dev </a>- Offers news updates and commentary on iPhone features, tutorials, and even has an <a id="h7xw" title="excellent top ten list" href="http://maniacdev.com/2009/10/iphone-developer-blogs/">excellent top ten list of their own</a>.</td>
</tr>
<tr>
<td><a href="http://theappleblog.com/"><img class="alignleft size-full wp-image-8948" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/theappleblog.jpg" alt="The Apple Blog" width="143" height="100" /></a></td>
<td><a id="igze" title="The Apple Blog" href="http://theappleblog.com/">The Apple Blog</a> &#8211; Includes a few helpful tutorials, but mostly focuses on keeping you apprised of happenings in the world of Apple. Check out their walkthrough on <a id="l773" title="Adding Analytics to your App" href="http://theappleblog.com/2009/08/10/iphone-dev-sessions-adding-analytics-to-your-app/">Adding Analytics to your App</a>.</td>
</tr>
<tr>
<td><a href="http://icodeblog.com/"><img class="alignleft size-full wp-image-8936" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/icodeblog.jpg" alt="iCode Blog" width="143" height="100" /></a></td>
<td><a id="v7nn" title="iCode Blog" href="http://icodeblog.com/">iCode Blog</a> &#8211; iPhone Tutorials, and excellent commentary including <a id="p55w" title="this reaction to Adobe announcing that Flash CS5 will be able to export iPhone Apps." href="http://icodeblog.com/2009/10/12/floodgates-opened-for-iphone-development/">this reaction to Adobe announcing that Flash CS5 will be able to export iPhone Apps.</a></td>
</tr>
<tr>
<td><a href="http://www.iphonesdkarticles.com/"><img class="alignleft size-full wp-image-8949" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonesdkarticles.jpg" alt="iPhone SDK Articles" width="136" height="100" /></a></td>
<td><a id="n1r0" title="iPhone SDK Articles" href="http://www.iphonesdkarticles.com/">iPhone SDK Articles</a> &#8211; As the name suggest, no frills, just straight up tutorials. Case in point, <a id="rg.i" title="a helpful article on dynamically adjusting your apps to local currency, language, and timezone." href="http://www.iphonesdkarticles.com/2008/11/localizing-iphone-apps.html">a helpful article on dynamically adjusting your apps to local currency, language, and timezone.</a></td>
</tr>
<tr>
<td><a href="http://cocoawithlove.com/"><img class="alignleft size-full wp-image-8931" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/cocoawithlove.jpg" alt="Cocoa With Love" width="141" height="100" /></a></td>
<td><a id="ei48" title="Cocoa with Love" href="http://cocoawithlove.com/">Cocoa with Love</a> &#8211; Cocoa and Objective-C Programming Tutorials for both Mac and iPhone. In depth analysis, like <a id="jk1t" title="this article on optimizing loading of large tableson the iphone." href="http://cocoawithlove.com/2009/09/optimizing-loading-of-very-large-table.html">this article on optimizing loading of large tables on the iphone.</a></td>
</tr>
<tr>
<td><a href="http://iphonedevelopment.blogspot.com/"><img class="alignleft size-full wp-image-8935" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonedevelopment.jpg" alt="iPhone Development" width="141" height="100" /></a></td>
<td><a id="fh1m" title="iPhone Development" href="http://iphonedevelopment.blogspot.com/">iPhone Development</a> &#8211; Offers excellent iPhone commentary, Jeff Lamarche is the Author of &#8220;Beginning iPhone Development: Exploring the iPhone SDK&#8221;. <a id="hoi6" title="Read this article where he praises, tears down, and rebuilds a snippet of code on device detection" href="http://iphonedevelopment.blogspot.com/2009/10/device-detection-redux.html">Read this article where he praises, tears down, and rebuilds a snippet of code on device detection</a>.</td>
</tr>
<tr>
<td><a href="http://iphoneincubator.com/blog/"><img class="alignleft size-full wp-image-8932" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonedevblog.jpg" alt="iPhone Incubator" width="141" height="100" /></a></td>
<td><a id="sy3r" title="iPhone Incubator" href="http://iphoneincubator.com/blog/">iPhone Incubator</a> &#8211; Solid news, commentary and tutorials. An interstesting counterpart to <a id="h5.c" title="oDesk's Top 10 banned iphone apps" href="../2009/05/top-10-banned-iphone-apps/">oDesk&#8217;s Top 10 Banned iPhone Apps</a>, is <a id="qo3f" title="iPhone Incubators's Top 57 ways to get your app rejected" href="http://iphoneincubator.com/blog/general/57-ways-to-get-your-iphone-application-rejected-from-the-app-store">iPhone Incubators&#8217;s Top 57 ways to get your app rejected from the App Store</a>.</td>
</tr>
<tr>
<td><a href="http://iphone.maccreate.com/"><img class="alignleft size-full wp-image-8938" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/maccreate.jpg" alt="Mac Create" width="141" height="100" /></a></td>
<td><a id="yez:" title="Mac Create" href="http://iphone.maccreate.com/">Mac Create</a> &#8211; iPhone news and interviews with developers. <a id="hpal" title="Read Toki Torri App creators talk about how they hatched this well recieved game" href="http://iphone.maccreate.com/2009/08/11/interview-with-toki-tori-creators/">Read Toki Torri App creators talk about how they hatched this well recieved game</a>.</td>
</tr>
<tr>
<td><a href="http://appeveryday.wordpress.com/"><img class="alignleft size-full wp-image-8934" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/appeveryday.jpg" alt="App Everyday" width="130" height="100" /></a></td>
<td><a id="cecg" title="App Every Day" href="http://appeveryday.wordpress.com/">App Every Day</a> &#8211; The anonymous author &#8220;Matt&#8221;, created <a id="j25q" title="25 apps in 25 days" href="http://appeveryday.wordpress.com/2009/09/03/new-link-to-all-the-apps/">25 apps in 25 days</a> in the month of August 2009, all the code is available for download. An ambitious, and interesting project.</td>
</tr>
</tbody>
</table>
<p><strong>Helpful Non-Blog Links</strong></p>
<p>The following, while not traditional blogs, might be very helpful links if you are interested in developing for the iPhone.</p>
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tbody>
<tr>
<td><a href="http://developer.apple.com/iphone/"><img class="alignleft size-full wp-image-8930" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/appledevpotral.jpg" alt="Apple.com Developer Portal" width="140" height="100" /></a></td>
<td><a id="xeqa" title="Apple's iPhone Developer Portal" href="http://developer.apple.com/iphone/">Apple&#8217;s iPhone Developer Portal</a> &#8211; It&#8217;s tough to beat the documentation that apple provides.</td>
</tr>
<tr>
<td><a href="http://www.iphonedevcentral.org/index.php"><img class="alignleft size-full wp-image-8937" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonedevcentral.jpg" alt="iPhone Dev Central" width="140" height="100" /></a></td>
<td><a id="bg8l" title="iPhone Dev Central" href="http://www.iphonedevcentral.org/">iPhone Dev Central</a>- Offers a database of user submitted tutorials.</td>
</tr>
<tr>
<td><a href="http://www.iphonedevsdk.com/"><img class="alignleft size-full wp-image-8929" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonedevsdk.jpg" alt="iPhone Dev SDK" width="138" height="100" /></a></td>
<td><a id="qx4h" title="iPhone Dev SDK" href="http://www.iphonedevsdk.com/">iPhone Dev SDK</a> &#8211; Unnoffical iPhone development forums.</td>
</tr>
<tr>
<td><a href="http://www.iphonedevcamp.org/"><img class="alignleft size-full wp-image-8928" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphonedevcamp.jpg" alt="iPhone Dev Camp" width="141" height="100" /></a></td>
<td><a id="egsu" title="iPhone Dev Camp" href="http://www.iphonedevcamp.org/">iPhone Dev Camp</a> &#8211; The iPhone Dev Camp is a non-profit organization that meets regularly to present iPhone apps and select winners of their &#8220;Hackathon&#8221; contest, many of the entries are open-source.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/top-10-iphone-development-blogs/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Congratulations to &#8220;Stylish and Dry When it Rains&#8221;, oDesk&#8217;s Design of the Month!</title>
		<link>http://www.odesk.com/blog/2009/11/congratulations-to-stylish-and-dry-when-it-rains-odesks-design-of-the-month/</link>
		<comments>http://www.odesk.com/blog/2009/11/congratulations-to-stylish-and-dry-when-it-rains-odesks-design-of-the-month/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 13:44:38 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9231</guid>
		<description><![CDATA[Congratulations to &#8220;Stylish and Dry When it Rains&#8221;, the winner of oDesk&#8217;s October Design of the Month Contest. This project was for a skilled designer to create a postcard that demonstrated his or her best creativity and skill sets while also representing the products and message of www.AmeRain.com. They actively promoted their contest submission, bringing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcongratulations-to-stylish-and-dry-when-it-rains-odesks-design-of-the-month%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F11%2Fcongratulations-to-stylish-and-dry-when-it-rains-odesks-design-of-the-month%2F" height="61" width="51" /></a></div><p><a href="http://www.odesk.com/w/design-of-the-month"><img class="alignleft size-medium wp-image-9233" title="oct_2009_dom (2)" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/oct_2009_dom-2-480x400.jpg" alt="oct_2009_dom (2)" width="288" height="240" /></a>Congratulations to <strong><a href="http://www.amerain.com/images/yuliacard1.jpg">&#8220;Stylish and Dry When it Rains&#8221;</a></strong>, the winner of oDesk&#8217;s October <a href="http://www.odesk.com/w/design-of-the-month">Design of the Month Contest</a>. This project was for a skilled designer to create a postcard that demonstrated his or her best creativity and skill sets while also representing the products and message of www.AmeRain.com. They actively promoted their contest submission, bringing in an impressive number of votes and helping them win a $1,000 oDesk credit and an Apple iPhone 3GS.</p>
<p><strong>Runners-Up:</strong></p>
<ul>
<li style="margin-bottom: 15px;"><strong><a href="http://www.ipov.net" target="_blank">&#8220;iPOV Corporate Website Design&#8221;</a></strong> This project was a complete overhaul of the design of the buyer&#8217;s corporate website. The purpose was to clearly communicate their instructional design approach to visitors and potential clients. The new design has a new look and feel, layout, and diagrams to help get the buyer&#8217;s message across within a clean, professional design.</li>
<li style="margin-bottom: 15px;"><strong><a href="http://www.lingq.com" target="_blank">&#8220;LingQ Redesign&#8221;</a></strong> This was an update to the design and functionality of the buyer&#8217;s website at LingQ.com. The talented providers hired for this job made significant changes to the site&#8217;s core functionality and design to provide a cleaner and more user friendly appearance.</li>
<li><strong><a href="http://helperhire.com/">&#8220;HelperHire Website&#8221;</a></strong> This was a design of a database driven website similar to a dating site in functionality. The buyer wanted a simple design with the least amount of pages and text as possible but also user friendly with a friendly, outdoors, happy theme.</li>
</ul>
<p>This month&#8217;s contest served as a reminder of the amazing design talent we have in our oDesk community of providers. All oDesk buyers who completed any type of design job through oDesk were eligible to submit their designs to the contest. Winners were determined entirely by oDesk community voting. We&#8217;d like to thank all of the participants in this month’s contest and helping to make it yet another success. Stay tuned for our next contest which we anticipate will be bigger and better than any we&#8217;ve done in the past. As always, we&#8217;d love your feedback so feel free to submit your suggestions within the comment section below for future consideration. And please join us in congratulating our winners for October! Nice work folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/11/congratulations-to-stylish-and-dry-when-it-rains-odesks-design-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Affiliate Marketing Events</title>
		<link>http://www.odesk.com/blog/2009/10/top-5-affiliate-marketing-events/</link>
		<comments>http://www.odesk.com/blog/2009/10/top-5-affiliate-marketing-events/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:50:56 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[affiliate marketing]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9211</guid>
		<description><![CDATA[Piggybacking off our recent post on the Top 10 Must-Read Affiliate Marketing Blogs, today we&#8217;re happy to bring you our list of the Top 5 Affiliate Marketing Events.
These events bring together some of the smartest, most-experienced minds in affiliate marketing.  The industry is all about relationship-building and networking, so these events are a must for [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftop-5-affiliate-marketing-events%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftop-5-affiliate-marketing-events%2F" height="61" width="51" /></a></div><p>Piggybacking off our recent post on the <a href="http://www.odesk.com/blog/2009/10/top-10-must-read-affiliate-marketing-blogs/">Top 10 Must-Read Affiliate Marketing Blogs</a>, today we&#8217;re happy to bring you our list of the Top 5 Affiliate Marketing Events.</p>
<p>These events bring together some of the smartest, most-experienced minds in affiliate marketing.  The industry is all about relationship-building and networking, so these events are a must for advertisers &amp; publishers alike.</p>
<table style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; margin-bottom: 1.4em; border-top-width: 0.1em; border-top-color: #dddddd; border-left-width: 0.1em; border-left-color: #dddddd; max-width: 590px !important; border: initial none initial;" border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr style="border: initial none initial;">
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" width="100" valign="top"><a href="http://www.affiliatesummit.com/"><img class="alignnone size-full wp-image-9212" title="Affiliate Summit" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/affiliatesummit-thumb.png" alt="Affiliate Summit" width="132" height="98" /></a></td>
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" valign="top">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong><a href="http://www.affiliatesummit.com/">Affiliate Summit</a><br />
</strong></p>
<blockquote style="margin-top: 1.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1.5em; font-weight: inherit; font-style: italic; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #666666; padding: 0px; border: 0px initial initial;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Focus: </strong><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;"><em>Provides educational sessions on the latest affiliate marketing industry issues.</em><br />
</span><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Next event: </strong><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;">January 17-19, 2010 in Las Vegas</span><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;">, NV<br />
</span></p>
</blockquote>
</td>
</tr>
<tr style="border: initial none initial;">
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" width="60" valign="top"><a href="http://cju.cj.com/events/"><img class="alignnone size-full wp-image-9213" title="Commission Junction University" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/cju-thumb.png" alt="Commission Junction University" width="132" height="98" /></a></td>
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" valign="top"><a href="http://cju.cj.com/events/"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Commission Junction University</strong></a></p>
<blockquote style="margin-top: 1.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1.5em; font-weight: inherit; font-style: italic; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #666666; padding: 0px; border: 0px initial initial;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong>Focus: </strong>Brings industry experts, advertisers and publishers together to share knowledge and experiences.<br />
<strong>Next event: </strong>TBA 2010</p>
</blockquote>
</td>
</tr>
<tr style="border: initial none initial;">
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" width="60" valign="top"><a href="http://www.pubcon.com/"><img class="alignnone size-full wp-image-9214" title="PubCon" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/pubcon-thumb.png" alt="PubCon" width="132" height="98" /></a></td>
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" valign="top"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;"><span style="margin: 0px; padding: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #0b72b5; text-decoration: none; outline-style: none;"> </span><a href="http://www.pubcon.com/">PubCon</a></strong></p>
<blockquote style="margin-top: 1.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1.5em; font-weight: inherit; font-style: italic; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #666666; padding: 0px; border: 0px initial initial;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Focus: </strong><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;">Educational conference for those involved in all phases of internet marketing.<br />
<strong>Next event: </strong>November 10-13, 2009 in Las Vegas, NV<br />
</span></p>
</blockquote>
</td>
</tr>
<tr style="border: initial none initial;">
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" width="60" valign="top"><a href="http://www.a4uexpo.com/"><img class="alignnone size-full wp-image-9215" title="A4U" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/afu-thumb.png" alt="A4U" width="132" height="98" /></a></td>
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" valign="top">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><a href="http://www.a4uexpo.com/"><strong>A4U Expo</strong></a></p>
<blockquote style="margin-top: 1.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1.5em; font-weight: inherit; font-style: italic; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #666666; padding: 0px; border: 0px initial initial;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Focus: </strong><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;">Affiliate marketing experts from around the world come together to discuss the industry.<br />
<strong>Next event: </strong>May 18-19, 2010 in Munich, Germany<br />
</span></p>
</blockquote>
</td>
</tr>
<tr style="border: initial none initial;">
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" width="60" valign="top"><a href="http://www.ppcsummit.com"><img class="alignnone size-full wp-image-9216" title="PPC Summit" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/ppcsummit-thumb.png" alt="PPC Summit" width="132" height="98" /></a></td>
<td style="border-right: 0.1em none #dddddd; border-bottom: 1px dotted #cccccc ! important; padding: 0.2em 0.4em; text-align: left; font-weight: normal; height: 1em; border-top-style: none; border-left-style: none;" valign="top"><a href="http://www.ppcsummit.com"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;"><span style="margin: 0px; padding: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #0b72b5; text-decoration: none; outline-style: none;">PPC Summit</span></strong></a></p>
<blockquote style="margin-top: 1.5em; margin-right: 0px; margin-bottom: 1.5em; margin-left: 1.5em; font-weight: inherit; font-style: italic; font-size: 12px; font-family: inherit; vertical-align: baseline; color: #666666; padding: 0px; border: 0px initial initial;">
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;"><strong style="font-weight: bold; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; padding: 0px; margin: 0px; border: 0px initial initial;">Focus: </strong><span style="margin: 0px; padding: 0px; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline;">Aimed primarily at pay-per-click marketers, though many affiliates do use PPC in their strategies.<br />
<strong>Next event: </strong>November 4-5, 2009 in Chicago, IL</span></p>
</blockquote>
</td>
</tr>
</tbody>
</table>
<p>Of course, we&#8217;d be remiss we didn&#8217;t mention our own recently launched Affiliate Program.  We&#8217;re excited to partner with affiliate marketers, but we are <strong>even more excited</strong> to introduce the world of affiliate marketing to oDesk. Publishers can use oDesk for all of their day-to-day needs, since oDesk is a great place to find <a href="../../users/?sid=3001&amp;c1=Web%20Development">web developers</a>, <a href="../../users/?sid=3001&amp;c1=Design%20%26%20Multimedia">graphic designers</a>, <a href="../../users/?sid=3001&amp;c1=Writing%20%26%20Translation&amp;c2=Blog%20%26%20Article%20Writing">blog writers</a>, <a href="../../users/?sid=3001&amp;c1=Administrative%20Support">virtual assistants</a>, and <a href="../../users/?sid=3001&amp;c1=Sales%20%26%20Marketing&amp;c2=SEM%20-%20Search%20Engine%20Marketing">online marketers</a> (SEO, PPC, and social media experts).</p>
<p>Once you <a title="sign up" href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504" target="_blank">sign up for our program</a>, we will:</p>
<ul>
<li>Pay you <strong>$10 for each new business</strong> you send us that signs up &amp; verifies a payment method.</li>
<li>Pay you <strong>10% of all of the money we make </strong> from those businesses for the first year after they sign up. (our average job size is <strong>$5,000!</strong>)</li>
</ul>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; vertical-align: baseline; text-align: left; padding: 0px; border: 0px initial initial;">We look forward to a long-term, fruitful relationship working together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/top-5-affiliate-marketing-events/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Top 5 Most Ridiculously Over-the-Top Uses for Excel</title>
		<link>http://www.odesk.com/blog/2009/10/the-top-5-most-ridiculously-over-the-top-uses-for-excel/</link>
		<comments>http://www.odesk.com/blog/2009/10/the-top-5-most-ridiculously-over-the-top-uses-for-excel/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:40:22 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[extreme]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[Peltier]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8836</guid>
		<description><![CDATA[If you think you're the office "excel ninja" with your fancy vlookups and your pivot table prowess; thing again powderpuff.  These guys will smack you all the way back to Lotus 1-2-3 with their skills.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthe-top-5-most-ridiculously-over-the-top-uses-for-excel%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthe-top-5-most-ridiculously-over-the-top-uses-for-excel%2F" height="61" width="51" /></a></div><p>If you think you&#8217;re the office &#8221;excel ninja&#8221; &#8211; with your fancy vlookups and your pivot table prowess &#8211; think again, powder-puff.  These guys will smack you all the way back to Lotus 1-2-3 with their Excel skills.</p>
<p><img class="alignleft size-full wp-image-8843" style="border: 0px;" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/pacman3.gif" alt="" width="91" height="98" /></p>
<p><strong>1) </strong><a href="http://www.geocities.jp/nchikada/pac/"><strong>Pac-Man</strong><br />
</a>Are you kidding me?  If you’re an Excel Geek like me, this one will make your heart skip a beat.  This guy from Japan made the entire Pac-Man video game by using the cells as “pixels”.  He set the zoom at 10%, and then automated the changing of fill colors within the cells using VBA to animate the game.  If lovin&#8217; games in excel is wrong, then I don’t wanna be right!</p>
<p><strong>2) </strong><a href="http://www.gamasutra.com/view/feature/3563/microsoft_excel_revolutionary_3d_.php"><strong>3D Game Engine</strong></a><br />
Defining true ostentatiousness and technical supremacy, this guy created a full-blown 3D-rendering gaming engine inside Excel.  If you&#8217;ve never seen a three-dimensional spinning cube inside Excel, you&#8217;re missing out&#8230;big time.</p>
<p><strong>3) </strong><strong><a href="http://www.acdcrocks.com/excel/">AC/DC Video<img class="alignright size-full wp-image-8880" style="border: 0px;" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/acdc.jpg" alt="" width="129" height="96" /><br />
</a></strong>Take an old-school ASCII-Art Nerd from the 80’s, a die hard AC/DC fan, and an Excel Geek: mix them all together and this is what you get: An AC/DC video in the lowest fidelity imaginable.  But hey, you’re watching the video inside an Excel spreadsheet, so get over it. You have to <a href="http://www.youtube.com/watch?v=h9_YkXHCkgA">see it</a> to believe it.</p>
<p><strong>4) </strong><a href="http://office.microsoft.com/en-us/templates/TC300009571033.aspx"><strong>Music Synthesizer</strong><br />
</a>Offered on the Microsoft Website as a free download, this Excel program is a fully functional music synthesizer complete with musical staff notation.  Use it to control your favorite MIDI device, or jam out through your computer&#8217;s sound card.</p>
<p><strong><img class="size-full wp-image-8879 alignleft" style="border: 0px;" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/naginata.jpg" alt="" width="92" height="97" />5) Anything by <a href="http://peltiertech.com/WordPress/">This Guy</a></strong><br />
Jon Peltier is the man. If Excel skills could kill, this guy would be a Japanese Naginata.  His section on <a href="http://peltiertech.com/Excel/Charts/index.html">charting</a> is unbelievable, especially for an advanced user that wants to kick it up to the next level.  And don&#8217;t even get me started on his <a href="http://peltiertech.com/Excel/Charts/index.html">online tutorials</a>.</p>
<p><em> </em></p>
<h3>What is the craziest thing you&#8217;ve ever seen in Excel?</h3>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/the-top-5-most-ridiculously-over-the-top-uses-for-excel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Future of Work</title>
		<link>http://www.odesk.com/blog/2009/10/the-future-of-work/</link>
		<comments>http://www.odesk.com/blog/2009/10/the-future-of-work/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:45:46 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[freelance work]]></category>
		<category><![CDATA[telecommute]]></category>
		<category><![CDATA[the future of work]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9180</guid>
		<description><![CDATA[The oDesk team recently pulled together our thoughts on the ways business, technology and the working world intersect. The result of our brainstorm? The Future of Work: An educational presentation that explores how technology is changing how the world works.
The Future Of Work
View more documents from Jeff Brenman.

Check it out, share it, discuss it &#8211; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthe-future-of-work%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthe-future-of-work%2F" height="61" width="51" /></a></div><p>The oDesk team recently pulled together our thoughts on the ways business, technology and the working world intersect. The result of our brainstorm? <em><a href="http://www.slideshare.net/jbrenman/the-future-of-work-2361479">The Future of Work</a>: An educational presentation that explores how technology is changing how the world works.</em></p>
<div style="width:425px;text-align:left" id="__ss_2361479"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/jbrenman/the-future-of-work-2361479" title="The Future Of Work">The Future Of Work</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thefutureofwork-091027180703-phpapp01&#038;stripped_title=the-future-of-work-2361479" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=thefutureofwork-091027180703-phpapp01&#038;stripped_title=the-future-of-work-2361479" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/jbrenman">Jeff Brenman</a>.</div>
</div>
<p>Check it out, share it, discuss it &#8211; We&#8217;re excited about the future of work, and we hope that you will be too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/the-future-of-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Provider Voice: Bidding for Work &#8211; It&#8217;s Not About Price</title>
		<link>http://www.odesk.com/blog/2009/10/provider-voice-bidding-for-work-its-not-about-price/</link>
		<comments>http://www.odesk.com/blog/2009/10/provider-voice-bidding-for-work-its-not-about-price/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:30:58 +0000</pubDate>
		<dc:creator>Guest Blogger</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[bid]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[online work]]></category>
		<category><![CDATA[pricing online work]]></category>
		<category><![CDATA[provider]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9155</guid>
		<description><![CDATA[Recently I&#8217;ve seen some tweets from those curious about the presence of extremely low bids on oDesk.
My response is that it doesn&#8217;t matter. Or at least, it shouldn&#8217;t.
Face it, if the only thing that makes you a viable canidate for a project is your price, then you&#8217;ll need to have the lowest bid. But is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fprovider-voice-bidding-for-work-its-not-about-price%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fprovider-voice-bidding-for-work-its-not-about-price%2F" height="61" width="51" /></a></div><p>Recently I&#8217;ve seen some tweets from those curious about the presence of extremely low bids on oDesk.</p>
<p>My response is that it doesn&#8217;t matter. Or at least, it shouldn&#8217;t.</p>
<p>Face it, if the only thing that makes you a viable canidate for a project is your price, then you&#8217;ll need to have the lowest bid. But is that the kind of freelance or contract work you want?</p>
<p>This isn&#8217;t a groundbreaking thought, but perhaps I can offer the perspective of an active contractor and bring some of the philosophical arguments into the real world. I&#8217;m self-employed and manage the technology needs of small businesses, consult on various projects, and write software. I use oDesk to manage all of my contract web development work. In that field, you&#8217;ll find some jobs with hourly rates of $10, $5, and even $3, yet I have active and ongoing projects at much higher rates.</p>
<p>Last November, in an <a href="http://news.bbc.co.uk/2/hi/programmes/click_online/7755043.stm">interview with the BBC</a>, I expressed that I was satisfied with the amount of work I had through oDesk, but was confident I could get more if I wanted. A little less than a year later, things have slowed down and I decided it was time to start bidding on work again. A few weeks ago I started actively bidding for new oDesk jobs. Here&#8217;s how I view the process &#8211; in some admittedly broad strokes:</p>
<p><span style="font-weight: bold;">Understand that you&#8217;re not going to get &#8211; or even be considered for &#8211; some jobs.</span> Some buyers <span style="font-style: italic;">are</span> looking for the lowest bid &#8211; and for some jobs that is fine. Other buyers won&#8217;t be able to meet your rates, which may very well mean they can&#8217;t afford what they say they want. Don&#8217;t let a candidacy that ends with &#8216;rate too high&#8217; shake you. Just as the buyer limits their potential providers by the constraints of their budget, your rate limits your potential jobs &#8211; and that&#8217;s a good thing. It helps you weed out the jobs that aren&#8217;t as valuable as the service you provide.</p>
<p><span style="font-weight: bold;">Don&#8217;t let a low average bid </span><span style="font-weight: bold;">affect</span><span style="font-weight: bold;"> your rate.</span> oDesk recently changed how much information you are able to see about other candidates when you visit a job posting, but you&#8217;ll still see how many people have applied to that job and the average bid. Don&#8217;t use that to set your rate, though. Your rate should be determined by the value of your work, your skillset, your experience, and many other factors. It shouldn&#8217;t determine the way others value their work, their skillset, or their experience. In the same way, remember that the kind of provider a buyer is looking for &#8211; and the budget they have &#8211; isn&#8217;t tied to the average bid amount.</p>
<p><span style="font-weight: bold;">Forget where you live.</span> If the only justification for your rate being higher than other providers is that &#8220;it&#8217;s more expensive where I live&#8221;, then you need to find a job in an office near your house. It doesn&#8217;t matter what you think of tariffs and protectionism, oDesk is a global marketplace. You&#8217;re competing with providers in different countries, as well as different economic areas in a single country. Your rate shouldn&#8217;t be determined by the cost of your mortgage, or the price of your dinner, it should be determined by what your work is worth.</p>
<p><span style="font-weight: bold;">There&#8217;s nothing wrong with starting slow.</span> When you&#8217;re starting out, it may take some time to figure out what your work is worth. To get your first few jobs, you may need to bid lower than what you want to be making in the long term. Then, once you gain experience and reputation on oDesk, you can increase your rates. While you shouldn&#8217;t let the rates of others affect what you set as your own rate, you do have to be aware of what the market will accept. Keep in mind that you don&#8217;t have to be competitive to the entire oDesk market, just enough to provide the amount of work you want. If you have a few jobs in progress, it may be a good time to increase your rates, start bidding jobs, and see if you can be successful with a higher rate.</p>
<p><span style="font-weight: bold;">F</span><span style="font-weight: bold;">ocus</span><span style="font-weight: bold;"> on the right jobs.</span> Things like a good cover letter, examples of work, certifications, and oDesk groups can make you stand out from other providers. But after a while you get a feel for what jobs best fit your profile of skills and experience. Some jobs don&#8217;t require the amount of experience you have, some jobs aren&#8217;t the kind of work you find yourself getting hired to do. If you really want to stand out as the right provider for a job &#8211; focus on the type of job that consistently results in positive feedback.</p>
<p>Is it possible to get work on oDesk with a rate far above the average provider rate in your field, or for a specific job? <span style="font-weight: bold;">Yes</span>. It just may take some time, and a bit of determination.</p>
<p>When I started bidding for jobs on oDesk my rate was about a quarter of what it is today. Close to a thousand hours on oDesk means something &#8211; but it doesn&#8217;t mean everything. Honestly, the biggest change in my rate came not because I felt I&#8217;d established a track record on oDesk, but because I realized that I didn&#8217;t need to worry about what others were charging. I know what my time is worth outside oDesk and &#8211; since I&#8217;ve proven I can work just as effectively through oDesk &#8211; there is no reason for my time on oDesk to be worth any less.</p>
<p>Was my claim to BBC still accurate, as I started actively bidding on oDesk jobs? For the past month or so I reviewed each job that matched my (rather broad) search terms. I know that the jobs I get tend to be single-developer, long-term jobs, with a buyer who has some familiarity with web development, yet needs high-level requests to be understood and implemented. Those were the jobs I focused on. Even still, for most of the jobs I received no response. But one job &#8211; on which I bid my usual rate, even though the average bid was lower than the rate I <span style="font-style: italic;">started</span> on oDesk with &#8211; has panned out. Now I have another ongoing contract job, at the rate I set, and feel is acceptable for the services I provide.</p>
<p>And yes, I&#8217;m confident that in the future, if I want the work, I can go to oDesk and find it.</p>
<p style="text-align: center;"><img class="size-thumbnail wp-image-9193 align right" style="border: 6px solid white;" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/timlytle2.JPG" alt="timlytle" title="timlytle" width="150" height="100" align="left" /><em> </em></p>
<p style="text-align: left;">Tim Lytle is a Technology Consultant &amp; <a href="http://www.odesk.com/users/~~278e82a2ca2d2731">oDesk Contract Web Developer</a>. Owner of <a href="http://www.timlytle.net/">timlytle.net</a> ltd since 2003, his oDesk adventures have been mentioned on the <a href="http://news.bbc.co.uk/2/hi/programmes/click_online/7755043.stm">BBC’s Click</a> and in <a href="http://www.forbes.com/forbes/2009/0608/090-employment-careers-recession-work-reinvented_2.html">Forbes Magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/provider-voice-bidding-for-work-its-not-about-price/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Top 10 Ways to Lose Twitter Followers</title>
		<link>http://www.odesk.com/blog/2009/10/work-from-home-10-ways-to-lose-twitter-followers-faux-pas-twittiquette/</link>
		<comments>http://www.odesk.com/blog/2009/10/work-from-home-10-ways-to-lose-twitter-followers-faux-pas-twittiquette/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:42:43 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[10 ways to lose twitter followers]]></category>
		<category><![CDATA[faux pas]]></category>
		<category><![CDATA[lose followers]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[twitterverse]]></category>
		<category><![CDATA[twittiquette]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9068</guid>
		<description><![CDATA[Call it "Twittiquette," call it what you will, but there are unspoken rules of the Twitterverse everyone should know.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwork-from-home-10-ways-to-lose-twitter-followers-faux-pas-twittiquette%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwork-from-home-10-ways-to-lose-twitter-followers-faux-pas-twittiquette%2F" height="61" width="51" /></a></div><p style="text-align: left;">Call it &#8220;<a title="Twittiquette" href="http://www.blogtrepreneur.com/2009/02/10/twittiquette/" target="_blank">Twittiquette</a>,&#8221; call it what you will, but there are unspoken rules of the Twitterverse that everyone diving (or just slipping toes) into this social media pool should know. The water may look shallow and unintimidating from the deck, but if you don&#8217;t know what you&#8217;re doing, you&#8217;re likely to drown.</p>
<p style="text-align: center;"><img class="size-full wp-image-9147 aligncenter" title="twitterimage_1" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/twitterimage_1.jpg" alt="twitterimage_1" width="320" height="212" /></p>
<p><em><strong>Check out these TOP 10 WAYS TO LOSE TWITTER FOLLOWERS for tips on how you can stay afloat:</strong></em></p>
<p><strong>10. Passing off someone else&#8217;s fabulous tweet as your own.</strong> <em>Here&#8217;s how this one goes down: Your friend makes a supremely witty observation about Balloon Boy. You laugh and tweet his words yourself, without taking the time to note it&#8217;s a re-tweet. This may seem like no big deal, but it is a major <a title="Twitter Plagiarism" href="http://www.plagiarismtoday.com/2009/08/14/retweet-changes-and-twitter-plagiarism/trackback" target="_blank">breech of  Twitter etiquette</a>. </em></p>
<p><strong>9. Twittering your love life.</strong> <em>It&#8217;s a fine line. We know. It&#8217;s nice to know when a friend is having a nice date. It&#8217;s  not nice to know they have &#8220;moved things into the hot tub.&#8221; Really &#8230; if you wouldn&#8217;t do it in front of your mother, don&#8217;t tweet it.</em></p>
<p><strong>8. Twittering other people&#8217;s private lives.</strong> <em>A juicy tweet can be hard to resist. You meet a client for lunch, afterward they leave with someone young and pretty who is not the wife you met last time. Seems innocent enough to make a funny tweet about it, right? Well you&#8217;re treading on thin ice. Social media has brought everyone a little closer than you think, and there is a chance &#8212; no matter how small &#8212; that this could be damaging. Is it worth it? </em></p>
<p><strong>7. Writing one-word tweets.</strong> <em>This. Gets. Old. You have 140 characters. Use them. Creative people use words. Plural. Use your words, people.</em></p>
<p><strong>6. Twittering arguments.</strong><em> Fighting with Internet acquaintances is tempting. You&#8217;re having a bad day, they say something that offends you, and &#8212; wham! &#8212; you engage in a Twitter  feud. Don&#8217;t do it. If <a title="Salon.com" href="http://www.salon.com/books/feature/2009/06/30/critic_fight/trackback" target="_blank">famous people who write books </a>can&#8217;t get away with it, neither can you.</em></p>
<p><strong>5. Twittering rumors that later turn out to be false.</strong> <em>Raise your hand if you have sent out a premature &#8220;RIP&#8221; tweet about a celebrity who later turned out to be very much alive. Please tell us you&#8217;ve learned your lesson. Don&#8217;t tweet major news unless you really know it&#8217;s true. <a title="Mashable" href="http://mashable.com/2009/10/13/zach-braff-video/" target="_blank">And we mean </a></em><a title="Mashable" href="http://mashable.com/2009/10/13/zach-braff-video/trackback" target="_blank">really </a><em><a title="Mashable" href="http://mashable.com/2009/10/13/zach-braff-video/" target="_blank">know it&#8217;s true</a>.</em></p>
<p><strong>4. Twittering spoilers.</strong> <em>Prefacing your tweet with &#8220;SPOILER ALERT&#8221; doesn&#8217;t quite cut it when we&#8217;re talking about 140 characters screaming boldly across your friend&#8217;s phone or laptop. <a title="Hollywood Heartbreaker" href="http://www.hollywoodheartbreaker.com/2009/10/19/stars-can-no-longer-seek-the-security-of-twitter/" target="_blank">Even movie stars aren&#8217;t allowed to do that anymore</a>. Don&#8217;t tell us the end of a movie, the end of this week&#8217;s </em>LOST<em>, but seriously (seriously) don&#8217;t tell us who got the boot on </em>American Idol.</p>
<p><strong>3. Twittering your bodily functions.</strong> <em>This should be a given, but it&#8217;s not. This happens all the time, and it is one of the fastest ways to get acquaintances, business contacts and distant relatives to stop following you. In fact, you&#8217;ll be lucky if your college roommate wants to keep reading your tweets if you head down this road.</em></p>
<p><strong>2. Twittering incessantly.</strong> <em>No one wants to scroll through tweets from you to get to the rest of their friends&#8217; updates. Limit yourself to one or two an hour, and send direct messages if you are having a conversation. Is this rule written in stone? No. But it should be.</em></p>
<p><strong>And the number one way to lose followers &#8230;</strong></p>
<p><strong>1. Bitterly slamming cities, people, businesses, etc.</strong> <em>It&#8217;s so easy to become a Twitterverse legend, and not in a good way &#8212; just ask <a title="David E. Henderson" href="http://www.davidhenderson.com/2009/01/21/key-online-influencer/trackback" target="_blank">the guy who famously insulted a client&#8217;s city</a>! You feel safe when you can see all the faces of your followers, but it&#8217;s an illusion. This is the World Wide Web, and you&#8217;d do well to remember that.</em></p>
<p><em> </em></p>
<p style="text-align: center;"><img class="size-thumbnail wp-image-4516 align right" style="border: 6px solid white;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;">Working from home can either liberate you or weigh you down &#8212; it&#8217;s all about how you do it. Having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work. Here at oDesk, you&#8217;ll find the tips and tools to do it right.</p>
<p style="text-align: left;">- Tamara</p>
<p style="text-align: center;"><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/work-from-home-10-ways-to-lose-twitter-followers-faux-pas-twittiquette/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>oDesk Helps SNAP Summit Companies Succeed at FailCon</title>
		<link>http://www.odesk.com/blog/2009/10/odesk-helps-snap-summit-companies-succeed-at-failcon/</link>
		<comments>http://www.odesk.com/blog/2009/10/odesk-helps-snap-summit-companies-succeed-at-failcon/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:15:31 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[oDesk Challenge]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9026</guid>
		<description><![CDATA[We&#8217;re excited about taking part in today&#8217;s FailCon event being put on by the folks at Snap Summit.  It will be a great venue for entrepreneurs to share ideas about the most common startup mistakes, and take away practical and actionable advice to help keep each other from the dreaded #fail.
In an effort to do [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-helps-snap-summit-companies-succeed-at-failcon%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-helps-snap-summit-companies-succeed-at-failcon%2F" height="61" width="51" /></a></div><p>We&#8217;re excited about taking part in today&#8217;s <a href="http://snapsummit.com/">FailCon</a> event being put on by the folks at Snap Summit.  It will be a great venue for entrepreneurs to share ideas about the most common startup mistakes, and take away practical and actionable advice to help keep each other from the dreaded #fail.</p>
<p>In an effort to do our part to help startups succeed, we&#8217;re extending the <a href="http://www.odesk.com/oDeskChallenge">oDesk Challenge</a> to all of the companies demoing at FailCon.  We&#8217;re going to roll up our sleeves and find the very best talent on oDesk for these companies, so they can build online workteams to save money and stay flexible.</p>
<p>Here are the companies showcased at FailCon &#8211; we&#8217;ll be personally extending our offer to them during the event today.</p>
<div style="display:block;">
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.webvanta.com"><img class="alignnone size-full wp-image-8967" title="Webvanta" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/webvanta.jpg" alt="Webvanta" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.webvanta.com">Webvanta</a></strong></p>
<blockquote><p>Webvanta is a new kind of hosted content management system (CMS) that allows designers to easily build content-rich sites with structured data, without having to mess with back-end code.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://yourversion.com"><img class="alignnone size-full wp-image-8967" title="YourVersion" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/your_version.jpg" alt="YourVersion" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://yourversion.com">YourVersion</a></strong></p>
<blockquote><p>YourVersion is a revolutionary real-time discovery engine that lets you easily discover, share and bookmark new, relevant web content tailored to your interests.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://wemakeitsafer.com"><img class="alignnone size-full wp-image-8967" title="WeMakeItSafer" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/wemake_itsafer.jpg" alt="WeMakeItSafer" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://wemakeitsafer.com">WeMakeItSafer</a></strong></p>
<blockquote><p>Statistically, you have at least 5 products with safety defects in your home right now and don&#8217;t know about it. WeMakeItSafer has the only recall search tool with advanced filtering and image gallery to help you quickly identify potential hazards.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://myjobreferrals.com"><img class="alignnone size-full wp-image-8967" title="MyJobReferrals" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/mjr.jpg" alt="MyJobReferrals" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://myjobreferrals.com">MyJobReferrals</a></strong></p>
<blockquote><p>With MyJobReferrals.com, it’s easy for individuals to browse through open job opportunities and identify positions that a friend or colleague might be interested in hearing about.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://klout.com"><img class="alignnone size-full wp-image-8967" title="Klout" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/klout.jpg" alt="Klout" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://klout.com">Klout</a></strong></p>
<blockquote><p>Klout measures influence on topics across the social web to find the people the world listens to.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://freshout.us"><img class="alignnone size-full wp-image-8967" title="FreshOut" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/freshout.jpg" alt="FreshOut" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://klout.com">Freshout</a></strong></p>
<blockquote><p>We’ve had clients from every continent and deeply enjoy the intersection of different verticals and cultures. We view your distance as an opportunity to innovate rather than a challenge.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.fidofactor.com"><img class="alignnone size-full wp-image-8967" title="FidoFactor" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/fido_factor.jpg" alt="FidoFactor" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://klout.com">Fido Factor</a></strong></p>
<blockquote><p>The Ultimate guide to dog-friendly locations.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://creative.ly"><img class="alignnone size-full wp-image-8967" title="Creative.ly" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/creative_ly.jpg" alt="Creative.ly" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://creative.ly">Creative.ly</a></strong></p>
<blockquote><p>Creative.ly is a fun place to find and collect the best images from all over web. Catalog your favorite photos from flickr or other great websites. Show off the images you love and discover new images from people who share your taste.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.backblaze.com"><img class="alignnone size-full wp-image-8967" title="BackBlaze" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/back_blaze.jpg" alt="BackBlaze" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.backblaze.com">BackBlaze</a></strong></p>
<blockquote><p>The no fuss solution to getting all your data backed up securely. Online backup for only $5/month per computer for unlimited storage.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.moapps.info"><img class="alignnone size-full wp-image-8967" title="MoApps" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/mo_apps.jpg" alt="MoApps" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.moapps.info">MoApps</a></strong></p>
<blockquote><p>The first real estate app you need. Before you purchase a home, or move to a new location, you need to know the local economy.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://scrumninja.com/scrum_software"><img class="alignnone size-full wp-image-8967" title="ScrumNinja" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/scrunninja.jpg" alt="ScrumNinja" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://scrumninja.com/scrum_software">ScrumNinja</a></strong></p>
<blockquote>
<ul style="margin-left:10px;">
<li style="list-style:none;">Plan and estimate projects with ease.</li>
<li style="list-style:none;"> Keep your team focused and productive.</li>
<li style="list-style:none;">Track progress and who&#8217;s working on what.</li>
<li style="list-style:none;">Deliver high-level business value to your product owners.</li>
<li style="list-style:none;">Manage feature delivery and acceptance.</li>
</ul>
</blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.meehive.com"><img class="alignnone size-full wp-image-8967" title="MeeHive" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/meehive.jpg" alt="Meehive" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.meehive.com">MeeHive</a></strong></p>
<blockquote><p>Specify your interests, and we deliver the news.</p>
<ul style="margin-left:10px;">
<li style="list-style:none;">Get the latest from around the world</li>
<li style="list-style:none;">Take MeeHive with you via iPhone, RSS, email and more</li>
<li style="list-style:none;">Discover new interests</li>
<li style="list-style:none;">Share and discuss with friends and family</li>
</ul>
</blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.tribevibe.com"><img class="alignnone size-full wp-image-8967" title="TribeVibe" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/tribe.jpg" alt="TribeVibe" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.tribevibe.com">TribeVibe</a></strong></p>
<blockquote><p>Tribevibe will change the way you think about measuring and curating content.<br />
We&#8217;re not quite ready to let the world hear the beat yet. But you can register now to request an invitation to the initial alpha program. More than 3000 people have already signed up!</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.envolve.com"><img class="alignnone size-full wp-image-8967" title="Envolve" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/envolve.jpg" alt="Envolve" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.envolve.com">Envolve</a></strong></p>
<blockquote><p>With Envolve you&#8217;ll be able to discuss websites in real-time with other readers, share your thoughts with a global audience, and network with other like-minded individuals.</p></blockquote>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td width="200" valign="top"><a href="http://www.econetix.net"><img class="alignnone size-full wp-image-8967" title="Envolve" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/econetix.jpg" alt="Econetix" width="200" height="82" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.econetix.net">Econetix</a></strong></p>
<blockquote><p>We build residential energy efficiency systems that are focused on providing rich end-user experiences. Our products are affordable, easy to use, and are designed to introduce long-term energy efficient behaviors into the home.</p></blockquote>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/odesk-helps-snap-summit-companies-succeed-at-failcon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>oDesk oConomy Hits $100 Million</title>
		<link>http://www.odesk.com/blog/2009/10/odesk-oconomy-hits-100-million/</link>
		<comments>http://www.odesk.com/blog/2009/10/odesk-oconomy-hits-100-million/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:39:50 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Inside oDesk]]></category>
		<category><![CDATA[milestone]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[providers]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9111</guid>
		<description><![CDATA[Moments ago, the odometer at oDesk&#8217;s oConomy rolled over. Our providers have earned over $100 million dollars on oDesk &#8211; a fantastic feat that has all of us here in Menlo Park cheering.
This rate grows every day, and there will be more work done on oDesk this month than on any other online work marketplace. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-oconomy-hits-100-million%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-oconomy-hits-100-million%2F" height="61" width="51" /></a></div><p><img class="alignright size-full wp-image-9112" title="100millionmoment" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/100millionmoment.png" alt="100millionmoment" width="263" height="109" />Moments ago, the odometer at <a href="http://www.odesk.com/community/oconomy">oDesk&#8217;s oConomy</a> rolled over. Our providers have earned over $100 million dollars on oDesk &#8211; a fantastic feat that has all of us here in Menlo Park cheering.</p>
<p>This rate grows every day, and there will be more work done on oDesk this month than on any other online work marketplace. Period.</p>
<p>In addition to passing this tremendous milestone, oDesk continues to grow 3-5 times faster than any other online work marketplace.</p>
<p>So congratulations to our incredible providers, and to the buyers who have hired them. You guys are changing how the world works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/odesk-oconomy-hits-100-million/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Think you know proper online etiquette?</title>
		<link>http://www.odesk.com/blog/2009/10/think-you-know-proper-online-etiquette/</link>
		<comments>http://www.odesk.com/blog/2009/10/think-you-know-proper-online-etiquette/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:15:30 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Outsourcing Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email etiquette]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[etiquette]]></category>
		<category><![CDATA[netiquette]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[smilies]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8087</guid>
		<description><![CDATA[My faith in professional online etiquette was called into question last week, when I spotted a rather unflattering eBay auction—posted by a professional dealer no less—advertising a car. In a single run-on sentence devoid of capital letters, the auction promised heightened sexual attraction for anyone in the driver’s seat, contained several obvious spelling mistakes, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthink-you-know-proper-online-etiquette%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fthink-you-know-proper-online-etiquette%2F" height="61" width="51" /></a></div><p>My faith in professional online etiquette was called into question last week, when I spotted a rather unflattering eBay auction—posted by a professional dealer no less—advertising a car. In a single run-on sentence devoid of capital letters, the auction promised heightened sexual attraction for anyone in the driver’s seat, contained several obvious spelling mistakes, and concluded with no less than 18 exclamation points. If ever there was an example of how not to conduct business online, this auction was it.</p>
<p><a href="http://www.odesk.com/blog/wp-content/uploads/2009/09/etiquette2.jpg"><img class="alignleft size-full wp-image-8106" title="etiquette2" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/etiquette2.jpg" alt="etiquette2" width="244" height="151" /></a></p>
<p>Acting professional in online communications, whether through email, online postings, or profiles, should be a matter of common sense for oDesk providers and buyers alike. Unfortunately, the comfortable anonymity that stems from communicating through a computer keyboard can be quite deceptive. As a result, the automatic etiquette-check in our brain that separates professional communications from informal situations may never get tripped. Should this happen, lucky individuals will just eat a crow sandwich and move on. Those less fortunate could miss key employment opportunities or even lose clients.</p>
<p>Blogs and guides for more detailed “netiquette” are everywhere, but <a href="http://www.netmanners.com/" target="_blank">Netmanners.com </a>should be a prerequisite for anyone venturing into a professional online career. <a href="http://carolboryblog.com/" target="_blank">Carol Bory’s daily blog </a>on business etiquette and <a href="http://marciapledger.com/?p=25" target="_blank">Marcia Pledger’s suggestions</a> are also worthy reads. If you don’t have hours to study the finer points however, these six etiquette tips can help ensure you don’t commit a professional faux pas.</p>
<ul>
<li><strong>Don’t use smiles or emoticons.</strong> These are fun, cute ways to convey emotions in an informal email or forum post, but they don’t belong in a professional communication. Good rule of thumb: if you’re not sure a particular passage will be taken correctly without a smiley or emoticon, don’t use that passage.<a href="http://www.odesk.com/blog/wp-content/uploads/2009/09/noemoticons2.jpg"><img class="alignright size-full wp-image-8108" title="noemoticons2" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/noemoticons2.jpg" alt="noemoticons2" width="208" height="334" /></a></li>
</ul>
<ul>
<li><strong>Don’t get fancy on fonts or formatting.</strong> Formatting can change between computers, fancy fonts or multi-colored formatting can sometimes be difficult to read, and frankly, it also looks like a cheap attempt to get attention.</li>
</ul>
<ul>
<li><strong>Keep email attachments small. </strong>Under 256 Kilobytes (Kb) is a good rule of thumb. If you’re unsure what kind of connection your recipient is using, contact them first to ask permission on larger attachments.</li>
</ul>
<ul>
<li><strong>Don’t use internet lingo or abbreviations.</strong> Everyone likes to LOL, but AFAIC, such lingo is far too informal—and potentially confusing—for anything but basic chatting between friends.</li>
</ul>
<ul>
<li><strong>Include your email address in your closing signature.</strong> Aside from being convenient, some mail readers don’t display email addresses. Sure, one could just hit reply, but what if your message was forwarded to someone else?</li>
</ul>
<ul>
<li><strong>Don’t type angry.</strong> You will type things when you’re angry that you’d never, ever say to someone in person, and if you send it, you <em>will</em> regret it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/think-you-know-proper-online-etiquette/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 Must-Read Affiliate Marketing Blogs</title>
		<link>http://www.odesk.com/blog/2009/10/top-10-must-read-affiliate-marketing-blogs/</link>
		<comments>http://www.odesk.com/blog/2009/10/top-10-must-read-affiliate-marketing-blogs/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 14:17:36 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8966</guid>
		<description><![CDATA[To celebrate the recent launch of the new oDesk Affiliate Program, we&#8217;ve gathered a list of the Top 10 Must-Read Affiliate Marketing blogs on the web.  For each one of these awesome blogs, we&#8217;ve given you some information about who writes the content and why we think their blog is great.  We&#8217;ve also linked to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftop-10-must-read-affiliate-marketing-blogs%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftop-10-must-read-affiliate-marketing-blogs%2F" height="61" width="51" /></a></div><p>To celebrate the recent launch of the new <strong>oDesk Affiliate Program</strong>, we&#8217;ve gathered a list of the Top 10 Must-Read Affiliate Marketing blogs on the web.  For each one of these awesome blogs, we&#8217;ve given you some information about who writes the content and why we think their blog is great.  We&#8217;ve also linked to one of their must-read articles.</p>
<p>If you&#8217;re looking to get involved with affiliate marketing, why not learn from the best?</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><a href="http://www.shoemoney.com"><img class="alignnone size-full wp-image-8967" title="Shoemoney" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/FD6DFD4CAFDC640090DFB0221337DAAB1.jpg" alt="Shoemoney" width="132" height="98" /></a></td>
<td valign="top">
<p style="text-align: left;"><strong><a href="http://www.shoemoney.com">Shoemoney</a>: Skills to Pay the Bills</strong></p>
<blockquote><p><strong>Who writes it? &#8211; <a href="http://www.shoemoney.com/shoemoney-biography">Jeremy Schoemaker</a></strong>, internet marketer, founder of Shoemoney Media Group<br />
<strong>Why it&#8217;s great -</strong> Jeremy&#8217;s informative posts, the Marketplace<br />
<strong>Must-read article -</strong> <a href="http://www.shoemoney.com/2009/07/01/how-to-avoid-obvious-failure-as-an-affiliate">&#8220;How To Avoid Obvious Failure As An Affiliate&#8221;</a> by Jeremy Schoemaker</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://zacjohnson.com/"><img class="alignnone size-full wp-image-8968" title="Zac Johnson" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/CCAC9078DD1AECEE689A2C2297407F5D1.jpg" alt="Zac Johnson" width="132" height="98" /></a></td>
<td valign="top"><strong><a href="http://zacjohnson.com/">Zac Johnson</a>: Inside the Secret Life of a Super Affiliate</strong></p>
<blockquote><p><strong>Who writes it? &#8211; <a href="http://zacjohnson.com/about/">Zac Johnson</a></strong>; affiliate marketer<br />
<strong>Why it&#8217;s great &#8211; </strong>Nice roundup of internet marketing tools, solid content<br />
<strong>Must-read article -</strong> <a href="http://zacjohnson.com/5-simple-ways-to-increase-click-through-rates/">&#8220;5 Simple Ways to Increase Click Through Rates&#8221;</a> by Zac Johnson</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.murraynewlands.com"><img class="alignnone size-full wp-image-8975" title="Murray Newlands" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/c6a70b13819a1484ac1fa20c898106f91.jpg" alt="Murray Newlands" width="132" height="98" /></a></td>
<td valign="top"><strong><a href="http://www.murraynewlands.com/">Murray Newlands</a>: Affiliate Marketing Blog &amp; Social Media Marketing Blog</strong></p>
<blockquote><p><strong>Who writes it? &#8211; </strong><a href="http://www.murraynewlands.com/about/">Murray Newlands</a>; internet marketer, blogger, ebook author<br />
<strong>Why it&#8217;s great -</strong> Useful news updates relevant to internet marketers, interesting interviews<br />
<strong>Must-read article -</strong> <a href="http://www.murraynewlands.com/affiliate-marketing-for-merchants-affiliate-book-affiliate-handbook/">&#8220;Affiliate Marketing for Merchants&#8221;</a> by Murray Newlands</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.johnchow.com"><img class="alignnone size-full wp-image-8976" title="John Chow" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/a6653c05765c25dbaca66b7ae59a05351.jpg" alt="John Chow" width="132" height="98" /></a><a title="Bizzia" href="http://twitter.com/bizzia" target="_blank"></a></td>
<td valign="top"><strong><a href="http://www.johnchow.com/">John Chow</a>: The Miscellaneous Ramblings of a Dot Com Mogul</strong></p>
<blockquote><p><strong>Who writes it? -</strong> <a href="http://www.johnchow.com/about/">John Chow</a>; internet marketer, founder of The TechZone and TTZ Media Network<br />
<strong>Why it&#8217;s great &#8211; </strong>John&#8217;s marketing wisdom &amp; his sense of humor<br />
<strong>Must-read article -</strong> <a href="http://www.johnchow.com/5-strategies-to-make-money-as-an-affiliate-marketer/">&#8220;5 Strategies to Make Money as an Affiliate Marketer&#8221;</a> by John Chow</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://blog.affiliatetip.com"><img class="alignnone size-full wp-image-8995" title="Affiliate Tip" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/afftip.png" alt="Affiliate Tip" width="132" height="106" /></a><a title="Adam Toren" href="http://twitter.com/thebizguy" target="_blank"></a></td>
<td valign="top"><strong><a href="http://blog.affiliatetip.com/">Affiliate Tip</a>: An Affiliate Marketing Blog</strong></p>
<blockquote><p><strong>Who writes it? -</strong> <a href="http://blog.affiliatetip.com/about/">Shawn Collins</a>; internet marketer, co-Editor-in-Chief of FeedFront Magazine, Founder of GeekCast.fm<br />
<strong>Why it&#8217;s great -</strong> Shawn&#8217;s section for Affiliate Newbies, video posts<br />
<strong>Must-read article -</strong> <a href="http://blog.affiliatetip.com/archives/step-by-step-process-to-be-an-affiliate/">&#8220;Step-by-Step Process to be an Affiliate&#8221;</a> by Shawn Collins</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.johncow.com"><img class="alignnone size-full wp-image-8977" title="John Cow" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/B77998A119122A20F6A561B07E79652C1.jpg" alt="John Cow" width="132" height="98" /></a></td>
<td valign="top"><strong><a href="http://www.johncow.com">John Cow</a>: Making Money Online</strong></p>
<blockquote><p><strong>Who writes it? -</strong> <a href="http://www.johncow.com/about-john-cow/">Jason Katzenback</a>; internet entrepreneur<br />
<strong>Why it&#8217;s great -</strong> The name (a play on John Chow), Jason&#8217;s conversational writing style<br />
<strong>Must-read article -</strong> <a href="http://www.johncow.com/dont-be-a-shy-affiliate-marketer/">&#8220;Don&#8217;t be a Shy Affiliate Marketer&#8221;</a> by &#8220;John Cow&#8221;</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://finchsells.com"><img class="alignnone size-full wp-image-8988" title="Finch Sells" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/1a64f3ade6d9844c33488226048f12051.jpg" alt="Finch Sells" width="132" height="98" /></a></td>
<td valign="top"><strong><a href="http://finchsells.com/">Finch Sells</a></strong>: <strong>Affiliate Marketing &amp; Creative Thinking</strong></p>
<blockquote><p><strong>Who writes it? &#8211; </strong><a href="http://finchsells.com">Finch</a>; internet marketer, affiliate, blog artist<br />
<strong>Why it&#8217;s great &#8211; </strong>Finch&#8217;s no-bs style, the Affiliate Toolbox<br />
<strong>Must-read article -</strong> <a href="http://finchsells.com/2009/10/22/investing-for-the-future-with-affiliate-marketing/">&#8220;Investing For The Future With Affiliate Marketing&#8221;</a> by Finch</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.affiliatexfiles.com"><img class="alignnone size-full wp-image-8989" title="Affiliate X Files" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/55f2622909c0cfa66cda2daa7be12dc91.jpg" alt="Affiliate X Files" width="132" height="98" /></a></td>
<td valign="top"><strong><a href="http://www.affiliatexfiles.com/">Affiliate X Files</a></strong><strong>: How Does Affiliate Marketing Work</strong></p>
<blockquote><p><strong>Who writes it? &#8211; </strong><a href="http://www.affiliatexfiles.com/about/">Ron Cripps</a>; marketing copywriter<br />
<strong>Why it&#8217;s great -</strong> Great introductory articles for those new to affiliate marketing, tutorials<br />
<strong>Must-read article -</strong> <a href="http://www.affiliatexfiles.com/how-to-become-an-affiliate-marketer/">&#8220;How To Become An Affiliate Marketer&#8221;</a> by AffiliateX</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.here.org.uk"><img class="alignnone size-full wp-image-8996" title="Affiliate Marketing Blog" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/hereorguk.png" alt="Affiliate Marketing Blog" width="132" height="106" /></a></td>
<td valign="top"><strong><a href="http://www.here.org.uk/">Affiliate Marketing Blog</a>: from UK Offer Media</strong></p>
<blockquote><p><strong>Who writes it? &#8211; </strong>Kieron Donoghue; internet marketer, founder of UK Offer Media<br />
<strong>Why it&#8217;s great -</strong> Top-notch insight into the world of internet marketing<br />
<strong>Must-read article -</strong> <a href="http://www.here.org.uk/2009/02/the-benefits-of-working-full-time-in-affiliate-marketing.html">&#8220;The benefits of working full time in Affiliate Marketing&#8221;</a> by Kieron Donoghue</p></blockquote>
</td>
</tr>
<tr>
<td width="60" valign="top"><a href="http://www.moreniche.com/blog/"><img class="alignnone size-full wp-image-8997" title="MoreNiche Affiliate Marketing" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/moreniche.png" alt="MoreNiche Affiliate Marketing" width="132" height="106" /></a></td>
<td valign="top"><strong><a href="http://www.moreniche.com/blog/">MoreNiche Affiliate Marketing Blog</a><br />
</strong></p>
<blockquote><p><strong>Who writes it? &#8211; </strong>The MoreNiche Team<br />
<strong>Why it&#8217;s great &#8211; </strong>Useful material, insider knowledge<br />
<strong>Must-read article -</strong> <a href="http://www.moreniche.com/blog/2009/marketing-strategy/how-to-increase-affiliate-marketing-sales/">&#8220;How To Increase Affiliate Marketing Sales&#8221;</a></p></blockquote>
</td>
</tr>
</tbody>
</table>
<p>As we mentioned in yesterday&#8217;s post, we&#8217;re excited to partner with affiliate marketers, but we are <strong>even more excited</strong> to introduce the world of affiliate marketing to oDesk. Publishers can use oDesk for all of their day-to-day needs, since oDesk is a great place to find <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Web%20Development">web developers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Design%20%26%20Multimedia">graphic designers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Writing%20%26%20Translation&amp;c2=Blog%20%26%20Article%20Writing">blog writers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Administrative%20Support">virtual assistants</a>, and <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Sales%20%26%20Marketing&amp;c2=SEM%20-%20Search%20Engine%20Marketing">online marketers</a> (SEO, PPC, and social media experts).</p>
<p><a href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504">Click here </a>to apply to oDesk&#8217;s Affiliate Program on Commission Junction today!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/top-10-must-read-affiliate-marketing-blogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcing the new oDesk Affiliate Program</title>
		<link>http://www.odesk.com/blog/2009/10/announcing-the-new-odesk-affiliate-program/</link>
		<comments>http://www.odesk.com/blog/2009/10/announcing-the-new-odesk-affiliate-program/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 22:00:47 +0000</pubDate>
		<dc:creator>Shawn</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[affiliate program]]></category>
		<category><![CDATA[affiliates]]></category>
		<category><![CDATA[oDesk]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8902</guid>
		<description><![CDATA[We&#8217;re excited to announce the new oDesk Affiliate Program via Commission Junction!
We look forward to working with affiliate marketers to grow the oDesk community.  We are even more excited to introduce the world of affiliate marketing to oDesk.  Publishers can use oDesk for all of their day-to-day needs, since oDesk is a great place to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fannouncing-the-new-odesk-affiliate-program%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fannouncing-the-new-odesk-affiliate-program%2F" height="61" width="51" /></a></div><p>We&#8217;re excited to announce the new <strong>oDesk Affiliate Program </strong>via Commission Junction!</p>
<p>We look forward to working with affiliate marketers to grow the oDesk community.  We are <strong>even more excited</strong> to introduce the world of affiliate marketing to oDesk.  Publishers can use oDesk for all of their day-to-day needs, since oDesk is a great place to find <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Web%20Development">web developers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Design%20%26%20Multimedia">graphic designers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Writing%20%26%20Translation&amp;c2=Blog%20%26%20Article%20Writing">blog writers</a>, <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Administrative%20Support">virtual assistants</a>, and <a href="http://www.odesk.com/users/?sid=3001&amp;c1=Sales%20%26%20Marketing&amp;c2=SEM%20-%20Search%20Engine%20Marketing">online marketers</a> (SEO, PPC, and social media experts).</p>
<p>Why should you enroll in our new program?</p>
<ul>
<li>We will pay <strong><span style="font-weight: normal;">affiliates </span>$10 for each new buyer</strong> they send to oDesk that signs up &amp; verifies a payment method.</li>
<li>We will pay <strong><span style="font-weight: normal;">affiliates </span>10% of all of the money</strong> we make from those buyers for the first year after they sign up.</li>
</ul>
<p><a href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504"><img class="size-full wp-image-8920 alignleft" style="margin: 5px 10px;" title="Find Web Developers on oDesk" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/10806645.gif" alt="Find Web Developers on oDesk" width="125" height="125" /></a></p>
<p>We&#8217;ve provided a variety of banner, text link, and flash options for affiliates to choose from. We&#8217;ve also provided a list of recommended keywords for them to use in their online marketing campaigns.  We&#8217;ve even created some APIs so affiliates can create custom sites using our job feeds - <a style="color: #2a5db0;" href="http://developers.odesk.com/" target="_blank">http://developers.odesk.com</a>.</p>
<p>Affiliate marketers and users of our user-user referral system are welcome to apply to the new program. <a href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504">Click here</a> to get started now!</p>
<p><a style="text-decoration: none;" href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504"><img class="alignright size-full wp-image-8921" title="Find Virtual Assistants on oDesk" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/10811078.gif" alt="Find Virtual Assistants on oDesk" width="125" height="125" /></a></p>
<p>We&#8217;re excited about our program and hope you will be, too.  We want to work closely with our affiliates and help them succeed, so if you have any ideas about how we can make our program better, let us know!  Email <a href="mailto:affiliate-team@odesk.com">affiliate-team@odesk.com</a>.</p>
<p style="text-align: center;"><a href="https://signup.cj.com/member/brandedPublisherSignUp.do?air_refmerchantid=2746504"><img class="size-full wp-image-9009 aligncenter" title="AEC_cj_logo" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/AEC_cj_logo.gif" alt="AEC_cj_logo" width="300" height="57" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/announcing-the-new-odesk-affiliate-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>oDesk wants your feedback</title>
		<link>http://www.odesk.com/blog/2009/10/odesk-wants-your-feedback/</link>
		<comments>http://www.odesk.com/blog/2009/10/odesk-wants-your-feedback/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 21:52:03 +0000</pubDate>
		<dc:creator>duncan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=9004</guid>
		<description><![CDATA[Our community has always been instrumental in developing new oDesk features and improving its applications.
We&#8217;re dedicated to improving the way we capture your input and over the last several weeks we&#8217;ve been testing a new feedback forum powered by User Voice.
The forum has been working very well and we decided to add a floating widget throughout [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-wants-your-feedback%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-wants-your-feedback%2F" height="61" width="51" /></a></div><div><img class="alignright size-medium wp-image-9016" title="Outsource to Freelancers, IT Companies, Programmers, Web Designers from India, Russia, USA, and more - oDesk" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/Outsource-to-Freelancers-IT-Companies-Programmers-Web-Designers-from-India-Russia-USA-and-more-oDesk-480x288.jpg" alt="Outsource to Freelancers, IT Companies, Programmers, Web Designers from India, Russia, USA, and more - oDesk" width="299" height="179" />Our community has always been instrumental in developing new oDesk features and improving its applications.</div>
<div>We&#8217;re dedicated to improving the way we capture your input and over the last several weeks we&#8217;ve been testing a new <a href="http://feedback.odesk.com"><span style="text-decoration: underline;">feedback forum</span></a> powered by User Voice.</div>
<div>The forum has been working very well and we decided to add a floating widget throughout the site &#8212; so you can tell us what you think on every single page.</div>
<div>Please don&#8217;t hesitate to give us your  <a href="http://feedback.odesk.com"><span style="text-decoration: underline;">feedback</span></a>, positive or negative, no matter how small it may seem. And don&#8217;t forget to vote for your favorite suggestions &#8212; it will help us focus on improvements and future developments.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/odesk-wants-your-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relaunching the Candidate List</title>
		<link>http://www.odesk.com/blog/2009/10/relaunching-the-candidate-list/</link>
		<comments>http://www.odesk.com/blog/2009/10/relaunching-the-candidate-list/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:03:44 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8969</guid>
		<description><![CDATA[In an effort to make the job post page easier on the eye we removed the candidate list last week. The feedback of our community was loud and clear, and we decided to reverse the decision and bring the candidate list back to public job posts. We thank you for not being shy with your [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Frelaunching-the-candidate-list%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Frelaunching-the-candidate-list%2F" height="61" width="51" /></a></div><p>In an effort to make the job post page easier on the eye we removed the candidate list last week. The feedback of our community was loud and clear, and we decided to reverse the decision and bring the candidate list back to public job posts. We thank you for <a href="http://www.odesk.com/blog/2009/10/minimum-rates-on-job-posts-and-candidate-list/#comments">not being shy</a> with your <a href="http://feedback.odesk.com/pages/26681-general/suggestions/351143-removing-candidates-list-from-job-opening-new-change-?ref=title">comments</a>.</p>
<p>In the near future, we’re planning to make some changes to the candidate list on job openings to display it in a better format and provide only the most critical information. Based on your feedback, we&#8217;re also working to add a label to the job post that will mark jobs to which you&#8217;ve already applied. </p>
<p>As an organization oDesk firmly believes in incorporating user input and testing everything we develop. If you felt that we did not gather enough opinions on this change before rolling it out, we apologize. As we grow together it&#8217;s important to constantly improve our processes and we&#8217;d like to do a better job of capturing your voice. To that end, we launched our <a href="http://feedback.odesk.com">feedback forum</a> and we welcome your suggestions, feedback, and votes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/relaunching-the-candidate-list/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Time Reports API</title>
		<link>http://www.odesk.com/blog/2009/10/time-reports-api/</link>
		<comments>http://www.odesk.com/blog/2009/10/time-reports-api/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:38:56 +0000</pubDate>
		<dc:creator>duncan</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[What's New?]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[API center]]></category>
		<category><![CDATA[odesk API]]></category>
		<category><![CDATA[public API]]></category>
		<category><![CDATA[Time Reports]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8961</guid>
		<description><![CDATA[We&#8217;ve lately added quite a few new methods to the oDesk API Center and today there&#8217;s a new member of the family &#8212; Time Reports.
So how can users leverage the Time Reports API?
* Buyers can generate detailed hourly reports for their oDesk team, agency and company.
* Providers can generate detailed reports for their personal oDesk [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftime-reports-api%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftime-reports-api%2F" height="61" width="51" /></a></div><p>We&#8217;ve lately added quite a few new methods to the oDesk <a title="oDesk API Center" href="http://developers.odesk.com" target="_self">API Center</a> and today there&#8217;s a new member of the family &#8212; <a title="Time Reports API" href="http://developers.odesk.com/Time-Reports-API" target="_self">Time Reports</a>.<br />
So how can users leverage the Time Reports API?</p>
<p>* Buyers can generate detailed hourly reports for their oDesk team, agency and company.<br />
* Providers can generate detailed reports for their personal oDesk accounts.<br />
* Users can control what the reports display and how they are formatted &#8212; the reports are very versatile.<br />
* This API and its variants deliver a quick way to plug into an large library of existing Google display widgets and formats.</p>
<p>To learn more about the Time Reports API click <a title="Time Reports API" href="http://developers.odesk.com/Time-Reports-API">here</a>.</p>
<p>Please share your feedback and suggestions for ongoing improvement in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/time-reports-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find the job you want &#8211; the new Job Search results page</title>
		<link>http://www.odesk.com/blog/2009/10/find-the-job-you-want-the-new-job-search-results-page/</link>
		<comments>http://www.odesk.com/blog/2009/10/find-the-job-you-want-the-new-job-search-results-page/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 04:40:12 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Jobs]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8868</guid>
		<description><![CDATA[The job search results page has undergone a major redesign that makes it easier to find the quality jobs you&#8217;re looking for.
So what&#8217;s all the fuss about?

 Looks: The page is now easily scanned from top-to-bottom highlighting the important details about a job. Focusing on only the most necessary information it lets you quickly identify [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ffind-the-job-you-want-the-new-job-search-results-page%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ffind-the-job-you-want-the-new-job-search-results-page%2F" height="61" width="51" /></a></div><p><img class="size-full wp-image-8871 alignright" title="Job Search Results" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/jobsearchpromo.png" alt="Job Search Results" width="196" height="254" />The <a href="http://www.odesk.com/jobs/?q=developer&amp;q_td=css+ajax+php&amp;t=Hourly&amp;sort=Date+Created&amp;dir=desc">job search results page</a> has undergone a major redesign that makes it easier to find the quality jobs you&#8217;re looking for.</p>
<p>So what&#8217;s all the fuss about?</p>
<ul>
<li> <strong>Looks: </strong>The page is now easily scanned from top-to-bottom highlighting the important details about a job. Focusing on only the most necessary information it lets you quickly identify the jobs that are the best fit.</li>
<li><strong>Search criteria:</strong> A clear and detailed display of the selected search criteria  The controls to modify your search are kept out of the way until needed so you can focus on the jobs themselves.</li>
<li><strong>Modify Search:</strong> Job posts are now searchable by specific skills as well as generic keywords.</li>
<li><strong>Buyer details:</strong> Easy-to-read icons denote buyer activity and feedback scores at a glance. Full details are found by mousing-over the icons.</li>
<li><strong>Filter sidebar:</strong> An adjustable criteria display that narrows down search results by category, sub-category and Groups.</li>
</ul>
<p>This is just a first step and we will continue making improvements to the job search pages in the next few months.<br />
Please share your feedback and suggestions for ongoing improvement in the <a href="http://www.odesk.com/blog/2009/10/find-the-job-you-want-the-new-job-search-results-page">comments</a>.</p>
<p>If you have any enhancement ideas please share them with us in our new <a href="http://feedback.odesk.com"> feedback forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/find-the-job-you-want-the-new-job-search-results-page/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>iPhone vs. Android &#8211; Goliath vs. Goliath?</title>
		<link>http://www.odesk.com/blog/2009/10/iphone-vs-android-goliath-vs-goliath/</link>
		<comments>http://www.odesk.com/blog/2009/10/iphone-vs-android-goliath-vs-goliath/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:40:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android SDK]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[iphone SDK]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[objective-C]]></category>
		<category><![CDATA[os X]]></category>
		<category><![CDATA[skill]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[symbian sdk]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8827</guid>
		<description><![CDATA[As sales of smartphones rises so does the demand for talented developers to exploit these new platforms. The two most popular mobile platforms in the oDesk marketplace are Apple&#8217;s iPhone OS, and Google&#8217;s Android OS. Below is a run down of how the demand for these skills has fared over the last 12 months, and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fiphone-vs-android-goliath-vs-goliath%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fiphone-vs-android-goliath-vs-goliath%2F" height="61" width="51" /></a></div><p><em>As sales of smartphones rises so does the demand for talented developers to exploit these new platforms. The two most popular mobile platforms in the oDesk marketplace are Apple&#8217;s iPhone OS, and Google&#8217;s Android OS. Below is a run down of how the demand for these skills has fared over the last 12 months, and where developers can get started developing on these platforms.</em></p>
<p><strong>iPhone</strong><br />
The Apple iTunes App Store for the iPhone and iPod Touch has been open for just over 15 months, with Apple reporting over 2 billion App downloads. The gold rush to develop iPhone apps, fueled by Apple&#8217;s marketing efforts and ambitious entrepreneurs, has led many buyers to the expert developers in the oDesk marketplace and fueled steady growth in demand for skilled <a href="http://www.odesk.com/trends/iPhone">iPhone developers</a>. The iPhone&#8217;s addictive multi-touch screen and sleek design offer an attractive platform for potentially viral Apps.</p>
<p><a href="http://www.odesk.com/trends/iPhone"><img class="aligncenter size-full wp-image-8824" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iphone-chart.png" alt="oDesk iphone Trend Data" width="450" height="210" /></a></p>
<p>iPhone and iPod Touch development requires that you have an Intel-based Mac running Mac OS X Leopard, <a id="ulp0" title="X-code" href="http://developer.apple.com/TOOLS/Xcode/">X-code</a>, the <a id="yv5r" title="iPhone SDK" href="http://developer.apple.com/iphone/">iPhone SDK</a>, and some knowledge of Objective-C language. Owning an iPhone or iPod touch would be necessary for proper testing, but isn&#8217;t required for writing and running programs in the included iPhone Simulator. Apple also offers a $99 <a id="id4w" title="iPhone Developer Program" href="http://developer.apple.com/iphone/program/">iPhone Developer Program</a>, but this is only necessary if you plan on releasing an app to the app store directly.</p>
<p><strong>Android</strong><br />
Google&#8217;s Android mobile phone OS, without the fuel of Apple&#8217;s App Store has not garnered the same popularity on oDesk, but still employs a significant number of <a href="http://www.odesk.com/trends/Android">Android developers</a>, outpacing demand for developers of any other mobile OS on oDesk aside from the iPhone.</p>
<p><a href="http://www.odesk.com/trends/Android"><img class="aligncenter size-full wp-image-8825" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/android-chart.png" alt="oDesk Android Trend Data" width="450" height="210" /></a></p>
<p>Android is an Open Source, Linux-based OS running on phones from HTC, Motorola, Samsung and LG, with rumored devices appearing soon on devices from Sony Ericsson, BenQ, and Dell. The number of Android devices on the horizon makes it poised to be a dominant mobile OS. The Android Market also offers a free service for developers to sell their apps.</p>
<p>The <a id="k8t9" title="Android SDK" href="http://developer.android.com/sdk/1.6_r1/index.html">Android SDK</a> will run on Mac, Windows, or Linux, and <a id="x70:" title="requires" href="http://developer.android.com/sdk/1.6_r1/requirements.html">requires</a> Java JDK 5 or 6. Eclipse 3.5 is the recommended IDE for development. <a id="cj55" title="Android's Developers site" href="http://developer.android.com/index.html">Android&#8217;s Developers site</a> has everything you need to get started, except for a handset which can be any Android Device, or the official Android Dev Phone 1, a special unlocked HTC Dream.<br />
<strong></p>
<p>The Market</strong><br />
While programming for the iPhone and Android OS are the most in demand mobile phone development skills on oDesk, they aren&#8217;t the only mobile operating systems. <a id="hi-5" title="A recent admob study" href="http://metrics.admob.com/2009/09/august-2009-mobile-metrics-report/">Admob&#8217;s August 2009 Mobile Metrics</a> report shows that of phones using their ad network globally, iPhone OS claiming the majority, and Nokia&#8217;s Symbian OS, and RIM&#8217;s Blackberry OS both beating out Android. However, Android is rising from last year, and Symbian and Blackberry are both falling. This breakdown speaks volumes for the confidence in Android&#8217;s future, and to the brilliantly standardized outlet that the Apple App Store and Android Market provide as both a service to end users and developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/iphone-vs-android-goliath-vs-goliath/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Raising Your Rates</title>
		<link>http://www.odesk.com/blog/2009/10/work-from-home-freelanceraising-your-rates/</link>
		<comments>http://www.odesk.com/blog/2009/10/work-from-home-freelanceraising-your-rates/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 16:32:32 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Ben Gibbin]]></category>
		<category><![CDATA[freelance advice]]></category>
		<category><![CDATA[Freelance Switch]]></category>
		<category><![CDATA[freelance tips]]></category>
		<category><![CDATA[Freelance Writerville]]></category>
		<category><![CDATA[freelancing best practices]]></category>
		<category><![CDATA[income]]></category>
		<category><![CDATA[Jason Cohen]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Podcast for Freelancers]]></category>
		<category><![CDATA[raising rates]]></category>
		<category><![CDATA[rates]]></category>
		<category><![CDATA[setting rates]]></category>
		<category><![CDATA[stimulus]]></category>
		<category><![CDATA[Yolander Prinzel]]></category>
		<category><![CDATA[You've Found Your Specialty--Now What?]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8690</guid>
		<description><![CDATA[Coming up with an empty wallet a little more often than you used to? Well, your own personal stimulus plan might solve the problem: Raise your rates.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwork-from-home-freelanceraising-your-rates%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwork-from-home-freelanceraising-your-rates%2F" height="61" width="51" /></a></div><p><img class="size-full wp-image-8777 align left" style="border: white 10px solid" title="empty_wallet_freelancer1_2" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/empty_wallet_freelancer1_2.jpg" alt="empty_wallet_freelancer1_2" width="167" height="205" align="left" />Feeling a little broke? Coming up with an empty wallet a little more often than you used to? Well your own personal stimulus plan might solve your problem. What&#8217;s the plan? Raise your rates.</p>
<p>We&#8217;ve asked three popular bloggers who specialize in the freelance realm &#8212; and ooze the wisdom of experience &#8211; what tips they would offer consultants / providers / freelancers who are looking to bring in more money by raising their rates. Our three bloggers? Freelance financial writer and author of <em><a title="You've Found Your Specialty ..." href="http://www.freelancewriterville.com/?page_id=2770/trackback" target="_blank">You&#8217;ve Found Your Specialty &#8212; Now What?</a>,</em> <a title="Yolander Prinzel" href="http://www.yolanderprinzel.com" target="_blank">Yolander Prinzel</a> of <a title="Freelance Writerville" href="http://www.freelancewriterville.com" target="_blank">Freelance Writerville</a>; freelance graphic designer <a title="Ben Gribbon" href="http://www.bengribbin.com" target="_blank">Ben Gribbin </a>of <a title="Podcast for Freelancers" href="http://www.podcastforfreelancers.com" target="_blank">Podcast for Freelancers</a>; and self-proclaimed &#8220;gear head geek&#8221; and creator of the peer code review tool <a title="Code Collaborator" href="http://smartbear.com/codecollab.php" target="_blank">Code Collaborator</a>,  <a title="Jason Cohen Bio" href="http://blog.asmartbear.com" target="_blank">Jason Cohen</a> of <a title="Freelance Switch" href="http://www.freelanceswitch.com" target="_blank">Freelance Switch</a>.</p>
<p>Thankfully, their advice is free!</p>
<p style="text-align: center;"><strong>TIPS FOR RAISING YOUR HOURLY RATE</strong></p>
<p><strong>EARN IT. </strong>&#8220;If you are going to up your rates, you really need to have a reason for doing so. If you&#8217;ve gotten better at design, for example, you&#8217;ve earned it. You must communicate why you are now charging your clients more,&#8221; says Ben Gribbin.</p>
<p><strong>BE REALISTIC. </strong>&#8220;Be brutally honest with yourself,&#8221; Gribbin adds. &#8220;Everyone would like to charge $200 per hour. Are you worth it?&#8221;</p>
<p><strong>SPECIALIZE. </strong>&#8220;The easiest way to command higher rates is to specialize in a subject that you have a lot of experience with. People pay more for expertise,&#8221; says Yolander Prinzel.</p>
<p><img class="size-thumbnail wp-image-8778 align right" style="border: white 10px solid" title="freelancers_money_tree1" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/freelancers_money_tree1.jpg" alt="freelancers_money_tree1" width="119" height="150" align="right" /></p>
<p><strong>TIER SERVICES. </strong>Prinzel continues, &#8220;You can raise your rates, while still making your services available to all budgets. Create tiered services that allow for full-service to those who can afford it and modified services for those who can&#8217;t.&#8221;<strong> </strong></p>
<p style="text-align: left;"><strong>TRACK TIME CAREFULLY.</strong> &#8220;Record your time accurately,&#8221; Jason Cohen tells us. &#8220;Don&#8217;t round up to the nearest hour. Then you can charge more.&#8221;</p>
<p style="text-align: left;"><strong>INCREASE SLOWLY. </strong>&#8220;Try increasing your rates incrementally,&#8221; says Gribbin. &#8221;For example, don&#8217;t go from $10 per hour to $50. That&#8217;s a big jump. But increasing $10 or $20 per year is more gradual, and you&#8217;ll see clients change from smaller businesses to larger ones.&#8221;</p>
<p style="text-align: left;"><strong>GUARANTEE RESULTS. </strong>&#8220;Offer money back if such-and-such isn&#8217;t delivered,&#8221; Cohen suggests. &#8221;Of course, be careful with this one, but if you set the boundaries correctly it proves you&#8217;re willing to put your money where your mouth is.&#8221;</p>
<p style="text-align: center;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;"><em>Working from home can either liberate you or weigh you down &#8212; it&#8217;s all about how you do it. Having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work. Here at oDesk, you&#8217;ll find the tips and tools to do it right.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p style="text-align: center;"><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/work-from-home-freelanceraising-your-rates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Event- BizTechDay &#8211; Oct. 2009</title>
		<link>http://www.odesk.com/blog/2009/10/upcoming-event-biztechday-oct-2009/</link>
		<comments>http://www.odesk.com/blog/2009/10/upcoming-event-biztechday-oct-2009/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:36:57 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=6881</guid>
		<description><![CDATA[On  October 22-23, oDesk CEO Gary Swart will be joining Silicon Valley business leaders at BiztechDay. If you&#8217;re attending, make sure to grab a moment with Gary and ask for his insights on the Future of Work &#8211; his answer will give entrepreneurs, investors and executives fuel to rethink, retarget and change how their [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fupcoming-event-biztechday-oct-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fupcoming-event-biztechday-oct-2009%2F" height="61" width="51" /></a></div><p>On  October 22-23, oDesk CEO Gary Swart will be joining Silicon Valley business leaders at <a href="http://www.biztechday.com/">BiztechDay</a>. If you&#8217;re attending, make sure to grab a moment with Gary and ask for his insights on the Future of Work &#8211; his answer will give entrepreneurs, investors and executives fuel to rethink, retarget and change how their business works.</p>
<p><a href="http://www.biztechday.com/" title="Join Me at BiztechDay" target="_blank"><img src="http://www.biztechday.com/BiztechDay300.png" alt="Join Me at BiztechDay" border="0"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/upcoming-event-biztechday-oct-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimum Rates on Job Posts and Candidate List</title>
		<link>http://www.odesk.com/blog/2009/10/minimum-rates-on-job-posts-and-candidate-list/</link>
		<comments>http://www.odesk.com/blog/2009/10/minimum-rates-on-job-posts-and-candidate-list/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 00:40:45 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8811</guid>
		<description><![CDATA[With tonight&#8217;s release we made several tweaks that affect job posts on oDesk:
Minimum Rates on Job Posts:
Starting today, we will no longer accept fixed price job posts with a budget less than $5.  For hourly jobs, the maximum rate preference must now be at least $3 per hour.  These changes only affect the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fminimum-rates-on-job-posts-and-candidate-list%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fminimum-rates-on-job-posts-and-candidate-list%2F" height="61" width="51" /></a></div><p>With tonight&#8217;s release we made several tweaks that affect job posts on oDesk:</p>
<p><strong>Minimum Rates on Job Posts:<br />
</strong>Starting today, we will no longer accept fixed price job posts with a budget less than $5.  For hourly jobs, the maximum rate preference must now be at least $3 per hour.  These changes only affect the job posting, so that candidacies and assignments may still occur at whatever rates and amounts are agreed upon by the buyer and providers.</p>
<p>We&#8217;ve noticed that job posts with budgets or rate preferences below these thresholds tend not to fill and when they do fill, it is often at greater amounts.  By introducing these limits we are hoping to dissuade non-serious buyers and set more accurate expectations from the start.</p>
<p><strong>Candidate List:<br />
</strong>Users have been telling us that the candidate list in the Job Facts page is disconcerting and very few people found true value in it &#8212; we are therefore removing the candidate list from job opening pages.  We will continue displaying the total number of candidates and interviewees at the top of the page in the Job Facts so that providers can gain an idea of the competition for a job before applying. The name of the provider who was hired will also continue to be displayed.</p>
<p>We&#8217;re committed to providing a high quality experience for all of our users. If you have ideas (or would like to vote on ideas) that you think will contribute to a quality experience, please share them with us at <a href="http://feedback.odesk.com">http://feedback.odesk.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/minimum-rates-on-job-posts-and-candidate-list/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Trend Spotlight: Microsoft Silverlight</title>
		<link>http://www.odesk.com/blog/2009/10/trend-spotlight-microsoft-silverlight/</link>
		<comments>http://www.odesk.com/blog/2009/10/trend-spotlight-microsoft-silverlight/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 18:37:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8448</guid>
		<description><![CDATA[Microsoft Silverlight is a browser plugin that allows the delivery of rich media experiences over the web. If you&#8217;ve ever watched a movie on Netflix using &#8220;Watch Instantly&#8221; then you are familiar with the power of Silverlight&#8217;s video streaming capabilities when coupled with Microsoft&#8217;s IIS Media Services Server. While streaming video was Silverlight 1.0&#8217;s main [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftrend-spotlight-microsoft-silverlight%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftrend-spotlight-microsoft-silverlight%2F" height="61" width="51" /></a></div><p><a title="Microsoft Silverlight" href="http://www.microsoft.com/silverlight/">Microsoft Silverlight</a> is a browser plugin that allows the delivery of rich media experiences over the web. If you&#8217;ve ever watched a movie on Netflix using &#8220;Watch Instantly&#8221; then you are familiar with the power of Silverlight&#8217;s video streaming capabilities when coupled with Microsoft&#8217;s IIS Media Services Server. While streaming video was Silverlight 1.0&#8217;s main focus, iteration 2.0 expanded upon that, offering the ability to run programs written using any .NET language. Version 3.0 has been out since July (notice the spike on the trend chart for <a href="http://www.odesk.com/trends/Silverlight">Silverlight developers</a> below) and boasts the ability to stream 1080p HD video, as well as a slew of upgrades that speed up performance and improve the development process.</p>
<p><strong>Silverlight on oDesk</strong><br />
There are currently 520 programmers on oDesk with Silverlight experience. oDesk&#8217;s data on the trends for <a id="p1hn" title="oDesk's Silverlight trend page" href="http://www.odesk.com/trends/Silverlight">Silverlight developers</a> shows a significant increase in demand over the past six months. While this isn&#8217;t as impressive as oDesk&#8217;s data on recent <a href="http://www.odesk.com/trends/Flash">Flash developers</a> trends, Silverlight 3 offers some fantastic new features that should keep the demand for talented Silverlight developers on the rise.</p>
<p style="text-align: center"><a href="http://www.odesk.com/trends/Silverlight"><img class="size-full wp-image-8449 aligncenter" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/silverlight_trend.png" alt="silverlight_trend" width="450" height="210" /></a></p>
<p><strong>Key Features</strong><br />
Highlighted below are some of the key features that Silverlight offers. See <a title="Scott Gu's article on Silverlight 3" href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx">Scott Gu&#8217;s article on Silverlight 3</a> for more in depth reading.</p>
<p>GPU accelration &#8211; Processing of video and graphics can be offloaded to the client&#8217;s graphics card, making streaming of 1080p and rendering of 2D and 3d graphics less CPU intensive.</p>
<p>Smooth Streaming &#8211; Microsoft&#8217;s IIS Media Services Server can vary video streaming bit rates on the fly to insure smooth playback, regardless of client&#8217;s CPU load or network congestion.</p>
<p>Codec Support &#8211; H.264, MPEG-4, and AAC formats are now supported, as well as the ability to write custom decoders.</p>
<p>Offline Support &#8211; Silverlight applications can be configured for local installation and offline use.</p>
<p>Expression Blend 3 &#8211; A developer&#8217;s tool for Expression Studio that offers a whole other blog post&#8217;s worth of tools, including: importing photoshop layers, Sketchflow application prototyping, support for behavior components that encapsulate complex design interactions, and much more.</p>
<p><strong>How To Get Started Developing</strong><br />
Microsoft is offering all of the tools needed to get started for free. <a title="Download Microsoft's Web Platform" href="http://www.microsoft.com/web/Downloads/platform.aspx">Download Microsoft&#8217;s Web Platform</a>, which includes Visual Web Developer, SQL Server Express, Silverlight Tools and IIS and ASP.NET Extensions.</p>
<p><a title="Silverlight.net" href="http://silverlight.net/">Silverlight.net</a> is a great place to read tutorials, and view example projects, and <a title="Shawn Wildermuth's Blog" href="http://wildermuth.com/silverlight">Shawn Wildermuth&#8217;s Blog</a> has some great examples and screencasts as well.</p>
<p><strong>Considerations</strong><br />
When choosing to use a new technology, it can be tough to justify being one of the early adopters. <a href="http://riastats.com/#">Some statistics</a> are showing that<a href="http://riastats.com/#"> </a>Silverlight 3 is currently installed on nearly 20% of all computers. While this is great &#8211; especially considering it has only been available for just under 3 months &#8211; it is no where near Flash&#8217;s 80-90% installation representation. However, Silverlight does tackle some media applications, particularly streaming video, that Flash and Java just can&#8217;t handle as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/trend-spotlight-microsoft-silverlight/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Provider Voices &#8211; the oDesk Manifesto</title>
		<link>http://www.odesk.com/blog/2009/10/provider-voices-the-odesk-manifesto/</link>
		<comments>http://www.odesk.com/blog/2009/10/provider-voices-the-odesk-manifesto/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:36:32 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[Manifesto]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[providers]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Working from home]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8750</guid>
		<description><![CDATA[The oDesk Manifesto is a declaration to both freelance service providers and the companies that hire them. A while back, we asked oDesk providers to submit videos of themselves reading our oDesk Manifesto.
We received responses from across the globe, from providers proud to lend their voices, faces and home towns to bring the oDesk Manifesto [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fprovider-voices-the-odesk-manifesto%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fprovider-voices-the-odesk-manifesto%2F" height="61" width="51" /></a></div><p>The oDesk Manifesto is a declaration to both freelance service providers and the companies that hire them. A while back, <a href="http://www.odesk.com/blog/2009/05/its-collaboration-video-time-and-odesk-needs-you/">we asked</a> oDesk providers to submit videos of themselves reading our <a href="http://www.odesk.com/w/manifesto">oDesk Manifesto</a>.</p>
<p>We received responses from across the globe, from providers proud to lend their voices, faces and home towns to bring the oDesk Manifesto to life. </p>
<p><strong>The response:</strong></p>
<div style="width: 480px; height: 295px; display: block; margin: 20px auto;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" 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/bcAbDMyBrEA&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/bcAbDMyBrEA&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<center><small><a href="http://www.youtube.com/watch?v=bcAbDMyBrEA" target="_blank">(direct link)</a></small></center></div>
<p>We really can&#8217;t say it any better than they have!<br />
<em>oDesk. Changing How the World Works.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/provider-voices-the-odesk-manifesto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stay Employed Q4 2009 &#8211; Jobs with the Least Competition and Greatest Opportunity</title>
		<link>http://www.odesk.com/blog/2009/10/stay-employed-q4-2009-jobs-with-the-least-competition-and-greatest-opportunity/</link>
		<comments>http://www.odesk.com/blog/2009/10/stay-employed-q4-2009-jobs-with-the-least-competition-and-greatest-opportunity/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:36:45 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[oConomy]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[facebook developers]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash developers]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[iphone developers]]></category>
		<category><![CDATA[java developers]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[Trends]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8560</guid>
		<description><![CDATA[Due to the popularity of our Stay Employed &#8211; Jobs with the Least Competition and Greatest Opportunity post (and the ongoing requests we&#8217;ve received for updated information), we thought we would follow up with recent information from the oDesk Trends vaults to help you develop your resume and determine what skills to focus on to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fstay-employed-q4-2009-jobs-with-the-least-competition-and-greatest-opportunity%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fstay-employed-q4-2009-jobs-with-the-least-competition-and-greatest-opportunity%2F" height="61" width="51" /></a></div><p><em>Due to the popularity of our <a title="Stay Employed - Jobs with the Least Competition and Greatest Opportunity" href="http://www.odesk.com/blog/2009/07/stay-employed-todays-jobs-with-the-least-competition-and-greatest-opportunity/" target="_blank">Stay Employed &#8211; Jobs with the Least Competition and Greatest Opportunity</a> post (and the ongoing requests we&#8217;ve received for updated information), we thought we would follow up with recent information from the <a title="Trends for PHP, AJAX, .NET, Java, J2EE and many other Tech skills" href="http://www.odesk.com/trends" target="_blank">oDesk Trends</a> vaults to help you develop your resume and determine what skills to focus on to stay employed or forge a new career path. We will take an updated look at various skills and technologies and the competition &#8211; or lack thereof &#8211; for positions needing those skills. </em></p>
<p style="text-align: justify;"><img style="border: white 10px solid" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/iStock_000003066815XSmall2.jpg" title="job_opportunity" alt="opportunity_sign" width="215" height="130" align="right" /></p>
<p>In viewing these numbers, keep in mind this is for <a title="oDesk - Changing How the World Works" href="http://www.oDesk.com" target="_blank">oDesk</a>, which is primarily concerned with placements for freelance and contract positions. This may vary with respect to full time placement numbers, though the data can be a useful indicator of overall trends.</p>
<p>In looking at the table below, there are three columns: one with the skill or technology, the second with the total jobs posted and the last with the Fill Ratio, which shows the competition for these postings &#8211; a low percentage in this column indicates great job opportunities, whereas a higher percentage score indicates that jobs requiring those skills get filled at or above our usual rate.  Anything not on this list is getting filled at a higher rate, which indicates high competition for the skill or technology.</p>
<table style="border-collapse: collapse; width: 305pt;" border="0" cellspacing="0" cellpadding="0" width="406">
<col style="width: 87pt;" width="116"></col>
<col style="width: 127pt;" width="169"></col>
<col style="width: 91pt;" width="121"></col>
<tbody>
<tr style="height: 15pt;" height="20">
<td class="xl66" style="height: 15pt; width: 87pt;" width="116" height="20"><strong>Skill</strong></td>
<td class="xl67" style="border-left: medium none; width: 127pt;" width="169"><strong>Average # Jobs   Per Month</strong></td>
<td class="xl68" style="border-left: medium none; width: 91pt;" width="121"><strong>Fill Ratio</strong></td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/C%2B%2B">C++</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">168</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">17.31%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Java">Java</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">263</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">20.00%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Facebook">Facebook</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">116</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">22.41%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/XML">XML</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">172</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">24.20</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/C%23|.Net">C#/.NET</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">169</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">25.15%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/.NET">.NET</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">141</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">25.27%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Drupal">Drupal</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">205</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">25.85%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/AJAX">AJAX</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">424</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">25.94%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/iPhone">iPhone</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">216</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">26.91%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20">PHP/IIS/MS SQL</td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">366</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">27.22%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Linux">Linux</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">120</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">27.62%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/SQL">SQL</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">200</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.00%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Blogger">Blogger</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">162</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.40%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/MySQL">MySQL</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">1,013</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.54%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Writer">Writing</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">166</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.61%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/JavaScript">Javascript</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">594</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.64%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20">JQuery</td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">117</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.76%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/ASP">ASP</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">125</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.80%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20">ASP.NET</td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">114</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">28.95%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Flash">Flash</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">686</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">29.66%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/Data%20Entry">Data Entry</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">355</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">29.86%</td>
</tr>
<tr style="height: 15pt;" height="20">
<td class="xl69" style="border-top: medium none; height: 15pt;" height="20"><a href="http://www.odesk.com/trends/SEM">SEM</a></td>
<td class="xl65" style="border-top: medium none; border-left: medium none;">169</td>
<td class="xl70" style="border-top: medium none; border-left: medium none;">30.27%</td>
</tr>
<tr style="height: 15.75pt;" height="21">
<td class="xl71" style="border-top: medium none; height: 15.75pt;" height="21"><a href="http://www.odesk.com/trends/SEO">SEO</a></td>
<td class="xl72" style="border-top: medium none; border-left: medium none;">752</td>
<td class="xl73" style="border-top: medium none; border-left: medium none;">30.52%</td>
</tr>
</tbody>
</table>
<p>First up, <a href="http://www.odesk.com/trends/C%2B%2B">C++ programmers</a> are recently experiencing the lowest fill rate &#8211;  which means competition for jobs with this skill is fairly low. Additional good news: after an early summer slump, the field is growing again, as the number of positions requiring C++ programming skills are steadily climbing.</p>
<p><a href="http://www.odesk.com/trends/Java"></a><a href="http://www.odesk.com/trends/Java">Java developers</a> are growing in demand with 263 jobs posted per month and a 20% fill rate &#8211; moving Java skills up our list from #4 last quarter to #2 this time aroung. <a href="http://www.odesk.com/trends/iPhone">iPhone developers</a>, the previous leaders in our opportunity rankings, have fallen halfway down the list. Not because the demand for skilled iPhone development has decreased (it has actually risen by almost 40% over the last 6 months), but because the number of skilled developers filling those jobs has pushed the fill ratio beyond the realm to be considered an area for current opportunity. As demand seems to be on a rising arc for iPhone development, you may see it reappear here in future months.</p>
<p>Continuing the ever-present <a href="http://www.odesk.com/blog/2009/06/postgresql-vs-mysql/">PostgreSQL vs. MySQL</a> debate, <a href="http://www.odesk.com/trends/MySQL">MySQL programmers</a> have another quarter of strong showing on our chart, with by far the highest average number of jobs posted per month and a respectable fill rate at 28.54%. With the second highest number of available jobs, <a href="http://www.odesk.com/trends/SEO">SEO consultants</a> made a big leap in available opportunity by more than tripling the number of available jobs while maintaining a roughly 30% fill rate.</p>
<p><a href="http://www.odesk.com/trends/Blogger">Bloggers </a>make their first appearance on the opportunity scale, joining <a href="http://www.odesk.com/trends/Writer">freelance writers</a> in enjoying an average of over 160 job opportunities per month with a combined average fill rate of 28%.</p>
<p><em>This information derived from the thousands of jobs posted on oDesk every day. More information can be found on the skills and languages above, as well as many other desirable skills, on the oDesk <a title="Trends for PHP, AJAX, .NET, Java and many other tech skills" href="http://www.odesk.com/trends" target="_blank">Trends page</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/stay-employed-q4-2009-jobs-with-the-least-competition-and-greatest-opportunity/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Congratulations to Thumbtack &amp; the rest of the JuicePitcher finalists!</title>
		<link>http://www.odesk.com/blog/2009/10/congratulations-to-thumbtack-the-rest-of-the-juicepitcher-finalists/</link>
		<comments>http://www.odesk.com/blog/2009/10/congratulations-to-thumbtack-the-rest-of-the-juicepitcher-finalists/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 19:00:33 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8703</guid>
		<description><![CDATA[
It was a pleasure to attend last Tuesday&#8217;s JuicePitcher event and see the finalist&#8217;s pitches.  These startups are creating some impressive offerings.  We&#8217;re also excited to announce we&#8217;ve extended our oDesk Challenge to all of them.  We&#8217;re going to roll up our sleeves to help them find the very best talent oDesk has to offer.
Our [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcongratulations-to-thumbtack-the-rest-of-the-juicepitcher-finalists%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcongratulations-to-thumbtack-the-rest-of-the-juicepitcher-finalists%2F" height="61" width="51" /></a></div><div style="display:block;">
<p>It was a pleasure to attend last Tuesday&#8217;s <a href="http://juicepitcher.eventbrite.com/">JuicePitcher event </a>and see the finalist&#8217;s pitches.  These startups are creating some impressive offerings.  We&#8217;re also excited to announce we&#8217;ve extended our <a href="http://www.odesk.com/oDeskChallenge">oDesk Challenge </a>to all of them.  We&#8217;re going to roll up our sleeves to help them find the very best talent oDesk has to offer.</p>
<p>Our sincere congratulations goes out to the winner, Thumbtack.com, a marketplace for local work.  Not only do we think Thumbtack offers an innovative service, but we were pleasantly surprised to learn that they are already a happy oDesk buyer!  Thumbtack uses oDesk providers to review all of the job posts on their site, to make sure they meet the community standards.  According to Marco Zappacosta, CEO of Thumbtack, &#8220;the quality and timeliness of the work has impressed [him] every step of the way.&#8221;</p>
<p>The ten finalists (and latest oDesk Challenge takers) are:</p>
<p><a href="http://www.thumbtack.com"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/logo_alpha.jpg" alt="" width="200" height="82" /></a></div>
<div style="display:block;">
<p>Thumbtack is a free way to find new clients and manage the ones you already have. Just post your service once, and we&#8217;ll take care of the rest.</p></div>
<div style="display:block;">
<p><a href="http://www.viralogy.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/viralogy.jpg" alt="" width="200" height="82" /></a></p>
<p>Viralogy is the Social Media Rank that measures how influential everyone is on the internet based on a variety of social media metrics. You can think of them as Analytics for people, not websites.</p></div>
<div style="display:block;">
<p><a href="http://www.cloudmach.com"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/cloudmach.jpg" alt="" width="200" height="63" /></a></p>
<p>Cloudmach&#8217;s disruptive technology renders the 3D world in a cloud and delivers immersive 3D graphics to Web browsers using AJAX. That allows the technology to ubiquitously integrate into social networks, leveraging existing social graphs.</p></div>
<div style="display:block;">
<p><a href="http://www.idntiti.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/idntiti.jpg" alt="" width="200" height="82" /></a></p>
<p>IDNTITI is a social rating tool that allows you to add questions and parameters to the questionnaire or feedback form, thus allowing you to get precise and objective feedback from the entire community.</p></div>
<div style="display:block;">
<p><a href="http://www.relayrides.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/realay_rides.jpg" alt="" width="200" height="82" /></a></p>
<p>A team of professionals with a passion for innovative businesses that improve communities. In their ranks are car sharing veterans who founded the first car sharing company in the United States; experienced technologists responsible for novel ways to leverage data; and sharp business minds from the top schools and premier companies around the globe. All coming together to make a difference for the community and the environment. Join them as they Reinvent the Wheels.</p></div>
<div style="display:block;">
<p><a href="http://tribevibe.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/tribe_vibe.jpg" alt="" width="200" height="82" /></a></p>
<p>TribeVibe aggregates social media publishing tools, traffic tools, URL shorteners and real-time search into what founders are describing as a &#8220;social media mixing deck&#8221;.</p></div>
<div style="display:block;">
<p><a href="http://www.qless.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/qless.jpg" alt="" width="200" height="82" /></a></p>
<p>Waiting in line wastes your customers&#8217; time and costs you money. QLess is a patent-pending, interactive service that lets your customers use their cell phones to hold their spots in line. The average American spends over 2 waking years of his life waiting in line. Wouldn&#8217;t your customers love it if you could help them get some of that time back? Set them free from the line and get them spending, not standing.</p></div>
<div style="display:block;">
<p><a href="http://www.hearplanet.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/hear_planet.jpg" alt="" width="200" height="82" /></a></p>
<p>HearPlanet delivers location information that really speaks to you. It&#8217;s like having a professional tour guide always by your side.  Leave those bulky tour books behind and let HearPlanet show you the way. They make it easy to find what you&#8217;re looking for &#8211; fast!</p></div>
<div style="display:block;">
<p><a href="http://www.spreezio.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/spreezio.jpg" alt="" width="200" height="82" /></a></p>
<p>Spreezio is a free location-based consumer service designed to bring local shoppers,<br />
merchants, and sales reps together through on-demand personalized deals where everyone wins.<br />
All you need is an Apple iPhone or a PC. Signup is quick and requires no download to your PC.</p></div>
<div style="display:block;">
<p><a href="http://www.spreezio.com/"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/10/rentcycle.jpg" alt="" width="200" height="82" /></a></p>
<p>Their advance rental software allows business to track inventory and manage<br />
reservations from anywhere.  Plus, consumers can book items straight from your site.</p></div>
<p>We look forward to helping these companies do more with less on oDesk!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/congratulations-to-thumbtack-the-rest-of-the-juicepitcher-finalists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time reporting like never before&#8230; TimeAnalyze</title>
		<link>http://www.odesk.com/blog/2009/10/time-reporting-like-never-before-timeanalyze/</link>
		<comments>http://www.odesk.com/blog/2009/10/time-reporting-like-never-before-timeanalyze/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:23:41 +0000</pubDate>
		<dc:creator>Anand</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8671</guid>
		<description><![CDATA[oDesk has retired the WorkAnalyze report in favor of the newly upgraded TimeAnalyze report.
We&#8217;ve combined the best of both reports and added some of the top-requested new features. Users can now:

Easily get a snapshot of cost and productivity of their workteams
Drill deep into line items per individual providers, timeframes, and tasks
Enjoy a better than ever [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftime-reporting-like-never-before-timeanalyze%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Ftime-reporting-like-never-before-timeanalyze%2F" height="61" width="51" /></a></div><p>oDesk has retired the WorkAnalyze report in favor of the newly upgraded <a href="http://www.odesk.com/reports/#time_analyze">TimeAnalyze report</a>.</p>
<p>We&#8217;ve combined the best of both reports and added some of the top-requested new features. Users can now:</p>
<ul>
<li>Easily get a snapshot of cost and productivity of their workteams</li>
<li>Drill deep into line items per individual providers, timeframes, and tasks</li>
<li>Enjoy a better than ever reporting on offline time:
<ul>
<li>Determine which tasks were done online or offline</li>
<li>Display percentage of charges for offline time</li>
</ul>
</li>
</ul>
<p>You may notice that TimeAnalyze is still in beta testing. This is because we&#8217;re still working on improvements, so please <a href="http://www.odesk.com/blog/?p=8671">share your feedback</a> and let us know what other features you&#8217;d like to see in the TimeAnalyze report. We expect to complete all improvements to this report in the next few months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/time-reporting-like-never-before-timeanalyze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New additions to the oDesk API Center</title>
		<link>http://www.odesk.com/blog/2009/10/new-additions-to-the-odesk-api-center/</link>
		<comments>http://www.odesk.com/blog/2009/10/new-additions-to-the-odesk-api-center/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:23:32 +0000</pubDate>
		<dc:creator>duncan</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[API center]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8713</guid>
		<description><![CDATA[oDesk is adding to its API Center two new APIs:
oTasks API
Buyers can now integrate oDesk with their in house or third party project management systems by leveraging the oTasks API to:



Assign tasks from from an external system to providers and teams on oDesk
Access oDesk tasks that were synced between the systems, monitor them and generate [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fnew-additions-to-the-odesk-api-center%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fnew-additions-to-the-odesk-api-center%2F" height="61" width="51" /></a></div><p>oDesk is adding to its <a title="oDesk API Center" href="http://developers.odesk.com/" target="_blank">API Center</a> two new APIs:</p>
<p><strong>oTasks API<br />
</strong>Buyers can now integrate oDesk with their in house or third party project management systems by leveraging the <a title="oTasks API" href="http://developers.odesk.com/oTasks-API" target="_blank"><span style="text-decoration: underline;">oTasks API</span></a> to:</p>
<div>
<div>
<ul>
<li>Assign tasks from from an external system to providers and teams on oDesk</li>
<li>Access oDesk tasks that were synced between the systems, monitor them and generate reports</li>
<li>Enjoy accurate time tracking and cost control through oDesk though task managment</li>
</ul>
<p>Read more about the oTasks API <a title="oTasks API" href=" http://developers.odesk.com/oTasks-API" target="_self"><span style="text-decoration: underline;">here</span><span style="font-family: arial,sans-serif; color: #444444;"><span style="color: #222222;"> </span></span></a>.</div>
<div><strong>Job Search API</strong></p>
<p>The <a title="Job Search API" href=" http://developers.odesk.com/search-jobs" target="_blank"><span style="text-decoration: underline;">Job Search API</span></a> enables website and application owners to build custom oDesk job searches into their products or dashboards. Display up to date oDesk job postings tailored for your audience, or only show jobs posted by your company.</div>
<div>Learn more about the Job Search API <a title="Job Search API" href="http://developers.odesk.com/search-jobs" target="_self"><span style="text-decoration: underline;">here</span></a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/new-additions-to-the-odesk-api-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress for Everyone</title>
		<link>http://www.odesk.com/blog/2009/10/wordpress-for-everyone/</link>
		<comments>http://www.odesk.com/blog/2009/10/wordpress-for-everyone/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:11:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[freelance tips]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7918</guid>
		<description><![CDATA[WordPress is one of the top skills requested by buyers in the oDesk marketplace. CMS-based development, and specifically blog development, is at the heart of the Internet economy. Not only are blog developers important, but so are writers. It has bee said that &#8220;Content is king.&#8221; Regardless of what role your work falls into, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwordpress-for-everyone%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fwordpress-for-everyone%2F" height="61" width="51" /></a></div><p><img class="size-full wp-image-8146 alignleft" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/blue-m.png" alt="blue-m" width="100" height="100" />WordPress is one of the top skills requested by buyers in the oDesk marketplace. CMS-based development, and specifically blog development, is at the heart of the Internet economy. Not only are blog developers important, but so are writers. It has bee said that &#8220;Content is king.&#8221; Regardless of what role your work falls into, it&#8217;s important to have some level of understanding of how WordPress, the current leading blog platform, operates.</p>
<p><strong>Getting Your Hands Dirty</strong></p>
<p>If you&#8217;re a writer or buyer, and don&#8217;t care too much for the nitty gritty, it&#8217;s okay! Wordpress.com is an easy way to get started blogging. There you can sign up for an account, get a free blog (i.e.- YourBlogTitle.Wordpress.com). Follow the directions in <a href="http://support.wordpress.com/getting-started/">Wordpress.com&#8217;s Getting Started Guide</a> and you&#8217;ll be blogging in no time.</p>
<p>For developers there is Wordpress.ORG (sorry to use caps, but it&#8217;s an important distinction). <a href="http://wordpress.org">Wordpress.org</a> is where you can find information on downloading and installing Wordpress. The <a href="http://codex.wordpress.org/Installing_WordPress">Wordpress.org Installation Guide</a> will walk you through downloading the package, uploading it to your own server, creating a mySQL database, and running the WordPress installer.</p>
<p>Also, ProBlogger has <a id="oaqp" title="a great screencast on the whole process." href="http://www.problogger.net/archives/2006/08/21/how-to-set-up-wordpress-step-by-step-video-tutorial/">a great screencast on the whole process.</a></p>
<p><strong>Developing Locally</strong></p>
<p>Okay, maybe you&#8217;re thinking, &#8220;but I just want to tinker around, and I don&#8217;t have a dedicated server for development.&#8221; Yes, you do <em>(hint: you&#8217;re looking at it)</em> and if you aren&#8217;t developing on your own local server, then you are missing out! Working this way allows you to develop offline, and it&#8217;s fast. However, I do not recommend using the software below to host your own website from home. Developing with minimal security can be dangerous online, and working locally reduces the hassle of securing the site during development. Just remember that these servers are designed for developing &#8211; not hosting.</p>
<p><strong><img class="size-full wp-image-8152 alignleft" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/100px_winxp_logo1.png" alt="100px_winxp_logo" width="50" height="45" />If you&#8217;re working on Windows XP</strong>, <a href="http://sourceforge.net/projects/xampp/">XAMPP</a> is a great package to help you get started running a local Apache, MySQL, and Php servers. Tamba2 has <a id="julw" title="Xampp" href="http://www.tamba2.org.uk/wordpress/xampp/">a great tutorial on running XAMPP</a>.</p>
<p><strong><span style="font-weight: normal"><strong><span style="font-weight: normal"><br />
</span></strong></span></strong></p>
<p><strong><img class="size-full wp-image-8150 alignleft" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/APPLE_LOGO1.PNG" alt="APPLE_LOGO" width="50" height="50" /><span style="font-weight: normal"><strong>If you&#8217;re on a Mac, </strong><strong><span style="font-weight: normal"><a href="http://www.mamp.info">MAMP</a> is what you&#8217;ll want to be running. See </span><span style="font-weight: normal"><a id="r87b" title="MAMP" href="http://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP">WordPress.org&#8217;s guide to setting up MAMP</a>.</span></strong></span></strong></p>
<p><strong><span style="font-weight: normal"><strong><span style="font-weight: normal"><br />
</span></strong></span></strong></p>
<p><strong><img class="size-full wp-image-8151 alignleft" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/linuxLogo1.png" alt="linuxLogo" width="50" height="50" />If you&#8217;re on a Linux box, </strong>Supriyadi Slamet Widodo&#8217;s blog has <a href="http://www.supriyadisw.net/2006/12/lamp-installation-on-ubuntu">an excellent guide to setting up a LAMP server on Ubuntu</a>, and <a href="http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamp">instructions on installing Wordpress on your LAMP server</a>.</p>
<p><strong><span style="font-weight: normal"><strong><span style="font-weight: normal"><br />
</span></strong></span></strong></p>
<p><strong>Theme Development</strong></p>
<p>One of the most requested Wordpress related jobs is Theme Development. <a href="http://codex.wordpress.org/Theme_Development">Wordpress&#8217;s Theme Development documentation</a> is fortunately thorough and relatively easy to read.</p>
<p>There you can get started on learning how to develop a theme from scratch, or get resources on how to modify an existing theme. If you are modifying themes, be sure to appropriately credit the original designer, even if your theme looks completely different, the time spent developing the back end deserves credit, and it&#8217;s the right thing to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/wordpress-for-everyone/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>oDesk Demo at Tonight&#8217;s Entrepreneur &amp; Small Business Academy Meetup in Berkeley</title>
		<link>http://www.odesk.com/blog/2009/10/odesk-demo-at-tonights-entrepreneur-small-business-academy-meetup-in-berkeley/</link>
		<comments>http://www.odesk.com/blog/2009/10/odesk-demo-at-tonights-entrepreneur-small-business-academy-meetup-in-berkeley/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:43:31 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[freelancing event]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[small business event]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8596</guid>
		<description><![CDATA[
Patrick Schwerdtfeger, one of the Bay Area&#8217;s preeminent Social Media evangelists, will be hosting his next Entrepreneur and Small Business Academy event tonight at 6:00pm at the Hotel Shattuck Plaza, in Berkeley, CA.
At the event, special guests Kane Minkus &#38; Jeff Slayter will share their wealth of Entrepreneurial experiences with their presentation, &#8220;Blatantly Unfair Sales Magic Sooo Powerful You [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-demo-at-tonights-entrepreneur-small-business-academy-meetup-in-berkeley%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-demo-at-tonights-entrepreneur-small-business-academy-meetup-in-berkeley%2F" height="61" width="51" /></a></div><p><img class="size-full wp-image-8597 alignright" title="global_10527264" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/global_10527264.jpeg" alt="global_10527264" width="137" height="144" /></p>
<p>Patrick Schwerdtfeger, one of the Bay Area&#8217;s preeminent Social Media evangelists, will be hosting his next <a href="http://www.meetup.com/academy/calendar/11275480/">Entrepreneur and Small Business Academy</a> event tonight at 6:00pm at the Hotel Shattuck Plaza, in Berkeley, CA.</p>
<p>At the event, special guests Kane Minkus &amp; Jeff Slayter will share their wealth of Entrepreneurial experiences with their presentation, &#8220;Blatantly Unfair Sales Magic Sooo Powerful You Might Be Afraid To Use It.&#8221;</p>
<p>The presentation will cover:</p>
<ul>
<li>Stealth email tricks that boost client loyalty</li>
<li>Linguistic tools that make you indispensable</li>
<li>A precise system for creating a constant stream of clients and customers</li>
<li>Three behaviors of top-producing Entrepreneurs that will change your perspective on how to do business in the current market place</li>
<li>Advanced techniques for balancing multiple income streams</li>
</ul>
<p style="text-align: center;"><a href="http://www.webifybook.com/"><img class="size-full wp-image-8602 alignleft" title="webify" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/webify.jpg" alt="webify" width="132" height="152" /></a></p>
<p>Patrick will also have copies of his book, &#8220;<a href="http://www.webifybook.com/">Webify Your Business: Internet Marketing Secrets for the Self-Employed</a>&#8220;, and his new 6 DVD Set &#8220;<a href="http://www.tacticalexecution.com/2009/09/social-media-victories-6-dvd-set-297/trackback/">Social Media Victories &#8211; Real Businesses, Real Campaigns, Real Results</a>&#8221; available for purchase.  <strong>Patrick has agreed to offer oDesk users a $100 discount to the DVD set.</strong></p>
<p>We&#8217;ll  have a table at the event to chat with folks about oDesk, so make sure to stop by and say hello!</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/odesk-demo-at-tonights-entrepreneur-small-business-academy-meetup-in-berkeley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oDesk Squeezes In to Help Juice Pitcher Companies</title>
		<link>http://www.odesk.com/blog/2009/10/odesk-squeezes-in-to-help-juice-pitcher-companies/</link>
		<comments>http://www.odesk.com/blog/2009/10/odesk-squeezes-in-to-help-juice-pitcher-companies/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:47:28 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[oDesk Challenge]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8643</guid>
		<description><![CDATA[We&#8217;re excited about tonight&#8217;s sold-out Juice Pitcher event put on by TheFunded.com and Vator.TV.  This unique startup pitching and networking event democratizes access to exposure for promising early stage companies.  136 companies competed for the chance to present tonight to an audience of over 300 investors, founders, and members of the press.  Aaron Patzer, of Mint.com, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-squeezes-in-to-help-juice-pitcher-companies%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fodesk-squeezes-in-to-help-juice-pitcher-companies%2F" height="61" width="51" /></a></div><p style="text-align:justify;">We&#8217;re excited about tonight&#8217;s sold-out <a href="http://juicepitcher.eventbrite.com/">Juice Pitcher event</a> put on by <a href="http://www.thefunded.com" target="_blank">TheFunded.com </a>and <a href="http://www.vator.tv" target="_blank">Vator.TV</a>.  This unique startup pitching and networking event democratizes access to exposure for promising early stage companies.  <a href="http://vator.tv/competition/show/vatortv-and-thefundedcoms-juice-pitcher" target="_blank">136 companies competed</a> for the chance to present tonight to an audience of over 300 investors, founders, and members of the press.  Aaron Patzer, of <a href="http://www.mint.com">Mint.com</a>, and Munjal Shah, of <a href="http://www.like.com">Like.com</a> &#8211; two leading Silicon Valley CEOs &#8211; will be speaking at the event to educate and motivate the participating startups.</p>
<div style="margin: auto; width: 280px;">
<div style="margin: 0px; font-size: 10pt; padding-bottom: 5px; width: 280px; padding-top: 4px; font-family: Arial,sans-serif; background-color: #dedede; text-align: center;"><a href="http://vator.tv/competition/show/vatortv-and-thefundedcoms-juice-pitcher" target="_blank">See this video on <span style="color:#38538e;font-weight: bold;">Vator</span><span style="color:#50a756;font-weight: bold;">.tv</span> »</a></div>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="360" height="265" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="v=6980_juice_pitcher.flv&amp;b=2&amp;i=6980&amp;o=embed&amp;vp=1&amp;l=http://vator.tv/competition/show/vatortv-and-thefundedcoms-juice-pitcher" /><param name="src" value="http://vator.tv/embed/vpembed.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="360" height="265" src="http://vator.tv/embed/vpembed.swf" allowfullscreen="true" flashvars="v=6980_juice_pitcher.flv&amp;b=2&amp;i=6980&amp;o=embed&amp;vp=1&amp;l=http://vator.tv/competition/show/vatortv-and-thefundedcoms-juice-pitcher" bgcolor="#ffffff"></embed></object></div>
<p style="text-align:justify;">In fact, we&#8217;re so excited about Juice Pitcher, we&#8217;ve extended our <a href="http://www.odesk.com/oDeskChallenge" target="_blank">oDesk Challenge</a> offer to the 10 finalists (who haven&#8217;t yet been announced).  These early-stage companies are under constant pressure to do more with less, and a great way to do that is enlist the help of teams of online contractors.  Through participation in the oDesk Challenge, we&#8217;re going to help them find the very best talent on oDesk, so they can begin reaping the benefits of having an online workteam on their side.</p>
<p style="text-align:center; display:block;"><img class="alignnone size-full wp-image-8644" style="margin: auto;" title="130909121844juicepitcher" src="http://www.odesk.com/blog/wp-content/uploads/2009/10/130909121844juicepitcher.png" alt="130909121844juicepitcher" width="360" height="72" /></p>
<p style="text-align:justify;">Our CEO, Gary Swart, and several members of our team will be attending tonight&#8217;s event &#8211; if you&#8217;ll be attending, we look forward to seeing you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/odesk-squeezes-in-to-help-juice-pitcher-companies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: 10 Blogs to Get Motivated</title>
		<link>http://www.odesk.com/blog/2009/10/10-motivational-keys-inspiration-blogs/</link>
		<comments>http://www.odesk.com/blog/2009/10/10-motivational-keys-inspiration-blogs/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:12:57 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Dumb Little Man]]></category>
		<category><![CDATA[Four Hour Work Week]]></category>
		<category><![CDATA[Freelance Switch]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[Guerrilla Freelancing]]></category>
		<category><![CDATA[Leo Babauta]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[Motivational Memo]]></category>
		<category><![CDATA[Peter Sinclair]]></category>
		<category><![CDATA[Wake Up Later]]></category>
		<category><![CDATA[Working from home]]></category>
		<category><![CDATA[Zen Habits]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8604</guid>
		<description><![CDATA[Sometimes working from home can get a little routine, and you might lose your focus. Check out these ten different takes on motivation from bloggers around the web.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2F10-motivational-keys-inspiration-blogs%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2F10-motivational-keys-inspiration-blogs%2F" height="61" width="51" /></a></div><p>Sometimes working from home can get a little routine, and you might lose your focus. Check out these ten different takes on staying motivated from bloggers around the Web.</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;Motivation is something that needs to be built into your life on a daily basis.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><a title="Positioned for Success in a Global Storm" href="http://www.motivationalmemo.com/positioned-for-success-in-a-global-storm/trackback" target="_blank"><strong>POSITIONED FOR SUCCESS IN A GLOBAL STORM</strong></a>: This inspirational essay might help you change your perspective by paying closer attention your goals and the way you think. (by <a title="Peter Sinclair " href="http://www.motivationalmemo.com/about-mm/" target="_blank">Peter Sinclair </a>of <a title="Motivational Memo" href="http://www.motivationalmemo.com/" target="_blank">Motivational Memo</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;Finding the right workflow can make a tremendous difference&#8230;&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="4 Lessons That Optimize ..." href="http://freelanceswitch.com/productivity/4-lessons-that-helped-me-optimize-my-workflow/#more-3331/trackback" target="_blank">4 LESSONS THAT HELPED ME OPTIMIZE MY WORKFLOW</a></strong>: These four basic principles of freelancing can help you get back into the game with a renewed energy. (by Adrian Try for <a title="Freelance Switch" href="http://freelanceswitch.com/blog/" target="_blank">Freelance Switch</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;Consistent improvement frees me from the cycle of guilt.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="Are You Better Than Yesterday" href="http://www.fourhourworkweek.com/blog/2009/07/28/the-big-question-are-you-better-than-yesterday/#more-1980/trackback" target="_blank">ARE YOU BETTER THAN YESTERDAY?</a></strong>: From the CTO of InfoEther, this blog entry will show you how to stay motivated by taking steps forward every single day. (by Chad Fowler for <a title="The Blog of Tim Ferriss" href="http://www.fourhourworkweek.com/blog" target="_blank">The Four Hour Work Week Blog</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;"><span>&#8220;I began creating a list of 5-6 daily actions</span>.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="6 Reasons Why You Are Not ..." href="http://www.dumblittleman.com/2009/08/6-reasons-why-you-are-not-more.html/trackback" target="_blank">6 REASONS WHY YOU ARE NOT MORE PRODUCTIVE</a></strong>: Identifying the things that are holding you back can sometimes be the way to move ahead. (by <a title="About Steve Martile" href="http://www.freedomeducation.ca/about/" target="_blank">Steve Martile </a>for <a title="Dumb Little Man" href="http://www.dumblittleman.com" target="_blank">Dumb Little Man</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;It doesn&#8217;t take long for your skillset to become outdated&#8230;&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="Falling Behind Is Not an Option" href="http://www.wakeuplater.com/freelance-lessons/falling-behind-is-not-an-option.aspx/trackback" target="_blank">FALLING BEHIND IS NOT AN OPTION</a></strong>: If all else fails, a kick in the backside might be what you need. This post has that kick with points like, &#8220;You Are Dispensible.&#8221; (by Samuel of <a title="Wake Up Later" href="http://www.wakeuplater.com/" target="_blank">Wake Up Later</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;As your responsibilities grow &#8230; it’s easier to stay motivated.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="Seven Tips ..." href="http://www.topwahms.com/motivation/trackback" target="_blank">7 TIPS FOR WORK-AT-HOME MOTIVATION</a></strong>: One of the tips is to make promises you know you will have to keep, but the best tip that not everyone is cut out for the job. (by Cathy Goodwin for <a title="Top Work at Home Moms" href="http://www.topwahms.com/" target="_blank">Top Work at Home Moms</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;Sometimes your work mojo gets so low you think it’s abandoned you forever.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="How to Recharge ..." href="http://www.mftrou.com/motivation-at-work.html/trackback" target="_blank">HOW TO RECHARGE YOUR WORK MOJO</a></strong>: Though Swinton&#8217;s wise words are aimed at the 9 to 5ers, they are good for all of us, including having clear&#8211;not fuzzy&#8211;goals that will get you from A to B. (by <a title="About Lindsay Swinton" href="http://www.mftrou.com/lyndsay-swinton.html" target="_blank">Lindsay Swinton</a> of <a title="Management for the Rest of Us" href="http://www.mftrou.com" target="_blank">Management for the Rest of Us</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;If you are having a hard time getting started, it may be because you’re thinking too big.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="Get Off Your Butt" href="http://zenhabits.net/2007/08/get-off-your-butt-16-ways-to-get-motivated-when-youre-in-a-slump/trackback" target="_blank">GET OFF YOUR BUTT</a></strong>: It&#8217;s an oldy but a goody from the zen master himself. These 16 ways to get yourself out of a slump have worked for a lot of people, and they just might work for you. (by <a title="About Leo Babauta" href="http://zenhabits.net/about/" target="_blank">Leo Babauta </a>of <a title="Zen Habits" href="http://zenhabits.net/" target="_blank">Zen Habits</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;It takes as much stress to be a success as it does to be a failure.&#8221; - <em>Emilio James Trujillo</em></span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="49 Motivational Quotes ..." href="http://www.guerrillafreelancing.com/49-motivational-quotes-to-kick-yourself-in-the-ass/trackback" target="_blank">49 MOTIVATIONAL QUOTES TO KICK YOURSELF&#8230;</a></strong>: The quotes here will last you 49 days, or you can switch it up and read them all at once to get one good swift kick. (at <a title="Guerrilla Freelancing" href="http://www.guerrillafreelancing.com/about/" target="_blank">Guerrilla Freelancing</a>)</p>
</td>
</tr>
<tr>
<td width="150" valign="top"><span style="color: #808080;">&#8220;Our motivations can be separated into two categories: extrinsic and intrinsic.&#8221;</span></td>
<td valign="top">
<p style="text-align: left;"><strong><a title="Perpetual fuel" href="http://webworkerdaily.com/2009/09/22/perpetual-fuel-finding-the-motivation-to-work/trackback" target="_blank">PERPETUAL FUEL: FINDING THE MOTIVATION&#8230; </a></strong>: The key to motivation may just end up being as personal and individual as each of us seeking it. Celine&#8217;s suggestion is that we need to know ourselves before we can find our motivation. (by Celine Rogue of <a title="Web Worker Daily" href="http://webworkerdaily.com" target="_blank">Web Worker Daily</a>)</p>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;"><em>Working from home can either weigh you down or liberate you &#8212; it&#8217;s all about how you do it. Having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work. Here at oDesk you&#8217;ll find the tips and tools to do it right. </em></p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p style="text-align: center;"><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/10-motivational-keys-inspiration-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Contractually Speaking&#8230;</title>
		<link>http://www.odesk.com/blog/2009/10/contractually-speaking/</link>
		<comments>http://www.odesk.com/blog/2009/10/contractually-speaking/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 17:54:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Inside oDesk]]></category>
		<category><![CDATA[agreements]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[contract]]></category>
		<category><![CDATA[deliverables]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[payment garauntee]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[termintion]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8176</guid>
		<description><![CDATA[Contracts are most likely not your favorite part of freelance work.  Hammering out a watertight, legally binding agreement can be a bit of a distraction when what you really need to do is get some work done for your clients. So your choices are: operate on a handshake, purchase an off-the-shelf contract, or employ [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcontractually-speaking%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcontractually-speaking%2F" height="61" width="51" /></a></div><p>Contracts are most likely not your favorite part of freelance work.  Hammering out a watertight, legally binding agreement can be a bit of a distraction when what you really need to do is get some work done for your clients. So your choices are: operate on a handshake, purchase an off-the-shelf contract, or employ a lawyer to draft a custom one.</p>
<p><img class="alignright size-thumbnail wp-image-8274" title="Employment Contact" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/iStock_000005341779XSmall-150x150.jpg" alt="Employment Contact" width="170" height="190" />While we aren&#8217;t lawyers, and wouldn&#8217;t presume to tell you how to write your own work contracts, there are a few items that may be worth considering. Below are some of the terms that can cause heartburn when drafting a contract, and how we address them in the <a href="http://www.odesk.com/help/help/policies/user_agreement">oDesk Marketplace User Agreement</a>.</p>
<p><strong>Don&#8217;t Stiff Me (Services and Fees)</strong> &#8211;  Determining what work is to be done, and how much to be paid is most likely the crux of your contract.<br />
<em> oDesk&#8217;s take: oDesk encourages you to be upfront about your rates, and <a href="http://www.odesk.com/help/help/payments/financial_activity/guarantee">guarantees payment</a> for hourly work. Providers should act in good faith to complete the desired work, and buyers are obligated to pay for hours spent (within the agreed upon weekly hours) or the agreed fixed price.</em></p>
<p><strong>I won&#8217;t be back. (Termination)</strong> &#8211; An escape clause can be a touchy subject. Addressing the possibility that the project or working relationship won&#8217;t work out can cast a dark cloud over an agreement, but it&#8217;s necessary that both parties be protected.<br />
<em> oDesk&#8217;s take: Hourly assignments may be terminated by buyer or provider at any time, and the Buyer is obligated to pay for hours worked prior to termination. Fixed Price Assignments may only be terminated by mutual agreement.</em></p>
<p><strong>Who owns what? (Work Product and Buyer Deliverable)</strong> &#8211; Assigning ownership of Intellectual Property is important. Who own the source code? What happens if your client hires a third party to modify it?<br />
<em> oDesk&#8217;s take: Providers do not retain Intellectual Property rights. Any copyrightable works prepared by Provider in connection with an Assignment for Buyer shall be &#8220;works for hire.&#8221; Any materials that the buyer provides along with an assignment remain property of the buyer. The provider is obligated to destroy any copies of that material after an assignment is completed.</em></p>
<p><strong>Don&#8217;t borrow without asking. (Pre-existing Intellectual Property in Work Product)</strong> &#8211;  Reinventing the wheel isn&#8217;t necessary, but being upfront about what work you are building upon, is. Sure, you can build an e-commerce website at breakneck pace if you develop it based upon an off the shelf CMS, but does your client know about the licensing fee? What about the payment module for their merchant account, are you going to purchase it, or roll your own?<br />
<em> oDesk&#8217;s take: If providers wish to use 3rd party software (or other IP) to complete an assignment, then they need written consent of the buyer. This includes open source software. It is assumed that providers will delivered unique IP that then becomes property of the buyer.</em></p>
<p><img class="alignleft size-thumbnail wp-image-8276" title="Shake on it" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/iStock_000003187239XSmall-150x150.jpg" alt="Shake on it" width="150" height="170" /><strong>Including the Details? (Entire Agreement) </strong>- Using your proposal as the basis for, or as an exhibit in your contract can be great for insuring that all the details of  project are included, and that your obligations are clearly outlined. Any agreements made through oDesk are considered part of the service contract for that particular assignment, so it&#8217;s important to be clear about expectations with buyers/providers, but rest assured that clear effective communication will translate to your assignment&#8217;s Service Contract.<br />
<em> oDesk&#8217;s take:  The Service Contract outlined above, plus any agreements made between buyer/provider inside the oDesk Marketplace are the full terms of the Service Contract for that assignment.</em></p>
<p>Be sure to also check out the <a href="http://www.odesk.com/help/help/policies">oDesk Policies Page</a>, it provides detail of the information given above, as well as some useful insights in to how to make the most of the oDesk Marketplace.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/contractually-speaking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Congratulations to our Top 25 Providers for September 2009!</title>
		<link>http://www.odesk.com/blog/2009/10/congratulations-to-our-top-25-providers-for-september-2009/</link>
		<comments>http://www.odesk.com/blog/2009/10/congratulations-to-our-top-25-providers-for-september-2009/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 18:18:02 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Best Developers]]></category>
		<category><![CDATA[Best Programmers]]></category>
		<category><![CDATA[Best Virtual Assistants]]></category>
		<category><![CDATA[best writers]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Hire Developers]]></category>
		<category><![CDATA[Hire Writers]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[Top 25]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8531</guid>
		<description><![CDATA[We are pleased to announce our best Providers for September 2009! We have over 250,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.
oDesk Buyers, you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcongratulations-to-our-top-25-providers-for-september-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fcongratulations-to-our-top-25-providers-for-september-2009%2F" height="61" width="51" /></a></div><p>We are pleased to announce our best Providers for September 2009! We have over 250,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.</p>
<p>oDesk Buyers, you might want to get in touch with these Providers soon&#8230;they just completed assignments and are available now, but probably won&#8217;t be for long. Click on their profile to check out their work and contact them for an interview!</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_designers">BEST FREELANCE DESIGNERS</a><br />
</strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Freealance Designers" src=" http://www.odesk.com/community/system/files/designers_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Designers for September 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right; " width="21" height="27">1</td>
<td width="269">Joanna C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~61da44df0f093eb9">Web Design,   Logo, Collaterals, Brochure, Joomla</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">2</td>
<td width="269">Nikolay   Atanasov</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ba5a2eca8525fda8">3D   Generalist / Post prduction</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">3</td>
<td width="269">David   Moehle</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~71a8b1649854fe97">Voice   Talent/Start to Finish Digital Audio Creation and Editing/Writer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">4</td>
<td width="269">Francis   M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~f4e4fddd091c0833">â–ºâ–º   Photoshop | Illustrator | Indesign Cr8TiVE @rtistâ„¢</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">5</td>
<td width="269">Salman N.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~7c4244099a330a81">Senior Ruby   on Rails/ PHP/J EE/ Flex/ Flash/HTML/CSS Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">6</td>
<td width="269">Evgeniy   Ognarev</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~f6d42f759df481c2">Illustrations,   character design, flash animations, storyboards</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">7</td>
<td width="269">Allen   Kerry</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~d8b90ff653a73e90">â–º 3D   Artist Character Modeler, 12 yrs Game dev exp, Fulltime biz, US â—„</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">8</td>
<td width="269">Kamal   Garg</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c61a35a912e04aca">Photoshop,   Flash, HTML/DHTML/XHTML, Versatile Website &amp; Logo Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">9</td>
<td width="269">John   Basile</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~7164a1ec5e7e0782">Scraster   Professional Screencasting</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">10</td>
<td width="269">Peter   Safwat</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b9888bedbe2c9e43">Flash   Designer &amp; Developer + Web &amp; Graphic Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right; " height="27">11</td>
<td width="269">Cheryl B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~a709cfa3bb21dc9f">Graphic   designer, 18 years building better brands</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="269">Kamal   Pahuja</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~0264fcb0771e6bf1">3D   Modeling, Texturing, Lighiting &#8211; Freelance Website/Flash Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="269">Tania I.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~288740a5e5af0add">Logo   Design, Brochure, Website, Stationary, &amp; Illustration Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="269">Dexter B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~f298715298de19a7">Dedicated   Illustrator â€¢ Professional Artist â€¢ oDesk Recognized</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="269">Nitya S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~22e7cb0f635bfd0a">Web &amp;   Graphics Expert, Flash Animator, Web2.0, HTML/CSS, Logo Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="269">Anna P.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ee2b2d484a37c9b6">Graphic   Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="269">Sm R.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~5d9f6d212e73e6a5">web   research, video creator, adobe cs3, ms office expert.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="269">Nikola   Sudarevic</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~bbf4fbf0f6266d85">Desktop   Publishing and Design</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="269">Jorge   Puntriano</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~5e7f467b2090cf52">Senior   Graphic Designer, Illustrator, Pixel Artist and 2D animator</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="269">Jeff W.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~48f5140a66f9f4d3">*Creative*   Video Editing / Camtasia / Flash / Audio / Graphic Design</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="269">Talec H.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b91c3cfc9a81de02">Expert in   web designing,CSS, Div based sites &amp; html</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="269">Victor   Novak</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~4226d17a315c2724">Web/Print   Design. Brand Identity/Logo/Stationery. IA/UX consultant.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="269">Kamal   Pahuja</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~0264fcb0771e6bf1">3D   Modeling, Texturing, Lighiting &#8211; Freelance Website/Flash Designer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="269">Allen S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~65e0b4e14a2c9388">ILLUSTRATION/WEB/GRAPHIC   DESIGN/ **LOVES WORKING WITH ILLUSTRATOR**</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="269">Abhinav   B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~88634c1c286bc58b">â–‘â–’â–“â–ˆ   Superlative Php/MySql, Web2.0, Ajax &#8212; Developer â–ˆâ–“â–’â–‘</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_software_developers">BEST FREELANCE SOFTWARE DEVELOPER</a></strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Software Developers" src="http://www.odesk.com/community/system/files/software_developer.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Software Developers for September 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="21" height="27">1</td>
<td width="269">Gabriel V.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~68eb10db43cc5c36">Programmer   / Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="269">Dmitriy   L.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b5d30651ca5cd846">C++ /   Python developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="269">Christine   Hui</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~30a7fbe20fba92df">BVG</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="269">Vinod   Podar</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~7e4c2c7060283d03">Senior   Program Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="269">Dharminder   S</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ffd47784f3bca0ff">.Net C# VB   ASP.net .Net2.0 .Net3.5, healthcare, dontnetnuke</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="269">Roman   Kudiyarov</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~90d3d324ed6565f8">C++/Python   Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="269">Harry R.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~6577e8041d844ebb">.Net/MVC/LINQ/MS   SQL/T-SQL/jQuery/JSON</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="269">Ranjana   S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~7e47f62759bddbbd">Experieced   OsCommerce,Ajax,Smarty,Wordpress,Cakephp,Magento Programmer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="269">Ross C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~56c01b31c346142c">Senior   iPhone/C/C++/Web/Python Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="269">Chinmay   Das</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~7b64e77e9c681d3f">Senior   Software Engineer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="269">Andrew   Kramarew</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~00b6ab9c40c1f558">Senior   developer: ASP.NET/C#/MSSQL/MySQL/AJAX/JQuery/Prototype/Magento</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="269">Supriya   B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~618b70e8ed6eb70a">4+Years   experienced PHP/MYSQL Web Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="269">Paresh D.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~abb6d08404a2ecb9">Sun   Certified Java Prof, Java,J2EE,Struts,Ajax,Hibernate Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="269">Daniel G.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~8f32d27b7b8335c7">Experienced   PHP/Perl/ActionScript(2,3)/C/C++/JavaScript developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="269">Tejinder   A.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~6870f676654bb641">Web 2.0,   CSS, xHTML, Flash Actionscripting Programmer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="269">Dmitry   Papusha</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~19ce4ef02d84bc65">MS SQL,   ASP.NET, C#, SSIS, Crystal, SSRS, DWH High-Skilled Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="269">Goran P.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~431231e8e58b7c44">Experienced   Programmer, Mobile Phones Programmer and Web Programmer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="269">Gilbert   E.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~27326346d9480ec0">*PHP+mySQL*,Flex,C#.Net+MSSQL,AJax,   RUBY,XHTML/XML,J2ME,VB/C/C++</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="269">Veer   Singh</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~591e9194a4886d40">PHP   Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="269">Alexey Z.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~50c6f0346973b29e">C/C++   Technical Lead</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="269">Dmitry S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ba4134878d47e890">C++/C#   software developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="269">Andrei   Mamitchev</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b296810d4af252cd">Senior   Java/JSP/Struts/Spring Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="269">Denis   Borisenko</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~387e5779d183fde0">Flex/ActionScript/AIR/Flash   Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="269">Rajan   Kulkarni</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~72bcec52dc5236f1">Sun   Certified Java Developer &#8211; Java/J2EE, Struts, AJAX SQL, HIbernate</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="269">V K.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b398b9c6246e449c">Unmatched   Silverlight and ASP.NET 3.5 Professional</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_web_developers">BEST FREELANCE WEB DEVELOPERS</a><br />
</strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Freelance Web Developers" src=" http://www.odesk.com/community/system/files/webdeveloper_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Web Developers for September 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="21" height="27">1</td>
<td width="269">Evgeny M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c4311083dbc30eef">PHP/MySQL/DHTML/Ajax   Developer/Project Manager</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="269">Tatiana   D.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~bef56b13b6ce4c94">PHP, MySQL,   Drupal Developer, Team Leader</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="269">Alexander   D.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~eb3c750286c95053">Expert   J2EE/JBoss, PHP/MySQL, AJAX, SMARTY Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="269">Olexiy O.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~de9c85732f0bf4ff">Java/J2EE   Architect / Senior Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="269">Dmitry A.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~de3ca2030c264a65">ASP.net/Mobile   &#8211; Professional Experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="269">Dora M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~729242e5ac67e29a">Dora</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="269">Vladimir   K.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~af227bec4e680cc7">ColdFusion/MSSQL/PHP/Smarty/mySQL   developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="269">Fahmi A.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~e8938caaef057fdf">Professional   PHP/MySQL/XHTML/CSS/ Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="269">Igor G.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~943e111ae0c44470">Java   Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="269">Mircea C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~e34323ce2240b2c6">Senior   Delphi Expert Software Developer, with JAVA, C# .NET and PHP</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="269">Misha B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~8d72c3dcfb5ca9cb">Drupal/PHP/MySQL/HTML/JS/CSS</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="269">Jane Durm</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~43b69eda5facc475">Sales &amp;   Marketing, Management, Admin. Assistant, Customer Service</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="269">V K.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~b398b9c6246e449c">Unmatched   Silverlight and ASP.NET 3.5 Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="269">Maninder   S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ad45aea0db5851be">HTML/   XHTML/ CSS Developer, Certified Wordpress Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="269">Gurdeep   Dhillon</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~5401dd911eba4905">PHP/MySQL/Ajax   Drupal Joomla Wordpress ECommerce Rails UberCart Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="269">Amit C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~d59232b226cddeff">.Net   Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="269">Denis   Statsenko</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~cc311d8ba39c4fd1">Greatest   PHP/MySQL/AJAX/Symfony/Smarty/osCommers/Joomla developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="269">Vladimir   Fedorov</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~dad6e98d7978ef6f">Flash &amp;   Flex developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="269">Andrey Z.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c9e4247221070f9e">Experienced   PHP/Python/Django/Coldfusion/Flex web-developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="269">Yogesh S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~5eeb84a74e01a4b6">Certified   ASP.net/C#.Net,VB.Net Developer,sqlserver2005,vb 6, VBA</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="269">Alexei   Shulga</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~f90fd2e89e350689">Zend   certified ZCE,PHP,MySQL,Ajax,Frameworks (CakePHP, Zend Framework)</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="269">Durrab   Khan</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~0eda7723f0602408">Sr.Software   Lead &amp; Architect | Flex/AIR/Spring/Java/J2EE/J2ME/Android</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="269">Sri   Vardhan Gogineni</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c513b8ec0c10b3fd">Developer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="269">Uday S</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2e56e6cfa5c4b6eb">PHP, AJAX,   Joomla, MySQL, CakePHP, Drupal, PHP/IIS/MS SQL</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="269">Ashish   Singh</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c6346551b177d0df">Microsoft   Certified ASP.NET 3.5,C#,LINQ,SQL server,AJAX,JS,Sharepoint</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_writers">BEST FREELANCE WRITERS</a><br />
</strong></td>
</tr>
</tbody>
</table>
<p><a href="http://www.odesk.com/users/~~5292e929acdac50d"></a></p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Freelance Writers" src="http://www.odesk.com/community/system/files/writers_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Writers for September 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="21" height="27">1</td>
<td width="269">Nelson Manning</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~8aa67b6751efff21">High   Quality Writer: Technical, Dev Spec, Business, Creative, Copy</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="269">Aashita   S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~6bbf607d1db33513">Experienced   Tech Writer, Project Manager, ID, Editor, PR, Copywriter</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="269">Jery   Esparas</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~fda6a1fe548b5165">7.5YRS   Exp.PROJECT MANAGER/EXCEL/VIRTUAL ASST (FULLTIME Provider)</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="269">Oliver N.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~d2a331e1c067f3ce">Versatile   Writer++</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="269">Carlo   Gabriel Simbajon</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~56f551379d2e18a2">TOP oDesk   Writer for July 2009; ECONOMIST: Economics, Business, Mngmt.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="269">Rosanne   L.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~73c473887c2f1864">Professional   Writing Services &#8211; Copywriting, Web Content, SEO, eBooks</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="269">Sally R.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~929201f599418f5b">On the ball   administration, research, writing, editing and data entry</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="269">Susan   Campbell</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2a7ef637fa54846c">Trusted   Content Writer &#8211; Articles,Sales Pages, eBooks, Website Content</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="269">Nitima S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~8b969e95be57c8f1">Highly   reliable Writer and SEO expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="269">Candan   Kayaguney</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~e6fc9c862a0c40db">Data   Entry/Research/Personal Assistant/Translation/Administrative Supp</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="269">Marilyn   M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~aad42eedc74e6ab7">Top 15   Provider on oDesk~ PROFESSIONAL~SEO NINJA~AFFORDABLE~QUALITY~</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="269">Shaira B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~d3d8b379a980d337">All-around   Data Entry~Research Assistant+Graphics Editor</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="269">Yigit S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2f3b5fbbcc354a43">Turkish   native &#8211; (Tur-Eng) Translation, Proofreading, Localization</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="269">Houda A.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~bc790adee09a5d1b">Translator   French /Spanish/English-Proofreader-transcriber</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="269">Elvis S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2142af60cbefc5b0">GraphicDesign/SEO/DataEntry/QA/A+cert/AudioEditor</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="269">Donna M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~04d288896984361c">Experienced   and Published Writer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="269">Deepa   Ashith</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~3bd85d3da35ceaec">Experienced   Technical Writer/Business Analyst/CopyWriter</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="269">Faith M.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~e319df032179b7b6">â˜¼Multi-Skilledâ˜¼â€”eBook   Writerâ€”Bloggerâ€”Spinnerâ€”SEOâ€”LinkBuilderâ€”Top Tests</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="269">Susan   Campbell</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2a7ef637fa54846c">Trusted   Content Writer &#8211; Articles,Sales Pages, eBooks, Website Content</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="269">Melissa   Lind</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~01849056836469e3">Pharmacist   Writer/Research/Editor in Medicine/Health/Lifestyle/SEO</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="269">Teresa   Schultz</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~d962ea279c6e248c">HTML/photoshop/writer</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="269">Faith   Anne Hurley</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c8d169bc5b2c3924">Writing for   you &#8211; mathematics, humanities, and education</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="269">Daphany   Dixon</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~443cbb15c4367653">Data Entry   Expert and Office Assistant</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="269">Mark   Aragona</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~4b7983ba2424b19f">A Wizard   with Words: Creative Writer, SQA Specialist and Voice-over</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="269">Kamran   Mehmood</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~27044ef7f0e001e9">MBA IN   FINANCE (DATA ENTRY EXPERT IN MS. WORD, EXCELL, POWERPOINT)</a></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_virtual_assistants">BEST VIRTUAL ASSISTANTS</a><br />
</strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Virtual Assistants" src=" http://www.odesk.com/community/system/files/assistants_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Virtual Assistants for September 2009 were:</p>
<div style="text-align: right;"><span style="font-family: Arial, sans-serif;"><span style="border-collapse: collapse;"> </span></span></div>
</td>
</tr>
<tr height="27">
<td style="text-align: right;" width="21" height="27">1</td>
<td width="269">Marie C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c2c209e0c5f30a3d">Graphic   Design Print &amp; Web, Photo manipulation, correction and other</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">2</td>
<td width="269">Marie C.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~cb47916e1b03eb6d">Data   Encoder Specialist, Internet Researcher, Data Mining.</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">3</td>
<td width="269">Janice   Alcantara</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~93afb7d778d34390">â˜¼ â™¥ TOP   SEM, SEO, Link Building, Web Content &amp; Article Writing â™¥ â˜¼</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">4</td>
<td width="269">Philippa   E.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~850ceaa58cdfd63f">British   certified SEO Practitioner and Copy Writer Extraordinaire</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">5</td>
<td width="269">L Maher</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~e7fb684b8b220658">Virtual   Assistant &#8211; Highly experienced</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">6</td>
<td width="269">Ariel   Pichersky</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~4b570461a119cf7b">Native   Spanish speaker| Writer| Discourse worker| Letters student @UBA</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">7</td>
<td width="269">Rostyslav   K.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~9e5a93811388680b">â–ºDATA   ENTRY, RESEARCH, FRENCH TRANSLATION, ADMINISTRATION, EXCELâ–º</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">8</td>
<td width="269">Mia B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2c4b866fadf1680e">Highly   Reliable Project Coordinator, Writer,Researcher</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">9</td>
<td width="269">Bobby L.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~cf29a0633d7573e1">BlackSheepUK|Graphic/Web   Designer+CSS+Photoshop+Video Traffic Expert</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">10</td>
<td width="269">Bobbi D.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~1544bbc032be8448">Executive   Virtual Assistant</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">11</td>
<td width="269">Jessica   H.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~3aa0691e240c5d6a">â˜…â˜…â˜…   Design/Data Entry/Writing/Research â˜…â˜…â˜…</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">12</td>
<td width="269">Renee B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~fbf8026391d175f5">Information   Professional/Business Researcher/Librarian</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">13</td>
<td width="269">Vinayachandran   Gopalakrishna Panicker</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~8c1a604973650b5f">Admin.   Professional/Data Entry Professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">14</td>
<td width="269">Candy W.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~ae7d2732fde01628">Joomla/Wordpress/Ecommerce   /Senior Virtual Assistant from China</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">15</td>
<td width="269">Arpan K.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~f67b24f44e31bdfc">Excel/Word/Powerpoint/HTML/Virtual   Assistant/Data Entry</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">16</td>
<td width="269">Deepika   Tiwari</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~07347dbd4e9cabe2">Web   Researcher/Marketing and Sales/Data Entry/Recruitment professional</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">17</td>
<td width="269">Pradeep   Chandru</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~3849739519702b73">MySQL   certified DBA who provide support in any MYSQL activity</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">18</td>
<td width="269">Charmaine   G.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~9e874f33ee511704">~~Customer   &amp; Tech Support,Virtual Assistant,Research Specialist~~</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">19</td>
<td width="269">Mark   Walusimbi</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~3815aaa53a870b82">Dedicated   To Client Service, Accurate Data &amp; Timely Delivery</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">20</td>
<td width="269">Sanjeev   Chauhan</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~06e7a398f2926c6e">Certified   System Administrator/Link builder/ SEO Expert/Sharepoint</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">21</td>
<td width="269">Arlene   Santillan</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~eb80cec917d9eb11">~ 10 YRS.   EXP VA â™¥ RESEARCHER â™¥ ARTICLE SUBMITTER â™¥ WEB CONTENT EDITOR</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">22</td>
<td width="269">April   Toucheque</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~868e5f28210f506a">Multi-Tasking   Admin. Asst. with Bookkeeping Experience</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">23</td>
<td width="269">Christine   B.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~c4b9a99a6775ab3e">Experienced   researcher/ Data Entry-Virtual Assistant</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">24</td>
<td width="269">Liza Roy</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~2235198e077af7fe">Legal,   Administrative Support, Research, Writing &amp; Data entry</a></td>
</tr>
<tr height="27">
<td style="text-align: right;" height="27">25</td>
<td width="269">Arvin S.</td>
<td width="602"><a rel="nofollow" href="http://www.odesk.com/users/~~17a9f5c35f6ca786">Highly   motivated virtual assistant, data enterer, and web developer.</a></td>
</tr>
</tbody>
</table>
<p>These rankings will be generated each month, and stored in the <a href="http://www.odesk.com/community/oconomy">oConomy</a> under &#8220;Rankings&#8221;. October Rankings will be published on November 1st. Congratulations again!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/congratulations-to-our-top-25-providers-for-september-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design of the Month Contest &#8211; Let the Voting Begin!</title>
		<link>http://www.odesk.com/blog/2009/10/design-of-the-month-contest-let-the-voting-begin/</link>
		<comments>http://www.odesk.com/blog/2009/10/design-of-the-month-contest-let-the-voting-begin/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 11:41:28 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8420</guid>
		<description><![CDATA[We’re excited to announce that voting has officially begun in our oDesk Design of the Month contest! This time around we have 57 submissions, each of which was built by oDesk providers, and we must say we’re quite impressed with the entries.
Here at oDesk we have the privilege of bringing businesses and individuals together with [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fdesign-of-the-month-contest-let-the-voting-begin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F10%2Fdesign-of-the-month-contest-let-the-voting-begin%2F" height="61" width="51" /></a></div><p><a href="http://www.odesk.com/w/design-of-the-month"><img class="alignright size-thumbnail wp-image-8424" title="oDesk Design of the Month" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/oct_2009_dom-26-150x150.jpg" alt="oDesk Design of the Month" width="150" height="150" /></a>We’re excited to announce that voting has officially begun in our <strong>oDesk Design of the Month </strong>contest! This time around we have 57 submissions, each of which was <strong>built by oDesk providers</strong>, and we must say we’re quite impressed with the entries.</p>
<p>Here at oDesk we have the privilege of bringing businesses and individuals together with remote workers to collaborate on oDesk, and seeing amazing results come out of it. Our buyers are proud of their products and likewise ourrebeccaturner providers are proud of their hard work. This month’s contest is rather unique because it was open to all types of design work. It allows buyers a chance to show off their masterpieces, from logo and illustration, to video, to web design and everything in between! We’re also excited to showcase the incredible design talent of our community and honor some of the best work done through oDesk.</p>
<p><a title="Design of the Month Contest" href="http://www.odesk.com/w/design-of-the-month" target="_blank"><img class="alignleft" style="margin-right: 6px;" src="http://www.odesk.com/blog/wp-content/uploads/2009/04/votenow.png" border="0" alt="" hspace="0" align="left" /></a></p>
<p>Winners will be chosen entirely by community voting which will continue through October 31st. The grand prize winner, or <strong>Design of the Month</strong> will officially be announced on November 1st. So what are you waiting for? <strong><a href="http://www.odesk.com/w/design-of-the-month">Click here</a></strong> to cast your votes &#8211; you are allowed to vote for up to 3 apps per day. Facebook guru? You can also <strong><a href="http://apps.facebook.com/promotionshq/contests/4474/voteable_entries?view_entries=1">vote via our Facebook App</a></strong>. That way, your votes will show up on your walls, and your friends will be encouraged to vote as well.</p>
<p>The grand prize winner will get $1,000 oDesk credit, an iPhone, possible press opportunities, and of course, ever-coveted bragging rights! The three runners-up will each get an oDesk t-shirt.</p>
<p>So what are you waiting for? Check out the competition (we think you’ll be as impressed as we are) and cast your vote today! Good luck to the contestants – may the best design win!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/10/design-of-the-month-contest-let-the-voting-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigned Assignment Detail Page</title>
		<link>http://www.odesk.com/blog/2009/09/redesigned-assignment-detail-page/</link>
		<comments>http://www.odesk.com/blog/2009/09/redesigned-assignment-detail-page/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 01:17:51 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[What's New?]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8432</guid>
		<description><![CDATA[We&#8217;ve redesigned our assignment detail page and think it will be useful for all users — buyers and providers alike.
To access the new page, visit My Jobs > Assignments and click on any assignment, active or ended.
For buyers:
The assignment detail page is your central screen for each provider. It shows key information, statistics, and actions [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fredesigned-assignment-detail-page%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fredesigned-assignment-detail-page%2F" height="61" width="51" /></a></div><p>We&#8217;ve redesigned our assignment detail page and think it will be useful for all users — buyers and providers alike.</p>
<p>To access the new page, visit <a href="http://www.odesk.com/assignments/">My Jobs > Assignments</a> and click on any assignment, active or ended.</p>
<p><strong>For buyers:</strong></p>
<p>The assignment detail page is your central screen for each provider. It shows key information, statistics, and actions all on one screen. Everything you need will be one-click away…</p>
<ul>
<li>see the provider&#8217;s local time</li>
<li>link to the provider&#8217;s work diary</li>
<li>see how much time (and money) was spent last week, this week, and for the entire assignment</li>
<li>send a message to the provider or staffing manager</li>
<li>change rate or weekly limit</li>
<li>make bonus or fixed-price payments</li>
<li>end an assignment</li>
<li>manage feedback for ended assignments</li>
</ul>
<p><strong>For providers:</strong></p>
<p>The assignment detail page is your central screen for each of your assignments…</p>
<ul>
<li>view your own work diary for that assignment</li>
<li>see how much was earned last week, this week, and for the entire assignment</li>
<li>send a message to the buyer</li>
<li>end an assignment</li>
<li>give refunds</li>
</ul>
<p><a href="http://www.odesk.com/blog/2009/09/redesigned-assignment-detail-page/">Let us know what you think!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/redesigned-assignment-detail-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>oDesk. There&#8217;s an App for That!</title>
		<link>http://www.odesk.com/blog/2009/09/odesk-theres-an-app-for-that/</link>
		<comments>http://www.odesk.com/blog/2009/09/odesk-theres-an-app-for-that/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 10:42:26 +0000</pubDate>
		<dc:creator>Orie</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[What's New?]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[iphone application]]></category>
		<category><![CDATA[mobile app]]></category>
		<category><![CDATA[oDesk]]></category>
		<category><![CDATA[odesk iPhone app]]></category>
		<category><![CDATA[remote work]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8326</guid>
		<description><![CDATA[
Last week, we listed out some of the most useful iPhone apps for business use. We intentionally left one off that list, so we could share it with you in more detail today:
Your oDesk team room is a great place for staying abreast of all the things your teammates are working on, but sometimes you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fodesk-theres-an-app-for-that%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fodesk-theres-an-app-for-that%2F" height="61" width="51" /></a></div><p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=329377606&amp;mt=8" target="_blank"><img src="http://www.odesk.com/w/images/base/23/iPhone%20App.jpg" border="0" alt="oDesk's iPhone App" hspace="10" height="340" align="right" /></a></p>
<p><em>Last week, we listed out some of the most <a href="http://www.odesk.com/blog/2009/09/consultant-iphone-apps/">useful iPhone apps for business</a> use. We intentionally left one off that list, so we could share it with you in more detail today:</em></p>
<p>Your oDesk team room is a great place for staying abreast of all the things your teammates are working on, but sometimes you&#8217;re not in front of your computer and you&#8217;d like to keep up to date with what&#8217;s going on back in the virtual office.  With the new <a title="oDesk iPhone app" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=329377606&amp;mt=8">oDesk iPhone app</a>, now there&#8217;s an app for that.</p>
<p>The oDesk iPhone app gives you literal visibility of your online workteam no matter where you are:</p>
<ul>
<li>See all providers in your team room grouped by current work status &#8211; Working  Now, Worked in the Last 24 Hours, Other</li>
<li>View each team member&#8217;s latest work  memo, local time, 24-hour work sparkline, and latest snapshot</li>
<li>Check  complete work diaries including memos, full-size snapshots, activity indicator, billing  status, timestamp, and active window for any date</li>
</ul>
<p>The app is  designed for both buyers and providers.</p>
<p>Watch Brain Goler, oDesk&#8217;s VP of Marketing, give a quick demo of the app in action:</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/Lm0wtBIJWy0&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/Lm0wtBIJWy0&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Ready to download?</strong> If you have an iPhone (or iPod Touch), follow <a id="vnxf" title="this link" href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=329377606&amp;mt=8" target="_blank">this link</a> to install the app.  Or, search the App Store for &#8220;oDesk&#8221; to find it.</p>
<p>If you have any suggestions, we&#8217;d love to hear them at <a title="iphone-app@odesk.com" href="mailto: iphone-app@odesk.com" target="_blank">iphone-app@odesk.com</a>, or in the comments section below.  And, if you like what you see, please rate the oDesk iPhone Application it in the App Store!</p>
<p>____</p>
<p>If you&#8217;re a blogger or member of the press looking for more information, please contact <a href="mailto:press@odesk.com">press@odesk.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/odesk-theres-an-app-for-that/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Announcing the oDesk API Center</title>
		<link>http://www.odesk.com/blog/2009/09/announcing-the-odesk-api-center/</link>
		<comments>http://www.odesk.com/blog/2009/09/announcing-the-odesk-api-center/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 10:40:16 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Product]]></category>
		<category><![CDATA[What's New?]]></category>
		<category><![CDATA[API center]]></category>
		<category><![CDATA[odesk API]]></category>
		<category><![CDATA[public API]]></category>
		<category><![CDATA[Software Developer]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8289</guid>
		<description><![CDATA[&#8220;Work is no longer tied to a single location -
it happens anywhere on the Web, anywhere in the world.&#8221; &#8211; Gary Swart, oDesk CEO
The oDesk iPhone App announced today was built by leveraging oDesk APIs, which are now publicly available in the oDesk API Center. In releasing access to our APIs, we&#8217;d like to encourage [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fannouncing-the-odesk-api-center%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fannouncing-the-odesk-api-center%2F" height="61" width="51" /></a></div><p><strong><em>&#8220;Work is no longer tied to a single location -<br />
it happens anywhere on the Web, anywhere in the world.&#8221; &#8211; Gary Swart, oDesk CEO</em></strong></p>
<p>The oDesk iPhone App announced today was built by leveraging oDesk APIs, which are now publicly available in the <a href="http://developers.odesk.com/">oDesk API Center</a>. In releasing access to our APIs, we&#8217;d like to encourage developers and managers to create custom workspaces that shape existing oDesk tools to fit their own specific needs.</p>
<p><img class="alignright size-thumbnail wp-image-8290" title="oDesk_APICenter_logo" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/oDesk_APICenter_logo-150x150.PNG" alt="oDesk_APICenter_logo" width="100" height="100" />The APIs currently available:<br />
* Authentication &#8211; Allows for login/logout functionality to be implemented from outside the oDesk site.<br />
* Provider Search &#8211; Facilitates the searching of oDesk provider data.<br />
* Provider Profile &#8211; Returns detailed profile information about a provider or list of providers.<br />
* Team &#8211; Provides multi-directional interaction capabilities with the oDesk Team and its members.<br />
* Work Diary &#8211; This method retrieves all screenshots captured from a user account within a single day.<br />
* Get Snapshot &#8211; Retrieves one or more snapshots of activity from a user account in a company&#8217;s team at defined points in time.</p>
<p>Visit the oDesk API Center at: <a href="http://developers.odesk.com/">http://developers.odesk.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/announcing-the-odesk-api-center/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Technology and the Home Office</title>
		<link>http://www.odesk.com/blog/2009/09/work-from-home-technology-and-the-home-office/</link>
		<comments>http://www.odesk.com/blog/2009/09/work-from-home-technology-and-the-home-office/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 16:22:14 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[home office]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8254</guid>
		<description><![CDATA[We think it's time to address the technology that makes working from home possible. What are you using?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fwork-from-home-technology-and-the-home-office%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fwork-from-home-technology-and-the-home-office%2F" height="61" width="51" /></a></div><p><em>At oDesk headquarters in Menlo Park, California, every Tuesday is a WFHT, and technology is the key ingredient that makes this system work. So we thought it was time to address the various modes of modern communication, creation and collaboration.</em></p>
<p style="text-align: center;"><em><strong>Which of these tech gadgets are your tech gadgets?</strong></em></p>
<p style="text-align: center;"><em>From largest to smallest &#8230;</em></p>
<p><img class="size-thumbnail wp-image-8258 align right" style="border: white 10px solid" title="copymachine[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/copymachine1.JPG" alt="copymachine[1]" width="133" height="146" align="right" /></p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>COPY MACHINE</strong><strong>: An Oldie But a Goodie</strong></span><strong><br />
Best - </strong>If used sparingly and combined with a printer or fax.<br />
<strong>Worst -</strong> If you have an old dinosaur that needs upkeep.<br />
<strong>Needed -</strong> If you consistently need massive amounts of copies.</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>FAX MACHINE: It&#8217;s Come a Long Way</strong><br />
</span><strong>Best &#8211; </strong>If you aren&#8217;t paying for an extra phone line.<br />
<strong>Worst &#8211; </strong>If you are still using rolls of paper (say it ain&#8217;t so).<br />
<strong>Needed -</strong> When a potential client says: &#8220;Can I fax you this?&#8221;</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>PRINTER: A Necessary Evil</strong><br />
</span><strong>Best &#8211; </strong>If you can hit &#8220;print&#8221; from any room in the house.<br />
<strong>Worst -</strong> If your ink costs as much as your electric bill.<br />
<strong>Needed -</strong> For contracts, tax papers, etc.</p>
<p><img class="size-thumbnail wp-image-8256 align left" style="border: white 10px solid" title="smartphone[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/smartphone1.JPG" alt="smartphone[1]" width="133" height="146" align="left" />
</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>COMPUTER: The Crucial Ingredient</strong><br />
</span><strong>Best &#8211; </strong>If you still have it under warranty (or are a tech wiz).<br />
<strong>Worst &#8211; </strong>If it has a virus or takes 15 minutes to boot.<br />
<strong>Needed -</strong> Are you kidding?</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>LAPTOP: Priceless</strong><br />
</span><strong>Best &#8211; </strong>When it&#8217;s light, fast and new.<br />
<strong>Worst &#8211; </strong>If it weighs as much as your microwave.<br />
<strong>Needed -</strong> When you have to be able to work from various locations.</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>MINI: A Tiny Luxury</strong><br />
</span><strong>Best &#8211; </strong>If you work on the go &#8230; <em>really</em> on the go.<br />
<strong>Worst &#8211; </strong>If you blog, work on large pdf files or have carpel tunnel syndrome.<br />
<strong>Needed -</strong> When you can&#8217;t lug around a laptop (or can&#8217;t afford one).
</p>
<p style="text-align: center;"><strong><img class="size-thumbnail wp-image-8257 align right" style="border: white 10px solid;" title="headset[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/headset1.JPG" alt="headset[1]" width="140" height="144" align="right" /> </strong></p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>PDA: Palmtop Computer</strong><br />
</span><strong>Best &#8211; </strong>Maybe not.<br />
<strong>Worst &#8211; </strong>If it&#8217;s the size of a Dan Brown novel.<br />
<strong>Needed -</strong> In 1999.</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>SMARTPHONE / iPHONE: All the Rage</strong><br />
</span><strong>Best &#8211; </strong>If you know how to use it.<br />
<strong>Worst &#8211; </strong>If you don&#8217;t.<br />
<strong>Needed -</strong> For those who need Internet access at all times.</p>
<p style="text-align: center;"><span style="text-decoration: underline;"><strong>HEADSET: Hands Free Talking</strong><br />
</span><strong>Best &#8211; </strong>If it&#8217;s comfortable and gets good reception.<br />
<strong>Worst &#8211; </strong>If it&#8217;s so small you can&#8217;t find it when you need it.<br />
<strong>Needed -</strong> If the telephone takes up more than 20% of your work day.</p>
<p style="padding-left: 30px; text-align: left;"><strong>WFHT Recommended Reading</strong><br />
&#8220;<a title="Home Office Essentials" href="http://sbinfocanada.about.com/cs/homebusiness/a/homeoffice_3.htm/trackback" target="_blank">Home Office Essentials</a>&#8221; from <a title="About.Com Work at Home" href="http://sbinfocanada.about.com" target="_blank">About.com</a><br />
&#8220;<a title="Tips for Home Office Technology" href="http://www.fastcompany.com/blog/stephen-l-rose/tech-odyssey/tips-home-office-technology/trackback" target="_blank">Tips for Home Office Technology</a>&#8221; from <a title="Fast Company Blog" href="http://www.fastcompany.com/blog/" target="_blank">Fast Company Blog</a><br />
&#8220;<a title="The Technology Every Freelancer Needs ..." href="http://www.allfreelance.com/freelancing_blog/2009/04/14/the-technology-that-every-freelancer-needs-in-their-home-office/trackback" target="_blank">The Technology Every Freelancer Needs</a>&#8221; from <a title="Freelance Directory" href="http://www.allfreelance.com/freelancing_blog" target="_blank">Freelance Directory</a><br />
&#8220;<a title="Choosing a PC Part 1" href="http://www.freelanceuk.com/technology/choosing_a_pc_part1.shtml/trackback" target="_blank">Choosing a PC Pt. 1</a>&#8221; from <a title="Freelance: UK" href="http://www.freelanceuk.com/" target="_blank">Freelance: UK</a><br />
<em> </em>
</p>
<p style="text-align: center;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;"><em>Much like a divorced marriage counselor, my ability to dish out advice is not an indicator of my ability to implement it. However, having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p style="text-align: center;"><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/work-from-home-technology-and-the-home-office/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Key to Long-Term Success</title>
		<link>http://www.odesk.com/blog/2009/09/the-key-to-long-term-success/</link>
		<comments>http://www.odesk.com/blog/2009/09/the-key-to-long-term-success/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 19:10:06 +0000</pubDate>
		<dc:creator>Jacqui</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Newsletter]]></category>
		<category><![CDATA[Outsourcing Tips]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8310</guid>
		<description><![CDATA[e&#8217;re always talking about building long-term relationships on oDesk, about building success for both buyer and provider. We practice what we preach in our customer service department. It has nearly doubled to 17 providers in five months — and performance metrics are growing faster, even as provider turnover drops to practically zero. That last stat, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fthe-key-to-long-term-success%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fthe-key-to-long-term-success%2F" height="61" width="51" /></a></div><p><div id="attachment_8366" class="wp-caption aligncenter" style="width: 460px"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/09/May08-oDesk.jpg" alt="Jasmine with oDesk friends, April 2008" title="May08-oDesk" width="450" height="248" class="size-full wp-image-8366" /><p class="wp-caption-text">Jasmine with oDesk friends, April 2008</p></div>We&#8217;re always talking about building long-term relationships on oDesk, about building success for both buyer and provider. We practice what we preach in our customer service department. It has nearly doubled to 17 providers in five months — and performance metrics are growing faster, even as provider turnover drops to practically zero. That last stat, one longtime provider says, comes from having a strong team environment.</p>
<p><a href="http://www.odesk.com/w/case_study_odesk_css" target="_blank"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/05/support_jasmine.jpg" alt="Jasmine Sison" hspace="10" width="90" align="left" /></a>&#8220;Things change when you love your work,&#8221; says Jasmine Sison, who has been with the team for two years. &#8220;I am always looking to find new ways of making my work easier and faster without sacrificing quality.&#8221;</p>
<p>Jasmine quit her in-house job and has worked full-time for the oDesk team since January &#8216;08. She notes that the posting that led to this great fit seemed perfectly suited to her from the start — it wasn&#8217;t just work she could do, it was work she wanted to do. &#8220;The position was something that interested me and I am very good at doing,&#8221; she says. &#8220;A nice combination of my education, acquired skills and experiences that I have gained from other work and work environments.&#8221;</p>
<p><a href="http://www.odesk.com/w/case_study_odesk_css" target="_blank"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/05/support_shannon.jpg" alt="Shannon Adkins" hspace="10" width="90" align="right" /></a>As director of customer service, Shannon Adkins makes sure the job stays interesting, and that her providers continue to feel engaged, with brief weekly training sessions in which they troubleshoot a recent difficult case. She also uses oDesk&#8217;s transparency to keep everyone involved. &#8220;All metrics are published to the entire team, and all team members know how they are doing relative to their peers, as well as how oDesk as a whole is doing.&#8221; And those who are doing well receive bonuses.</p>
<p>But Shannon looks not just to the present, but the future: &#8220;We provide a clear guideline of how to move up in the organization, from entry level to team lead or specialist.&#8221;</p>
<p>&#8220;My potential is being discovered and my existing skills are honed and challenged,&#8221; Jasmine says. &#8220;I love learning, and I get my daily dose from this team.&#8221;</p>
<p>For more on how oDesk makes remote work work, read our full <a href="http://www.odesk.com/w/case_study_odesk_css" target="_blank">case study</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/the-key-to-long-term-success/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Telephone Savvy Still Matters in a Text-Based World</title>
		<link>http://www.odesk.com/blog/2009/09/telephone-savvy-still-matters-in-a-text-based-world/</link>
		<comments>http://www.odesk.com/blog/2009/09/telephone-savvy-still-matters-in-a-text-based-world/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:29:34 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[business communications]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[telephone etiquette]]></category>
		<category><![CDATA[telephone versus email]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8184</guid>
		<description><![CDATA[Telephones didn’t always come with tiny pop-out keyboards and message screens. Once upon a time, people would actually speak into phones to talk directly with other people. No text messages, no email, no internet browsing, just actual conversations with folks who listen and respond with phones of their own!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftelephone-savvy-still-matters-in-a-text-based-world%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftelephone-savvy-still-matters-in-a-text-based-world%2F" height="61" width="51" /></a></div><p><em>Telephones didn’t always come with tiny pop-out keyboards and message screens. Once upon a time, people would actually speak into phones to talk directly with other people. No text messages, no email, no internet browsing, just actual conversations with folks who listen and respond with phones of their own.</em></p>
<p><a href="http://www.odesk.com/blog/wp-content/uploads/2009/09/vintagephone.jpg"><img class="alignleft size-full wp-image-8224" title="vintagephone" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/vintagephone.jpg" alt="vintagephone" width="213" height="141" /></a>There are many freelancers and providers out there who believe business can be handled through emails and text messaging alone, but the truly successful entrepreneurs know this simply isn’t true. <a href="http://blog.thinkmoxie.com/?p=324" target="_blank">There’s a time and a place for both written and verbal communications</a>, but nearly 20 years of email, the rapid rise of text messaging, and other social networking mediums have erroneously de-emphasized the importance of telephone conversations. The fact is a single telephone conversation carries a far greater impression than the best email ever could. That may frighten many of those used to online communication here in oDesk-land, but the advice offered from <a href="http://gottaknowonline.com/2009/08/23/telephone-etiquette-basics/" target="_blank">Gotta Know Online</a> and <a href="http://www.associatedcontent.com/article/24713/telephone_etiquette_for_small_business.html?cat=3" target="_blank">Associated Content</a>—not to mention our tips below—will show you there’s absolutely no reason to fear the speaker.</p>
<p><strong>Smile when you make a call or answer the phone.</strong><br />
Smiling has the unconscious effect of giving your voice a very friendly, upbeat tone, and that’s how every business conversation should begin.</p>
<p><strong>Always identify yourself on incoming and outgoing calls.<br />
</strong> If you’re a freelancer, this can be as simple as answering calls with “Hello, this is Chris,” or “Hi, this is Sandy, how can I help you?” If you’re working for a company, include their name as well. On outgoing calls, always identify yourself to the person that answers, even if you need to speak to someone else. A good example would be “Hello, this is John Doe calling, may I speak to Richard?”</p>
<p><strong>Be an active listener. <a href="http://www.odesk.com/blog/wp-content/uploads/2009/09/manwithhandonear.jpg"><img class="alignright size-full wp-image-8226" title="manwithhandonear" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/manwithhandonear.jpg" alt="manwithhandonear" width="206" height="137" /></a></strong><br />
Active listening is a fancy way of saying “pay attention!” Turn off music, close the office door, or if necessary, go to a different room where you can offer your complete, undivided attention to the person you’re talking to. Active listening also means you’re not just a silent partner. As the other person speaks, let them know you’re paying attention (or in the cell phone age, that the call didn’t drop) by offering simple acknowledgements such as “sure” or “I see” to the things they say.</p>
<p><strong>Leave short messages.</strong><br />
If you have to leave a message, make it short and to the point. Offer your name and number both at the beginning and end of the message, with a sentence or two in the middle explaining your call. A 20-second message is usually sufficient to get the point across; anything longer should be addressed in the callback.</p>
<p><strong><a href="http://www.odesk.com/blog/wp-content/uploads/2009/09/onthephoneatdinner.jpg"><img class="alignleft size-full wp-image-8227" title="onthephoneatdinner" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/onthephoneatdinner.jpg" alt="onthephoneatdinner" width="235" height="142" /></a>Resist the urge to take a business call while on personal errands.</strong><br />
Cell phones allow us to talk shop anywhere, but taking a business call while you’re eating dinner with the family or standing in line at the grocery store is not a good idea. Let it go to voice mail and call back as soon as you’re in a more suitable location, even if it means making a quick trip to your car. It may appear as though you&#8217;re showing dedication to your clients or customers, but choosing to take a call while rapped up in a personal activity almost always makes the caller uncomfortable, and if you&#8217;re in a public setting, you risk blaring out potentially sensitive information.</p>
<p>While these tips provide a good foundation for telephone etiquette, remember that the best phone jockeys develop their own unique style over time. <em>Have any other suggestions to maximize professional telephone conversations? Feel free to share your tricks of the trade in the comments section below.</em></p>
<p><em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/telephone-savvy-still-matters-in-a-text-based-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotlight Providers (September 2009)</title>
		<link>http://www.odesk.com/blog/2009/09/spotlight-providers-september-2009/</link>
		<comments>http://www.odesk.com/blog/2009/09/spotlight-providers-september-2009/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 20:30:01 +0000</pubDate>
		<dc:creator>Jacqui</dc:creator>
				<category><![CDATA[Newsletter]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8316</guid>
		<description><![CDATA[
	Each month we like to highlight 4 providers who&#8217;ve received exemplary feedback. Great job Alexey, Beverly, Misha and Tamara &#8212; you&#8217;ve earned this!


	&#160;





				
			

				Alexey Z
				C/C++ Technical Lead
				Total oDesk Hours: 217
				Overall Feedback: 5.00 (Based on 1 feedbacks)
				Comments: I would like to stress his ability to deliver work right on time, as you dont see this too often. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fspotlight-providers-september-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fspotlight-providers-september-2009%2F" height="61" width="51" /></a></div><p>
	Each month we like to highlight 4 providers who&#8217;ve received exemplary feedback. Great job Alexey, Beverly, Misha and Tamara &mdash; you&#8217;ve earned this!
</p>
<p>
	&nbsp;
</p>
<table summary="provider spotlight" cellspacing="12" cellpadding="0" width="100%" border="0" style="font-size: 13px;">
<tbody>
<tr>
<td valign="top" align="center">
				<a target="_blank" href="http://www.odesk.com/users/~~6495a6aeff0a8e3b"><img border="0" height="90" vspace="5" alt="" src="http://www.odesk.com/att/~~oy9gEuXE7mI1kzqIpDefxXPvHYAQRgSHpd7lu9kDdISW40Unwd7yGw=="/></a>
			</td>
<td valign="top">
				<a target="_blank" href="http://www.odesk.com/users/~~6495a6aeff0a8e3b"><strong>Alexey Z</strong></a><br />
				C/C++ Technical Lead<br />
				<strong>Total oDesk Hours:</strong> 217<br />
				<strong>Overall Feedback:</strong> 5.00 (Based on 1 feedbacks)<br />
				<strong>Comments:</strong> I would like to stress his ability to deliver work right on time, as you dont see this too often. His communication skills were excellent, and he could quickly understand my needs.
			</td>
</tr>
<tr>
<td valign="top" align="center">
				<a target="_blank" href="http://www.odesk.com/users/~~dceabd38e40ed5bf"><img border="0" height="90" vspace="5" alt="" src="http://www.odesk.com/att/~~mASqiv7W0Ip*B*y5qBnnquwbP0vuIK08NSM8eJN8Blc="/></a>
			</td>
<td valign="top">
				<a target="_blank" href="http://www.odesk.com/users/~~dceabd38e40ed5bf"><strong>Beverly B</strong></a><br />
				MarCom and Administrative Assistance by Seasoned Professional<br />
				<strong>Total oDesk Hours:</strong> 101<br />
				<strong>Overall Feedback:</strong> 5.00 (Based on 1 feedbacks)<br />
				<strong>Comments:</strong> Beverly was a great provider. She had all the right tools and helped us on our webinars, PowerPoints, and content creation projects. Thanks!
			</td>
</tr>
<tr>
<td valign="top" align="center">
				<a target="_blank" href="http://www.odesk.com/users/~~ade4830bb8cc4940"><img border="0" height="90" vspace="5" alt="" src="http://www.odesk.com/att/~~jGeYiZT3fG3rs59ZJ3GiLMinzgByg7LZNSM8eJN8Blc="/></a>
			</td>
<td valign="top">
				<a target="_blank" href="http://www.odesk.com/users/~~ade4830bb8cc4940"><strong>Misha B</strong></a> (Affiliated with <a target="_blank" href="http://www.odesk.com/companies/UACoders_~~b91901a3214d2438">UACoders</a>)<br />
				Drupal/PHP/MySQL/HTML/JS/CSS<br />
				<strong>Total oDesk Hours:</strong> 1,289<br />
				<strong>Overall Feedback:</strong> 4.62 (Based on 14 feedbacks)<br />
				<strong>Comments:</strong> Misha is a talented and capable developer with an in-depth knowledge of Drupal. He is a pleasure to work with and a valuable part of our development team.
			</td>
</tr>
<tr>
<td valign="top" align="center">
				<a target="_blank" href="http://www.odesk.com/users/~~de8315afa8bcfbfb"><img border="0" height="90" vspace="5" alt="" src="http://www.odesk.com/att/~~LoaG87cqBpJNkWOfEpJLyZhRNxClN6qVh8jWpLvsgDE="/></a>
			</td>
<td valign="top">
				<a target="_blank" href="http://www.odesk.com/users/~~de8315afa8bcfbfb"><strong>Tamara B</strong></a><br />
				2400+ oDesk HRS-90WPM Transcribe, Transcription (audio/video)<br />
				<strong>Total oDesk Hours:</strong> 2,440<br />
				<strong>Overall Feedback:</strong> 5.00 (Based on 41 feedbacks)<br />
				<strong>Comments:</strong> I have been working with Tamara for over 1 year now. I have never been so happy with a service provider! She gets the job done fast, accurate, and loves what she does.
			</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/spotlight-providers-september-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Message Center Now Supports Attachments</title>
		<link>http://www.odesk.com/blog/2009/09/message-center-now-supports-attachments/</link>
		<comments>http://www.odesk.com/blog/2009/09/message-center-now-supports-attachments/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 04:16:52 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8250</guid>
		<description><![CDATA[The Message Center is one of the most heavily used screens in all of oDesk. It is used primarily to interview candidates and potential employers, and to communicate with your team.
We&#8217;ve gotten a lot of requests for the ability to attach files to oDesk messages. Now you can! Anywhere you send a message to another [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fmessage-center-now-supports-attachments%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fmessage-center-now-supports-attachments%2F" height="61" width="51" /></a></div><p>The Message Center is one of the most heavily used screens in all of oDesk. It is used primarily to interview candidates and potential employers, and to communicate with your team.</p>
<p>We&#8217;ve gotten a lot of requests for the ability to attach files to oDesk messages. Now you can! Anywhere you send a message to another user, whether from the candidate list, the team room, or replying to a message in your Inbox, you can attach a file. You can attach files to tickets, too. Keep that feedback coming! Occasionally, we listen&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/message-center-now-supports-attachments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building a Website: What technology should you use?</title>
		<link>http://www.odesk.com/blog/2009/09/building-a-website-what-technology-should-you-use/</link>
		<comments>http://www.odesk.com/blog/2009/09/building-a-website-what-technology-should-you-use/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 19:03:05 +0000</pubDate>
		<dc:creator>Guest Blogger</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web technology]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7841</guid>
		<description><![CDATA[Should your next website or software app use PHP, ASP, AJAX, JavaScript, Flash, or another technology that you’ve just heard about? Should it be hosted on your LAMP or Windows server, or reside in “The Cloud?”
I recently had a friend pursuing his entrepreneurial spirit who wanted advice on how to create a new interactive website. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fbuilding-a-website-what-technology-should-you-use%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fbuilding-a-website-what-technology-should-you-use%2F" height="61" width="51" /></a></div><p>Should your next website or software app use PHP, ASP, AJAX, JavaScript, Flash, or another technology that you’ve just heard about? Should it be hosted on your LAMP or Windows server, or reside in “The Cloud?”</p>
<p>I recently had a friend pursuing his entrepreneurial spirit who wanted advice on how to create a new interactive website. He has a fantastic idea and some basic understanding about current Internet technologies and asked if he should use a wiki, blog, HTML, custom PHP, or an out-of-the-box solution to run his website.</p>
<p>Over the years I have had many clients come to me with technology questions. Some people read an article and get very excited about the “Technology Du Jour” when their time would be better spent focusing on the user experience and scope of the project lifespan. Others get very involved in the technical details, when defining the big picture would address their concerns.</p>
<p>As a rule, I steer clear of potential clients who know that they want to use Flash, or AJAX. The success of the project rarely depends on the type of tools but rather on the expertise of the person using them. I learned this from my father &#8211; he was a successful auto mechanic who guaranteed his work and would be cautious of a customer that brings his car in and asks for a new brake master cylinder to fix the squeak in the front end. It is always best to fully evaluate the best outcome and then look for the best solution, rather than try to make the solution fit the desired outcome.</p>
<p>When approaching a new technology application, as developers, we always keep the user experience in mind. We first focus on what the project is trying to accomplish and determine about how to get it done later.</p>
<p>As he eloquently explains in this video from the Business of Software conference, Jason Fried uses a similar approach to develop and manage 37Signals.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="440" height="310" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AdOYJZCcZQ" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="440" height="310" src="http://blip.tv/play/AdOYJZCcZQ" allowfullscreen="true"></embed></object></p>
<p>I use this same approach when developing new software such as a shopping cart, CMS, or online registration system [link to RegistrarSuport.com]. We build it in stages and add features as we go. I encourage this approach for any project that does not require a big rollout or specific launch date for a “finished” product. We systematically build momentum by achieving small milestones without getting bogged down with the details.</p>
<p>As for my friend, since he doesn’t have much of a budget and will be working on the project outside of his “day job” – I recommended doing as much as he can himself, so that when it is time to pass off the project to a professional firm, he will have a good understanding of what is needed. A clear vision written on a cocktail napkin can be more effective for jump-starting a project then hours of researching what features a particular technology can achieve. To coin a phrase–Just do it.</p>
<p style="text-align: left;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="103_0352" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/103_0352.jpg" alt="103_0352" width="157" height="124" align="left" /><em>In 1998, Frank founded a small web design company in Port Townsend, Washington which has grown to include four distinct service divisions including <a href="http://www.totera.com">Totera Web Systems</a>. Today, Totera provides web development, creative design, domain acquisition, web hosting, site management, email services, and complete marketing solutions to clients worldwide. Frank enjoys combining creativity with state-of-the-art technology by building strong relationships with other industry experts. In addition to business consulting, Frank also spends his time playing music, exploring the adventures of fatherhood, and sailing with his family.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/building-a-website-what-technology-should-you-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are You a Consultant on the Go?  There&#8217;s an App for that&#8230;</title>
		<link>http://www.odesk.com/blog/2009/09/consultant-iphone-apps/</link>
		<comments>http://www.odesk.com/blog/2009/09/consultant-iphone-apps/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 20:11:45 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Basecamp app]]></category>
		<category><![CDATA[Consultant]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Freshbooks app]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tomtom app]]></category>
		<category><![CDATA[Tweetie]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8011</guid>
		<description><![CDATA[

I was on the road last Thursday, after a Client meeting, and I had an oDesk conference call in 3 minutes. I pulled over at the nearest strip mall, parked, pulled out my iPhone and dialed into the meeting just as someone on the call said:
“OK, I just e-mailed out the agenda. Everyone please let [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fconsultant-iphone-apps%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fconsultant-iphone-apps%2F" height="61" width="51" /></a></div><p style="text-align: center;">
<p><img class="size-full wp-image-8136  alignleft" title="odesk1" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/odesk1.jpg" alt="odesk1" width="128" height="262" /></p>
<p>I was on the road last Thursday, after a Client meeting, and I had an oDesk conference call in 3 minutes. I pulled over at the nearest strip mall, parked, pulled out my iPhone and dialed into the meeting just as someone on the call said:</p>
<blockquote><p>“OK, I just e-mailed out the agenda. Everyone please let me know when you have it open”</p></blockquote>
<p>So I muted the call, and pressed the home button on the iPhone, which switched me back to the main menu (the call remained connected).</p>
<p><em>Cool&#8230;</em></p>
<p>Then I launched the E-mail app, and found the e-mail containing the meeting agenda. I was able to open the MS Word Document and view the agenda while still on the call.</p>
<p><em>Very cool&#8230;.</em></p>
<p>About two minutes in, someone on the call asked me a question:</p>
<blockquote><p>“Henry, are you available next Tuesday at 2:00? “</p></blockquote>
<p>So I tapped the yellow bar at the top to switch back to the call, unmuted it, then pressed the home button, launched my <a href="http://googlemobile.blogspot.com/" target="_blank">Google Mobile app</a> (<a href="http://www.graspr.com/videos/Google-Mobile-App-iPhone-App-Review-iApplicate-25-1" target="_blank">review</a>, <a href="http://www.appvee.com/t/google-mobile-app" target="_blank">review</a>) and pulled up my Google Calendar.</p>
<blockquote><p>“Yeah, I’m free. Want me to go ahead and send out the meeting invite?”</p></blockquote>
<p>I created a new event, invited attendees, and sent the request out with just a few swipes of the finger. No sooner than I did that, I got an incoming call from a Friend, so I switched back to the phone, and with one click was able to put the conference call on hold while I took the new inbound call.</p>
<blockquote><p>“Hey, I’m on a conference call, can you text me?”</p></blockquote>
<p>I hung up the phone, and switched back to the MS Word Document, and a few seconds later I got a pop-up window with a text message:</p>
<blockquote><p>“Hey want to meet for drinks later?”<img class="size-full wp-image-8136  alignright" title="odesk2" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/odesk2.jpg" alt="odesk2" width="211" height="93" /></p></blockquote>
<p>So I responded affirmatively, wrapped up the conference call, and then:</p>
<ul>
<li>Made a few oDesk Blog updates in the <a href="http://iphone.wordpress.org/" target="_blank">WordPress app</a> (<a href="http://www.linein.org/blog/2009/07/21/post-from-ipod-touch/" target="_blank">review</a>, <a href="http://appshouter.com/iphone-app-review/iphone-app-review-wordpress/" target="_blank">review</a>)</li>
<li>Did a few Client Twitter updates with <a href="http://blog.atebits.com/" target="_blank">Tweetie</a> (<a href="http://socialwayne.com/2009/01/17/what-makes-a-successful-twitter-iphone-app-a-tweetie-screencast-video-review-my-5th-most-asked-question-what-twitter-app-do-i-use-on-my-iphone/" target="_blank">review</a>, <a href="http://www.ituneappreviews.com/de/2009/04/06/tweetie.htm" target="_blank">review</a>),</li>
<li>Logged my hours for the day in <a href="http://www.freshbooks.com/blog/2009/07/31/iphone-app-store-features-minibooks/" target="_blank">Minibooks</a> (<a href="http://styl.eti.me/reviews/iphone-app-minibooks-for-freshbooks-review/trackback/" target="_blank">review</a>, <a href="http://www.groovysquared.com/blog/" target="_blank">review</a>) and in my <a href="http://www.odesk.com" target="_blank">oDesk Work Diary</a> (in the Safari Browser App)</li>
<li>Logged my To Do items in <a href="http://blog.rememberthemilk.com/2009/07/iphone-app-update-badge-updates-with-push-notifications-new-languages-and-making-your-iphone-moo/" target="_blank">Remember the Milk</a> (<a href="http://news.worldofapple.com/archives/2009/04/09/iphone-app-review-remember-the-milk/trackback/" target="_blank">review</a>, <a href="http://www.applecolors.com/2009/02/remember-milk-review.html" target="_blank">review</a>)and <a href="http://www.brighthub.com/office/project-management/reviews/32890.aspx" target="_blank">EnCamp</a> (<a href="http://www.steamd.net/2009/01/review-encamp-basecamp-on-iphone.html/trackback" target="_blank">review</a>, <a href="http://www.macworld.com/article/139546/2009/03/encamp.html" target="_blank">review</a>), the best third-party <a href="http://basecamphq.com/" target="_blank">Basecam</a>p app)</li>
<li>Put <a href="http://www.slacker.com/mobile/iphone/" target="_blank">Slacker Radio</a> (<a href="http://the-gadgeteer.com/2009/01/13/slacker-radio-iphone-application-review/trackback" target="_blank">review</a>, <a href="http://www.iphoneworld.ca/iphone-reviews/2009/06/21/slacker-radio-iphone-app-review/trackback" target="_blank">review</a>) on the headphones (near-flawless free streaming radio)</li>
<li>Sent IM&#8217;s to all of my clients with the <a href="http://www.skype.com/intl/en/download/skype/iphone/" target="_blank">Skype app</a> (<a href="http://www.theiphoneappreview.com/08/skype-iphone/" target="_blank">review</a>, <a href="http://www.appbite.com/skype-iphone-app-review/trackback" target="_blank">review</a>)and <a href="http://www.beejive.com/iphone/" target="_blank">Bejive app</a> (<a href="http://www.iphonefreak.com/2008/12/iphone-app-beejive-im.html" target="_blank">review</a>, <a href="http://www.touchmyapps.com/2009/03/29/beejiveim-instant-messaging-anywhere-in-review-sweet-honey-goodness/trackback/" target="_blank">review</a>), a multi-client IM tool, to see if anything else was needed for the day</li>
<li>Plugged the address for the restaurant into the <a href="http://iphone.tomtom.com" target="_blank">TomTom GPS app</a> (<a href="http://blogs.orlandosentinel.com/etan_on_tech/2009/08/tomtom-gps-iphone-app-now-available-for-100.html#trackback" target="_blank">review</a>, <a href="http://elliottback.com/wp/tomtom-gps-for-iphone-review/trackback/" target="_blank">review</a>), and headed for the Bar</li>
<li>Well, I actually might have gotten in a quick game of <a href="http://tapulous.com/blog/" target="_blank">Tap Tap Revenge 2</a> (<a href="http://theappleblog.com/2009/03/03/app-review-tap-tap-revenge-2-new-tunes-and-achey-fingers/trackback" target="_blank">review</a>, <a href="http://tapulous.com/blog/2009/03/tap-tap-revenge-2-a-history/trackback" target="_blank">review</a>) first (the most addicting game ever created)</li>
</ul>
<p>All in a days work, and in the palm of my hand!<br />
<em>What are your favorite apps for working on the go? Please let us know by leaving a comment below!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/consultant-iphone-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Isolation, Loneliness and Freelancing</title>
		<link>http://www.odesk.com/blog/2009/09/isolation-loneliness-freelance-freelancing-consulting/</link>
		<comments>http://www.odesk.com/blog/2009/09/isolation-loneliness-freelance-freelancing-consulting/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:29:42 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[freelance tips]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Working from home]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8119</guid>
		<description><![CDATA[Working from home can be liberating, but for some it creates habits that lead to an unhealthy lifestyle. Here are tips to keep yourself sane, social and successful!
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fisolation-loneliness-freelance-freelancing-consulting%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fisolation-loneliness-freelance-freelancing-consulting%2F" height="61" width="51" /></a></div><p><em>At oDesk headquarters in Menlo Park, California, every Tuesday is a WFHT, so we know that working from home can be a liberating experience. However, for some, the time at home may create habits that lead to an unhealthy way of life. Here are some tips to keep yourself sane, social and successful!</em></p>
<p><em> </em></p>
<p><img class="size-thumbnail wp-image-8167 align right" style="border: white 10px solid" title="hugginglaptop[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/hugginglaptop1-150x150.jpg" alt="hugginglaptop[1]" width="133" height="146" align="right" /></p>
<p style="text-align: justify;"><strong>Don&#8217;t let your laptop become your best friend.</strong> Let&#8217;s face it, you don&#8217;t have to work from home to be a laptop addict, but with this line of work, the risks are greater than normal. To keep yourself out of laptop-abuse rehab, watch TV with nothing on your lap, don&#8217;t take your laptop to bed with you, pick up the phone next time you need someone instead of e-mailing them (especially if they are a friend), and give yourself at least one completely computer-free day a week. You&#8217;ll be surprised how much you miss your little piece of plastic, with it&#8217;s cute little keyboard and shiny screen, but trust us, this is for your own good. (We promise.)</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><strong><img class="size-thumbnail wp-image-8168 align left" style="border: white 10px solid;" title="goldfish[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/goldfish1-150x150.jpg" alt="goldfish[1]" width="170" height="188" align="left" /></strong></p>
<p style="text-align: justify;"><strong>Don&#8217;t spend too much time alone. </strong>Of course, we all have different needs for social interaction, but no one should be alone all or even most of the time. So, if you haven&#8217;t spoken out loud in the last 24 hours, you need to pick up the phone or run to your nearest coffee shop and strike up a conversation with someone. If you live with family or roommates, you may think you&#8217;re immune to loneliness, but you&#8217;re not. Make sure you&#8217;re talking to and meeting with other people (who don&#8217;t live with you) on a regular basis. It&#8217;s important to have real people in your life. (Sorry, Facebook doesn&#8217;t count!)  Make sure your community extends past your front door.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;"><strong><img class="size-thumbnail wp-image-8166 align right" style="border: white 10px solid;" title="hermitcrab[1]" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/hermitcrab1-150x150.jpg" alt="hermitcrab[1]" width="111" height="150" align="right" /> </strong></p>
<p style="text-align: justify;"><strong>Don&#8217;t spend too much time at home. </strong>Speaking of your front door, make sure you are getting out of it. Often. Get outside once a day, drive somewhere every other day. Go to the park, walk around a mall, eat dinner out, work at a library &#8212; just spend time away from your four walls, preferably in the sunlight. If you can begin to think of sunlight and fresh air as health supplements (because they are!), you might be more likely to get your daily dose. (If you are a stay-at-home parent with little ones and freelancing or consulting, this can be especially hard to do, because you are probably exhausted. But it&#8217;s as important for your kids to get out of the house as it is for you.)<br />
<em> </em></p>
<p style="padding-left: 30px;"><strong>WFHT Recommended Reading</strong><br />
&#8220;<a title="Even Lone Wolves Need a Pack" href="http://www.bizzia.com/articles/living-the-freelance-life-even-lone-wolves-need-a-pack-15/trackback" target="_blank">Even Lone Wolves Need a Pack</a>&#8221; from <a title="Bizzia" href="http://www.bizzia.com/articles/" target="_blank">Bizzia<br />
</a>&#8220;<a title="How to Overcome Loneliness When You Work From Home" href="http://www.sparkplugging.com/sparkplug-ceo/how-to-overcome-loneliness-when-you-work-at-home/trackback" target="_blank">How to Overcomee Loneliness When You Work From Home</a>&#8221; from <a title="Spark Plugging" href="http://www.sparkplugging.com" target="_blank">Spark Plugging</a><br />
&#8220;<a title="7 Tips ..." href="http://hubpages.com/hub/Becoming-A-Freelance-Writer-7-Tips/trackback" target="_blank">7 Tips for Freelance Writers</a>&#8221; (hint: these aren&#8217;t just for writers) from <a title="Hub Pages" href="http://hubpages.com/" target="_blank">Hub Pages</a><br />
&#8220;<a title="Overcoming Loneliness" href="http://freelancefolder.com/overcoming-loneliness/trackback" target="_blank">Overcoming Loneliness</a>&#8221; from <a title="Freelance Folder" href="http://freelancefolder.com" target="_blank">Freelance Folder</a><br />
&#8220;<a title="Tips for Dealing With ..." href="http://www.consultantjournal.com/blog/tips-for-dealing-with-home-office-isolation/trackback" target="_blank">Tips for Dealing With Home-Office Isolation</a>&#8221; from <a title="Consultant Journal" href="http://www.consultantjournal.com/blog/" target="_blank">Consultant Journal</a>
</p>
<p style="padding-left: 30px;"><em> </em></p>
<p style="text-align: left;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em> </em></p>
<p style="text-align: left;"><em>Much like a divorced marriage counselor, my ability to dish out advice is not an indicator of my ability to implement it. However, having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p><em> </em><br />
<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/isolation-loneliness-freelance-freelancing-consulting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>(Non-Technical) Freelance Jobs to Boost Income</title>
		<link>http://www.odesk.com/blog/2009/09/non-technical-freelance-jobs-to-boost-income/</link>
		<comments>http://www.odesk.com/blog/2009/09/non-technical-freelance-jobs-to-boost-income/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:19:32 +0000</pubDate>
		<dc:creator>Erica</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[part-time]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=6713</guid>
		<description><![CDATA[So, you&#8217;re one of the lucky ones who has weathered the economic downturn and has held on to your full-time gig. Unfortunately, thanks to mandatory furloughs and benefit cutbacks, that full-time work may now have part-time pay. Here&#8217;s some areas we&#8217;ve seen that offer opportunities for non-technical professionals to boost their income with online work:

Say [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fnon-technical-freelance-jobs-to-boost-income%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fnon-technical-freelance-jobs-to-boost-income%2F" height="61" width="51" /></a></div><p><em>So, you&#8217;re one of the lucky ones who has weathered the economic downturn and has held on to your full-time gig. Unfortunately, thanks to mandatory furloughs and benefit cutbacks, that full-time work may now have part-time pay. Here&#8217;s some areas we&#8217;ve seen that offer opportunities for non-technical professionals to boost their income with online work:</em></p>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6427 align right" style="border: white 10px solid" title="istock_000006918404xsmall" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/istock_000006918404xsmall.jpg" alt="istock_000006918404xsmall" width="175" height="133" align="right" /></p>
<p><strong>Say &#8220;Hire Me&#8221; in multiple tongues.</strong> For the multi-lingual among us, <a href="http://www.odesk.com/jobs/?c1=Writing%20%26%20Translation&amp;c2=Translation">translation jobs</a> are a great way to keep your language skills sharp while feeding your piggybank. With nearly 500 active translation jobs in a variety of languages &#8211; and more openings getting listed every day &#8211; you know translators are in demand!</p>
<p><strong>Do you speak legalease?</strong> Congrats are in order if you do &#8211; <a href="http://www.odesk.com/jobs/?c1=Business%20Services&amp;c2=Legal">legal jobs</a> are one area where business is booming and there are plenty of opportunities to earn some extra money writing contracts, doing legal research, or providing advice to young businesses.</p>
<p><strong>Pitch us!</strong> As companies tighten their belts, the budget for <a href="http://www.odesk.com/jobs/?q=&amp;c1=Sales+%26+Marketing&amp;c2=PR+-+Public+Relations">PR jobs</a> gets tight. But there are opportunities for folks with the right skills to save the day by providing freelance press release writing, event coordination or strategy consultation.</p>
<p><strong>Content is STILL king&#8230;</strong> There&#8217;s opportunities for people in a wide range of fields to write articles for print and web use. If you have free time, mad writing &#8220;skillz&#8221; (and know enough not to use the word &#8220;skillz&#8221; in your professional writing), you should check out some of the <a href="http://www.odesk.com/jobs/?c1=Writing%20%26%20Translation&amp;c2=Blog%20%26%20Article%20Writing">blog &amp; article writing jobs</a>.</p>
<p><em>Got other ideas for part-time freelance work? What are you doing to make extra money this fall?</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/non-technical-freelance-jobs-to-boost-income/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take the oDesk Challenge &#8211; Meet The Providers (Part 2)</title>
		<link>http://www.odesk.com/blog/2009/09/meet-some-more-providers/</link>
		<comments>http://www.odesk.com/blog/2009/09/meet-some-more-providers/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:48:37 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[hire]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[oDesk Challenge]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7398</guid>
		<description><![CDATA[Here&#8217;s a continuation of yesterday&#8217;s post, showcasing some more of the types of providers available for hire here on oDesk. These are the rockstars we&#8217;ll help you find when your venture-backed startup signs up to take the oDesk Challenge. 
 





Alexander Bondarenko, Web Developer
Alexander Bondarenko is a developer based in Kiev, Ukraine. With a master&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fmeet-some-more-providers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fmeet-some-more-providers%2F" height="61" width="51" /></a></div><p><em>Here&#8217;s a continuation of yesterday&#8217;s post, showcasing some more of the types of providers available for hire here on oDesk. These are the rockstars we&#8217;ll help you find when your venture-backed startup signs up to take the </em><em><a href="../../community/oDeskChallenge">oDesk Challenge.</a> </em></p>
<p><em> </em></p>
<table border="0" cellspacing="0" cellpadding="0" width="520">
<tbody>
<tr>
<td align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/alexander.jpg" alt="" /></td>
<td style="padding-left:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">Alexander Bondarenko, Web Developer</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">Alexander Bondarenko is a developer based in Kiev, Ukraine. With a master&#8217;s degree in computer engineering from the National University of Ukraine, Alexander has the skills that many businesses look for on oDesk. With expertise in PHP, Javascript, HTML, Smarty, Jquery, and the Zend Framework, Alexander has been a successful provider on oDesk for more than 3 years.</p>
</td>
</tr>
<tr>
<td style="padding-top:10px;" align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/vadim.jpg" alt="" width="150" height="169" /></td>
<td style="padding-left:10px; padding-top:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">Vadim Kravchuk, QA Engineer</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">Vadim Kravchuk is a QA Engineer based in Zhitomir, Ukraine. He has a master&#8217;s degree in computer engineering from Engineering and Technology University of Zhitomir. His skillset includes LAMP, PHP, Perl, Delphi as well as administration of ISP, Postgres and Deputy Director. His testing expertise includes manual and automation, black and white-box testing. He is proficient in requirements/architecture/code analysis. Vadim has been testing oDesk projects for the last 3 years.</p>
</td>
</tr>
<tr>
<td style="padding-top:10px;" align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/suzanne.jpg" alt="" width="150" height="169" /></td>
<td style="padding-left:10px; padding-top:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">Suzanne Davis, Customer Support Rep</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">Suzanne is a customer support representative based in Burns Flat, Oklahoma. She has a background in administration and customer service beginning with companies such as Convergys and Duke Energy. Along the way she transitioned from working in physical call centers and executive offices to working from home answering customer calls while still providing executive level service. She has held roles as HR Manager, Customer Service Trainer and Head of a Customer Service department for several firms, and is now part of the oDesk Customer Support team.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/meet-some-more-providers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Top Tech Skills You Used to Know</title>
		<link>http://www.odesk.com/blog/2009/09/top-tech-skills-you-used-to-know/</link>
		<comments>http://www.odesk.com/blog/2009/09/top-tech-skills-you-used-to-know/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:27:29 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Commentary & Analysis]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[COBOL]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tech skills]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7115</guid>
		<description><![CDATA[The speed of innovation means new technologies are being introduced every day. What you may not realize is that some of the &#8220;older&#8221; tech knowledge is still in demand today, and with an abundance of new-generation programmers flooding the digital realm, programmers with some old-school knowledge can be worth a pretty penny.  Here are five [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftop-tech-skills-you-used-to-know%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftop-tech-skills-you-used-to-know%2F" height="61" width="51" /></a></div><p><em>The speed of innovation means new technologies are being introduced every day. What you may not realize is that some of the &#8220;older&#8221; tech knowledge is still in demand today, and with an abundance of new-generation programmers flooding the digital realm, programmers with some old-school knowledge can be worth a pretty penny.  Here are five savvy skills from yesteryear that can still prove themselves valuable, even if they don’t pop up in every day conversation.</em></p>
<p><em><br />
</em></p>
<p><strong>LOTUS NOTES</strong></p>
<p><a href="http://www.odesk.com/trends/Lotus%20Notes" target="_blank">Lotus Notes</a> has a history spanning more than 20 years, causing some industry analysts and mainstream business press writers to make predictions of its impending demise, but the numbers don&#8217;t lie: IBM reported an increase of 100 million seats over the last decade. While the market for jobs requiring Lotus Notes skills has been up and down, there are a few folks out there consistently looking for those with the knowledge to handle any Lotus-related curveball that may come their way.</p>
<p style="text-align: center;"><img class="aligncenter" title="Lotus Notes Jobs" src="http://chart.apis.google.com/chart?&amp;chds=0,10&amp;chxr=0,0,10&amp;chd=t:2,10,1,4,7,5,7,1,5,10,5,5,3&amp;chxl=1:|Jul|Aug|Sep|Oct|Nov|Dec|Jan|Feb|Mar|Apr|May|Jun|Jul|2:|2008|2009&amp;chm=d,80C65A,0,0.0,7.0|d,80C65A,0,1.0,7.0|d,80C65A,0,2.0,7.0|d,80C65A,0,3.0,7.0|d,80C65A,0,4.0,7.0|d,80C65A,0,5.0,7.0|d,80C65A,0,6.0,7.0|d,80C65A,0,7.0,7.0|d,80C65A,0,8.0,7.0|d,80C65A,0,9.0,7.0|d,80C65A,0,10.0,7.0|d,80C65A,0,11.0,7.0|d,80C65A,0,12.0,7.0&amp;cht=lc&amp;chxt=y,x,x&amp;chls=1,1,0&amp;chts=000000,14&amp;chtt=oDesk%20-%20Lotus+Notes%20Jobs%20By%20Month%20Posted&amp;chs=450x210" alt="" width="450" height="210" /></p>
<p><strong>UNIX SHELL</strong></p>
<p>The <a href="http://www.odesk.com/trends/Unix%20Shell" target="_blank">Unix shell</a> was unusual when it was first created in 1977. On systems using a windowing system (as many do these days) some users may never use the shell directly. On Unix systems, the shell is still the implementation language of system startup scripts, including the program that starts the windowing system, the programs that facilitate access to the Internet, and many other essential functions. Due to the recent movement in favor of open source software, most Unix shells have at least one version that is distributed under an open source license, which may further explain why this &#8220;old school&#8221; technology is still a desirable job skill.</p>
<p style="text-align: center;"><strong> </strong><img class="aligncenter" title="Unix Shell Jobs Posted by Month" src="http://chart.apis.google.com/chart?&amp;chds=0,25&amp;chxr=0,0,25&amp;chd=t:1,14,3,8,7,10,13,4,11,12,11,13,25&amp;chxl=1:|Jul|Aug|Sep|Oct|Nov|Dec|Jan|Feb|Mar|Apr|May|Jun|Jul|2:|2008|2009&amp;chm=d,80C65A,0,0.0,7.0|d,80C65A,0,1.0,7.0|d,80C65A,0,2.0,7.0|d,80C65A,0,3.0,7.0|d,80C65A,0,4.0,7.0|d,80C65A,0,5.0,7.0|d,80C65A,0,6.0,7.0|d,80C65A,0,7.0,7.0|d,80C65A,0,8.0,7.0|d,80C65A,0,9.0,7.0|d,80C65A,0,10.0,7.0|d,80C65A,0,11.0,7.0|d,80C65A,0,12.0,7.0&amp;cht=lc&amp;chxt=y,x,x&amp;chls=1,1,0&amp;chts=000000,14&amp;chtt=oDesk%20-%20Unix+Shell%20Jobs%20By%20Month%20Posted&amp;chs=450x210" alt="" width="450" height="210" /><strong> </strong></p>
<p><strong>COLDFUSION</strong></p>
<p><a href="http://www.odesk.com/trends/ColdFusion" target="_blank">ColdFusion</a> was anything but cold when it hit the digital realm in the mid 1990s. As the internet exploded in popularity, CF and its legions of programmers rode the dot-com wave to great success thanks to a winning combination of functionality and simplicity. Stiff competition over the years has left  ColdFusion overshadowed by other offerings such as Rails and PHP, though the language does maintain a devout following that actively seeks out other CF aficionados.</p>
<p style="text-align: center;"><img class="aligncenter" title="ColdFusion Graph" src="http://chart.apis.google.com/chart?&amp;chds=0,73&amp;chxr=0,0,73&amp;chd=t:73,54,49,32,50,59,34,39,56,50,54,43,68&amp;chxl=1:|Aug|Sep|Oct|Nov|Dec|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|2:|2008|2009&amp;chm=d,80C65A,0,0.0,7.0|d,80C65A,0,1.0,7.0|d,80C65A,0,2.0,7.0|d,80C65A,0,3.0,7.0|d,80C65A,0,4.0,7.0|d,80C65A,0,5.0,7.0|d,80C65A,0,6.0,7.0|d,80C65A,0,7.0,7.0|d,80C65A,0,8.0,7.0|d,80C65A,0,9.0,7.0|d,80C65A,0,10.0,7.0|d,80C65A,0,11.0,7.0|d,80C65A,0,12.0,7.0&amp;cht=lc&amp;chxt=y,x,x&amp;chls=1,1,0&amp;chts=000000,14&amp;chtt=oDesk%20-%20ColdFusion%20Jobs%20By%20Month%20Posted&amp;chs=450x210" alt="ColdFusion Graph" width="450" height="210" /></p>
<p><strong>COBOL</strong></p>
<p>No, we’re not talking about the ancient planet that served as the cradle of humanity in SyFy Channel&#8217;s <em>Battlestar Galactica</em> (besides, that&#8217;s spelled with a K), but it is nearly as old. With roots dating back to the late 1950s, COBOL is one of the industry&#8217;s oldest programming languages, and according to Stephen Kelly of Micro Focus, still &#8220;equates to 80% of the world&#8217;s actively used code.” It may not be cutting edge, but there’s no denying the benefits of being able to work with, modify, and update a language that remains so prevalent in modern society. It may not lead to an exclusive contract, but in a world where few institutions even <em>teach</em> COBOL, knowing this language can be a valuable asset indeed.</p>
<p><strong>FORTRAN</strong></p>
<p>If COBOL is ancient, FORTRAN is prehistoric, at least in the technological timeline. 1953 marks the birth of this particular programming language, and what it lacks in sophistication, it makes up for in speed and simplicity. Versions of FORTRAN code still serve front line duty in numerous applications, especially in the engineering and scientific realm, where FORTRAN’s ability to efficiently crunch numbers with little fanfare make it an ideal language for complex calculations.</p>
<p><em>The hot jobs aren&#8217;t necessarily the &#8220;hip&#8221; programming gigs. Rather, they exist at the point where demand outweighs supply, and that’s not always at the crest of the wave. Programmers know just how fast this industry moves. Today’s in-demand language could well be tomorrow’s history lesson, but having a diverse background can easily mean the difference between scrapping for work with millions of fresh programmers, or showcasing yourself to an under-served niche segment where knowledge of older languages reign supreme—and gets you the job.</em></p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/top-tech-skills-you-used-to-know/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Take the oDesk Challenge &#8211; Meet The Providers (Part 1)</title>
		<link>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-meet-the-providers-part-1/</link>
		<comments>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-meet-the-providers-part-1/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:22:53 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[hire]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[oDesk Challenge]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7387</guid>
		<description><![CDATA[This Monday, we announced the oDesk Challenge &#8211; and we&#8217;ll continue to post more details over the next few days. We&#8217;ve been asked about the types of providers available to hire on oDesk. Below are a few examples of the stellar providers venture-backed startups may be interested in hiring through participation in the oDesk Challenge [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftake-the-odesk-challenge-meet-the-providers-part-1%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftake-the-odesk-challenge-meet-the-providers-part-1%2F" height="61" width="51" /></a></div><p><em>This Monday, we announced the <a href="http://www.odesk.com/community/oDeskChallenge">oDesk Challenge</a> &#8211; and we&#8217;ll continue to post more details over the next few days. We&#8217;ve been asked about the types of providers available to hire on oDesk. Below are a few examples of the stellar providers venture-backed startups may be interested in hiring through participation in the oDesk Challenge (and there are 320,000+ others, as well!):</em></p>
<table border="0" cellspacing="0" cellpadding="0" width="520">
<tbody>
<tr>
<td align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/david.jpg" alt="" /></td>
<td style="padding-left:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">David Kadavy, Graphic Designer</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">Although David bills himself as a graphic designer, he&#8217;s more like a Marketing and Product department all in one. Based in Chicago, he is experienced in branding, product management, user experience design, graphic desgin, front-end XHTML/CSS coding, SEO, and Google Analytics. David has Silicon Valley startup experience, and has several endeavors of his own, including Flatmate Meetup, nom.ms, and the Through a Friend Facebook Application.</p>
</td>
</tr>
<tr>
<td style="padding-top:10px;" align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/thea.jpg" alt="" width="150" height="169" /></td>
<td style="padding-left:10px; padding-top:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">Thea Go, Customer Service Rep</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">Thea Go was a Quality Analyst in an American multi-national company the Philippines. When she got pregnant she started thinking of a alternative ways to make a living and at the same time be with her baby. She started with small projects, building her career expertise in several fields of work. She built her reputation through feedback scores and work history, and has recently joined oDesk&#8217;s very own customer support team.</p>
</td>
</tr>
<tr>
<td style="padding-top:10px;" align="left" valign="top"><img src="http://www.odesk.com/blog/wp-content/uploads/2009/08/john.jpg" alt="" width="150" height="169" /></td>
<td style="padding-left:10px; padding-top:10px;" align="left" valign="top">
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#000000; margin:0pt; padding:0pt;">John Kim, SEO Consultant</h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000;">John Kim is a Search Engine Optimization lover with the track record of a VC-funded startup behind him. As Five9.com&#8217;s founding CEO &amp; principal lead generator, John grew the company from his apartment in Alameda, California, to a business that generated $10M annually through the web. John has helped half a dozen VC funded startups achieve their online marketing goals. He has a reputation for frankness with clients and passion for lead generation.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-meet-the-providers-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Share with Twitter</title>
		<link>http://www.odesk.com/blog/2009/09/share-with-twitter/</link>
		<comments>http://www.odesk.com/blog/2009/09/share-with-twitter/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 18:52:20 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Product]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8078</guid>
		<description><![CDATA[We have launched our first integration with Twitter.
In addition to sharing on Facebook, Buyers can share their job openings on Twitter to get more candidates from their network. Providers can share test results and promote their profile, letting the world know they are ready to work on oDesk.
With the oDesk ‘Share on Twitter&#8217; you&#8217;re in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fshare-with-twitter%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fshare-with-twitter%2F" height="61" width="51" /></a></div><p>We have launched our first integration with Twitter.</p>
<p>In addition to sharing on Facebook, <strong>Buyers</strong> can share their job openings on Twitter to get more candidates from their network. <strong>Providers</strong> can share test results and promote their profile, letting the world know they are ready to work on oDesk.</p>
<p>With the oDesk ‘Share on Twitter&#8217; you&#8217;re in full control – you decide what you want to showcase on Twitter, and we will not share your oDesk information without your approval.</p>
<p><img src="http://img.skitch.com/20090915-1xu5myu19d85wn1r6shg7g4j97.jpg alt=" alt="" width="490" height="327" /></p>
<p><a href="http://www.odesk.com/fbsettings.php">Activate Twitter</a> now!</p>
<p>Got feedback? Please let us know what you think in this thread.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/share-with-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Impressions Online: Make your written communications count!</title>
		<link>http://www.odesk.com/blog/2009/09/first-impressions-online-make-your-written-communications-count/</link>
		<comments>http://www.odesk.com/blog/2009/09/first-impressions-online-make-your-written-communications-count/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:26:50 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[first impressions]]></category>
		<category><![CDATA[grammar]]></category>
		<category><![CDATA[grammar check]]></category>
		<category><![CDATA[spell check]]></category>
		<category><![CDATA[spelling]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7914</guid>
		<description><![CDATA[Here’s the scenario: You just got a callback on a job interview for a big league position, and you have a meeting with the hiring manager tomorrow afternoon. The ironing board immediately comes out to press your suit into a flawless statement of power. A quick visit to the hair salon turns the mop on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffirst-impressions-online-make-your-written-communications-count%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffirst-impressions-online-make-your-written-communications-count%2F" height="61" width="51" /></a></div><p>Here’s the scenario: You just got a callback on a job interview for a big league position, and you have a meeting with the hiring manager tomorrow afternoon. The ironing board immediately comes out to press your suit into a flawless statement of power. A quick visit to the hair salon turns the mop on your head into an executive-level style. That evening you review your resume and portfolio, making sure both are updated with your latest and greatest accomplishments. You make every conceivable effort to absolutely knock the socks off the interviewer, because everyone knows the cliché: You never get a second chance to make a first impression.</p>
<p>And yet, when it comes to written communications online—be it for freelance work, full-time positions, or even general inquiries—folks haphazardly shoot out emails or post profiles with nary a proofread. The fact is, sloppy online first impressions are the equivalent of showing up to an interview—or conducting the interview—wearing ripped jeans, a dirty T-shirt, and a baseball cap advertising beer. And yes, these E-impressions matter just as much as the real thing.</p>
<p><strong>Like it or not, the text you type isn’t just your flawless business suit, it’s also your perfect haircut, friendly smile, attentive posture, and firm handshake all rolled into one. </strong></p>
<p>If that sounds a little frightening, well, it should. If anything, text-based first impressions are even more important than their in-person counterparts, simply because so much rides on so little. On the flip side, introductions though an email or online posting can be immensely advantageous, in that text-based impressions can be endlessly reviewed, revised, and polished beforehand. As such, there’s no real excuse for a poorly-worded first impression, and if you send just such a communication to someone like Jerry over at PSPrint.com, don’t expect to hear anything back because your efforts will go straight to the recycle bin. <a href="http://blog.psprint.com/printing/check-yourself-bad-grammar-is-unprofessional/" target="_blank">Jerry’s blog </a>offers some good tips for catching common grammatical goofs, <a href="http://robustwriting.com/grammar-still-matters-it-can-affect-your-career" target="_blank">Jesse’s piece at Robust Writing</a> is a good primer for why proper grammar is important, and as your resident oDesk blogger, I offer these bits to help ensure your text-based first impressions are top notch:</p>
<ul>
<li><strong>Make sure you have a grown-up email address.</strong> Even the very best E-communications lose credibility when they come from a person calling themselves <span style="color: #000080;">PaRTy4liFE@kegstand.gig.</span> If you’re just trying to be creative, find another way.</li>
</ul>
<ul>
<li><strong>Have someone else proofread your work.</strong> Having a second set of unbiased eyes reviewing your work is the absolute best way to catch mistakes.</li>
</ul>
<ul>
<li><strong>Read your work out loud, slowly and methodically.</strong> This is a common trick among professional writers to help make sure errors are caught when a proofreader isn’t available.</li>
</ul>
<ul>
<li><strong>Don’t be lazy.</strong> Not correcting basic spelling/grammar mistakes says you’re either too stupid to know better, or too lazy to care.</li>
</ul>
<ul>
<li><strong>Don&#8217;t be intimidated. </strong>You don&#8217;t have to be a good writer to write well.  Not every person is a natural born writer, and most people understand this. A mediocre message that’s properly structured is far more professional than a clever paragraph full of dumb mistakes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/first-impressions-online-make-your-written-communications-count/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Take the oDesk Challenge &#8211; What We&#8217;ll Do</title>
		<link>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-what-well-do/</link>
		<comments>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-what-well-do/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:51:17 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[hire]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[oDesk Challenge]]></category>
		<category><![CDATA[outsourcing]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7323</guid>
		<description><![CDATA[Yesterday we announced the oDesk Challenge at TechCrunch50 &#8211; and we&#8217;ve already received some great questions about what exactly we&#8217;re doing for venture-backed startups. Today&#8217;s post introduces the process and the oDesk team who will be by your side throughout it.
Once a venture-backed company signs up as an oDesk buyer and posts its first job, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftake-the-odesk-challenge-what-well-do%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftake-the-odesk-challenge-what-well-do%2F" height="61" width="51" /></a></div><p><em>Yesterday we announced the <a href="http://www.odesk.com/oDeskChallenge">oDesk Challenge</a> at TechCrunch50 &#8211; and we&#8217;ve already received some great questions about what exactly we&#8217;re doing for venture-backed startups. Today&#8217;s post introduces the process and the oDesk team who will be by your side throughout it.</em></p>
<p>Once a venture-backed company <a href="https://www.odesk.com/w/signup.php?ftype=buyer">signs up</a> as an oDesk buyer and <a href="http://www.odesk.com/c/?action=Openings&amp;do=new_opening">posts its first job</a>, our team takes over. Just <a href="mailto:challenge@odesk.com">let us know</a> you want to take part in the oDesk Challenge, and we&#8217;ll get to work &#8211; starting with a brief phone call with you to understand what skills you&#8217;re looking for. We&#8217;ll then handle sourcing &amp; interviewing candidates for you, and serve up the  top 3 candidates for your job within a week.</p>
<p>Please visit <a href="www.odesk.com/oDeskChallenge">www.odesk.com/oDeskChallenge</a> for more details!</p>
<p><!--  #odesk_chalng{ display:block;}  .tiy{ margin:0; padding:0; color:#000000;  font-family:Arial, Helvetica, sans-serif; font-size:12px;}  .blue_ar{ background:url(http://www.odesk.com/community/system/files/sm_arrow.gif) left 3px no-repeat; padding-left:15px; padding-bottom:10px;}  .het{ min-height:110px; height:auto !important; }  img{ border:none;}<br />
--></p>
<table style="height: 456px;" border="0" cellspacing="0" cellpadding="0" width="524">
<tbody>
<tr>
<td width="275" valign="top">
<div class="display" style="width: 275px;">
<div style="background: transparent url(http://www.odesk.com/community/system/files/grd_rep.jpg) repeat-y scroll 0% 0%; width: 275px;">
<div style="background: transparent url(http://www.odesk.com/community/system/files/grd_top.jpg) no-repeat scroll center top; width: 275px;">
<div style="padding: 15px 15px 10px; background: transparent url(http://www.odesk.com/community/system/files/grd_bot.jpg) no-repeat scroll center bottom; min-height: 350px; width: 245px; height: auto ! important;">
<div style="display: block;">
<h3 style="margin: 0pt; padding: 0pt 0pt 6px; font-weight: bold; font-size: 13px; color: #000000; font-family: Arial,Helvetica,sans-serif; text-align: left;"><!--donot edit--><!--editable part-->One of these &#8216;oDesk Challenge&#8217; account managers will find the top 3 candidates for your job<!--donot edit--></h3>
<p><!--edit here for three contact images and there text please follow same rule as the first image ;)--></p>
<div class="display" style="margin-top: 15px;">
<p><img style="float: left; margin-right: 21px;" src="http://www.odesk.com/community/system/files/amit_0.png" border="0" alt="" /></p>
<p class="tiy" style="color: #ffffff;">Amit Bakshi amitbakshi@odesk.com</p>
<div style="clear:both; height:1px; overflow:hidden;"><span style="display:none;">donot deleate</span></div>
</div>
<div class="display" style="margin-top: 15px;"><img style="float: left; margin-right: 21px;" src="http://www.odesk.com/community/system/files/rebecca.png" border="0" alt="" /></p>
<p class="tiy" style="color: #ffffff;">Rebecca Daneault<br />
rdaneault@odesk.com</p>
<div style="clear:both; height:1px; overflow:hidden;"><span style="display:none;">donot deleate</span></div>
</p>
</div>
<div class="display" style="margin-top: 15px;"><img style="float: left; margin-right: 21px;" src="http://www.odesk.com/community/system/files/Josh.png" border="0" alt="" /></p>
<p class="tiy" style="color: #ffffff;">Josh Breinlinger josh@odesk.com</p>
<div style="clear:both; height:1px; overflow:hidden;"><span style="display:none;">donot deleate</span></div>
</div>
<p><!--edit here for three contact images and there text please follow same rule as the first image ;)--><!--donot edit this part--></div>
</div>
</div>
</div>
</div>
</td>
<td valign="top">
<div style="display: block; float: left; margin-left: 10px; width: 230px;">
<div style="background: transparent url(http://www.odesk.com/community/system/files/black_top.jpg) no-repeat scroll 0% 0%; display: block; width: 230px; height: 55px;">
<h4 style="margin: 0px; padding: 10px 0px 0px 15px; font-weight: bold; font-size: 13px; text-transform: uppercase; color: #ffffff; font-family: Arial;">Customer Service</h4>
</div>
<div style="background: transparent url(http://www.odesk.com/community/system/files/rep.jpg) repeat-y scroll 0% 0%; display: block; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<div class="het" style="padding: 15px 15px 12px; background: transparent url(http://www.odesk.com/community/system/files/bottom_bl.jpg) no-repeat scroll 50% bottom; width: 200px;">
<ul style="margin: 0px; padding: 0px; font-size: 12px; font-family: Arial,Helvetica,sans-serif; list-style-type: none;">
<li class="blue_ar">22,000 oDesk providers</li>
<li class="blue_ar">Interact with your customers via phone, email, and chat</li>
<li class="blue_ar">Hourly Rates $4-15</li>
</ul>
</div>
</div>
</div>
<div style="display: block; float: left; margin-left: 10px; margin-top: 10px; width: 230px;">
<div style="background: transparent url(http://www.odesk.com/community/system/files/light_blue.jpg) no-repeat scroll 0% 0%; display: block; width: 230px; height: 55px;">
<h4 style="margin: 0px; padding: 10px 0px 0px 15px; font-weight: bold; font-size: 13px; text-transform: uppercase; color: #ffffff; font-family: Arial;">Graphic Designers</h4>
</div>
<div style="background: transparent url(http://www.odesk.com/community/system/files/rep.jpg) repeat-y scroll 0% 0%; display: block; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<div class="het" style="padding: 15px 15px 12px; background: transparent url(http://www.odesk.com/community/system/files/bottom_bl.jpg) no-repeat scroll 50% bottom; width: 200px;">
<ul style="margin: 0px; padding: 0px; font-size: 12px; font-family: Arial,Helvetica,sans-serif; list-style-type: none;">
<li class="blue_ar">87,000 oDesk providers</li>
<li class="blue_ar">Do your HTML, CSS, and offline graphic design</li>
<li class="blue_ar">Average Hourly Rates $10-30</li>
</ul>
</div>
</div>
</div>
<div style="display: block; float: left; margin-left: 10px; margin-top: 10px; width: 230px;">
<div style="background: transparent url(http://www.odesk.com/community/system/files/blue_top.jpg) no-repeat scroll 0% 0%; display: block; width: 230px; height: 55px;">
<h4 style="margin: 0px; padding: 10px 0px 0px 15px; font-weight: bold; font-size: 13px; text-transform: uppercase; color: #ffffff; font-family: Arial;">SEO/SMM Experts</h4>
</div>
<div style="background: transparent url(http://www.odesk.com/community/system/files/rep.jpg) repeat-y scroll 0% 0%; display: block; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">
<div class="het" style="padding: 15px 15px 12px; background: transparent url(http://www.odesk.com/community/system/files/bottom_bl.jpg) no-repeat scroll 50% bottom; width: 200px;">
<ul style="margin: 0px; padding: 0px; font-size: 12px; font-family: Arial,Helvetica,sans-serif; list-style-type: none;">
<li class="blue_ar">43,000 oDesk providers</li>
<li class="blue_ar">Blog writers, social media account managers, and SEO linkbuilders</li>
<li class="blue_ar">Average Hourly Rates: $8-30</li>
</ul>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/take-the-odesk-challenge-what-well-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We won a TC50 Audience Choice Award!  Thanks for all your help</title>
		<link>http://www.odesk.com/blog/2009/09/we-won-a-tc50-audience-choice-award-thanks-for-all-your-help/</link>
		<comments>http://www.odesk.com/blog/2009/09/we-won-a-tc50-audience-choice-award-thanks-for-all-your-help/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:42:14 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=8010</guid>
		<description><![CDATA[Yesterday, at 4:30pm, after a long day of demoing oDesk in the TechCrunch50 DemoPit, Michael Arrington dropped by our table to inform us we won an Audience Choice Award and a chance to demo on stage to all 2,000 conference attendees.  We were already thrilled at the warm the reception our product had been getting [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fwe-won-a-tc50-audience-choice-award-thanks-for-all-your-help%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fwe-won-a-tc50-audience-choice-award-thanks-for-all-your-help%2F" height="61" width="51" /></a></div><p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Yesterday, at 4:30pm, after a long day of demoing oDesk in the TechCrunch50 DemoPit, Michael Arrington dropped by our table to inform us we won an Audience Choice Award and a chance to demo on stage to all 2,000 conference attendees.  We were already thrilled at the warm the reception our product had been getting all day, but this was a truly spectacular opportunity and a great way to end the day.</p>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Here&#8217;s the demo our CEO, Gary Swart, gave.  The panel of experts consisted of Marc Andreessen, Roelof Botha, Paul Graham, Tony Hsieh, and Marissa Mayer.</p>
<p><object width="480" height="386" data="http://www.ustream.tv/flash/video/2164141" type="application/x-shockwave-flash"><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=2164141" /><param name="src" value="http://www.ustream.tv/flash/video/2164141" /><param name="allowfullscreen" value="true" /></object></p>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Thanks to everyone who stopped by our demo table and gave us the chance to earn your vote.  And thanks for everyone who blogged, and facebooked, and especially tweeted on our behalf.  The <a href="http://search.twitter.com/search?q=%23tc50+odesk" target="_blank">twitter activity </a>was amazing.  We love these events, as they give us the chance to get in front of users, old and new, and remind us that we&#8217;re playing a small part in Changing How the World Works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/we-won-a-tc50-audience-choice-award-thanks-for-all-your-help/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Freelance Newbies Welcome Here</title>
		<link>http://www.odesk.com/blog/2009/09/freelance-newbies-welcome/</link>
		<comments>http://www.odesk.com/blog/2009/09/freelance-newbies-welcome/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:19:20 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[freelance tips]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7860</guid>
		<description><![CDATA[New to the world of freelancing and working from home? Here are some tips you don't want to miss.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffreelance-newbies-welcome%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffreelance-newbies-welcome%2F" height="61" width="51" /></a></div><p><em>At oDesk headquarters in Menlo Park, California, every Tuesday is a WFHT. This Tuesday, we want to welcome those of you who are new to working from home and new to this wonderful &#8212; though sometimes unusual &#8212; business of freelancing, consulting and providing the world with your talent and skills!</em></p>
<p style="TEXT-ALIGN: center"><strong>FIFTEEN TIPS FOR YOUR NEW LINE OF WORK:</strong></p>
<p style="text-align: justify;"><strong>1. Motivation and dedication will be your best friends.</strong> Learn to have them.</p>
<p><img class="size-full wp-image-7861 align right" style="border: white 10px solid;" title="closedsign" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/closedsign.jpg" alt="closedsign" width="125" height="196" align="right" /></p>
<p style="TEXT-ALIGN: left"><strong>2. Caffeine will be your second best friend.</strong> Stock your house with it.</p>
<p style="TEXT-ALIGN: left"><strong>3. Have a business plan and write it down. </strong>Even if it&#8217;s as simple as: <em>Find clients on the internet and provide excellent service.</em></p>
<p style="TEXT-ALIGN: left"><strong>4. When you are working, imagine there is a &#8220;closed&#8221; sign on your front door.</strong> No friends, no census takers or religious zealots allowed &#8212; you aren&#8217;t home. You&#8217;re at work.</p>
<p><strong>5. Beware watching TV while you work. </strong>Unless, of course, you are okay with subconsciously inserting bizarre phrases like &#8220;that walk is fierce,&#8221; &#8220;we&#8217;ve lost contact with the sub,&#8221; or &#8220;he&#8217;s at the 30-yard-line&#8221; into e-mail correspondence with your clients.</p>
<p style="text-align: justify;"><strong><img class="size-full wp-image-7862 align left" style="border: white 10px solid;" title="drinkingonjob" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/drinkingonjob.jpg" alt="drinkingonjob" width="149" height="215" align="left" /></strong></p>
<p style="text-align: left;"><strong>6. Network, network, network.</strong></p>
<p style="text-align: left;"><strong>7. Just because you <em>can</em> enjoy a cocktail while working, doesn&#8217;t mean you should. </strong>Reasons? Impaired work skills and bizarre phrases in e-mails. (See #5.)<strong> </strong></p>
<p style="text-align: left;"><strong>8. Find out how being self-employed will affect your taxes.</strong></p>
<p style="text-align: left;"><strong>9. Get a work e-mail account.</strong> Separating your e-mail accounts will help you tune out fun when you are working, and it will help you tune out work when you are just having fun.</p>
<p style="text-align: left;"><strong>10. Seek more than one client at a time, even if you don&#8217;t need to.</strong> In this economy you don&#8217;t want to be dependent on one company for your income.</p>
<p style="text-align: justify;"><strong>11. Create an online portfolio with a web site or blog.</strong></p>
<p style="text-align: justify;"><strong><img class="size-full wp-image-7863 align right" style="border: white 10px solid;" title="maninfield" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/maninfield.jpg" alt="maninfield" width="211" height="190" align="right" /> </strong></p>
<p style="TEXT-ALIGN: left"><strong>12. Don&#8217;t take your laptop into the kitchen to work while cooking.</strong> Bad things happen to laptops in there.</p>
<p style="TEXT-ALIGN: left"><strong>13. No, seriously, find out about your taxes.</strong></p>
<p style="TEXT-ALIGN: left"><strong>14. Be patient.</strong> Don&#8217;t expect to be busy right away. It may take time to build your business.</p>
<p style="TEXT-ALIGN: left"><strong>15. Enjoy your new-found freedom.</strong> Work at the park. Walk your dog on your lunch break. Spend a day at the beach and work at night. You are your own boss now!</p>
<p style="text-align: center;"><strong>WELCOME TO  OUR WORLD!</strong></p>
<p><a title="Smashing Magazine" href="http://www.smashingmagazine.com/" target="_blank"></a></p>
<p style="padding-left: 30px;"><em></em></p>
<p style="text-align: left;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em></em></p>
<p style="text-align: left;"><em>Much like a divorced marriage counselor, my ability to dish out advice is not an indicator of my ability to implement it. However, having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p><em></em><br />
<em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/freelance-newbies-welcome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Visit oDesk in the TechCrunch50 DemoPit (and give us your poker chip!)</title>
		<link>http://www.odesk.com/blog/2009/09/visit-odesk-in-the-techcrunch50-demopit-and-give-us-your-poker-chip/</link>
		<comments>http://www.odesk.com/blog/2009/09/visit-odesk-in-the-techcrunch50-demopit-and-give-us-your-poker-chip/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:05:51 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7993</guid>
		<description><![CDATA[As we mentioned in our earlier post, we&#8217;re thrilled to be in the TechCrunch50 DemoPit this morning.  Here at the conference, every attendee is given a poker chip, which counts as a vote for the DemoPit company the attendee is most excited about.  The company with the most votes gets to present on stage as [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fvisit-odesk-in-the-techcrunch50-demopit-and-give-us-your-poker-chip%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fvisit-odesk-in-the-techcrunch50-demopit-and-give-us-your-poker-chip%2F" height="61" width="51" /></a></div><p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">As we mentioned in our earlier post, we&#8217;re thrilled to be in the <a href="http://www.techcrunch50.com">TechCrunch50</a> DemoPit this morning.  Here at the conference, every attendee is given a poker chip, which counts as a vote for the DemoPit company the attendee is most excited about.  The company with the most votes gets to present on stage as the &#8220;Audience Choice Award.&#8221;</p>
<p style="text-align: center;"><img class="size-medium wp-image-7996 aligncenter" title="oDesk at TechCrunch50" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/cimg0036-480x359.jpg" alt="oDesk at TechCrunch50" width="375" height="280" /></p>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">So, our job is to get you to visit our demo booth, blow you away with our demo, and get you to give us your poker chip!  Please stop by and give us a chance to earn your vote!  (Voting closes at 2:30pm)</p>
<p style="text-align: center;"><a href="http://www.techcrunch50.com"><img class="size-medium wp-image-7994 aligncenter" title="TechCrunch50 " src="http://www.odesk.com/blog/wp-content/uploads/2009/09/techcrunch50-logo1-480x130.png" alt="TechCrunch50 " width="480" height="130" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/visit-odesk-in-the-techcrunch50-demopit-and-give-us-your-poker-chip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCrunch50: Announcing the oDesk Challenge</title>
		<link>http://www.odesk.com/blog/2009/09/techcrunch50-announcing-the-odesk-challenge/</link>
		<comments>http://www.odesk.com/blog/2009/09/techcrunch50-announcing-the-odesk-challenge/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:30:45 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Buyer]]></category>
		<category><![CDATA[hire]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[oDesk Challenge]]></category>
		<category><![CDATA[outsourcing]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7271</guid>
		<description><![CDATA[We&#8217;re excited to be in the TechCrunch50 Demopit this morning, and announce a special offer for venture-backed startups called the &#8220;oDesk Challenge&#8220;!




Take the oDesk Challenge:
We&#8217;ll help you build an online workteam









Venture-backed startups need to do more with less. We at oDesk know this firsthand, and we keep our core team of 26 employees lean by [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftechcrunch50-announcing-the-odesk-challenge%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ftechcrunch50-announcing-the-odesk-challenge%2F" height="61" width="51" /></a></div><p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt;"><em>We&#8217;re excited to be in the <a href="http://www.techcrunch50.com">TechCrunch50 </a>Demopit this morning, and announce a special offer for venture-backed startups called the &#8220;<a href="http://www.odesk.com/oDeskChallenge">oDesk Challenge</a>&#8220;!</em></p>
<table style="height: 570px;" border="0" cellspacing="0" cellpadding="0" width="534">
<tbody>
<tr>
<td>
<h2 style="margin: 0pt; padding: 0pt; font-weight: bold; font-size: 20px; font-family: Arial,Helvetica,sans-serif; text-align: center;">Take the oDesk Challenge:</h2>
<h2 style="margin: 0pt; padding: 0pt; font-weight: bold; font-size: 16px; color: #898989; font-family: Arial,Helvetica,sans-serif; text-align: center;">We&#8217;ll help you build an online workteam</h2>
</td>
</tr>
<tr>
<td>
<h2 style="margin: 0pt; padding: 0pt; font-weight: bold; font-size: 20px; color: #898989; font-family: Arial,Helvetica,sans-serif; text-align: center;"><img class="aligncenter" src="http://www.odesk.com/community/system/files/header_challange.jpg" border="none" alt="odesk Challenge" /></h2>
</td>
</tr>
<tr>
<td>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt;"><strong>Venture-backed startups </strong>need to do more with less. We at oDesk know this firsthand, and <a href="http://www.odesk.com/w/case_study_odesk" target="_blank">we keep our core team of 26 employees lean</a> by managing an international team of over 80 remote contractors, all of whom we <strong>hire</strong>, <strong>manage</strong>, <strong>and pay </strong>through our own platform. By doing so, we:</p>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt;">
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt;">
<ul>
<li style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Access talent anywhere in the world</li>
<li style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Scale our team of specialists up &amp; down as needed</li>
<li style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">Save as much as 80% on labor cost</li>
</ul>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px;">We&#8217;re convinced that the &#8220;oDesk way&#8221; is the right way for other venture-backed startups, so we&#8217;ve designed the <strong>oDesk Challenge</strong>.  For the first 20 venture-backed startups that join the Challenge by posting their jobs on oDesk, we&#8217;ll do the hard work of sifting through resumes, conducting interviews, and <strong>hand-picking the top 3 candidates </strong>out of over 320,000 providers. We&#8217;ll then showcase that top talent for you &#8211; if you like one, hire them and get your job done.</p>
<h1 style="font-family:Arial, Helvetica, sans-serif; font-size:20px; margin: 0pt; padding: 0pt;"><strong>Our Offer:</strong></h1>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt">1. Be one of the first 20 venture-backed startups to <a href="https://www.odesk.com/w/postjob.php" target="_blank">post your job</a>, and <a href="mailto:challenge@odesk.com"></a><a style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt" href="mailto:challenge@odesk.com" target="_blank">let us know</a><a href="mailto:challenge@odesk.com"> </a>you want to be part of the oDesk Challenge.<br />
2. We&#8217;ll do the hard work of recruiting and screening, and then hand-pick the top three candidates for you within one week.<br />
3. If you like one, hire them. You win the talent you need while we take care of the heavy lifting!
</p>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt">
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt">
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt">
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt">
</td>
</tr>
</tbody>
</table>
<p style="font-family:Arial, Helvetica, sans-serif; font-size:14px; margin: 0pt; padding: 0pt;">
<p style="margin: 0pt; padding: 0pt; font-family: Arial,Helvetica,sans-serif; font-size: 14px; text-align: center;"><strong>Visit <a href="http://www.odesk.com/oDeskChallenge">www.odesk.com/oDeskChallenge</a> for more details!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/techcrunch50-announcing-the-odesk-challenge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Landing a Web Development Gig</title>
		<link>http://www.odesk.com/blog/2009/09/landing-a-web-development-gig/</link>
		<comments>http://www.odesk.com/blog/2009/09/landing-a-web-development-gig/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 17:19:05 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[freelance web developer]]></category>
		<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[work online]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7765</guid>
		<description><![CDATA[Okay, so you’re hip to the World Wide Web and all the techno-programming required to build the coolest virtual environments in E-town. You’ve got game, you’ve got the software, but you’re missing the most vital ingredient of all: Clients. Even the best web-design mojo is merely untapped potential unless you have an A-list of clientele [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Flanding-a-web-development-gig%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Flanding-a-web-development-gig%2F" height="61" width="51" /></a></div><p><em>Okay, so you’re hip to the World Wide Web and all the techno-programming required to build the coolest virtual environments in E-town. You’ve got game, you’ve got the software, but you’re missing the most vital ingredient of all: Clients. Even the best web-design mojo is merely untapped potential unless you have an A-list of clientele eager for your efforts, and since you’re eager to earn a few greenbacks for your skills, simply showcasing your talent isn’t enough.</em></p>
<p>Successful freelance web developers aren’t just outstanding programmers, they’re outstanding communicators as well. This part of the job can be easily overlooked, but it’s vital to landing a contract, establishing clear objectives, and following through to a successful conclusion. If communication makes you nervous, don’t sweat it. There’s no special method to making it happen, just be open, honest, ask questions when you need to, and don’t be afraid to speak up if something concerns you. If it all sounds a bit intimidating, here are some good tips to help you establish some good freelancing habits.</p>
<p style="text-align: justify;">
<h3>Getting the callback:</h3>
<ul>
<li> <strong>Regardless who initiates first contact, remember that less is better.</strong> The biggest mistake people make when it comes to a first contact situation is going overboard trying to impress. Sending paragraphs of programming languages and software suites you’re familiar with usually just frustrates clients, especially in the current economic climate where your project inquiry is one of 600 billion sitting in a manager’s inbox. Consider what the client is looking for and answer that SPECIFIC need, keeping your inquiry to a paragraph and offering to discuss the project further at their convenience.<br />
<strong></strong></li>
<p><img class="size-thumbnail wp-image-7734 align right" style="border: white 10px solid;" title="istock_000001907407xsmall" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/istock_000001907407xsmall.jpg" alt="istock_000001907407xsmall" width="193" height="210" align="right" /></p>
<li><strong>A portfolio is good, but so is reputation. </strong>For developers just starting out, having some sort of portfolio will be the only way you can demonstrate your ability. Avoid filling your portfolio with the same type of projects; three creatively-different web sites are more impressive than nine cookie-cutter efforts. Nor should you develop portfolio tunnel vision, because word-of-mouth and positive feedback are absolutely worth their weight in gold. In fact, some experienced developers don’t even have a portfolio; they develop new business simply though their reputations, so garnering solid feedback and soliciting recommendations from past clients should be as important as archiving web sites for future display.</li>
<li><strong>Don’t sell yourself short!</strong> While low-paying gigs for fresh developers may be a necessity to help build your reputation, don’t just automatically offer up low bids in the hopes of landing a contract. Consider the scope of the project; many times, clients will associate a provider’s skill level to the rates they charge, so if you dish up a lowball price, the contract may go to a provider with a higher rate simply because they’re perceived to be a better candidate.</li>
</ul>
<h3>Sealing the deal:</h3>
<ul>
<li> <strong>Be honest with yourself and your client</strong>. This seems like a no-brainer, and while most providers have nothing but the best intentions, being too eager can sometimes lead to inaccurate assessments and bad judgment. Don’t be afraid to say no; if there are aspects of a project that you’re not familiar with or qualified to handle, the client needs to know. If the project has a deadline that you’re even remotely concerned about meeting, speak up. If the project specifics are vague, don’t commit to the work until you know specifically what the client is looking for. Don’t get in over your head just because you’re eager for the work; your shortcomings will become apparent sooner or later, and the end result could wind up costing you in the long run.</li>
<li><strong>Respect your client’s intelligence.</strong> While some folks may have technical knowledge, there are plenty of clients out there who just know they need a web site. Tech-savvy clients may prefer to converse on a more technical level, while others just want to leave the details to you. Adjust your communications accordingly to suit the situation, but never assume what your client needs to know, even if their technical knowledge is on the lower end of the scale. Let them tell you what they need to know, or politely ask if they’d like you to explain something. Nine times out of ten they will concede to your best judgment, but giving them the option of learning something new shows a considerable amount of respect and consideration on your part.</li>
<li><strong>Hammer out specifics on the project.</strong> Don’t be afraid to ask questions to fully understand what your client is looking for, even if they ask you to handle all the details. While having creative freedom to work can be nice, that same freedom can also leave you holding the bag if the client isn’t happy with your decisions. Even the clients who say they have no preference in design usually have some sort of idea in their head of what they want, it’s just a matter of bridging the communication gap to find the specifics. Sometimes, simply asking what they don’t want is an effective way to garner some details.</li>
<li><strong>Be specific on contract details and expectations.</strong> Unattended variables on projects have the potential to backfire, so before entering<img class="size-thumbnail wp-image-7734 align left" style="border: white 10px solid;" title="istock_000009379750xsmall" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/istock_000009379750xsmall.jpg" alt="istock_000009379750xsmall" width="163" height="170" align="left" />into a new project, make every effort to establish specific details on things like deadlines (both for you and the client), payment schedules and methods, confidentiality agreements, and copyright information. Disclaimers and other legalese are also recommended, especially if the client decides to “tweak” your coding, or hires other developers after you’ve completed your work. Be wary of clients who seek guarantees of success and/or minimum web site traffic; the nature of web development and internet usage is entirely subjective, and the fact is there’s no way to guarantee any sort of usage results. Most importantly, if you’re uncomfortable with a pending arrangement or contract with a client, do not be afraid to turn the project down.</li>
</ul>
<p style="text-align: justify;">
<h3>Following through:</h3>
<ul>
<li> <strong>Don’t assume anything during the course of the project. </strong>NEVER automatically make significant decisions on a project unless the client has given you clear authority to do so ahead of time, regardless of the problem or how little the client may know about web development. Apprise the client of the situation and ask what they would like to do, even if it means asking their permission to use your best judgment. Keeping these decisions in the hands of the client shows a tremendous amount of respect, concern, and professionalism on your part, while also encouraging healthy communication during the various project stages.<br />
<strong></strong></li>
<li><strong>Deliver regular updates.</strong> Even if everything is rolling along like clockwork, silence over time has a way of eroding even the strongest bonds of trust and confidence. Offering brief progress updates—even if you’re working hourly—will go a long way in reassuring your client that the project is in good hands.</li>
<li><strong>Respect your client’s time.</strong> Be prepared to work for your client when the clock starts, maintain your productivity, offer regular updates (even if working hourly), but don’t abuse the time given to you. Inform your client of potential delays or setbacks as soon as they occur, and be prepared to offer “off the clock” time if personal matters cause the project to fall behind.</li>
<li><strong>Offer minor tweaks, edits, and tech support pro-bono at the close of the project. </strong>Don’t commit to hours of free work, but offering a little bit of bonus help at the end of a project goes a long way in cementing good relations, and it shows that you stand behind your work.<br />
<strong></strong></li>
<li><strong>You are the boss of you, but you also work for your client.</strong> Never forget that, as a freelancer, you’re in charge of the work you do. That’s not a license to be disrespectful, abusive, or ignorant of your client’s needs, but you know best how to do your job, so stand behind your actions, speak with confidence, and don’t be afraid to use the word &#8216;no&#8217; if a request isn’t something you’re willing or able to do.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/landing-a-web-development-gig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Web Conferencing Options for Online Presenting, Meetings and Teaching</title>
		<link>http://www.odesk.com/blog/2009/09/free-web-conferencing-options-for-online-presenting-meetings-or-teaching/</link>
		<comments>http://www.odesk.com/blog/2009/09/free-web-conferencing-options-for-online-presenting-meetings-or-teaching/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:19:32 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[conferencing]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[Meetup]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[screencasting]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[telecommuting]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=6906</guid>
		<description><![CDATA[With freelancing and specifically outsourced or telecommuting freelancing, the ability to give a visual presentation adds a lot to the efficiency by which you can handle the tasks at hand. Sometimes phone calls, emails and screenshots just don't cut it.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffree-web-conferencing-options-for-online-presenting-meetings-or-teaching%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffree-web-conferencing-options-for-online-presenting-meetings-or-teaching%2F" height="61" width="51" /></a></div><p><em>With freelancing and remote work, the ability to give a visual presentation adds a lot to the efficiency to handle the tasks at hand. While communication technology has come a long way, sometimes phone calls, emails, and screenshots just don&#8217;t cut it. When you need the feel of an in-person presentation, you not only have to think logistics and distance, but also the cost and the environmental impact on having someone &#8220;come in&#8221;. We&#8217;ve investigated some of the options for free web conferencing &#8211; an easy alternative to the in-person meeting.</em></p>
<h2><span style="color: #ffffff;">.</span></h2>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6997 align left" title="yugma-screen-cast-web-conferencing" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/yugma-screen-cast-web-conferencing.png" alt="yugma-screen-cast-web-conferencing" width="153" height="78" align="left" /></p>
<p><a href="https://www.yugma.com/" target="_blank">Yugma</a> offers their application free for up to 20 attendees to your meeting and all the standard bells and whistles are provided. Yugma runs on Windows, Linux and Mac.</p>
<p>They even have a handy dandy Skype plugin:<br />
<object width="425" height="344" data="http://www.youtube.com/v/JB_ivukryA0&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/JB_ivukryA0&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p style="text-align: justify;">
<p><span style="font-family: mceinline;"><br />
</span></p>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6997 align left" title="dimdim-online-confrencing" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/dimdim-online-confrencing.png" alt="dimdim-online-confrencing" width="164" height="70" align="left" /></p>
<p><a href="http://www.dimdim.com/">DimDim</a> has all the usual features too and also offers the first 20 attendees free. DimDim needs no install which is a nice feature. This one is interesting in that they offer their software as open source for anyone who wishes to build their own.</p>
<p>Here is a demo from the chief designer:<br />
<object width="425" height="344" data="http://www.youtube.com/v/6oZuPzkRaXQ&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6oZuPzkRaXQ&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><span style="font-family: mceinline;"><br />
</span></p>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6997 align left" title="vyew-web-conferencing" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/vyew-web-conferencing.png" alt="vyew-web-conferencing" width="186" height="64" align="left" /></p>
<p><a href="http://vyew.com" target="_blank">Vyew</a> also does not require any installation as it is browser based. Vyew has a nice feature in that it is persistent so if you cannot get everyone together at once, the meeting lives on where others can come in later and edit/collaborate.</p>
<p>Here is an intro video to give you the details:<br />
<object width="425" height="344" data="http://www.youtube.com/v/GGXDG8q51vI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GGXDG8q51vI&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /></object></p>
<p><em>All are roughly similar on the basics but they emphasizing different features for more specific needs &#8211; try them all to find the one that&#8217;s the best fit for you!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/free-web-conferencing-options-for-online-presenting-meetings-or-teaching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>oDesk rolls up its sleeves to help fbFund REV startups</title>
		<link>http://www.odesk.com/blog/2009/09/odesk-rolls-up-sleeves-fo-fbfund-rev-startups/</link>
		<comments>http://www.odesk.com/blog/2009/09/odesk-rolls-up-sleeves-fo-fbfund-rev-startups/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 23:20:20 +0000</pubDate>
		<dc:creator>Amit</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7880</guid>
		<description><![CDATA[
Last week we were fortunate to be invited to the fbFund REV incubator program&#8217;s demo day.  For the past 12 weeks, 22 startups with facebook apps were educated, mentored, housed, and funded with up to $100,000 by fbFund (a joint venture by Facebook, Founder&#8217;s Fund, and Accel Partners).  We liked what we saw &#8211; these [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fodesk-rolls-up-sleeves-fo-fbfund-rev-startups%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fodesk-rolls-up-sleeves-fo-fbfund-rev-startups%2F" height="61" width="51" /></a></div><p><a href="http://www.fbfund.com/" target="_blank"><img class="alignnone size-full wp-image-7899" title="fbfundrevlogo" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/fbfundrevlogo.png" alt="fbfundrevlogo" width="225" height="136" align="right" /></a></p>
<p>Last week we were fortunate to be invited to the <a href="http://www.fbfund.com/">fbFund REV</a> incubator program&#8217;s demo day.  For the past 12 weeks, 22 startups with facebook apps were educated, mentored, housed, and funded with up to $100,000 by fbFund (a joint venture by <a href="http://www.facebook.com">Facebook</a>, <a href="http://www.foundersfund.com/">Founder&#8217;s Fund</a>, and <a href="http://www.accel.com/">Accel Partners</a>).  We liked what we saw &#8211; these startups were innovative, scrappy, and entrepreneurial, and in fact reminded us a lot of oDesk buyers. We wanted to do our part to help out, so we decided to <a href="http://www.odesk.com/odeskchallenge">roll up our sleeves </a>to help them find the very best talent on oDesk.</p>
<p>We&#8217;re pleased to announce that 7 of the 22 fbFund startups have agreed to take our offer, and we&#8217;re in the midst of helping them build online workteams on oDesk!  The teams (and newest oDesk buyers) are:</p>
<p><a href="http://funji.me/"><img class="alignnone size-full wp-image-7882" title="Funji" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/funji-logo.png" alt="Funji" width="146" height="39" /></a></p>
<p>Funji is a mobile virtual community for the iPhone and iPod touch, satisfying users’ desire to express themselves and communicate with others in a fun, creative way in mobile devices. The team has more than five years of experience in the mobile market in both South Korea and the US.</p>
<p><a href="http://www.gameyola.com"><img class="alignnone size-medium wp-image-7881" title="Gameyola" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/black-text-logo-480x92.png" alt="Gameyola" width="314" height="60" /></a></p>
<p>Gameyola is a distribution and monetization platform for casual Flash games. Flash games currently monetize poorly, but Gameyola solves this problem by providing Flash developers tools to sell virtual goods and to acquire users through social channels.</p>
<p><strong><a href="http://www.life360.com/"><img class="alignnone size-full wp-image-7883" title="Life360" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/life360-logo.png" alt="Life360" width="232" height="50" /></a><br />
</strong></p>
<p>From keeping track of your kids to protecting your identity and getting back your lost stuff, Life360 is the place you go to keep your family safe, secure, and prepared for daily life.</p>
<p><strong><a href="http://www.mychurch.org/"><img class="alignnone size-full wp-image-7884" title="MyChurch" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/mychurch-logo.png" alt="MyChurch" width="269" height="67" /></a><br />
</strong></p>
<p>Churches create their own social networks on MyChurch.org. They extend their community between Sundays with tools to connect and engage their members. Over 30,000 church congregations are represented on MyChurch.org.</p>
<p><strong><a href="http://nutshellmail.com/"><img class="alignnone size-full wp-image-7885" title="NutshellMail" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/nutshellmail-logo.png" alt="NutshellMail" width="210" height="56" /></a><br />
</strong></p>
<p>Simplify the way you manage Facebook and other social networks through your email inbox. NutshellMail consolidates activity from all your accounts into a single email digest delivered on your schedule. Don’t let email alerts clutter your inbox. NutshellMail keeps you connected and productive at the same time.</p>
<p><strong><a href="http://www.rentmineonline.com/"><img class="alignnone size-full wp-image-7886" title="RentMineOnline" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/rentmineonline-logo.png" alt="RentMineOnline" width="255" height="58" /></a><br />
</strong></p>
<p>Combines the success of resident referral programs with the power of social networks. Residents refer their community to friends through social networks like Facebook, and email to earn rewards and live with friends.</p>
<p><strong><a href="http://www.runmyerrand.com"><img class="alignnone size-medium wp-image-7887" title="RunMyErrand" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/runmyerrand-logo-480x144.jpg" alt="RunMyErrand" width="284" height="85" /></a><br />
</strong></p>
<p>RUNmyERRAND is a social networking inspired web and mobile marketplace that provides people and businesses an easy and trusted way to get everyday tasks done in their own hyperlocal community.</p>
<p>We think oDesk is a great fit for companies like these to access talent anywhere in the world, scale their teams up &amp; down as needed, and save as much as 80% on labor costs. All of these companies need to remain lean and agile on their paths towards profitability, and using oDesk to hire, manage, and pay remote contractors is a great way to do just that.  We wish them all the best as they continue along their entrepreneurial journeys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/odesk-rolls-up-sleeves-fo-fbfund-rev-startups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Work From Home Tuesday: Your Portfolio and You</title>
		<link>http://www.odesk.com/blog/2009/09/freelance-your-portfolio-and-you/</link>
		<comments>http://www.odesk.com/blog/2009/09/freelance-your-portfolio-and-you/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:25:04 +0000</pubDate>
		<dc:creator>Tamara</dc:creator>
				<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[Working from home]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7783</guid>
		<description><![CDATA[The option of walking in for a sit-down interview is no longer on the table. All you have is e-mail and the internet. Get used to it.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffreelance-your-portfolio-and-you%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Ffreelance-your-portfolio-and-you%2F" height="61" width="51" /></a></div><p><em>At oDesk headquarters in Menlo Park, California, every Tuesday is a WFHT. This Tuesday, let&#8217;s talk about that pesky but all-important issue of how you prove yourself worthy of that next freelance gig. How do you present yourself to your next client? How will they see your work?</em></p>
<p><img class="size-thumbnail wp-image-7787 align right" style="border: white 10px solid" title="portfolio" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/portfolio-150x150.jpg" alt="portfolio" width="133" height="146" align="right" /></p>
<p style="text-align: justify;"><strong>Accept that paper resumes and leather portfolios are becoming dinosaurs in the freelance world.</strong> If you are a freelance writer &#8212; be it technical, copy or white papers &#8212; chances are, you&#8217;re accustomed to presenting your work on paper. Photographer or graphic designer? You may be used to glossy images couched in leather and clear plastic. The thing is, when your business moves to the online world, you &#8212; just like a web developer or software engineer &#8212; will need to  start showing your work online. The option of walking in for a sit-down interview is no longer on the table. All you have is e-mail and the internet. Get used to it.</p>
<p style="text-align: justify;"><strong><img class="size-thumbnail wp-image-7789 align left" style="border: 10px solid white;" title="laptopcouchguy" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/laptopcouchguy-150x150.jpg" alt="laptopcouchguy" width="150" height="150" align="left" /></strong></p>
<p style="text-align: justify;"><strong></strong></p>
<p style="text-align: justify;"><strong>Get your work online as soon as possible. </strong>Whether you choose to build a portfolio on a freelance site, like <a title="Sign Up With oDesk" href="https://www.odesk.com/w/professionals.php" target="_blank">oDesk</a>, or build your own web site, it&#8217;s important to put your previous work on the internet. If you are a web developer this will be easy. Create your own site, with links to sites you&#8217;ve made. Not so tech savvy? Enlist a friend or trade services with another freelancer. Find a way. But you can always utilize a blog. With free blog options like <a title="WordPress" href="http://wordpress.org/" target="_blank">WordPress</a> and <a title="Blogger.com" href="https://www.blogger.com" target="_blank">Blogger</a>, there&#8217;s no excuse. Anyone can create an online showcase for their skills or job history.</p>
<p style="text-align: justify;"><strong><img class="size-thumbnail wp-image-7788 align right" style="border: 10px solid white;" title="asianbusiness" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/asianbusiness-150x150.jpg" alt="asianbusiness" width="150" height="150" align="right" /> </strong></p>
<p style="text-align: justify;"><strong>Protect your work and make your site simple. </strong>So, you want to put your work online, but you&#8217;re worried about idea theft and plagiarism? Be savvy. Writers, don&#8217;t include full articles (unless it was published on line, in which case, just link). Instead, offer half of each piece, with a note to e-mail you for the entire thing. Photographers, graphic designers, etc., always &#8220;watermark&#8221; your work. However, besides protection, the best thing you can do for yourself is to keep your site or blog reader-friendly. Nothing too fancy. Plenty of white space, no splashy fonts. It should be as easy to navigate as a physical portfolio is to flip through.</p>
<p><em></em><br />
<em></em></p>
<p style="padding-left: 30px;"><strong>WFHT Recommended Reading</strong><br />
&#8220;<a title="Build a Killer Online ..." href="http://freelanceswitch.com/finding/build-a-killer-online-portfolio-in-9-easy-steps/" target="_blank">Build a Killer Online Portfolio in 9 Easy Steps</a>&#8221; from <a title="Freelance Switch" href="http://freelanceswitch.com/" target="_blank">Freelance Switch</a><br />
&#8220;<a title="Freelance Writer ..." href="http://freelancewriting.suite101.com/article.cfm/freelance_writer_online_portfolio" target="_blank">Freelance Writer Online Portfolio</a>&#8221; from <a title="About.com" href="http://freelancewriting.suite101.com" target="_blank">About.com Freelance Writing</a><br />
&#8220;<a title="How a Blog ..." href="http://freelanceswitch.com/freelancing-essentials/how-a-blog-can-help-your-photography-business/" target="_blank">How a Blog Can Help Your Photography Business</a>&#8221; from <a title="Freelance Switch" href="http://freelanceswitch.com/" target="_blank">Freelance Switch</a><br />
&#8220;<a title="Redesign Your ..." href="http://freelancefolder.com/redesigning-your-portfolio-site-4-tips-to-make-it-better-and-get-more-business/" target="_blank">Redesign Your Portfolio Site: 4 Tips &#8230; </a>&#8221; from <a title="Freelance Folder" href="http://freelancefolder.com/" target="_blank">Freelance Folder</a><br />
&#8220;<a title="Creating a Successful ..." href="http://www.smashingmagazine.com/2008/03/04/creating-a-successful-online-portfolio/" target="_blank">Creating a Successful Online Portfolio</a>&#8221; from <a title="Smashing Magazine" href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine </a>
</p>
<p style="padding-left: 30px;"><em></em></p>
<p style="text-align: left;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="tamaraforodesksmaller" src="http://www.odesk.com/blog/wp-content/uploads/2009/05/tamaraforodesksmaller-150x150.jpg?" alt="tamaraforodesksmaller" width="97" height="104" align="left" /><em></em></p>
<p style="text-align: left;"><em>Much like a divorced marriage counselor, my ability to dish out advice is not an indicator of my ability to implement it. However, having worked from home for over a decade, I&#8217;ve learned what works and what just creates more work.<br />
</em>
</p>
<p style="text-align: left;"><em>- Tamara</em></p>
<p><em></em><br />
<em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/freelance-your-portfolio-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Health Insurance Advice for the Independent Consultant</title>
		<link>http://www.odesk.com/blog/2009/09/health-insurance-advice-for-the-independent-consultant/</link>
		<comments>http://www.odesk.com/blog/2009/09/health-insurance-advice-for-the-independent-consultant/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:01:02 +0000</pubDate>
		<dc:creator>Guest Blogger</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Freelancing Tips]]></category>
		<category><![CDATA[benefits]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[health insurance]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[Working from home]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7283</guid>
		<description><![CDATA[

As a licensed health insurance  agent in all 50 states, I work with self-employed people every day.  Whether I’m working with someone who’s new to the world of self-employment  or a seasoned pro, I tend to need to reassure them that a little education  can go a long way. When it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fhealth-insurance-advice-for-the-independent-consultant%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fhealth-insurance-advice-for-the-independent-consultant%2F" height="61" width="51" /></a></div><div style="margin: 1ex;">
<div>
<p><em>As a licensed health insurance  agent in all 50 states, I work with self-employed people every day.  Whether I’m working with someone who’s new to the world of self-employment  or a seasoned pro, I tend to need to reassure them that a little education  can go a long way. When it comes to buying your  own health insurance, a good understanding of the basics can be the  difference between coverage that does what you want, and coverage that  leaves you hanging out to dry.</em></p>
<p>If you’re in relatively  good health, the individual and family plan market (typically called  “IFP”) can be a very good option for you. If your health is an issue,  it can be much more difficult to find affordable health care, but not  impossible.</p>
<p>There are a lot of organizations  out there, including mine, that can help you. But, before you start  to shop there, you need to know some of the basics:</p>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6997 align right" style="border: white 10px solid" title="stethoscope and dollar" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/istock_000005253776xsmall.jpg" alt="stethoscope and dollar" width="153" height="146" align="right" /></p>
<p><strong>1.  Explore COBRA and alternatives to COBRA: </strong> If you’ve become self-employed after leaving a full-time position,  you were likely offered COBRA continuation coverage. And, if your health  is an issue, COBRA may be your best short-term option.</p>
<p>If COBRA’s price tag was  a shocker for you, you should know that the government is currently  offering a nine-month subsidy that covers 65% of the cost of COBRA for  those who qualify. A good primer on COBRA, the subsidy, and your alternatives  to COBRA is available <a href="http://www.cobralearning.com/" target="_blank">www.COBRALearning.com</a>.</p>
<p>COBRA typically provides  very comprehensive benefits to satisfy a broad audience, but they may  be benefits you don’t need. A relatively healthy person may be able  to find less-expensive coverage, even after the 65% subsidy.</p>
<p><strong>2.  It is possible to get health insurance with  some pre-existing conditions:</strong> Don’t assume your health will disqualify  you. If you live in New York, New Jersey, Massachusetts, Maine or Vermont,  you don’t need to worry about any pre-existing conditions. In other  states your health insurance will be medically underwritten and could  make you ineligible.</p>
<p>What I stress with people  is don’t assume you won’t qualify. Some pre-existing conditions  can, and are, insured every day. A good agent can direct you to carriers  that are more likely to provide coverage to you even if you have a moderate  pre-existing condition, like a back problem or asthma.</p>
<p>Many insurance companies  allow you to apply for coverage for free, without obligation. If you  take the time to investigate your options you might be surprised by  what you qualify for.</p>
<p><strong>3.  If you don’t qualify, don’t give up:</strong> If you can’t qualify  for an individual policy there are other places you can go, and other  programs you can access for care. A great place to start is the Foundation  for Health Coverage Education (FHCE), whose web site is located online  at <a href="http://www.coverageforall.org/" target="_blank"></a> Each year the FHCE outlines public  and private health care choices available in every state and makes them  available to the public.</p>
<p style="text-align: justify;"><img class="size-thumbnail wp-image-6997 align left" style="border: white 10px solid" title="istock_000009836959xsmall" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/istock_000009836959xsmall.jpg" alt="istock_000009836959xsmall" width="193" height="146" align="left" /></p>
<p><strong>4.  Be careful about what you buy and where you buy it: </strong> When you’re shopping for your own health insurance, you want to be  sure you’re buying a major medical plan from a reputable insurance  company.</p>
<p>If you start with an online  broker, like eHealthInsurance.com, be sure they have a call center staffed  with licensed agents in your state. It’s okay to apply for coverage  through an online agent, but when you need to talk to a live person,  nothing can replace… a live person.</p>
<p>It’s also a good idea to  protect your contact information until you see a quote for a plan you  might actually want to buy. Many websites that claim to offer health  insurance will take your email address and/or phone number and sell  it to an offline broker, who will follow-up with you via solicitation  phone calls and emails.</p>
<p><strong>5. Take 5 minutes to  learn the basics: </strong>In the individual health insurance market you  have the option to pick and pay for only those benefits you want. So,  for example, you can buy a policy that does not cover maternity benefits  or prescription drugs.</p>
<p>That’s great news if you’re  a single man who is already signed up for a $4 Wal-Mart prescription  drug plan. But, if you’re a woman taking a prescription that’s not  yet available in generic form, you need to keep shopping. And, you need  to look for the benefits you want.</p>
<p>You also need to know some  basic terms like premiums, deductibles, co-insurance, out-of-pocket  maximum and lifetime maximum. A great online resource that can help  you navigate the process is available online at <a href="http://www.ehealthinsurance.com/guide" target="_blank">www.ehealthinsurance.com/guide</a>.</p>
<p style="text-align: left;"><img class="size-thumbnail wp-image-4516 align right" style="border: white 6px solid;" title="amir" src="http://www.odesk.com/blog/wp-content/uploads/2009/08/amir.jpg" alt="amir" width="97" height="130" align="left" /><em></em></p>
<p style="text-align: left;"><em>Amir Mostafaie is the resident  consumer health insurance expert at eHealthInsurance.  In his current  role as Manager of Training &amp; Quality Monitoring, he leads the development  &amp; implementation of eHealth&#8217;s Customer Care Center training programs.  Amir is licensed in all 50 States &amp; District of Columbia &amp; over  the past 9 years has helped 1000s of people find health coverage that  fits their needs. His background in medical field and expertise in the  health insurance marketplace makes him especially qualified to provide assistance and insight on a broad range of health insurance topics.<br />
</em></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/health-insurance-advice-for-the-independent-consultant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Contest &#8211; &#8220;Design of the Month&#8221;</title>
		<link>http://www.odesk.com/blog/2009/09/new-contest-design-of-the-month/</link>
		<comments>http://www.odesk.com/blog/2009/09/new-contest-design-of-the-month/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 02:02:06 +0000</pubDate>
		<dc:creator>Rebecca</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[contest]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7768</guid>
		<description><![CDATA[
Here in the oDesk community we have a pretty impressive bunch of designers, if we do say so ourselves.  To celebrate some of the amazing design work being done through oDesk, we thought we’d try something a little different this time around and hold a “Design of the Month” contest for the month of October.
As [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fnew-contest-design-of-the-month%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fnew-contest-design-of-the-month%2F" height="61" width="51" /></a></div><div><a href="http://www.odesk.com/w/design-of-the-month"><img style="margin-left: 2px; width: 150px; margin-right: 2px; height: 125px;" src=" http://www.odesk.com/blog/wp-content/uploads/2009/09/oct_2009_dom-23-480x400.jpg" alt="oDesk Design of the Month" hspace="8" align="right" /></a></div>
<p>Here in the oDesk community we have a pretty impressive bunch of designers, if we do say so ourselves.<span style="mso-spacerun: yes;">  </span>To celebrate some of the amazing design work being done through oDesk, we thought we’d try something a little different this time around and hold a <strong>“Design of the Month” </strong>contest for the month of October.</p>
<p>As with past contests, the competition is open to all oDesk buyers and will be used to showcase all types of graphic design, including web design, logo &amp; icon design, 3D animation, video editing, illustration and more.</p>
<p>If you’ve hired a designer through oDesk, why not show off the results by entering?<span style="mso-spacerun: yes;">  </span>The winner will receive $1,000 oDesk credit, a gift card for a new iPhone 3GS, press opportunities and, of course, bragging rights.</p>
<p>Voting for the <strong>“Design of the Month” </strong>will be based on visual aesthetics.<span style="mso-spacerun: yes;">  </span>For example, if a web site is submitted, it will be judged on how it looks, not its functionality.</p>
<p>So what are you waiting for?<span style="mso-spacerun: yes;">  </span><a title="Enter today" href="http://www.odesk.com/w/design-of-the-month" target="_blank">Enter today</a>.<span style="mso-spacerun: yes;">  </span>Submissions will be accepted through September 30<sup>th</sup> with voting to take place throughout the month of October.</p>
<p>Let the competition begin!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/new-contest-design-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Of Sinking Ships and Freelance Lifeboats</title>
		<link>http://www.odesk.com/blog/2009/09/of-sinking-ships-and-freelance-lifeboats/</link>
		<comments>http://www.odesk.com/blog/2009/09/of-sinking-ships-and-freelance-lifeboats/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 15:56:51 +0000</pubDate>
		<dc:creator>Guest Blogger</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[self-employed]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=6853</guid>
		<description><![CDATA[One morning you get up and you have a job. By the time you get your cup of coffee, you're unemployed.
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fof-sinking-ships-and-freelance-lifeboats%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fof-sinking-ships-and-freelance-lifeboats%2F" height="61" width="51" /></a></div><p><img class="size-thumbnail wp-image-7734 align left" style="border: white 10px solid;" title="letgo" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/letgo-150x150.jpg" alt="letgo" width="153" height="210" align="left" /></p>
<p style="text-align: justify;">The drowning starts with the conversation you never saw coming, and the conversation comes regardless of how long you&#8217;ve been with the publication or how valuable the publisher once considered you. One morning you get up and you have a job. By the time you get your cup of coffee, you&#8217;re unemployed.</p>
<p>Or at least that&#8217;s how it happened to me last year. When a certain national magazine pulled me out of the freelance ocean almost six years ago, slapped me with a name tag and brought me on board the ship, I thought my self-employed days were over. For more than half a decade I basked in the glow of a steady income, a snappy business card and a real title: Media Editor.</p>
<p>Never mind that the title itself was a constant bone of contention between me and my boss. I mean, really, I was the book and resource editor, so why not just call me that and spare me the constant clarifications at every introduction. What&#8217;s a media editor? It&#8217;s a book and resource editor. Oh. Insert quizzical expressions here, ad nauseum. (By the way, the answer &#8220;because it&#8217;s too long to fit in the masthead&#8221;, is not a good reason to keep a title so nondescript.)</p>
<p>Now, the squabble over the title seems silly. The editor with whom I waged this battle was laid off long ago, and now I have been too. The economy is rocky, the fear is on, and fancy titles are being lost every day. One friend took a pay cut to keep her job and title at a major publisher, but many haven&#8217;t been be that lucky. Companies are battening the hatches, plugging the leaks and tossing &#8220;dead weight&#8221; &#8212; publicists, writers, and editors &#8212; from the hold. I, myself, was mercifully walked off the plank by a friend who couldn&#8217;t help but cry. I mean, really, who wants the job of telling someone on their first day back from a medical leave to treat breast cancer that they no longer have a job?</p>
<p><img class="size-thumbnail wp-image-7735 align right" style="border: white 10px solid;" title="job" src="http://www.odesk.com/blog/wp-content/uploads/2009/09/job-150x150.jpg" alt="job" width="194" height="192" align="right" /></p>
<p style="text-align: justify;">So, post-layoff, I scrambled to update and add pizazz to my resume. (<em>Does kicking cancer in the backside count as a relevant skill?</em>) And, in the back of my mind, I couldn&#8217;t help but sense that it was a futile effort. Even today, publishers aren&#8217;t hiring and periodicals are sinking fast.</p>
<p>What makes a writer think they can get freelance work, let alone another job?</p>
<p>Does it matter that I sold a bunch of personal essays in 2003? Do you think perhaps that could get me a book deal? Does it mean anything to anyone that my cover story in 2005 was one of the magazine&#8217;s best-selling issues?</p>
<p>The answer right now, I believe, is no. None of those things helped me keep my job and none of them got me another. As it has always been in the world of publishing, it&#8217;s not what you know or what you&#8217;ve accomplished, it&#8217;s who you know. Know the captain and your ticket is a guarantee; only know the deckhand? You probably won&#8217;t make it to the galley.</p>
<p>What I didn&#8217;t know, during those first few months of resumes and cover letters, is that there is a whole new &#8212; and very different &#8211; world of publishing on the internet, where the old &#8220;shipping&#8221; rules are not as hard and fast. A writer can become part of the right community simply by logging in to the right forum or registering with the right freelancing site. Magic can happen overnight on the internet, <em>publishing</em> can happen overnight on the internet.</p>
<p>Still, I&#8217;m digging through the e-mail contacts, looking for the first time at the business cards stuffed in my laptop case (my apologies) and pulling up the cell phone numbers, signaling the shores and hoping against hope that the next time a group of happily employed editors are sitting around a conference table and the subject of a potential freelance gig comes up, my name springs instantly to mind.</p>
<p>Instead of yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.odesk.com/blog/2009/09/of-sinking-ships-and-freelance-lifeboats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Congratulations to our Top 25 Providers for August 2009!</title>
		<link>http://www.odesk.com/blog/2009/09/congratulations-to-our-top-25-providers-for-august-2009/</link>
		<comments>http://www.odesk.com/blog/2009/09/congratulations-to-our-top-25-providers-for-august-2009/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 04:47:58 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.odesk.com/blog/?p=7747</guid>
		<description><![CDATA[We are pleased to announce our best Providers for August 2009! We have over 250,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.
oDesk Buyers, you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float:right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fcongratulations-to-our-top-25-providers-for-august-2009%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.odesk.com%2Fblog%2F2009%2F09%2Fcongratulations-to-our-top-25-providers-for-august-2009%2F" height="61" width="51" /></a></div><p>We are pleased to announce our best Providers for August 2009! We have over 250,000 Providers on oDesk, but these ones stood out as the cream of the crop this month, as they performed the most hours of work with the highest feedback rating. They have been given special badges recognizing their achievement.</p>
<p>oDesk Buyers, you might want to get in touch with these Providers soon&#8230;they just completed assignments and are available now, but probably won&#8217;t be for long. Click on their profile to check out their work and contact them for an interview!</p>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: left;" valign="middle"><strong><a href="http://www.odesk.com/community/oconomy/best_freelance_designers">BEST FREELANCE DESIGNERS</a><br />
</strong></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td width="100" valign="top"><img class="alignnone" title="Best Freealance Designers" src=" http://www.odesk.com/community/system/files/designers_icon.jpg" alt="" width="69" height="75" /></td>
<td valign="top">Top 25 Freelance Designers for August 2009 were:</p>
<table class="MsoNormalTable" style="margin: auto 6.75pt; width: 388px; border-collapse: collapse; height: 669px;" border="0" cellspacing="0" cellpadding="0" width="388" align="left">
<tbody>
<tr style="height: 15.75pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15.75pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">1)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15.75pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Jason D.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15.75pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~77b29e9bea59166b"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Sr. Graphic Designer | Creative Director</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">2)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Enric I.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~533b114c0cb54fd8"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Creative Graphic Designer for Print &amp; Web, Image Masking Specialist</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">3)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">David Moehle</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~71a8b1649854fe97"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Voice Talent/Start to Finish Digital Audio Creation and Editing/Writer</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">4)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Lily W.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~ce39133e2729a20d"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Sr. designer for logo, banner ,website and business card(Photoshop &amp; I</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">5)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Athen Desautels</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~b05cffcda2e85f01"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">3d Artist, Character Animator, Digital Content Creator</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">6)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Drupalchamp D.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~343cf072b76842bb"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">drupalchamp</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">7)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Mike P.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~4b9ec23e23896458"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Branding, Logo Design, Templates &amp; Full Websites &#8211; over 7 years exp.</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">8 )</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Justine B.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~2d88d30569de81c2"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Bilingual Photojournalist, Blogger and Translator (Spanish+English)</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">9)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Pavle Borovac</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~ba96bbccde0a5229"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">| Logo &#8211; Branding &#8211; Corporate Identity |</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">10)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Matthew G.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~84fd8c3c3884d0d7"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Video Editor &#8211; Viral Video &#8211; On-Line Video &#8211; 12 Year Professional</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">11)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Greg Williams</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~53018de169de7014"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Creative Voice Talent and Audio Production</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">12)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Bohdan S.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~2f42970e9751c82d"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Highly skilled flash developer, Web Designer</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">13)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Agnes B.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~a51ac0dfb581c0dd"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">creative logo designer always in time/strong in marketing &amp; branding</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">14)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Dexter B.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~f298715298de19a7"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Dedicated Illustrator â€¢ Professional Artist</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">15)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Tyler Bartlett</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~4397800065465b83"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Corporate Identity, Illustrator, Graphic Designer</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">16)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Mirza M.</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~e1ecee2aca26b2fc"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">Architect, Designer, 3d &amp; jewellery modeler, real estate consultant</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly" align="right"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">17)</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 99pt; height: 15pt;" width="132" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman';">Alexey Medvedev</span></p>
</td>
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background: white none repeat scroll 0% 0%; width: 473pt; height: 15pt;" width="631" valign="bottom">
<p class="MsoNormal" style="LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; mso-element-anchor-horizontal: margin; mso-element-left: center; mso-element-top: -26.25pt; mso-height-rule: exactly"><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: black; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-themecolor: text1;"><a href="http://www.odesk.com/users/~~0bf1d9715b11eee1"><span style="color: black; text-decoration: none; mso-themecolor: text1; text-underline: none;">3D MODELING • VISUALIZATION • ARCHITECT • GRAPHIC • CAD specialist</span></a></span></p>
</td>
</tr>
<tr style="height: 15pt;">
<td style="border: medium none #d4d0c8; padding: 0in 5.4pt; background-color: transparent; width: 32.85pt; height: 15pt;" width="44" valign="bottom">
<p class="MsoNormal" style="TEXT-ALIGN: right; LINE-HEIGHT: normal; MARGIN: 0in 0in 0pt; mso-element: frame; mso-element-frame-hspace: 9.0pt; mso-element-wrap: around; 