<?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>Cassidy Lackey</title>
	<atom:link href="http://cassidylackey.com/feed" rel="self" type="application/rss+xml" />
	<link>http://cassidylackey.com</link>
	<description>Dallas / Fort Worth Entrepreneur</description>
	<lastBuildDate>Wed, 06 Mar 2013 19:11:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Challenges with WooCommerce v2.0</title>
		<link>http://cassidylackey.com/challenges-with-woocommerce-v2-0</link>
		<comments>http://cassidylackey.com/challenges-with-woocommerce-v2-0#comments</comments>
		<pubDate>Wed, 06 Mar 2013 14:59:56 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[woocommerce]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cassidylackey.ripcloud.com/?p=568</guid>
		<description><![CDATA[Since Woocommerce seems to be a popular topic on my blog, I thought I&#8217;d follow up with an update to my original Woocommerce Post and discuss some of woocommerce v2.0 challenges I&#8217;ve faced recently. I hadn&#8217;t been following the progress of the big wocommerce 2.0 release but late Monday night I noticed that my Scandle [...]]]></description>
				<content:encoded><![CDATA[<p>Since Woocommerce seems to be a popular topic on my blog, I thought I&#8217;d follow up with an update to my original <a title="Woocommerce Example Site" href="http://cassidylackey.com/woocommerce-example-site">Woocommerce Post</a> and discuss some of woocommerce v2.0 challenges I&#8217;ve faced recently.</p>
<p>I hadn&#8217;t been following the progress of the big wocommerce 2.0 release but late Monday night I noticed that my <a title="Scandle Candle" href="http://abodycandle.com">Scandle Candle</a> wordpress dashboard was notifying of an upgrade for woocommerce plugin so I upgraded and went to bed without much thought. I woke early Tuesday and checked the site only to find v2.0 had caused a number of issues.  All my prices on the products were marked as &#8220;free&#8221;, the product detail page layout was hosed and worst of all, I could no longer access the &#8220;products&#8221; page in the dashboard.</p>
<p>With some quick preliminary searches I found Woo had a list of suggestions to <a title="Woocommerce v2.0" href="http://www.woothemes.com/2013/02/preparing-your-website-for-woocommerce-2-0/">prepare your site for wocommerce v2.0</a> as well as testing it  in a separate environment.  I knew at that point I was screwed since it was obviously a big update with major database changes.  I knew even if there were problems with woocommerce v2.0 it would be days before a new version was released so  I decided the best solution was to roll back to an earlier version of the site then try and convert to woocommerce v2.0 with a proper testing environment.</p>
<p>Unfortunately, my <a title="BackWPup" href="http://wordpress.org/extend/plugins/backwpup/">BackWPup</a> quit working recently when I upgraded that plugin to 3.0 so my most recent backup of the site was a couple weeks old.   I was able to export the most recent orders and posts from the bad woocommerce 2.0 install.  I moved the backup files from my S3 backups to the AWS server and unzipped them into the wordpress directory.  I deleted the database and uploaded the most recent database file then launched it and imported the most recent recent orders and posts using the <a title="Wordpress Importer for Woocommerce Orders" href="http://wordpress.org/extend/plugins/wordpress-importer/">wordpress importer</a>.  It wasn&#8217;t actually this easy as it took me a few hours to work though all the details.</p>
<p>once complete I ensured all my themes and plugins were updated, other than the new Woocommerce v2.0 update.  Come to find out, my woo theme updater wasn&#8217;t working as I was on an old version of my shelflife theme.   I took a snapshot of the AWS image and launched a new instance of the server to test the wocomemrce 2.0 upgrade. Still no luck as the woocommerce v2.0 version was missing a good deal of the main page of the site and the products page in the dashboard still came up as a file not found.   I decided to stick with my old version of woocommerce until they get the bugs worked out.    I&#8217;ll try the upgrade again (in a test environment) in a few months.</p>
<p>During all these changes I noticed the site was getting very slow so I upgraded from a micro to a small EC2 instance.  Didn&#8217;t seem to help much so I reinstalled the <a title="W3 Total Cache with Woocommerce" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/">W3 Total Cache</a> plugin and allowed it to self-configure.   Slightly faster but not great so installed <a title="WP Optimize for Woocommerce" href="http://www.ruhanirabin.com/wp-optimize/">WP Optimize</a> and had it remove thousands of post revisions.  A bit better but not great.  Finally, I removed <a title="301 Redirects for Woocommerce" href="http://www.scottnelle.com/simple-301-redirects-plugin-for-wordpress/">Simple 301 Redirects</a> and that seemed to do the trick as it was much faster now.  I was using the 301 plugin redirect when we moved from the old site structure to the new site about a year ago so we shouldn&#8217;t need it any longer.  The site responded so much better that I moved the image back to an EC2 micro instance.</p>
<p>Unfortunately, BackWPup still isn&#8217;t working on the site  as the BackWPup menu items simply never show up in the dashboard.  So I moved to <a title="UpDraftPlus for Woocommerce" href="http://updraftplus.com/">UpDraftPlus</a> for the time being. Not quite as customizable but I&#8217;ll try BackWPup again in the future to see if they get it working.</p>
<p>Note to self, don&#8217;t perform major (database-altering) plugin upgrades without testing it in a separate environment first.  Fortunately <a title="Amazon Web Services" href="http://aws.amazon.com/">AWS</a> makes this fairly easy with minimal user impact if you know how to create an AMI, launch it and move elastic IP around.     Also, make sure you have recent backups (database AND files) whenever you upgrade any plugins.</p>
<p>In the process I did upgrade the server that hosts this CassidyLackey.com site (with about a half-dozen other WP sites) from an EC2 micro to a small instance.  Apparently the BackWPup backups were failing on this server because there wasn&#8217;t enough memory to run the full backups on the micro instance.   The traffic on these sites had grown enough to justify the bigger server anyway.</p>
<p>Update at 1pm on 3/6/13 &#8211; The woocommerce order import process using the standard wordpress import/export function wasn&#8217;t such a great idea.  It apparently doesn&#8217;t include the order line items (products) with the order XML so you basically just get a skeleton order.  Fortunately it was just 4 orders and I created a dump of the original mysql database before rebuilding it.  So,  I edited the SQL file from the original database and located the line item IDs and associated product IDs then added them manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/challenges-with-woocommerce-v2-0/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My 15 Favorite Entrepreneurial Books</title>
		<link>http://cassidylackey.com/top-15-entrepreneurial-books</link>
		<comments>http://cassidylackey.com/top-15-entrepreneurial-books#comments</comments>
		<pubDate>Tue, 06 Nov 2012 21:44:11 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://cassidylackey.ripcloud.com/?p=399</guid>
		<description><![CDATA[My friends and family know I read business and Entrepreneurial books almost exclusively. There are a few who ask for recommendations so I created a list of my 15 favorite entrepreneurial books. These are listed in no particular order. Outliers: The Story of Success Malcolm Gladwell takes us on an intellectual journey through the world [...]]]></description>
				<content:encoded><![CDATA[<p>My friends and family know I read business and Entrepreneurial books almost exclusively.  There are a few who ask for recommendations so I created a list of my 15 favorite entrepreneurial books.  These are listed in no particular order.</p>
<p><a href="http://www.amazon.com/gp/product/B001ANYDAO/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001ANYDAO&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=B001ANYDAO&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20"></a></p>
<p><a href="http://www.amazon.com/gp/product/B001ANYDAO/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B001ANYDAO&#038;linkCode=as2&#038;tag=bustedfridge-20">Outliers: The Story of Success</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=B001ANYDAO" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Malcolm Gladwell takes us on an intellectual journey through the world of &#8220;outliers&#8221;&#8211;the best and the brightest, the most famous and the most successful. He asks the question: what makes high-achievers different? His answer is that we pay too much attention to what successful people are like, and too little attention to where they are from: that is, their culture, their family, their generation, and the idiosyncratic experiences of their upbringing.</p>
<p><a href="http://www.amazon.com/gp/product/0446563048/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0446563048&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1"  src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0446563048&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a></p>
<p><a href="http://www.amazon.com/gp/product/0446563048/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0446563048&#038;linkCode=as2&#038;tag=bustedfridge-20">Delivering Happiness: A Path to Profits, Passion, and Purpose</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=am2&#038;o=1&#038;a=0446563048" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
The visionary CEO of Zappos explains how an emphasis on corporate culture can lead to unprecedented success. Pay new employees $2000 to quit. Make customer service the entire company, not just a department. Focus on company culture as the #1 priority. Sound crazy? It&#8217;s all standard operating procedure at Zappos.com, the online retailer that&#8217;s doing over $1 billion in gross merchandise sales every year.</p>
<p><a href="http://www.amazon.com/gp/product/0307887898/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307887898&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0307887898&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a></p>
<p><a href="http://www.amazon.com/gp/product/0307887898/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307887898&#038;linkCode=as2&#038;tag=bustedfridge-20">The Lean Startup: How Today&#8217;s Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307887898" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Most startups fail. But many of those failures are preventable.  The Lean Startup is a new approach being adopted across the globe, changing the way companies are built and new products are launched. Eric Ries defines a startup as an organization dedicated to creating something new under conditions of extreme uncertainty. This is just as true for one person in a garage or a group of seasoned professionals in a Fortune 500 boardroom. What they have in common is a mission to penetrate that fog of uncertainty to discover a successful path to a sustainable business. </p>
<p><a href="http://www.amazon.com/gp/product/0307463745/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307463745&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0307463745&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307463745" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
<a href="http://www.amazon.com/gp/product/0307463745/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307463745&#038;linkCode=as2&#038;tag=bustedfridge-20">Rework</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307463745" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Rework shows you a better, faster, easier way to succeed in business. Read it and you&#8217;ll know why plans are actually harmful, why you don&#8217;t need outside investors, and why you&#8217;re better off ignoring the competition. The truth is, you need less than you think. You don&#8217;t need to be a workaholic. You don&#8217;t need to staff up. You don&#8217;t need to waste time on paperwork or meetings. You don&#8217;t even need an office. Those are all just excuses. What you really need to do is stop talking and start working.</p>
<p><a href="http://www.amazon.com/gp/product/0307465357/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307465357&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1"  src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0307465357&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307465357" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
<a href="http://www.amazon.com/gp/product/0307465357/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307465357&#038;linkCode=as2&#038;tag=bustedfridge-20">The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich (Expanded and Updated)</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307465357" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Forget the old concept of retirement and the rest of the deferred-life plan–there is no need to wait and every reason not to, especially in unpredictable economic times. Whether your dream is escaping the rat race, experiencing high-end world travel, earning a monthly five-figure income with zero management, or just living more and working less, The 4-Hour Workweek is the blueprint. </p>
<p><a href="http://www.amazon.com/gp/product/0307951529/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307951529&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0307951529&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307951529" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
<a href="http://www.amazon.com/gp/product/0307951529/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0307951529&#038;linkCode=as2&#038;tag=bustedfridge-20">The $100 Startup: Reinvent the Way You Make a Living, Do What You Love, and Create a New Future</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0307951529" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Reinvent the Way You Make a Living, Do What You Love, and Create a New Future &#8211;  those who’ve found ways to opt out of traditional employment and create the time and income to pursue what they find meaningful.  Sometimes, achieving that perfect blend of passion and income doesn’t depend on shelving what you currently do.  You can start small with your venture, committing little time or money, and wait to take the real plunge when you&#8217;re sure it&#8217;s successful.</p>
<p><a href="http://www.amazon.com/gp/product/1591842336/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591842336&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=1591842336&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><a href="http://www.amazon.com/gp/product/1591842336/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591842336&#038;linkCode=as2&#038;tag=bustedfridge-20">Tribes: We Need You to Lead Us</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1591842336" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
A tribe is any group of people, large or small, who are connected to one another, a leader, and an idea. For millions of years, humans have been seeking out tribes, be they religious, ethnic, economic, political, or even musical (think of the Deadheads). It&#8217;s our nature.  Now the Internet has eliminated the barriers of geography, cost, and time. All those blogs and social networking sites are helping existing tribes get bigger. But more important, they?re enabling countless new tribes to be born?groups of ten or ten thousand or ten million who care about their iPhones, or a political campaign, or a new way to fight global warming.  And so the key question: Who is going to lead us?</p>
<p><a href="http://www.amazon.com/gp/product/0066620996/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0066620996&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0066620996&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><a href="http://www.amazon.com/gp/product/0066621003/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0066620996&#038;linkCode=as2&#038;tag=bustedfridge-20">Good to Great: Why Some Companies Make the Leap&#8230;And Others Don&#8217;t</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0066620996" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Can a good company become a great one and, if so, how? After a five-year research project, Collins concludes that good to great can and does happen. In this book, he uncovers the underlying variables that enable any type of organization to make the leap from good to great while other organizations remain only good. Rigorously supported by evidence, his findings are surprising &#8211; at times even shocking &#8211; to the modern mind. &#8220;Good to Great&#8221; achieves a rare distinction: a management book full of vital ideas that reads as well as a fast-paced novel.</p>
<p><a href="http://www.amazon.com/gp/product/0062060244/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0062060244&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0062060244&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0062060244" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/0062060244/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0062060244&#038;linkCode=as2&#038;tag=bustedfridge-20">The Innovator&#8217;s Dilemma: The Revolutionary Book That Will Change the Way You Do Business</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0062060244" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Innovation expert Clayton M. Christensen says outstanding companies can do everything right and still lose their market leadership—or worse, disappear altogether. Whether in electronics or retailing, a successful company with established products will get pushed aside unless managers know when to abandon traditional business practices. Using the lessons of successes and failures from leading companies, The Innovator’s Dilemma presents a set of rules for capitalizing on the phenomenon of disruptive innovation.</p>
<p><a href="http://www.amazon.com/gp/product/0061914177/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0061914177&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0061914177&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0061914177" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/0061914177/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0061914177&#038;linkCode=as2&#038;tag=bustedfridge-20">Crush It!: Why NOW Is the Time to Cash In on Your Passion</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0061914177" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Do you have a hobby you wish you could do all day? An obsession that keeps you up at night? Now is the perfect time to take those passions and make a living doing what you love. In CRUSH IT! Why NOW Is The Time To Cash In On Your Passion, Gary Vaynerchuk shows you how to use the power of the Internet to turn your real interests into real businesses.  By the end of this book, any reader will have learned how to harness the power of the Internet to make their entrepreneurial dreams come true. Step by step, CRUSH IT! is the ultimate driver′s manual for modern business.</p>
<p><a href="http://www.amazon.com/gp/product/0060731338/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0060731338&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=0060731338&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0060731338" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
<a href="http://www.amazon.com/gp/product/0060731338/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0060731338&#038;linkCode=as2&#038;tag=bustedfridge-20">Freakonomics: A Rogue Economist Explores the Hidden Side of Everything (P.S.)</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=0060731338" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Which is more dangerous, a gun or a swimming pool? What do schoolteachers and sumo wrestlers have in common? How much do parents really matter? These may not sound like typical questions for an economist to ask. But Steven D. Levitt is not a typical economist. He studies the riddles of everyday life—from cheating and crime to parenting and sports—and reaches conclusions that turn conventional wisdom on its head.  Through forceful storytelling and wry insight, they show that economics is, at root, the study of incentives—how people get what they want or need, especially when other people want or need the same thing.</p>
<p><a href="http://www.amazon.com/gp/product/1591841666/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591841666&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=1591841666&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1591841666" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/1591841666/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591841666&#038;linkCode=as2&#038;tag=bustedfridge-20">The Dip: A Little Book That Teaches You When to Quit (and When to Stick)</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1591841666" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
The old saying is wrong—winners do quit, and quitters do win. Every new project (or job, or hobby, or company) starts out exciting and fun. Then it gets harder and less fun, until it hits a low point—really hard, and not much fun at all. And then you find yourself asking if the goal is even worth the hassle. Maybe you’re in a Dip—a temporary setback that will get better if you keep pushing. But maybe it’s really a Cul-de-Sac, which will never get better, no matter how hard you try. According to bestselling author Seth Godin, what really sets superstars apart from everyone else is the ability to escape dead ends quickly, while staying focused and motivated when it really counts.</p>
<p><a href="http://www.amazon.com/gp/product/1451648537/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1451648537&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1"  src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=1451648537&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1451648537" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/1451648537/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1451648537&#038;linkCode=as2&#038;tag=bustedfridge-20">Steve Jobs</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1451648537" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Based on more than forty interviews with Jobs conducted over two years—as well as interviews with more than a hundred family members, friends, adversaries, competitors, and colleagues—Walter Isaacson has written a riveting story of the roller-coaster life and searingly intense personality of a creative entrepreneur whose passion for perfection and ferocious drive revolutionized six industries: personal computers, animated movies, music, phones, tablet computing, and digital publishing. At a time when America is seeking ways to sustain its innovative edge, and when societies around the world are trying to build digital-age economies, Jobs stands as the ultimate icon of inventiveness and applied imagination. He knew that the best way to create value in the twenty-first century was to connect creativity with technology. He built a company where leaps of the imagination were combined with remarkable feats of engineering.  </p>
<p><a href="http://www.amazon.com/gp/product/1118176286/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1118176286&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1"  src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=1118176286&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1118176286" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/1118176286/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1118176286&#038;linkCode=as2&#038;tag=bustedfridge-20">UnMarketing: Stop Marketing. Start Engaging</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1118176286" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
No one likes cold calls at dinnertime, junk mail overflowing your mailbox, and advertisements that interrupt your favorite shows. If this is &#8220;marketing,&#8221; then the world would probably prefer whatever is the opposite of that. If you&#8217;re ready to stop marketing and start engaging, then welcome to UnMarketing. The landscape of business-customer relationships is changing, and UnMarketing gives you innovative ways out of the old &#8220;Push and Pray&#8221; rut. Instead, draw the right customers to you through listening and engagement, enabling you to build trust and position yourself as their logical choice when they need you.</p>
<p><a href="http://www.amazon.com/gp/product/1591845831/ref=as_li_qf_sp_asin_il?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591845831&#038;linkCode=as2&#038;tag=bustedfridge-20"><img style="margin: 5px 5px 0px 0px" align="left" border="1" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&#038;ASIN=1591845831&#038;Format=_SL110_&#038;ID=AsinImage&#038;MarketPlace=US&#038;ServiceVersion=20070822&#038;WS=1&#038;tag=bustedfridge-20" ></a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1591845831" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><a href="http://www.amazon.com/gp/product/1591845831/ref=as_li_qf_sp_asin_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=1591845831&#038;linkCode=as2&#038;tag=bustedfridge-20">Enchantment: The Art of Changing Hearts, Minds, and Actions</a><img src="http://www.assoc-amazon.com/e/ir?t=bustedfridge-20&#038;l=as2&#038;o=1&#038;a=1591845831" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
Enchantment, as defined by bestselling business guru Guy Kawasaki, is not about manipulating people. It transforms situations and relationships. It converts hostility into civility and civility into affinity. It changes skeptics and cynics into believers and the undecided into the loyal. Enchantment can happen during a retail transaction, a high-level corporate negotiation, or a Facebook update. And when done right, it’s more powerful than traditional persuasion, influence, or marketing techniques. Kawasaki argues that in business and personal interactions, your goal is not merely to get what you want but to bring about a voluntary, enduring, and delightful change in other people. By enlisting their own goals and desires, by being likable and trustworthy, and by framing a cause that others can embrace, you can change hearts, minds, and actions.</p>
<p>In case you&#8217;ve been counting, this is only 14.  It was too challenging to choose that final book so I&#8217;ll leave it up to you.  What did I miss?<code></p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/top-15-entrepreneurial-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New Adventure</title>
		<link>http://cassidylackey.com/my-new-adventure</link>
		<comments>http://cassidylackey.com/my-new-adventure#comments</comments>
		<pubDate>Fri, 31 Aug 2012 15:27:51 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://cassidylackey.ripcloud.com/?p=324</guid>
		<description><![CDATA[&#8220;Don&#8217;t ask yourself what the world needs. Ask yourself what makes you come alive and then go do that. Because what the world needs is people who have come alive.&#8221; Theologian, Howard Thurman It was July, 1997 and I just released my first mobile app, SimpleDB for the PalmPilot. The entire personal digital assistant (pda) [...]]]></description>
				<content:encoded><![CDATA[<p><em>&#8220;Don&#8217;t ask yourself what the world needs. Ask yourself what makes you come alive and then go do that. Because what the world needs is people who have come alive.&#8221; Theologian, Howard Thurman</em></p>
<p><a href="http://cassidylackey.com/files/2012/08/1996PalmPilot10002.jpeg"><img class="alignright size-full wp-image-332" title="Palm Pilot 1000 in 1996" src="http://cassidylackey.com/files/2012/08/1996PalmPilot10002.jpeg" alt="" width="125" height="183" /></a>It was July, 1997 and I just released my first mobile app, SimpleDB for the PalmPilot. The entire personal digital assistant (pda) market was just several hundred thousand PalmPilots and a dozen mobile apps. This was long before smartphones, Google, the iMac and the dot-com bubble.</p>
<p>The PDA market continued to heat up through 1998 and I lunched Mobile Account Manager, the first password security app for the Palm OS.  I also replaced SimpleDB with a new upgraded version, MobileDB. By the end of 1999, I had released a suite of apps including the official Tetris for the PalmPilot under my company, Mobile Generation Software.</p>
<p><a href="http://cassidylackey.com/files/2012/08/mhb-215.jpeg"><img class="size-full wp-image-327 alignleft" title="Monopoly for Palm OS" src="http://cassidylackey.com/files/2012/08/mhb-215.jpeg" alt="" width="160" height="160" /></a>Handmark, led by seasoned retail software veterans Augie Grasis and Doug Edwards, came calling during the fall of 2000. I was excited to join forces and tackle the retail PDA software market. Over the next 3 years we became the leader in PDA software at retail, developing and publishing great titles including the original Monopoly, Scrabble, Battleship, Yahtzee as well as The Bible, Oxford dictionary and Rand McNally maps.</p>
<p><a href="http://cassidylackey.com/files/2012/08/pocketexpress.png"><img class="alignright size-full wp-image-336" style="border: 1px solid #cccccc;" title="Pocket Express for Treo" src="http://cassidylackey.com/files/2012/08/pocketexpress.png" alt="" width="200" height="173" /></a>In early 2003 we got a sneak peek of the Treo 600 smartphone and realized this device, coupled with the right software and services, could change mobile forever. We began development of Pocket Express, the first smartphone app to deliver real-time news, weather, sports, movie show times, business listings and maps. We launched Express in early 2004 and I believe it changed the trajectory for the mobile software and services industry.</p>
<p>My 15 years in mobile software and 12 at Handmark have been an incredible journey and I appreciate the opportunity I&#8217;ve had to work with great people and release outstanding products.   That said, I realize that I was most alive during the very early years when we were shaping a new industry.</p>
<p>Today is my last day at Handmark as I set out for a new adventure.  I&#8217;m excited to tap into my entrepreneurial spirit and create businesses that shape new industries.  Initially I plan to focus on hyperlocal, water conservation and the cloud.</p>
<p>Follow me <a title="Follow Cassidy Lackey on Twitter" href="https://twitter.com/cassidylackey">@cassidylackey</a> if you’d like to join me on this adventure.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/my-new-adventure/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My Hyperlocal Journey</title>
		<link>http://cassidylackey.com/my-hyperlocal-journey</link>
		<comments>http://cassidylackey.com/my-hyperlocal-journey#comments</comments>
		<pubDate>Fri, 17 Aug 2012 22:10:56 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[hyperlocal]]></category>
		<category><![CDATA[lakehub]]></category>

		<guid isPermaLink="false">http://cassidylackey.ripcloud.com/?p=290</guid>
		<description><![CDATA[In early 2008 I was searching the web for information on lakes around the Dallas/Fort Worth area.  What information I found was sparse and outdated.  I knew other users were having the same issue so I partnered with a friend to develop LakeHub.com, a network of sites focused on information including real estate, rentals, marinas, fishing guide [...]]]></description>
				<content:encoded><![CDATA[<p>In early 2008 I was searching the web for information on lakes around the Dallas/Fort Worth area.  What information I found was sparse and outdated.  I knew other users were having the same issue so I partnered with a friend to develop <a title="LakeHub" href="http://LakeHub.com">LakeHub.com</a>, a network of sites focused on information including real estate, rentals, marinas, fishing guide and camping details for lakes around the DFW area.  I didn&#8217;t realize it at the time but this was the beginning of a fairly significant network of over a dozen <a title="Hyplerlocal Definition" href="http://en.wikipedia.org/wiki/Hyperlocal">hyperlocal</a> sites and facebook communities.</p>
<div id="attachment_371" class="wp-caption alignright" style="width: 204px"><a href="http://cedarcreeklake.com"><img class=" wp-image-371   " title="Cedar Creek Lake" src="http://cassidylackey.com/files/2012/08/Screen-Shot-2012-09-25-at-3.52.57-PM2.png" alt="Cedar Creek Lake" width="194" height="159" /></a><p class="wp-caption-text">CedarCreekLake.com</p></div>
<p><strong>The Launch</strong></p>
<p>I acquired the <a href="http://CedarCreekLake.com">CedarCreekLake.com</a> domain from a local guy using it to promote his vacation rental and we launched the first site in December of 2008. Initially the site included lake information, marinas, campgrounds, fishing guides, real estate and vacation rental listings.  I didn&#8217;t plan on monetizing the site until I was able to generate significant value for local business owners so all the listings were free.  Even so, many real estate agents and vacation rental owners were skeptical so it took some begging to post their listings.    The site launched on the 3rd page of google search results for &#8220;cedar creek lake&#8221; but quickly moved up the ranks. By the end the first full year in 2009, CedarCreekLake.com had generated 566,000 page views from 56,000 visits.</p>
<p>When I realized site was generating quality leads for vacation rental owners and real estate agents I knew it was a viable business.  We moved forward to acquire the domains and launched sites for <a title="Lake Bridgeport" href="http://LakeBridgeport.com">Lake Bridgeport</a>, <a title="Lake Bob Sandlin" href="http://lakebobsandlin.com">Lake Bob Sandlin</a>, <a title="Lake Sam Rayburn" href="http://SamRayburn.com">Lake Sam Rayburn</a> and <a title="Possum Kingdom Lake" href="http://PossumKingdomHub.com">Possum Kingdom Lake</a>.  We also created facebook pages for each of the lakes and integrated them to the sites.</p>
<p><strong>The Monetization Test</strong></p>
<p>By 2010, CedarCreekLake.com was the top search result for most keywords at Cedar Creek Lake and generating a ton of quality leads for vacation rentals and real estate listings.  We decided to test the water on monetization so we built a fully-automated subscription ecommerce engine that accrues listing charges each day and processes the transactions at the end of the month.  The goal was to fully automate the billing and give users the ability to self-service their account to minimize our overhead.</p>
<p>We followed the freemium model and allowed users to upgrade their standard (free) real estate or vacation rental listing to a premium listing for $25/mo which generated much higher visibility for the listing.  Each week we sent an automated email with the views for each listing as well as the &#8220;top 10&#8243; listings.  Ultimately all the top 10 listings were premium listings but a small percentage of listings were ultimately upgraded.</p>
<p>In 2010 we launched a handful of new sites including <a title="Lake Fork" href="http://lakeforktexas.com">Lake Fork</a>, <a title="Lake Granbury" href="http://LakeGranburyHub.com">Lake Granbury</a>, <a title="Lake Palestine" href="http://lakepalestine.com">Lake Palestine</a> and <a title="Lake Texoma" href="http://LakeTexoma.com">Lake Texoma</a>, our most expensive domain purchase at a low five-figure price tag.  We also started experimenting with Facebook ads and created some relatively large facebook communities of 20,000+ fans.  I wasn&#8217;t sure how we&#8217;d monetize the facebook fans but I knew these communities would be useful at some point.</p>
<p>For 2010, our traffic for CedarCreekLake.com ended with 88,000 visits, 56,000 visitors and 1,022,000 page views, up 100% from 2009.</p>
<p><strong>Monetization Phase 2</strong></p>
<p>I wasn&#8217;t satisfied with the results of our initial monetization test so the spring of 2011 brought a new strategy as we started charging for standard listings at CedarCreekLake.com.  Users could post one real estate listing for free but but we&#8217;d require a $25/mo professional real estate subscription for unlimited real estate listings. We also began charging $25/mo for each standard vacation rental listing and $50/mo for premium listings.</p>
<p>As you&#8217;d expect there was plenty of grumbling and complaining when switching from free to paid.  However we&#8217;d already proven the value by delivering valuable leads as a free service.  Our positioning that we were focusing on the agents and vacation owners who are most interested on growing their business.  Eventually most everyone bought into the new model.</p>
<p>In early 2011 we  started offering banner advertisements for businesses looking for higher visibility.  At CedarCreekLake.com, these were $100/mo and rotated a maximum of 5 ads.  We also started selling business listings for fishing guide listings at LakeTexoma.com at $25/mo per listing.  We were ranking highly for that keyword and noticed there were over 100 fishing guides on the lake so the 10-15 we found were eager to find new marketing channels.</p>
<p><strong>Expansion to News, Weather and Lake Levels</strong></p>
<p>In November of 2011 we launched pages for local weather and current lake levels for all lakes.  With the 2011 Texas drought and low lake levels this quickly became a very popular feature.  We also launched a community news and events section at CedarCreekLake.com where local writers can post stories and events related to the area.  A retired local news editor, several local business owners and fishing guides we were publishing 3-5 stories per week.  Each of these were posted on the Cedar Creek Lake facebook page with 10,000+ fans which generated a great deal of traffic to the site.  Our trial of <a title="Citizen Journalism Example" href="http://en.wikipedia.org/wiki/Citizen_journalism">citizen journalism</a> had changed the face of news in the CCL area as were distributing information more quickly and efficiently than the local news sources.</p>
<p>Traffic for CedarCreekLake.com ended 2011 with 101,000 visits, 68,000 visitors and 851,000 page views.  LakeTexoma, now our most highly-trafficked site was listing very well for nearly every Lake Texoma keyword and generated 1,000,000 page views from 158,000 visits and 121,000 unique visitors &#8211; up over 500% from the year before.</p>
<p><strong>Where to Next?</strong></p>
<p>For 2012, we started charging for real estate listings and vacation rentals on a handful of the lake sites.  We launched a lower-cost &#8220;badge&#8221; advertising option for small businesses at CedarCreeLake.com and LakeTexoma.com.   We also acquired the domain and launched <a title="Grand Lake Oklahoma" href="http://grandlake.com">GrandLake.com</a> to officially expand into Oklahoma.</p>
<div id="attachment_383" class="wp-caption alignleft" style="width: 250px"><a href="http://possumkingdomlakehub.com"><img class=" wp-image-383  " title="Possum Kingdom lake" src="http://cassidylackey.com/files/2012/08/photo_300.png" alt="" width="240" height="147" /></a><p class="wp-caption-text">Possum Kingdom Lake</p></div>
<p>In September of 2012 I left my full-time job to focus on growing LakeHub as well as a few other ventures.  I&#8217;ll be spending more time at the lakes to get involved in the communities and launching a number of cool new features.  I&#8217;ll also have the opportunity to work from locations with views like this one from Possum Kingdom Lake.</p>
<p>If you are interested in hyperlocal sites then you may want to <a title="Cassidy Lackey Twitter" href="http://twitter.com/cassidylackey">follow me on twitter</a> as I&#8217;ll be discussing it frequently.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/my-hyperlocal-journey/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Earn Extra Money with WordPress</title>
		<link>http://cassidylackey.com/how-to-earn-extra-money-with-wordpress</link>
		<comments>http://cassidylackey.com/how-to-earn-extra-money-with-wordpress#comments</comments>
		<pubDate>Tue, 05 Jun 2012 19:19:10 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[passive income]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cassidylackey.com/?p=278</guid>
		<description><![CDATA[I believe everyone should work towards creating passive income.  Generating just a few hundred extra dollars per month can go a long way when you lose your job or get in a tight spot.  Fortunately tools such as WordPress provide excellent opportunities to earn some extra money. To create long-term passive income you’ll need to [...]]]></description>
				<content:encoded><![CDATA[<p>I believe everyone should work towards creating passive income.  Generating just a few hundred extra dollars per month can go a long way when you lose your job or get in a tight spot.  Fortunately tools such as WordPress provide excellent opportunities to earn some extra money.</p>
<p>To create long-term passive income you’ll need to provide ongoing value with your knowledge and expertise vs hourly labor.   I believe there is great opportunity offering a suite of website and marketing services to small businesses to help them drive more business on the web. You’ll charge a fairly high monthly fee ($25-$50) but I’ll show how you can easily demonstrate the return on investment.  As far as the work required, many months you’ll do nothing while others might require 30 minutes or an hour.</p>
<p>To start, learn the basics of each discipline below.  You may feel like a neophyte compared to those who teach it online but you’ll be an expert in the eyes of a small business owner.   Keep in mind you are selling yourself and your knowledge more than just hourly work.</p>
<p><strong>Design and Development</strong> – I’m neither a designer nor developer but I taught myself to build great WordPress sites such as <a title="CrossFit in Southlake" href="http://crossfitdfw.com">CrossfitDFW</a>, <a title="Body Candles" href="http://abodycandle.com">Scandle Candle</a> and <a title="DFW Entrepreneur" href="http://cassidylackey.com">this blog</a>.  There is a bit of a learning curve but once you’re proficient you’ll build simple sites in just a few hours.  I suggest searching for a local WordPress class to jumpstart your WordPress education.</p>
<p><strong>Hosting, Backups and Security Updates</strong> – You’ll need to choose a WordPress hosting provider and become proficient in the WordPress setup.  Beyond that, its fairly simply to keep the WordPress site updated and backed up but adds significant value to the “package” you’re offering small businesses.</p>
<p><strong>Search Engine Optimization</strong> – While the SEO guideline are constantly changing, the basics of SEO are fairly constant.  Understand the basics and you’ll know more than 90% of business owners.  Fortunately, WordPress is fairly easy to optimize for search engines but you’ll need to be able to communicate SEO basics to the business owner.</p>
<p><strong>Web Tracking and Analytics</strong> – Very few small businesses track their usage of their site so they are basically flying blind.   While Google analytics can be fairly complex, just the basics are all you’ll need.  Provide a quarterly report to your small businesses to demonstrate the their analytics in a plain-english format and they’ll think you are a genius.</p>
<p><strong>Search Engine Marketing</strong> – Learn the basics of search engine marketing through Google Adwords.  Understand the Google keywords tool so you can communicate the keywords the site should target and the cost to generate a click to their site via Adwords.    Offer to manage their adwords campaign as part of their package.   This really only takes a few minutes per month for a small campaign.  Also, help the business get listing in Google local and drive users to rate and comment on the listing.</p>
<p><strong>Social Network Integration</strong> – Understand how to integrate twitter and facebook into the site to improve the social network interaction.  Typically this is simply requires the installation of WordPress plugin but generate a ton of value for the business owner.</p>
<p><strong>Social Marketing</strong> – To learn social marketing, create a business facebook page and run ads to generate likes in order to learn a bit around Social Marketing.    I’ve done this through my <a title="How to Create an Effective Facebook Community" href="http://cassidylackey.com/entrepreneur/how-to-create-an-effective-facebook-community/">TexasProud facebook page</a> where I generated over 2500 fans in about a week.</p>
<p><strong>Content Management</strong> – Help the business owner how fresh site content generates higher search results and more traffic.  Give them a login to their WordPress site and show them how they can update the content and add new blog posts.</p>
<p><strong>Drive Innovation – </strong>Keep up with the latest WordPress plugins and drive innovation by suggesting a new plugin that will help solve a problem or drive more usage.  For instance, maybe the business has grown to multiple locations so they should integrate a Google maps plugin.</p>
<p>You’ll need to demonstrate ongoing value to justify the higher monthly rates.  I suggest sending quarterly updates to the business owner with a detailed list of the items you’ve completed each quarter including plugin updates, backups, content updates, adword management, etc…  Also include a summary of their site traffic trends, top keywords, demographics, suggestions for new content, etc..</p>
<p>I know, you are thinking, “how do I locate these businesses owners and convince them to justify $50/mo when they are currently paying $50/yr for hosting?”  First, teach them about the value you’ll be creating with the items above and how it will positively impact their business.   Now, here is the kicker &#8211; offer the design and development of the site for FREE.  Most developers will charge $500, $1000 or $2,000 for a simple site but you can build it in 5-10 hours with WordPress so do it for free and generate $50/mo ($600/yr) for all these great services.</p>
<p>Here are some great ideas to locate potential clients.</p>
<p>-       Start with gorilla marketing by posting fliers or business cards in coffee shops with a catchy tag line,  “I’ll build your new business site for free.”</p>
<p>-       Join the chamber of commerce and other networking groups.  Show up and let them know you are a web developer and internet marketing guru.</p>
<p>-       Find local businesses with terrible sites and build a quick prototype of a new site then send it to them.  Tell them you’ll complete it and offer all these additional services to grow their online businesses for only $25/mo (or whatever).</p>
<p>-       Once you have a few sites completed, submit your profile to craigslist, elance, guru.com, etc..  No need to focus solely on local businesses if you’ve tapped out all your local options.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/how-to-earn-extra-money-with-wordpress/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Woocommerce Example Site</title>
		<link>http://cassidylackey.com/woocommerce-example-site</link>
		<comments>http://cassidylackey.com/woocommerce-example-site#comments</comments>
		<pubDate>Wed, 30 May 2012 16:41:28 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[woocommerce]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://cassidylackey.com/?p=270</guid>
		<description><![CDATA[I’m a big fan of tools such as WordPress that enable entrepreneurs. I was excited to learn about Woocommerce, an updated version of the popular WordPress ecommerce plugin by Jigoshop. It just so happened that a few friends needed a new site for their massage candle business so I offered to rebuild the site using [...]]]></description>
				<content:encoded><![CDATA[<p>I’m a big fan of tools such as WordPress that enable entrepreneurs. I was excited to learn about <a href="http://www.woothemes.com/woocommerce/">Woocommerce</a>, an updated version of the popular WordPress ecommerce plugin by Jigoshop. It just so happened that a few friends needed a <a title="Scandle Candle" href="http://abodycandle.com">new site for their massage candle business</a> so I offered to rebuild the site using WordPress, Woocommerce and a slew of plugins. My goal was to get this new site live within 30 days working an “hour-or-so” per day.</p>
<p><strong>The Basics</strong></p>
<p>I’m not a developer, designer nor a system admin but I know enough of each to get me in trouble. In order to stretch myself further I decided to get this out on the amazon cloud. You can read about my challenges with the Bitnami WordPress AMI. While this added a bit of complexity to the solution, I learned a great deal about the cloud, WordPress AMIs, etc..</p>
<p>I decided to leverage a WordPress multisite install that was already using for several other sites. Looking back, I should have probably installed a separate WordPress instance for this site, just to keep it clean and minimize the complexity. Also not all plugins support multi-site WP installs so that created an additional challenge.</p>
<p>After installing and configuring a few themes I ultimately landed on the Shelflife Woocommerce theme with a blue background.</p>
<p><strong>Lessons Learned</strong></p>
<p>- Take some time to understand the taxonomy of woocommerce – products, categories, attributes, variations, etc… This can become very complex if you have products with many options. One product originally planned to sell had 3 options with 14 variations each – over 2700 separate skus. Ultimately I decided to simplify that product.</p>
<p>- Do some research upfront to locate plugins for all the features you need. It can be a bit maddening to get 95% into the product and realize there is no plugin to handle a key feature. Then you’ll need to find a developer to create it.</p>
<p>- Make sure the site speed is good before you start adding all your products, posts, etc.. I assumed that I could go back and optimize stuff later only to find out its much more difficult at the end of the project. Since the site is too slow for my taste, I’ll be basically rebuilding it on a new wordpress ami.</p>
<p>- Keep all your featured images the same aspect ratio. This ensures that the images for product lists all line up appropriately.</p>
<p><strong>WordPress Plugins Utilized</strong></p>
<p>Store Locator Plus – I needed to support a retail locator for several hundred outlets and Store Locator Plus fit the bill. I ultimately upgraded to the pro pack for $30 in save myself time by uploading hundreds of stores from a CSV file.</p>
<p>Google XML Sitemaps with MultiSite support – Submitting every page to the Google search engine is important so I used this Google XML sitemap generator and uploaded it into google webmaster.</p>
<p>Peter’s Login Redirect &#8211; One shortcoming of WordPress and Woocommerce themes are the logout and password resend features that send you back to the main wordpress login and password resend pages. This simple plugin redirects the user to a specific page on logout so I just redirect them back to the main page of the site. I still need to find a solution for the password resend.</p>
<p>W3 Total Cache – The new site was dog slow &#8211; and it still is. I used the popular W3 Total Cache plugin to help a bit. Unfortunately, the woocommerce engine isn’t too “cache friendly” so it didn’t help much. Ultimately I have another solution to speed things up.</p>
<p>BC Forms – One goal for the new site was to automate some of the back-end processes. While I’m not a big fan of Big Contacts, the team was already using it so I needed the contact forms to integrate directly into BC. This plugin has some fairly significant issues but I was able to make it work eventually.</p>
<p>Woocommerce – Obviously I needed to utilize an commerce plugin to create a store based on WordPress. WP-Commerce and Jigoshop are two other options. I’ve tried neither and both have mixed reviews.</p>
<p>Woocommerce Paypal Pro Gateway – I prefer to use paypal for all my business ventures and this was no exception. The Woocomemrce Paypal Pro gateway served all my needs and the integration was fairly simple.</p>
<p>WooCommerce Print Invoice/Packing list – Our fulfillment partner preferred print an invoice directly form our admin and send it with the order. I found this nifty plugin that handled the task.</p>
<p>WooCommerce Wholesale Pricing – As well direct-to-consumer sales, the site is also utilized by retailers who purchase products at wholesale prices. This plugin enabled me to create wholesale pricing for each product and product variation.</p>
<p>WooCommerce Google Product Feed – As of today I haven’t been able to get this to work but supposedly it’ll allow me to create an XML feed of the products for the Google marketplace.</p>
<p>Configure SMTP – Amazon cloud servers typically block all email from sending directly off the server. Therefore, I needed an SMTP plugin to send WordPress email through another server. Initially I set up Amazon Simple Email Send (SES) with this plugin but oddly enough the Woocommerce emails wouldn’t go through it. I attempted to solve via Woo and the Configure SMTP developer but they both pointed me to Amazon as the issue. Ultimately I just used GoDaddy as the SMTP relay.</p>
<p>Contact Form 7 – One of the best “contact us” forms but it might have been a bit overkill since I used BC Forms for my more complex integration with Big Contacts.</p>
<p>Simple 301 Redirects – Moving from an older established, non-wordpress site with hundreds of links requires redirects to ensure that the old pages redirect to the new page on the new site. Ultimately these should probably reside in the htaccess (or nginx equivalent) but this was a quick and dirty solution.</p>
<p>Simplr User Registration Form Plus – To support the wholesale purchase accounts I needed a simple solution to create and activate these accounts. I uncovered an issue with the standard wordpress user account creation, email send and activation process. Clicking the link in the activation email just displayed a blank screen. This may have been an issue with the theme but I located this simple plugin that allowed users to create their own standard account. Then just change the role of the account on the back-end.</p>
<p>WP Super FAQ – I needed a good FAQ plugin and this did the trick!</p>
<p>&nbsp;</p>
<p><strong>Update on 9/13/12</strong></p>
<p>- I finally got the abodycandle.com site moved to a new Amazon Machine Instance (AMI) optimized for WordPress using nginx.  This is our home-grown AMI that we&#8217;ll be making available through <a title="Amazon Machine Instance for WordPress" href="http://ripcloud.com">RipCloud</a> after further testing.  The site is now about 4x faster on a micro instance than it was on the bitnami small instance.  Also saved me about $50/mo.</p>
<p>Check out the latest update to my Woocommerce journey with my <a title="Challenges with WooCommerce v2.0" href="http://cassidylackey.com/challenges-with-woocommerce-v2-0">WooCommerce v2.0</a> post.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/woocommerce-example-site/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>How to Create an Effective Facebook Community</title>
		<link>http://cassidylackey.com/how-to-create-an-effective-facebook-community</link>
		<comments>http://cassidylackey.com/how-to-create-an-effective-facebook-community#comments</comments>
		<pubDate>Sun, 25 Mar 2012 21:08:23 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://cassidylackey.com/?p=250</guid>
		<description><![CDATA[It seems that most Facebook advertisers treat Facebook the same as any other advertising medium. They create a page for their product or business then run a generic facebook ad hoping users will &#8220;like&#8221; their page. Sounds easy enough but it doesn&#8217;t work. Facebook users understand that &#8220;likes&#8221; are immediately visibile to all their friends [...]]]></description>
				<content:encoded><![CDATA[<p>It seems that most Facebook advertisers treat Facebook the same as any other advertising  medium.  They create a page for their product or business then run a generic facebook ad hoping users will &#8220;like&#8221; their page.  Sounds easy enough but it doesn&#8217;t work.</p>
<p>Facebook users understand that &#8220;likes&#8221; are immediately visibile to all their friends so they won&#8217;t &#8220;like&#8221; a product that they don&#8217;t &#8220;love&#8221;.  They also realize each &#8220;like&#8221; adds noise to their news feed so they won&#8217;t typically &#8220;like&#8221; products that don&#8217;t add value to their feed.    </p>
<p>Through my testing, I&#8217;ve found it more effective to create a facebook page around a cause or community than a product.  I created a facebook page around a subject with a very passionate audience &#8211; <a href="https://www.facebook.com/pages/Texas-Proud/187385138037212" title="Texas Proud">Texas pride</a>.   I added a handful of interesting Texas photos and stories then launched a Facebook ad targeting anyone with a Texas interest.  The ad theme was &#8220;Proud of Texas?  Like us to show your pride.&#8221;  Within one week I had 2500 fans at a cost of $200 or roughly $.08 per user.</p>
<p>So, were these passionate fans?  Some of my posts had over 30% of the users (who saw it) interact with it via a like, share or comment.   So, I&#8217;d say so.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/how-to-create-an-effective-facebook-community/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Entrepreneur Must Read &#8211; Top 10 Rework Highlights</title>
		<link>http://cassidylackey.com/must-read-for-entrepreneurs-top-10-popular-highlights-from-rework</link>
		<comments>http://cassidylackey.com/must-read-for-entrepreneurs-top-10-popular-highlights-from-rework#comments</comments>
		<pubDate>Wed, 29 Sep 2010 15:07:37 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://cassidylackey.com/?p=221</guid>
		<description><![CDATA[Occasionally I like to refresh my memory on a few favorite books.   I&#8217;ve found it useful to check the top Amazon Kindle highlights as a quick review.  Here are the top to 10 highlights for Rework, one of my favorite business books for 2010. &#8220;The real world isn’t a place, it’s an excuse. It’s a [...]]]></description>
				<content:encoded><![CDATA[<p>Occasionally I like to refresh my memory on a few favorite books.   I&#8217;ve found it useful to check the top <a href="http://kindle.amazon.com/popular_highlights/books_all">Amazon Kindle highlights</a> as a quick review.  Here are the <a href="http://kindle.amazon.com/work/rework-ebook/B002A50Y3Q/B002MUAJ2A">top to 10 highlights</a> for <a href="http://www.amazon.com/rework-ebook/dp/B002MUAJ2A?tag=t0e7-20">Rework</a>, one of my favorite business books for 2010.<span id="more-221"></span></p>
<p>&#8220;The real world isn’t a place, it’s an excuse. It’s a justification for not trying. It has nothing to do with you&#8221;</p>
<p>&#8220;Workaholics aren’t heroes. They don’t save the day, they just use it up. The real hero is already home because she figured out a faster way to get things done.&#8221;</p>
<p>&#8220;What you do is what matters, not what you think or say or plan.&#8221;</p>
<p>&#8220;Ideas are cheap and plentiful. The original pitch idea is such a small part of a business that it’s almost negligible. The real question is how well you execute.&#8221;</p>
<p>&#8220;If no one’s upset by what you’re saying, you’re probably not pushing hard enough. (And you’re probably boring, too.)&#8221;</p>
<p>&#8220;When you don’t know what you believe, everything becomes an argument. Everything is debatable. But when you stand for something, decisions are obvious.&#8221;</p>
<p>&#8220;A business without a path to profit isn’t a business, it’s a hobby.&#8221;</p>
<p>&#8220;You’re better off with a kick-ass half than a half-assed whole.&#8221;</p>
<p>&#8220;Whenever you can, swap “Let’s think about it” for “Let’s decide on it.” Commit to making decisions. Don’t wait for the perfect solution. Decide and move forward.&#8221;</p>
<p>&#8220;The core of your business should be built around things that won’t change. Things that people are going to want today and ten years from now. Those are the things you should invest in.&#8221;</p>
<p>If you haven&#8217;t read the entire book, I strongly recommend you pick up a copy of <a href="http://www.amazon.com/rework-ebook/dp/B002MUAJ2A?tag=t0e7-20">Rework</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/must-read-for-entrepreneurs-top-10-popular-highlights-from-rework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purchase Decisions in the Future</title>
		<link>http://cassidylackey.com/how-well-purchase-in-the-future</link>
		<comments>http://cassidylackey.com/how-well-purchase-in-the-future#comments</comments>
		<pubDate>Fri, 07 May 2010 21:19:17 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://mysite.sites.cassidylackey.com/?p=172</guid>
		<description><![CDATA[In the next few years we’ll see a huge shift in how we buy online.  With the recent social graph API announcement Facebook is now compiling the world’s largest social recommendation engine.  Someday you may only purchase or download goods that your friends have “liked.” Amazon is now displaying the recently heavily highlighted books – the titles Kindle users [...]]]></description>
				<content:encoded><![CDATA[<p>In the next few years we’ll see a huge shift in how we buy online.  With the recent <a href="http://blog.facebook.com/blog.php?post=383515372130">social graph API announcement</a> Facebook is now compiling the world’s largest social recommendation engine.  Someday you may only purchase or download goods that your friends have “liked.”</p>
<p><span id="more-172"></span>Amazon is now displaying the <a href="http://kindle.amazon.com/popular_highlights/books">recently heavily highlighted books</a> – the titles Kindle users are highlighting most frequently.   It is just a matter of time before this information utilized to drive additional sales.  Someday Amazon could display the percentage of users who finished the book.  How would it impact your purchase decision if only 10% of the purchases completed the book?</p>
<p>What if iTunes sorted iPhone applications based on usage instead of downloads or purchases?    What if Google displayed the most popular and  ”stickiest” sites at the top of the search rankings?  Oh wait, they already do that and it made them the most popular search engine in the world.</p>
<p>What does this mean to you?  Well, you better be creating products and digital content that your customers love and want to tell their friends about.  Clever marketing and big budgets are slowly taking a back seat to remarkable products and content.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/how-well-purchase-in-the-future/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reach the Top Search Engine Listing in One Year</title>
		<link>http://cassidylackey.com/how-to-reach-the-top-search-engine-listing-in-one-year</link>
		<comments>http://cassidylackey.com/how-to-reach-the-top-search-engine-listing-in-one-year#comments</comments>
		<pubDate>Mon, 19 Apr 2010 21:29:01 +0000</pubDate>
		<dc:creator>Cassidy Lackey</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>

		<guid isPermaLink="false">http://mysite.sites.cassidylackey.com/?p=180</guid>
		<description><![CDATA[For those of you with search engine optimization (SEO) experience, move on. This post is dedicated to the “average” site owner with very little exposure to the world of search engine marketing. In the summer of 2008 I decided to create a community site for Cedar Creek Lake with a goal to reach the #1 [...]]]></description>
				<content:encoded><![CDATA[<p>For those of you with search engine optimization (SEO) experience, move on. This post is dedicated to the “average” site owner with very little exposure to the world of search engine marketing.</p>
<p>In the summer of 2008 I decided to create a community site for Cedar Creek Lake with a goal to reach the #1 organic search result for “Cedar Creek Lake.”     By late 2009, roughly 12 months after the launch, I had become the top organic listing searching for <a href="http://www.google.com/search?q=cedar+creek+lake" target="_blank">Cedar Creek Lake</a>, <a href="http://www.google.com/search?q=cedar+creek+lake+real+estate" target="_blank">Cedar Creek Lake Real Estate</a> and <a href="http://www.google.com/search?q=cedar+creek+lake+rentals" target="_blank">Cedar Creek Lake Rentals</a>.  While there are hundreds of variables to search engine rankings, below are the 5 most important factors that pushed <a href="http://cedarcreeklake.com/" target="_blank">CedarCreekLake.com</a> from nowhere to the top of the listings.</p>
<p><strong>Choose Your Keywords Wisely – </strong>Optimize your site around the wrong keywords (search terms) and it’s like taking a wrong turn in a foot race. I suggest using a tool such as the <a href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google Keywords Tool</a> to determine the most popular keywords for your content.  Choose 2-5 keywords and optimize individual pages for each.  Once you see results then you can add more target keywords and pages.</p>
<p><strong>Select a Domain that Utilizes your Target Keywords – </strong>Search engines give higher rankings to domains with the keywords embedded.  Fortunately, I was able to secure CedarCreekLake.com which was perfect since the top search keyword for this lake is “Cedar Creek Lake.”  At the time, CedarCreekLake.com was listed on the 2nd page of “cedar creek lake” search results but unranked for any other cedar creek lake keywords.</p>
<p><strong>Optimize URLs and Page Names – </strong>Whenever possible, utilize  your target keywords in your page name and URLs (or links) to your site.  For example, the page I optimized for “Cedar Creek Lake Real Estate” utilizes the keywords “Cedar Creek Lake Real Estate” in the page title and the URL is www.cedarcreeklake.com/real-estate.</p>
<p><strong>Create Great Content – </strong>Search engines prefer sites with many pages of quality content.  Fortunately, CedarCreekLake.com is mostly user-contributed content so I’ve been able to submit over 800 pages in the search engines within a year.  It is also important that search engines can “see” all your pages through sitemaps and site navigation that the search engine can spider.   Check the number of pages that the search engines see in your site by searching “site:domainname.com” such as my example at<a href="http://www.google.com/search?q=site:cedarcreeklake.com" target="_blank">site:cedarcreeklake.com</a>.</p>
<p><strong>Get Links to Your Site</strong> – To build credibility with search engines you need credible sites need to link to you.   Work with other sites in your industry to cross link or submit content for other sites in return for links to your site.  I suggest using <a href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo Site Explorer</a> to see which pages are linking to your site as well as other sites in your industry.</p>
<p>Again, this just scratches the surface of Search Engine Optimization as there are literally hundreds of variables that search engines use to rank sites. However, these simple steps will help push your site up the rankings and generate a great deal more traffic.  The first few weeks we launched CedarCreekLake.com in October of 2008, we generated an average of 3 visitors a day from organic listings.  This month we are generating 150 visitors a day from organic search listings.</p>
<p>Use the comments section below to let me know what is working for you or ask any questions related to your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://cassidylackey.com/how-to-reach-the-top-search-engine-listing-in-one-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
