<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Life Style By Choice</title>
	
	<link>http://www.lifestylebychoice.com</link>
	<description>Because Life is All Too Short and Fabulous... to sweat the small stuff!</description>
	<lastBuildDate>Tue, 24 Mar 2009 22:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/LifeStyleByChoice" type="application/rss+xml" /><feedburner:emailServiceId>LifeStyleByChoice</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>LifeStyleByChoice | SEO Friendly Buttons</title>
		<link>http://www.lifestylebychoice.com/seo-friendly-buttons/</link>
		<comments>http://www.lifestylebychoice.com/seo-friendly-buttons/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:28:14 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Link Text]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=138</guid>
		<description><![CDATA[

I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 10px; float: left;" title="SEO Button" src="http://www.lifestylebychoice.com/images/button-Large-Red-SEO.gif" alt="SEO Button" /></p>
<div style="float:right; padding-left:5px; padding-bottom:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the search engines, plus you can also create buttons that are reusable rather than having to create a button for each variation of the same button that you want to put different text  into.</p>
<p>Let me give you an example of this.  I had two buttons on one of my pages.  They were exactly the same except for the text. One button I wanted to read &#8220;Compare&#8221; and the other read &#8220;Reviews&#8221;.  Plus it would be extremely helpful if the search engines actually read that text and followed my link to those pages.<span id="more-138"></span>Now normally you&#8217;d say just create two buttons, one for each with graphical text embedded into the button, and you can do that and it&#8217;ll work just fine.  However, with a normal button with the text embedded into the button itself, the search engines can not and will not read that &#8220;compare&#8221; or &#8220;review&#8221; text&#8230; thus you loose potential SEO power.  With the code I&#8217;m proposing, you will actually be creating a css style, and wrapping the &#8220;&lt;a href&gt;&#8221; tag around the div to accomplish the same thing, but now the search engines will see it as a link and follow it.(if you choose to allow them)</p>
<p>So first, here is the code that actually goes into you page: (or in my case my page to show my compare and review buttons)</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;</span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"> COMPARE &lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 30px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>this is the code for the review button:</p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;http://&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;<br />
REVIEWS </span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Here are the classes you will need to add to your css style sheet.  They control the button characteristics using a url of a graphic we defined in fireworks, the size, the text font, and hover characteristics.<br />
</span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
height:30px;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}</span></span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button_hover {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
height:30px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange-hover.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}<br />
</span></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">What  you ultimately end up with are two buttons that look similar to the ones in the screen shot below:</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><img title="SEO Buttons Screenshot" src="http://www.lifestylebychoice.com/images/seo-buttons-screenshot.gif" alt="SEO Buttons Screenshot" width="476" height="65" /></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">The difference with this code is that the search engines will now read two links, one that says &#8220;Compare&#8221; and one that says &#8220;Reviews&#8221; that link to other pages on your site.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Now I&#8217;m sure some of the established SEO guru&#8217;s will say, wow, she just learned this.. yep, I did.  This is an SEO 101.  But I look at it this way, &#8220;never too late&#8221;, and I&#8217;d welcome any comments or corrections if I&#8217;ve stated anything incorrectly.  I love learning new things, and sometimes it&#8217;s the simplest, easiest things to the guru&#8217;s that us newbies don&#8217;t know, and still need to learn.<br />
</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Test it out, have fun with it, and give me a shout if you need any help.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Best Successes!</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><br />
</span></span></p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/seo-friendly-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | Tips for Writing Good Title Tags</title>
		<link>http://www.lifestylebychoice.com/tips-for-good-title-tags/</link>
		<comments>http://www.lifestylebychoice.com/tips-for-good-title-tags/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:53:57 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[description meta tag]]></category>
		<category><![CDATA[title tag]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=112</guid>
		<description><![CDATA[
I want to share a few tips I&#8217;ve learned about using Title tags and Meta Description tags that are both SEO friendly as well as user friendly. Many times these two little items are the most overlooked by new website owners and new internet marketers, but yet can be the top traffic &#8220;getters&#8221; or top [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding-left:5px; padding-bottom:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I want to share a few tips I&#8217;ve learned about using Title tags and Meta Description tags that are both SEO friendly as well as user friendly. Many times these two little items are the most overlooked by new website owners and new internet marketers, but yet can be the top traffic &#8220;getters&#8221; or top traffic &#8220;killers&#8221; for your site.</p>
<p>For those not familiar with them, both of these html tags go in the header section of your code &#8211; so between the &lt;head&gt;  and &lt;/head&gt; lines of  code.</p>
<p style="padding-left: 30px;">The title tag is pretty straight forward and looks like this &lt;title&gt; Put your Title Here&lt;/title&gt;.</p>
<p style="padding-left: 30px;">The description meta tag looks like this &lt;meta name=&#8221;description&#8221; content=&#8221;Put your description here.&#8221; /&gt;</p>
<p><span id="more-112"></span>Here are some tips for uses of both.</p>
<div style="float:left; background:#EBEBEB">
<ol>
<li>Always make sure you have a title for every page of your site, and never, never duplicate titles amongst pages &#8211; make sure every page has a unique title tag.</li>
<li>Make sure that the title tag is 65 characters or less.  The reason for this is that you will then avoid the dreaded &#8220;&#8230;&#8221; being appended to the end of your title when displaying them in the SERP&#8217;s. And believe it or not, it&#8217;s been studied and proven that people are more likely to click on a title without the &#8220;&#8230;&#8221; than one with it.</li>
<li>Use your keywords in your title, but don&#8217;t &#8220;stuff&#8221; your title with keywords to the point that it becomes a meaningless blog of words.  Remember, your ultimate goal is to have a user click on your link, so it won&#8217;t matter if you rank #1 on the page if no-one ever clicks your link. You are not only writing for the search engines but for humans looking for information as well.</li>
<li>Along the same lines as above, be sure to keep your meta description to 150 characters or less.  By doing this you will again avoid the &#8220;&#8230;&#8221; being appended to your description, thus increasing the readability and odds of being clicked on.  See the examples below to view what I mean. Both are on the 1st page of google, however the first example is much less readable and informative than the 2nd example.</li>
<p><img title="Title Examples" src="http://www.lifestylebychoice.com/images/title_examples.gif" alt="Title Examples" width="401" height="112" /></p>
<li>Write your titles and descriptions as if you were writing sales copy. Your ultimate goal is to get the reader to click your link and visit your page/site.  Make the text interesting &#8211; grab attention, create curiosity, evoke emotion  or confirm the search intent of the user. So again, remember that you are writing for humans as well as the search engines.  If you leave out the description meta all together, then the search engines will take a snippet from your website and use that in the SERP&#8217;s.  This most likely will not be optimal from either an SEO or user experience point of view.</li>
<li>This isn&#8217;t a title or meta description tip, but make sure that  your page headline &#8211; preferably put between &lt;h1&gt; tags &#8211; confirms the topic of your title. This will reassure your visitor that he has indeed reached the page he thought he was clicking to.</li>
<li>Use your title tag to brand yourself/your site. So put your site name in the title if you have room. I use the pipe &#8220;|&#8221; but you could also use the hyphen &#8220;-&#8221; or possibly the &#8220;&gt;&#8221; symbols as well. This is a unique opportunity for you to build brand recognition for your site, and as more people recognize you as a trustworthy source of information you are more likely to get those clicks.</li>
<li>If you are using a Wordpress blog you can still utilize these tips by using any number of plugin&#8217;s that are available.  The one that I use and like the best is the <a title="All In One SEO Wordpress plugin" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a> plugin for Wordpress. It allows you to enter both an SEO friendly title and description.  Or if you are using the <a title="Thesis Wordpress theme" href="http://www.lifestylebychoice.com/oms_track/click.php?link=2" target="_blank">Thesis theme</a>, as I am here, you can use the &#8220;custom  fields&#8221; section when writing your post, utilizing the field name &#8220;meta&#8221; and then enter the description you want.</li>
</ol>
</div>
<p>I hope these tips help.</p>
<p>Things to add?  Think I&#8217;m wrong?   Think I&#8217;m spot on?   Leave me a comment and let me know!</p>
<p>To your success!</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/tips-for-good-title-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | What we Tell Our Kids, We Need to Believe OurSelves!</title>
		<link>http://www.lifestylebychoice.com/what-we-tell-our-kids-we-need-to-believe-ourselves/</link>
		<comments>http://www.lifestylebychoice.com/what-we-tell-our-kids-we-need-to-believe-ourselves/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 17:01:14 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Motivation & Inspiration]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Motivation]]></category>
		<category><![CDATA[Success]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=88</guid>
		<description><![CDATA[ I find that my motivation tends to come and go just as reliably as the tides, and as the motivation wanes, in floods all the self-doubt along with the questions about what the heck I&#8217;m doing, and conflicts about pursuing my dreams versus getting my butt back to a &#8220;real&#8221; job.
Sound at all familiar? [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin-left: 10px; margin-right: 10px;" title="Success" src="http://www.lifestylebychoice.com/images/success_jig.jpg" alt="Success" width="234" height="156" /> I find that my motivation tends to come and go just as reliably as the tides, and as the motivation wanes, in floods all the self-doubt along with the questions about what the heck I&#8217;m doing, and conflicts about pursuing my dreams versus getting my butt back to a &#8220;real&#8221; job.</p>
<p>Sound at all familiar? Why is it that we do this to ourselves?  After all we tell our children, on a daily basis, to believe in themselves, to go for what they want with all their might and determination, and not let anything hold them back.  That they can be anything they want to be if they set clear goals, have a thought out plan, and if they work for it and believe in it nothing can hold them back.   But yet, we somehow hold ourselves to a lower, or at least a &#8220;different&#8221; standard at various points in our lives.  This is a double standard at the least, and as our children get older and wiser, as mine seem to get each year I get older  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  , they could say a bit hypocritical even!</p>
<p><span id="more-88"></span></p>
<p>Maybe we feel that we have to sacrifice our own dreams and goals, to play it safe so that we don&#8217;t endanger our &#8220;safe&#8221; lives for our children&#8217;s sake.  Or maybe that is just an excuse, because we are just afraid to take that leap, for fear we will fail in front of our children, and that would ultimately be worse than living the &#8220;safe life&#8221;, forever going to a job we hate, day in and day out.</p>
<p>Well, I think it&#8217;s time we start taking our own advice, and start listening to what we are telling our children on a daily basis! &#8220;You can be anything you put your mind to, anything you develop a clear plan and distinct goals for.  Decide to work towards it with all your determination.&#8221;</p>
<p>I know I have some very distinct goals for the rest of 2008 and 2009, and have decided to work with a mentor to help me get a good start and build on where I am now. I will push those little &#8220;nay-saying&#8221; voices out of my head every time they start creeping in, and start listening to my own advice with more fervor!  I will surround myself with positive, like minded people, and network and build a community of people committed to helping each other succeed.</p>
<p>I challenge you to do the same! Let&#8217;s make 2009 the year we exceed our own goals and climb our own ladder of success rather than one someone else has picked for us!</p>
<p>To your Success!</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/what-we-tell-our-kids-we-need-to-believe-ourselves/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | Cheat Sheets, Wordpress Themes, and Just General Cool Stuff</title>
		<link>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/</link>
		<comments>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:30:37 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Key Words]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SiteMaps]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=75</guid>
		<description><![CDATA[
As I&#8217;ve been working on developing my affiliate sites this past year, I&#8217;ve come across some other cool sites with some absolutely great information, and just general COOL stuff.  I figured I&#8217;d put it in one place, and share it with everyone.  Oh, most of these are not affiliate links &#8211; only where I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0 auto 0 auto; padding-right:10px; padding-bottom:10px;"><img style="margin: 10px; float: left;" title="Question Mark Maze" src="http://www.lifestylebychoice.com/images/question_mark_maze.jpg" alt="Question mark" width="134" height="203" /></div>
<p>As I&#8217;ve been working on developing my affiliate sites this past year, I&#8217;ve come across some other cool sites with some absolutely great information, and just general COOL stuff.  I figured I&#8217;d put it in one place, and share it with everyone.  Oh, most of these are not affiliate links &#8211; only where I&#8217;ve specifically stated so.</p>
<blockquote>
<ul>
<li>This first one, is a collection of &#8220;cheat sheets&#8221;, everything from CSS Cheat Sheets, to Mod_rewrite Cheat Sheets, to Ruby on Rails Cheat Sheets, to PHP Cheat Cheat Sheets, to HTML Cheat Sheets, to even a World of Warcraft Cheat Sheet.   This is one of the best reference sites, I&#8217;ve stumbled upon&#8230; <a title="Added Bytes" href="http://www.addedbytes.com/cheat-sheets/">Added Bytes</a> by Dave Child.  This guy is WAY more organized than I am, or ever hope to be.  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<ul>
<li>Another site I found that may interest some of you is this one: <a title="Perfect muli colun liquid layouts" href="http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts">The Perfect 3 Column Liquid Layout </a>by Matthew James Taylor.  It provides you with a series of website layouts that use percentage widths and relative positioning, that work with all the common web browsers. They are SEO friendly, and contain no CSS hacks.  This one was referred to me via Stomping the Search Engines 2.</li>
</ul>
<p><span id="more-75"></span></p>
<ul>
<li><a title="Thesis Wordpress theme" href="http://www.lifestylebychoice.com/oms_track/click.php?link=2">Thesis Theme</a> (affiliate link) for Wordpress, by Chris Pearson. Although you can get many free word press themes, and I started out using free themes, I found that they really limit your ability to do what you really need to.  Also they tend to not be as SEO friendly as you would really want.  This theme is what I use here at LifeStyleByChoice and it&#8217;s very customizable, SEO friendly, and upgradeable without losing your valuable customizations.  They also offer fantastic support, and a very knowledgeable user community via their forum.</li>
</ul>
<ul>
<li>Create .xml sitemaps for google with this site&#8230; <a title="xml sitemaps" href="http://www.xml-sitemaps.com/">XML-Sitemaps.com</a>. Very useful when using google&#8217;s webmaster tools and submitting a sitemap to google.</li>
</ul>
<ul>
<li>Use <a title="Compete.com" href="http://www.compete.com/">Compete.com</a> to research potential competitors in a niche you are considering entering.  Then continue to use it to check on them as your business grows. You can check 3 domains without signing up, and if you sign up for a free account, you can check up to 5 domains at a time.  You can compare daily/monthly visitors, daily/monthly growth, as well as other metrics.  They also offer keyword analytics &#8211; showing the top keywords driving traffic to the site.  The keyword analytics only offers a short listing of the keywords, and then you have to purchase the &#8220;pro&#8221; version to get the full listing.  The biggest advantage of Compete.com for me, is researching who the true market leaders are in a niche you are considering, and tracking that information over time to see if it changes.</li>
</ul>
<ul>
<li> <a title="Key Word Spy" href="http://www.keywordspy.com/">KeywordSpy</a> and <a href="http://www.keycompete.com/home.asp">KeyCompete </a>are both great key word research tools.  Use them to &#8220;spy&#8221; into what your competitors or even your vendors are using for keywords to drive traffic to their sites.  KeywordSpy by far has many more features, but is quite a bit more expensive.  You can try out either service and get a very limited result set to work with, before purchasing the expanded versions.</li>
</ul>
<ul>
<li>Almost forgot this one&#8230; <a title="Traffic Travis" href="http://www.traffictravis.com/">Traffic Travis</a>. I learned about it, as a free bonus.  I&#8217;ve just started playing with this one myself, so I don&#8217;t have alot of details on it yet, but from what I&#8217;ve seen so far, there is some pretty cool information available at your fingertips.  Plus the base product which has alot of functionality, is Free.   Granted it&#8217;s kinda got a goofy name, and it&#8217;s not the slickest looking, but some of the information you have available icludes:
<ul>
<li>page analysis of every page on your site, showing the top 20 links with % of link value each is getting, top 20 page words, all your h1, h2 and h3&#8217;s on the page, and your google page rank.  This is some useful info all in one place.</li>
<li>keyword research tool with daily search counts from google, yahoo, and MSN.  I did find a few that I did not see via google&#8217;s keyword tool</li>
<li>run analysis on your PPC keywords and see how many competitor ad&#8217;s are running for each keyword, also use the search engine tools and see the top ranking sites for each keyword.</li>
</ul>
</li>
</ul>
</blockquote>
<p>As I think of more I will update!</p>
<p>To your success!</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | Jeremy Palmer’s Black Ink Project Relaunches – A Must-Have for Anyone Serious About Affiliate Marketing!</title>
		<link>http://www.lifestylebychoice.com/jeremy-palmers-black-ink-project/</link>
		<comments>http://www.lifestylebychoice.com/jeremy-palmers-black-ink-project/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:35:35 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Affilliate Marketing]]></category>
		<category><![CDATA[Black Ink Project]]></category>
		<category><![CDATA[Jeremy Palmer]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=41</guid>
		<description><![CDATA[

As many of you already know, that follow me, or who just know me, I&#8217;ve spent most of the summer working through Jeremy Palmer&#8217;s Black Ink Project.  I was one of his original 1000 sign-ups for the launch that he did back at the beginning of May.  After finishing Black Ink 1, I was definitely [...]]]></description>
			<content:encoded><![CDATA[<p><a name="blackink"></a></p>
<div style="margin: 0 auto 0 auto; padding-right:10px; padding-bottom:10px;"><a rel="no-follow" href="http://www.lifestylebychoice.com/oms_track/click.php?link=1" target="_blank"><img src="http://www.lifestylebychoice.com/images/BIP_banner.gif" alt="Black Ink Project" /></a></div>
<div style="margin: 0 auto 0 auto; padding-right:10px; padding-bottom:10px;">As many of you already know, that follow me, or who just know me, I&#8217;ve spent most of the summer working through Jeremy Palmer&#8217;s <strong><a title="Black Ink Project" href="http://www.lifestylebychoice.com/oms_track/click.php?link=1">Black Ink Project</a></strong>.  I was one of his original 1000 sign-ups for the launch that he did back at the beginning of May.  After finishing Black Ink 1, I was definitely hooked.  I needed and wanted to learn everything I possibly could at that point, from a person who obviously had been doing this very successfully himself, and who had proven he was very capable of translating that knowledge into training that was understandable to a total &#8220;newbie&#8221; like myself.   So, I was one of the first ones to sign up for Black Ink 2 when he announced he would be doing it as a sequel to Black Ink.</div>
<p>People who know me, also know that I do not promote anything that I have not tried, do not use myself, and do not believe in!  I just don&#8217;t go there, period!  Even with my review and comparison websites, I tell it like it is, even if that means I end up rating a product #1, that will make me less money as an affiliate than another product.  Now the uber-affiliates may call me foolish for doing this, but that&#8217;s my business model.</p>
<p><span id="more-41"></span></p>
<p>Well,  since doing <strong><a title="Black Ink Project" href="http://www.lifestylebychoice.com/oms_track/click.php?link=1" target="_blank">Black Ink</a></strong> (and I have a feeling I&#8217;m still not done! <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ) I&#8217;ve never looked back, never regretted the time I&#8217;ve invested in either of the courses &#8211; and there has definitely been a big time commitment, and I&#8217;m now seeing the fruits of those labors.  I&#8217;m definitely not going to sit here and try to convince you that I&#8217;m going to be retiring a millionaire the end of 2008 because of The Black Ink Project.  Again, anyone that knows me, knows that &#8220;I tell it like it is&#8221;, whether you want to here it or not!  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' />   But my goal is to be financially independent within 2009, and Jeremy&#8217;s course(s) will have been some of the most useful instruments I will have used in getting there.  Oh, and trust me, I&#8217;ve been where many of you have been and tried many of the &#8220;must-have&#8217;s&#8221;, &#8220;next course that will solve your problems&#8221;, &#8220;next ebook that will be that answer that will push you over the top&#8221;, blah, blah, blah.  I&#8217;ve heard them all, and probably bought most of them! LOL   <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_eek.gif' alt='8-O' class='wp-smiley' /> </p>
<p>So, you are asking, Lynn, <strong>&#8220;What makes this course so different? and why should I pay for it?&#8221;</strong>, Well, let me hightlight just a few things that I wish I had known before I had gotten sucked into so many of the &#8220;other&#8221; courses I wish I had not bought in the past.</p>
<blockquote>
<ul>
<li>Jeremy is the &#8220;real thing&#8221;.  He will tell you right up front, that if you are not willing to actually &#8220;do&#8221; what he teaches &#8211; meaning <strong>take the time and effort</strong> to do the <strong>planning</strong> as well as <strong>execute</strong> what he teaches you, then don&#8217;t even bother purchasing his course because you <strong>will</strong> fail.  Not many so-called guru&#8217;s are going to tell you this, because they simply don&#8217;t care if you succeed or fail, as long as you buy their course.  HUGE difference there.</li>
<li><strong>You learn everything via video&#8217;s</strong> delivered in 3 different formats (even IPod movie format, so that you can watch on the go if need be!). Each video averages about an hour in length, and some are over an hour! I don&#8217;t know about you, but I learn so much better and easier by &#8220;seeing&#8221; rather than simply reading.  Jeremy goes over everything<strong> step by step</strong> and you actually see him create a website step by step.  You can pause the video and be doing the work right along with him.   I know, because I did just that!  Now, I&#8217;m not sure how much simpler it could get!  I did not know Dreamweaver prior to Black Ink, but now I&#8217;m hooked!  Via the video&#8217;s I learned the basics, and then expanded on that knowledge using Lynda.com.</li>
<li><strong>Topics covered in The <a title="Black Ink Project" href="http://www.lifestylebychoice.com/oms_track/click.php?link=1" target="_blank">Black Ink Project</a></strong><strong> include a very comprehensive list of topics</strong> that Jeremy &#8220;tested&#8221; and refined on the original free participants(myself included) and now has a revised, rock solid, offering based on our suggestions and feedback.  Trust me you will not find another affiliate marketing course that covers a topic list to the level of detail this one does.
<ul>
<li>Session 1 &#8211; How to Test Your Niche</li>
<li>Session 2 &#8211; Develop a Successful Business Plan</li>
<li>Session 3 &#8211; Content Planning</li>
<li>Session 4 &#8211; Creating a Site Blueprint</li>
<li>Session 5 &#8211; Professional Web Design for a Fraction of the Price</li>
<li>Session 6 &#8211; How to Design an Attractive Site</li>
<li>Session 7 &#8211; Building a Professional Site (Part 1 of 2)</li>
<li>Session 8 &#8211; Building a Professional Site (Part 2 of 2)</li>
<li>Session 9 &#8211; Installing a WordPress Blog (Part 1)</li>
<li>Session 10 &#8211; Customizing a WordPress Blog (Part 2)</li>
<li>Session 11 &#8211; Outsourcing Web Projects</li>
<li>Session 12 &#8211; Finding Profitable Keywords</li>
<li>Session 13 &#8211; Setting Up and Optimizing Pay Per Click Campaigns</li>
<li>Session 14 &#8211; How to Build High Converting Landing Pages</li>
<li>Session 15 &#8211; Tracking Your Success</li>
</ul>
</li>
<li> <strong>Access to a very active, knowledgeable, and supportive forum community</strong> of fellow and past BIP participants.  Just because we&#8217;ve completed the course, doesn&#8217;t mean we aren&#8217;t there anymore!  Jeremy responds to all posts himself as well.  If you get stuck, or have a question, you will get an answer or help via the forum, guaranteed.</li>
<li><strong>Absolutely NO hidden hooks/fees, up-sells, or continued monthly sign-up fees</strong>.  Or worse yet, the typical tantalizing tidbit that gets you excited and wanting to know more, but now you have to &#8220;buy the expanded, professional, version&#8221;.  Nope, none of that.  This is the real, full-blown, take the covers off and look under the hood as one of the top guru&#8217;s in the industry actually shows you how he does it, course!</li>
</ul>
</blockquote>
<p>This is not your typical &#8220;Hope in a Box&#8221;.  If you are looking for a quick way to make millions, then don&#8217;t bother purchasing the course.  However if you are serious about learning Affiliate Marketing, and how to build a long term, sustainable, income stream using a repeatable methodology, then this course is like none other that you have taken.</p>
<p>Remember what I said at the beginning though, you have to be committed to working through each video, doing the planning as well as the &#8220;fun stuff&#8221;, and actually implement!  If you take the course and fail to take action, you will fail no matter what!  If you fail to do the planning and research, you will fail!  So buy the course, plan, research, take acation and Be Successful!</p>
<p>If you are ready, and you take one recommendation from me, <strong>ever</strong>, from reading my blog, take this one &#8230;.</p>
<p><strong><span style="font-size: 1.3em;">Get in on <a href="http://www.lifestylebychoice.com/oms_track/click.php?link=1" target="_blank">The Black Ink Project</a> NOW!</span></strong></p>
<div style="margin: 0 0 0 50; padding-right:10px; padding-bottom:10px;"><a rel="no-follow" href="http://www.lifestylebychoice.com/oms_track/click.php?link=1" target="_blank"> </a></div>
<p>To your Success!</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/jeremy-palmers-black-ink-project/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | Contract Project Submission Black Hole</title>
		<link>http://www.lifestylebychoice.com/contract-project-submission-black-hole/</link>
		<comments>http://www.lifestylebychoice.com/contract-project-submission-black-hole/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 21:08:16 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Freelancing/Contracting]]></category>
		<category><![CDATA[Contracting]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Project Based Work]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=21</guid>
		<description><![CDATA[I&#8217;m just going to warn you right off the bat that I&#8217;m going to vent a bit in this post.  Ok, so you&#8217;ve been warned.   
Well, I&#8217;ve been trying to round up a couple of freelance or contracting projects lately, and to say that my efforts have been less than successful would be [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just going to warn you right off the bat that I&#8217;m going to vent a bit in this post.  Ok, so you&#8217;ve been warned.  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Well, I&#8217;ve been trying to round up a couple of freelance or contracting projects lately, and to say that my efforts have been less than successful would be a slight understatement.  It seems that my submissions are getting absorbed into some huge black hole of oblivion.</p>
<p>And you know what?  This really rather &#8220;peeves&#8221; me off!  Especially when the posting is made by a recruiter working for a major head hunter, who can afford to pay $200 per ad he/she places on these major job boards.  And don&#8217;t give me the old, &#8220;we get so many responses we can&#8217;t possibly respond to them all&#8221; response&#8230; I don&#8217;t buy it, never have, and never will.  If people take the time to respond to a job posting, they at least deserve the standard old &#8220;dear john, although you have impressive qualifications&#8230;. blah, blah, blah&#8221; letter of the past.  Or if you want to be truly mean, &#8220;Dear John, You Suck.  Good Luck&#8221;</p>
<p><span id="more-21"></span></p>
<p>We all know those were form letters, that were mail merged and sent out as quickly as the unqualified resumes poured in.  So here&#8217;s a tip to all your recruiters&#8230; set up an email template and do the same thing!  At least people feel like you at least got their resume, and it didn&#8217;t just get sucked up by the black hole!</p>
<p>I&#8217;m guessing, and I actually know this is the case from past experience, that many of these postings are for &#8220;jobs&#8221; that the recruiter hasn&#8217;t actually gotten yet, but is hoping to land, and he/she wants to have a list of ready to go qualified resumes, if and when they do land it.  That also really ticks me off!  Get a clue recruiters, you are dealing with real people here, who are looking for REAL jobs.  Not &#8220;maybe it will get approved&#8221; or &#8220;maybe we will get the contract&#8221; jobs.  If it isn&#8217;t real, don&#8217;t post it!</p>
<p>Recently I&#8217;ve broken one of my own rules and actually joined a couple of smaller membership job boards that specialize in virtual/remote projects. The fee wasn&#8217;t all that bad, and I figured I&#8217;d give it a shot.  Well, again this has been less than effective as well.  I&#8217;ve submitted several applications and not a single response.  Not a &#8220;sorry we&#8217;ve already found someone we will be working with&#8221;, not a &#8220;sorry, but your skills suck, and we laughed so hard while reading through your cover letter and resume that we though we were going to wet ourselves&#8221;, not even just a plain old &#8220;sorry, bugger off&#8221;.  Nothing&#8230; notta&#8230;</p>
<p>Now I realize when dealing with these smaller boards, they are smaller companies/individuals, but again at least set up an email template with an &#8220;I&#8217;m sorry&#8221; type response so people at least know you got their submission.  If the job board is smaller, and fee-based, my guess is that the number of submissions to any given posting is going to be smaller as well.</p>
<p>Ok, so what gives?  Is there a big black hole out there with my name on it that is just sucking up all my contracting project submissions and laughing at me?  I&#8217;m starting to think so&#8230; just like the little gremlins in my house that go around and move things or hide things on me all the time.  Darn vermin, when I catch those little bastards, they are soooo dead!</p>
<p>Ok, like I said&#8230; I was venting a bit.  Whew&#8230; don&#8217;t know that I feel any better&#8230; but at least I shared.  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Take care&#8230; and I wish you better luck than I&#8217;ve had lately.</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/contract-project-submission-black-hole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice | Welcome – Decide to Choose Your Life Style Today</title>
		<link>http://www.lifestylebychoice.com/welcome-decide-to-choose-your-life-style-today/</link>
		<comments>http://www.lifestylebychoice.com/welcome-decide-to-choose-your-life-style-today/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:06:32 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=3</guid>
		<description><![CDATA[Welcome to my new blog. As you can tell, I&#8217;m just getting things going, but please check back often.
The focus of this blog basically is what the title says Life Style is a Choice.  It took me a long time to realize that, and to start living my life based on my choices, rather than [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my new blog. As you can tell, I&#8217;m just getting things going, but please check back often.</p>
<p>The focus of this blog basically is what the title says Life Style is a Choice.  It took me a long time to realize that, and to start living my life based on <strong>my</strong> choices, rather than letting others exercise undue influence over those choices.  When I finally realized this, and started creating my Life Style based on my own choices, and the things that are important to me and my family, it was amazing how our lives started to change.</p>
<p>So this blog is about my journey (past, present, and my thoughts on future endeavors) &#8211; how I got here, my mistakes, my successes, and oh my gosh, everything in between!  Are you ready?  Not sure I am..  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  but here we go!<span id="more-3"></span></p>
<p>Are you ready to create the lifestyle you choose?  It really is a choice, decide to make the things that are important to you a priority!</p>
<p>Join me, and let&#8217;s have a bit of fun along the way!</p>
<p>All the Best!</p>
<p>Lynn</p>
<img src='http://www.lifestylebychoice.com/images/lynn_sig.gif' alt='My Signature' />]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/welcome-decide-to-choose-your-life-style-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
