<?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>Internet Blueprint for Success</title>
	<atom:link href="http://michaelefriedman.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://michaelefriedman.com</link>
	<description>&#34;Turning Your Goals into Reality&#34;</description>
	<lastBuildDate>Wed, 25 Aug 2010 18:41:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Basic HTML Made Easy</title>
		<link>http://michaelefriedman.com/?p=959</link>
		<comments>http://michaelefriedman.com/?p=959#comments</comments>
		<pubDate>Wed, 25 Aug 2010 18:41:17 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[network marketing]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[basic html]]></category>
		<category><![CDATA[basic html made easy]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[html skills]]></category>
		<category><![CDATA[michael e friedman]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=959</guid>
		<description><![CDATA[&#8220;Basic HTML Made Easy&#8221; To separate yourself from the pack, a bit of basic HTML skills will provide you with headings, paragraphs, bold or italic font, hyperlinks, etc. So let&#8217;s start.  It&#8217;s really not that difficult with a little practice. HTML Headings Code HTML headings are defined with the &#60;h1&#62; to &#60;h6&#62; tags For Example: &#60;h1&#62;Michael [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D959"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D959&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2 style="text-align: center;"><span style="color: #ff0000;">&#8220;Basic HTML Made Easy&#8221;</span></h2>
<p><a rel="attachment wp-att-965" href="http://michaelefriedman.com/?attachment_id=965"><img class="alignleft size-full wp-image-965" title="HTML 230px" src="http://michaelefriedman.com/wp-content/uploads/2010/08/HTML-230px.jpg" alt="" width="235" height="148" /></a></p>
<p>To separate yourself from the pack, a bit of basic HTML skills will provide you with headings, paragraphs, bold or italic font, hyperlinks, etc.</p>
<p>So let&#8217;s start.  It&#8217;s really not that difficult with a little practice.</p>
<p><strong><span style="text-decoration: underline;">HTML Headings Code</span></strong></p>
<p>HTML headings are defined with the &lt;h1&gt; to &lt;h6&gt; tags</p>
<p>For Example:</p>
<h1><span style="font-weight: normal; font-size: 13px;">&lt;h1&gt;Michael E Friedman&lt;/h1&gt; </span></h1>
<div id="_mcePaste">
<h1><span style="font-family: &amp;amp;amp;">Michael E Friedman</span></h1>
<p>&lt;h2&gt;Michael E Friedman&lt;/h2&gt;</p>
<div id="_mcePaste">
<h2>Michael E Friedman</h2>
</div>
<div>&lt;h3&gt;Michael E Friedman&lt;/h3&gt;</div>
<div id="_mcePaste">
<h3><span style="font-family: &amp;amp;amp;">Michael E Friedman</span></h3>
</div>
<div>&lt;h4&gt;Michael E Friedman&lt;/h4&gt;</div>
<div id="_mcePaste">
<h4 style="font-family: 'Times New Roman'; line-height: normal; font-size: small;">Michael E Friedman</h4>
</div>
<div>&lt;h5&gt;Michael E Friedman&lt;/h5&gt;</div>
<div id="_mcePaste">
<h5 style="font-family: 'Times New Roman'; line-height: normal; font-size: small;">Michael E Friedman</h5>
</div>
<div>&lt;h6&gt;Michael E Friedman&lt;/h6&gt;</div>
<h6><strong>Michael E Friedman</strong></h6>
<p>As you can see &lt;h1&gt; to &lt;h6&gt; determines the heading size.  Do NOT forget to close off the heading with a forward slash 1.e. &lt;/h1&gt;.  If you omit this step your entire document will be formatted to the specific heading selected.</p>
<p><strong><span style="text-decoration: underline;">HTML Paragraph Code</span></strong></p>
<p><span style="font-family: 'Times New Roman';"><span style="line-height: normal; font-size: small;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="line-height: 19px;">Let&#8217;s move on to creating paragraphs. This is very basic HTML code.  For purposes of this illustration each line of the following example should be considered a new paragraph.</span></span></span></span></p>
<p><span style="font-family: 'Times New Roman';"><span style="line-height: normal; font-size: small;"><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;"><span style="line-height: 19px;"> </span></span></span></span><span style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; line-height: 18px; font-size: 12px; white-space: pre;"><span style="font-family: Georgia; color: black;">&lt;p&gt;paragraph 1.&lt;/p&gt;</span><span style="font-family: Georgia;">&lt;p&gt;paragraph 2.&lt;/p&gt;</span><span style="font-family: Georgia;">&lt;p&gt;paragraph 3.&lt;/p&gt;</span></span></p>
<p>paragraph 1.</p>
</div>
<p>paragraph 2.</p>
<p>paragraph 3.</p>
<p>Once again do not forget to close off each paragraph with &lt;/p&gt;.  Forgetting the forward slash will create one large paragraph.</p>
<p><strong><span style="text-decoration: underline;">HTML Bold Text Code</span></strong></p>
<p>&lt;b&gt;bold text&lt;/b&gt;   <strong>bold text</strong></p>
<p><strong><span style="text-decoration: underline;">HTML Italic Text Code</span></strong></p>
<p>&lt;i&gt;italic text&lt;/i&gt;    <em>italic text</em></p>
<p><em><span style="font-style: normal;"><strong><span style="text-decoration: underline;">HTMLHyperlink Code</span></strong></span></em></p>
<p style="line-height: 14.25pt;"><span style="color: black;">A hyperlink (or link) is a word, group of words, or image that you can click on to jump to a new document or a new section within the current document.</span><span style="color: black;"> </span></p>
<p style="line-height: 14.25pt;"><em><strong><em><span style="color: black;"><strong><span style="color: black;"><span style="font-weight: normal;"><span style="font-style: normal;">Links are specified in HTML using the &lt;a&gt; tag.</span></span></span></strong></span><strong><em><span style="color: black;"> </span></em></strong></em></strong></em></p>
<p><span style="font-style: normal;"> </span></p>
<p style="line-height: 14.25pt;"><strong><span style="color: black;"> </span></strong><strong> </strong><span style="color: black;">For example to have the text CLICK HERE link back to this blog the code would be as follows:</span><strong><span style="mso-bidi-font-style: italic;"> </span></strong></p>
<p style="line-height: 14.25pt;"><span style="color: black;">&lt;a href=&#8221;http://www.michaelefriedman.com/&#8221;&gt;C1ick Here&lt;/a&gt; </span></p>
<p style="line-height: 14.25pt;"><span style="font-style: normal; font-weight: normal;"><span style="color: black;">which would result in this link</span><span style="color: black;"> <span style="color: #0000ff;"> </span></span><span style="color: blue;"><span style="color: #0000ff;"><span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://michaelefriedman.com"><span style="color: #0000ff;">C</span></a></span></span><span style="color: #0000ff;"><span style="text-decoration: underline;"><a href="http://michaelefriedman.com"><span style="color: #0000ff;">1ick Here</span></a></span></span></span>.</span></span><strong><em><span style="color: black;"> </span></em></strong></p>
<p style="line-height: 14.25pt;">
<p class="MsoNormal">
<p class="MsoNormal"><span style="color: black;"><strong>Note:</strong></span></p>
<p class="MsoNormal"><span style="color: black;"><strong> </strong></span>1) the &lt;a is open Not &lt;a&gt;</p>
<p class="MsoNormal"><span style="mso-spacerun: yes;"> </span> 2) the “ quotation mark placement”</p>
<p class="MsoNormal"><span style="mso-spacerun: yes;"> </span><span style="mso-spacerun: yes;"> </span> 3) The spelling of Click – C1ick.<span style="mso-spacerun: yes;"> </span>This spelling replacing the letter l with                      the number 1 is to avoid being filtered as spam.</p>
<p class="MsoNormal" style="text-align: center;">I hope you found this information on Basic HTML Made Easy valuable.</p>
<p class="MsoNormal" style="text-align: center;">For additional tips &amp; tricks and instant access to Free Live Network Marketing Training by Industry Experts</p>
<p class="MsoNormal" style="text-align: center;"><strong><span style="color: #0000ff;"><span style="color: #0000ff;"><span style="color: #000000;">→</span></span></span></strong><strong><span style="color: #000000;"><strong>→</strong></span></strong><strong><span style="color: #000000;"><strong>→</strong></span></strong><strong> <a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><span style="color: #0000ff;">Register Here</span></a> <span style="color: #000000;"> ← </span></strong><strong><span style="color: #000000;"><strong>← </strong></span></strong><strong><span style="color: #000000;"><strong>←</strong></span></strong></p>
<form style="text-align: left;" action="http://www.aweber.com/scripts/addlead.pl" method="post"><span style="line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: small;"><br />
</span> </form>
<p><!--END FORM CODE --></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=913" title="A Must Read Before Starting Any Network Marketing Business">A Must Read Before Starting Any Network Marketing Business</a></li><li><a href="http://michaelefriedman.com/?p=908" title="How to Easily Delete Twitter Direct Messages">How to Easily Delete Twitter Direct Messages</a></li><li><a href="http://michaelefriedman.com/?p=892" title="Automatically Increase Your YouTube Views">Automatically Increase Your YouTube Views</a></li><li><a href="http://michaelefriedman.com/?p=868" title="How to Find Targeted Twitter Followers">How to Find Targeted Twitter Followers</a></li><li><a href="http://michaelefriedman.com/?p=777" title="The Art of Long Term Success for Internet Entrepreneurs ">The Art of Long Term Success for Internet Entrepreneurs </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=959</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A Must Read Before Starting Any Network Marketing Business</title>
		<link>http://michaelefriedman.com/?p=913</link>
		<comments>http://michaelefriedman.com/?p=913#comments</comments>
		<pubDate>Mon, 26 Jul 2010 16:53:48 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet business opportunities]]></category>
		<category><![CDATA[top tier direct sales]]></category>
		<category><![CDATA[funded proposal]]></category>
		<category><![CDATA[get paid today]]></category>
		<category><![CDATA[gpt]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[network marketing business]]></category>
		<category><![CDATA[network marketing business training]]></category>
		<category><![CDATA[network marketing training]]></category>
		<category><![CDATA[top tier direct]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=913</guid>
		<description><![CDATA[As professional Network Marketers or just starting out, whether in an MLM business opportunity, an Affiliate marketing business opportunity, Top Tier Direct sales, etc. we all know the well used words "the money is in the list".]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D913"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D913&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2 style="text-align: center;"><span style="color: #ff0000;">&#8220;A Must Read Before Starting Any Network Marketing Business&#8221;</span></h2>
<p><a rel="attachment wp-att-918" href="http://michaelefriedman.com/?attachment_id=918"><img class="alignleft size-full wp-image-918" title="important" src="http://michaelefriedman.com/wp-content/uploads/2010/07/important.jpg" alt="" width="150" height="105" /></a>As professional Network Marketers or just starting out, whether in an MLM business opportunity, an Affiliate marketing business opportunity, Top Tier Direct sales, etc. we all know the well used words <strong>&#8220;the money is in the list&#8221;</strong>. My question today is, if the same time, effort, training and money is expended to add someone to your list or better still have them make a purchase, why earn a small commission when you can earn $200.00, $1,000.00, $5,000.00 or more with top tier direct sales? For most the answer is, &#8220;well, it&#8217;s not a major decision for someone to make a small purchase&#8221; and they would be correct.</p>
<p>However, the solution, fulfilling both sides of the equation can be quite simple, Funded Proposals. Funded Proposal programs present the opportunity to sell a lower cost product in order to build a list, earn money and resell an existing customer. As we all know, there is no better customer than one who has already made a purchase since they will have a propensity to purchase again if their expectations have been met. Not to mention reaching an existing customer is the lowest cost of advertising. Funded proposals provide the opportunity to keep constant revenue coming in while building to the main products.</p>
<p>Unlike MLM, Top Tier Direct sales are structured so that you get paid today (GPT) rather than waiting for checks at the end of the month or the quarter. Your income and your future are self-determined and not directed by a down line.</p>
<p>If you are a network marketer or just thinking about it, your direction should be obvious. You can have the best of both worlds with a Top Tier Direct Sales program supported by a Funded Proposal.</p>
<p>For Tips &amp; Tricks and valuable <a href="http://michaelefriedman.com/?p=663"><span style="color: #0000ff;">Free Training</span></a> on starting any Network Marketing Business whether MLM, Affiliate or Top Tier Direct Sales  Please C1ick <a title="FREE NETWORK MARKETING BUSINESS TRAINING" href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><span style="color: #0000ff;">FREE NETWORK MARKETING BUSINESS TRAINING</span></a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=585" title="Recession Proof Network Marketing – Top Tier vs. MLM">Recession Proof Network Marketing – Top Tier vs. MLM</a></li><li><a href="http://michaelefriedman.com/?p=868" title="How to Find Targeted Twitter Followers">How to Find Targeted Twitter Followers</a></li><li><a href="http://michaelefriedman.com/?p=693" title="Direct Sales Marketing – Bringing Your Home Business to Life">Direct Sales Marketing – Bringing Your Home Business to Life</a></li><li><a href="http://michaelefriedman.com/?p=634" title="&#8220;Information Overload&#8221; &#8211; Is There a Solution?">&#8220;Information Overload&#8221; &#8211; Is There a Solution?</a></li><li><a href="http://michaelefriedman.com/?p=472" title="Self Improvement Tips For Network Marketers">Self Improvement Tips For Network Marketers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=913</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Delete Twitter Direct Messages</title>
		<link>http://michaelefriedman.com/?p=908</link>
		<comments>http://michaelefriedman.com/?p=908#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:53:02 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[delete twitter messages]]></category>
		<category><![CDATA[dm whacker]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[social media marketing]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=908</guid>
		<description><![CDATA[&#8220;How to Easily Delete Twitter Direct Messages&#8221; A really simple technique to remove all your Twitter Direct Messages with one click of your mouse with DM Whacker. For additional information on learning the latest tips and tricks from Leading Experts in Network Marketing please C1ick Here! Related PostsAutomatically Increase Your YouTube ViewsHow to Find Targeted [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D908"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D908&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2><span style="color: #ff0000;">&#8220;How to Easily Delete Twitter Direct Messages&#8221;</span></h2>
<h3><strong>A really simple technique to remove all your Twitter Direct Messages with one click of your mouse with DM Whacker. </strong></h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_PTx9y4lB3o&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/_PTx9y4lB3o&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For additional information on learning the latest tips and tricks from Leading Experts in Network Marketing please <span style="text-decoration: underline;"><strong><span style="color: #0000ff;"><span style="color: #0000ff;"><span style="color: #0000ff;"><a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><span style="color: #0000ff;">C1ick Here</span></a><span style="color: #0000ff;">!</span></span></span></span></strong></span></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=892" title="Automatically Increase Your YouTube Views">Automatically Increase Your YouTube Views</a></li><li><a href="http://michaelefriedman.com/?p=868" title="How to Find Targeted Twitter Followers">How to Find Targeted Twitter Followers</a></li><li><a href="http://michaelefriedman.com/?p=760" title="Facebook PPC Advertising – The New Frontier">Facebook PPC Advertising – The New Frontier</a></li><li><a href="http://michaelefriedman.com/?p=959" title="Basic HTML Made Easy">Basic HTML Made Easy</a></li><li><a href="http://michaelefriedman.com/?p=913" title="A Must Read Before Starting Any Network Marketing Business">A Must Read Before Starting Any Network Marketing Business</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=908</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automatically Increase Your YouTube Views</title>
		<link>http://michaelefriedman.com/?p=892</link>
		<comments>http://michaelefriedman.com/?p=892#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:25:13 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[network marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[increase youtube views]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[succesful network marketers]]></category>
		<category><![CDATA[video marketing]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=892</guid>
		<description><![CDATA[&#8220;How To Automatically Increase Your YouTube Views&#8221; An easy one step process to Automatically Increase YouTube Views to help in building your video views and search engine ranking. For additional information, tips, tricks, secrets, etc.. on Network Marketing Strategies presented by Industry Experts please  C1ick Here. Related Posts&#8220;Information Overload&#8221; &#8211; Is There a Solution?How to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D892"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D892&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h3 style="text-align: center;"><span style="color: #ff0000;">&#8220;How To Automatically Increase Your YouTube Views&#8221;</span></h3>
<p><span style="color: #000000;"><strong>An easy one step process to Automatically Increase YouTube Views to help in building your video views and search engine ranking.</strong></span></p>
<p><span style="color: #000000;"><strong><br />
</strong></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/TjjuHe-V054&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/TjjuHe-V054&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For additional information, tips, tricks, secrets, etc.. on Network Marketing Strategies presented by Industry Experts please  <span style="text-decoration: underline;"><span style="color: #0000ff;"><a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><strong><span style="color: #0000ff;">C1ick Here</span></strong></a></span></span>.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=634" title="&#8220;Information Overload&#8221; &#8211; Is There a Solution?">&#8220;Information Overload&#8221; &#8211; Is There a Solution?</a></li><li><a href="http://michaelefriedman.com/?p=908" title="How to Easily Delete Twitter Direct Messages">How to Easily Delete Twitter Direct Messages</a></li><li><a href="http://michaelefriedman.com/?p=868" title="How to Find Targeted Twitter Followers">How to Find Targeted Twitter Followers</a></li><li><a href="http://michaelefriedman.com/?p=760" title="Facebook PPC Advertising – The New Frontier">Facebook PPC Advertising – The New Frontier</a></li><li><a href="http://michaelefriedman.com/?p=585" title="Recession Proof Network Marketing – Top Tier vs. MLM">Recession Proof Network Marketing – Top Tier vs. MLM</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=892</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Find Targeted Twitter Followers</title>
		<link>http://michaelefriedman.com/?p=868</link>
		<comments>http://michaelefriedman.com/?p=868#comments</comments>
		<pubDate>Fri, 25 Jun 2010 17:50:06 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[how to get targeted twitter followers]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[network marketing training]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[twitter tips]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=868</guid>
		<description><![CDATA[&#8220;How to Find Targeted Twitter Followers&#8221; The following video will guide you through a simple 15 minute a day process to locate and target your competitors&#8217; twitter followers. For additional information, tips, tricks, secrets, etc.. on Network Marketing Strategies presented by Industry Experts please  C1ick Here. Related PostsA Must Read Before Starting Any Network Marketing [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D868"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D868&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2 style="text-align: center;"><strong><span style="color: #ff0000;">&#8220;How to Find Targeted Twitter Followers&#8221;</span></strong></h2>
<p><span style="color: #ff0000;"><strong><span style="color: #000000;">The following video will guide you through a simple 15 minute a day process to locate and target your competitors&#8217; twitter followers. </span></strong></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MuY3P5DpVGo&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/MuY3P5DpVGo&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For additional information, tips, tricks, secrets, etc.. on Network Marketing Strategies presented by Industry Experts please  <a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><strong><span style="color: #0000ff;">C1ick Here</span></strong></a>.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=913" title="A Must Read Before Starting Any Network Marketing Business">A Must Read Before Starting Any Network Marketing Business</a></li><li><a href="http://michaelefriedman.com/?p=908" title="How to Easily Delete Twitter Direct Messages">How to Easily Delete Twitter Direct Messages</a></li><li><a href="http://michaelefriedman.com/?p=892" title="Automatically Increase Your YouTube Views">Automatically Increase Your YouTube Views</a></li><li><a href="http://michaelefriedman.com/?p=760" title="Facebook PPC Advertising – The New Frontier">Facebook PPC Advertising – The New Frontier</a></li><li><a href="http://michaelefriedman.com/?p=634" title="&#8220;Information Overload&#8221; &#8211; Is There a Solution?">&#8220;Information Overload&#8221; &#8211; Is There a Solution?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=868</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>G-8/G-20 &#8211; Toronto Fortress &#8211; Under Siege</title>
		<link>http://michaelefriedman.com/?p=851</link>
		<comments>http://michaelefriedman.com/?p=851#comments</comments>
		<pubDate>Tue, 22 Jun 2010 22:05:15 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=851</guid>
		<description><![CDATA[G-8/G-20 &#8211; Toronto Under Siege The leaders at the G-20 Summit in Canada will decide on the mandate and direction of the G20&#8242;s future course of action and likely to deliberate on issues like global recovery, the framework for strong, sustainable and balanced growth; international financial institutions, etc. As a Canadian and a resident of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D851"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D851&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>G-8/G-20 &#8211; Toronto Under Siege</strong></p>
<p><a rel="attachment wp-att-852" href="http://michaelefriedman.com/?attachment_id=852"><img class="alignleft size-thumbnail wp-image-852" title="cntower" src="http://michaelefriedman.com/wp-content/uploads/2010/06/cntower-150x148.jpg" alt="" width="150" height="148" /></a>The leaders at the G-20 Summit in Canada will decide on the mandate and direction of the G20&#8242;s future course of action and likely to deliberate on issues like global recovery, the framework for strong, sustainable and balanced growth; international financial institutions, etc.</p>
<p>As a Canadian and a resident of Toronto I am have been watching the lock down of this city&#8217;s downtown population of 2.5 million residents. There are over 5600 police personnel responsible for the security of this Summit. Our military forces in Afghanistan almost match this number.  The security alone comes at a cost of over $1 Billion dollars to the Canadian taxpayer. There will be over 70 motorcades of dignitaries arriving at our airport necessitating the closure of 2 highways and countless streets for a minimum of 45 minutes for each individual motorcade.  President Obama&#8217;s motorcade is anticipated to consist of over 30 vehicles not including air surveillance.</p>
<p>The downtown streets and business area surrounding the convention center of the Summit are virtually barricaded fortresses which will soon be filled with protesters, hopefully peaceful, joining the ever present security forces. Schools, the University of Toronto, office towers, and countless business have been closed this week for this event and the potential inevitable mayhem.  The U.S. government has already as of last week issued a travel advisory warning.</p>
<p>So what is my point?  It is why is such extreme measures necessary to secure 19 men (G-20 should really be G-19, one seat is left open) whose only goal for this 2 day event is to try and make a better responsible global community.  Why is there so much hostility for such an important meeting of 19 world leaders under 1 roof?  You comments are very welcomed.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=851</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Training</title>
		<link>http://michaelefriedman.com/?page_id=834</link>
		<comments>http://michaelefriedman.com/?page_id=834#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:21:17 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
		
		<guid isPermaLink="false">http://michaelefriedman.com/?page_id=834</guid>
		<description><![CDATA[Education and Training: The Fundamentals for Success I firmly believe there is a simple formula for success in this new economy. &#8220;Innovative Skills = Additional Value = Greater Income&#8221; And that&#8217;s my goal, equipping people with new skills in order to increase their value in a highly competitive marketplace. Join me Monday’s at 9pm ET, for FREE [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fpage_id%3D834"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fpage_id%3D834&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/QQcCq3yqOb4&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QQcCq3yqOb4&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h3 style="text-align: center;"><span style="color: #000000;">Education and Training: The Fundamentals for Success</span></h3>
<h3 style="text-align: center;"><strong><span style="color: #ff0000;">I firmly believe there is a simple formula for success in this new economy.</span></strong></h3>
<h3 style="text-align: center;"><strong><span style="color: #ff0000;">&#8220;Innovative Skills = Additional Value = Greater Income&#8221;</span></strong></h3>
<h3 style="text-align: center;"><strong><strong><span style="color: #ff0000;">And that&#8217;s my goal, equipping people with new skills </span></strong></strong><strong><strong><span style="color: #ff0000;">in order to increase their value in a highly competitive marketplace.</span></strong></strong></h3>
<p>Join me <strong>Monday’s at 9pm ET</strong>, for <strong>FREE</strong> live <strong>Training</strong>. Designed and created to help people just like you create unlimited leads and customers, regardless of what business you are currently in or thinking about starting. <strong>Learn</strong> cutting edge strategies from<strong>Marketing Experts. </strong><em>For example:</em></p>
<div>
<p>How to capitalize and monetize Social Networks like Facebook, Twitter, &amp; LinkedIn to generate unlimited FREE Leads in a viral environment.</p>
<p>How to structure income generating videos on Free websites like Youtube, Viddler, TubeMogul,Yahoo Video, Veoh, Vimeo, Daily Motion, MetaCafe, etc…</p>
<p>How to strategically market using PPC search engines like Google, Yahoo, Bing and even Facebook to access millions of searches per day with the greatest return for your individual budget.</p>
<p>These webinars designed to give you the tools to establish and grow your business are completely <strong>FREE</strong>.  There is <strong>No Charge</strong><strong> </strong>and <strong>No Pitch</strong> <em>whatsoever</em>.   <span style="color: #0000ff;"> </span><strong><span style="text-decoration: underline;"><span style="color: #0000ff;"><span style="color: #0000ff;"><a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><span style="color: #0000ff;">REGISTER NOW HERE</span></a><span style="color: #0000ff;">!</span></span></span></span></strong></p>
</div>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;page_id=834</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Art of Long Term Success for Internet Entrepreneurs</title>
		<link>http://michaelefriedman.com/?p=777</link>
		<comments>http://michaelefriedman.com/?p=777#comments</comments>
		<pubDate>Mon, 14 Jun 2010 18:06:54 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[internet business opportunities]]></category>
		<category><![CDATA[mindset]]></category>
		<category><![CDATA[internet entrepreneurs]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[online business opportunity]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=777</guid>
		<description><![CDATA[&#8220;A Great Weekend is Over and It’s the Start of a New Week&#8221; A great weekend is over and it’s the start of a new week.  I should feel energized and ready to go but for some reason I just feel like sitting back and doing nothing today.  I’m sure everyone has experienced this very [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D777"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D777&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><meta name="google-site-verification" content="Wm3dETBD1uo_WluXGfd-r79267x3NEaiKQ2s-kG4G7k" /></p>
<h2 style="text-align: center;"><span style="color: #ff0000;">&#8220;A Great Weekend is Over and It’s the Start of a New Week&#8221;</span></h2>
<p>A great weekend is over and it’s the start of a new week.  I should feel energized and ready to go but for some reason I just feel like sitting back and doing nothing today.  I’m sure everyone has experienced this very same feeling.  However, I have an option.  I can sit back and do nothing today because I am my own boss and can work when I want to and how much or little I want to.</p>
<p>Viewing the situation from my perspective is relatively simple.  I am difficult boss and will pick myself up and get down to work.  Although my business is virtually always on autopilot, there is always work to be done, a project to complete, new information and training to catch up on, etc…</p>
<p><a rel="attachment wp-att-786" href="http://michaelefriedman.com/?attachment_id=786"><img class="alignleft size-full wp-image-786" title="perserverance 2" src="http://michaelefriedman.com/wp-content/uploads/2010/06/perserverance-2.bmp" alt="" /></a>The art of long term success for <a href="http://michaelefriedman.com/?p=606">Internet Entrepreneurs</a> is self discipline, perseverance, and tenacity, all easier said than done. To be successful in any career these 3 characteristics are essential.   I would also add the removal of the words “I can’t” from your vocabulary and replace them with “I’ll try”.</p>
<p>Internet business opportunities provide an amazing prospect for personal and financial freedom.  However, they must be viewed and undertaken as seriously as any other business.  The internet has the benefit of access 24/7 – 365 days per year in the largest and fastest growing global marketplace.  The internet never takes a day off, never sleeps, and can be accessed from anywhere in the world at anytime.  If approached with the proper focus, education and training you could certainly turn your work into play.  Now, can there be any better way to live your life!</p>
<p>For additional information about internet business opportunities please <span style="text-decoration: underline;"><span style="color: #0000ff;"><a href="http://financialfreedomleaders.com/?t=blog" target="_blank"><span style="color: #0000ff;">C1ick Here</span></a></span></span></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=704" title="A Beginners Guide to Article Writing">A Beginners Guide to Article Writing</a></li><li><a href="http://michaelefriedman.com/?p=959" title="Basic HTML Made Easy">Basic HTML Made Easy</a></li><li><a href="http://michaelefriedman.com/?p=913" title="A Must Read Before Starting Any Network Marketing Business">A Must Read Before Starting Any Network Marketing Business</a></li><li><a href="http://michaelefriedman.com/?p=908" title="How to Easily Delete Twitter Direct Messages">How to Easily Delete Twitter Direct Messages</a></li><li><a href="http://michaelefriedman.com/?p=892" title="Automatically Increase Your YouTube Views">Automatically Increase Your YouTube Views</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=777</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Facebook PPC Advertising – The New Frontier</title>
		<link>http://michaelefriedman.com/?p=760</link>
		<comments>http://michaelefriedman.com/?p=760#comments</comments>
		<pubDate>Mon, 31 May 2010 15:41:55 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[facebook pay per click]]></category>
		<category><![CDATA[facebook ppc]]></category>
		<category><![CDATA[facebook ppc advertising]]></category>
		<category><![CDATA[home based business]]></category>
		<category><![CDATA[michael e friedman]]></category>
		<category><![CDATA[social media marketing]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=760</guid>
		<description><![CDATA[&#8220;Facebook PPC Advertising&#8221; In today’s saturated and volatile environment of Google PPC (pay per click) leading internet marketers are turning to Facebook Pay Per Click (PPC) for their paid advertising campaigns. Facebook is being utilized today to build a list of social friends and targeted Like (Fan) friends, potential business colleagues, customers, etc. by means [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D760"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D760&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h1 style="text-align: center;"><span style="color: #ff0000;">&#8220;Facebook PPC Advertising&#8221;</span></h1>
<p><a rel="attachment wp-att-762" href="http://michaelefriedman.com/?attachment_id=762"><img class="alignleft size-thumbnail wp-image-762" title="facebook" src="http://michaelefriedman.com/wp-content/uploads/2010/05/facebook-126x150.gif" alt="" width="126" height="150" /></a>In today’s saturated and volatile environment of Google PPC (pay per click) leading internet marketers are turning to Facebook Pay Per Click (PPC) for their paid advertising campaigns. Facebook is being utilized today to build a list of social friends and targeted Like (Fan) friends, potential business colleagues, customers, etc. by means of a separate Facebook Like (Fan) page.</p>
<p>However, from the onset remember Facebook is not a platform for you to promote your business as much as you and what it is you have to offer your followers. The way our internet marketing industry is set up, essentially everyone is offering the same product and the same business; the thing that differentiates you will be your personal brand.</p>
<p>Facebook with its community now over 500 million users is a priceless opportunity for pinpoint accuracy in targeting your PPC advertising campaigns. It provides you with a medium to personally introduce yourself to your market and create your personal brand.</p>
<p>You must differentiate yourself in a crowded market.  Create a compelling brand mission and clearly differentiate yourself from your competitors.  You must explain how you are different and how you are unique.  Remember unique stands out from the ever present wall of mediocrity.</p>
<p>By means of the various fixed tabs and optional tabs you can virtually create a branded website including an opt-in page with various sales funnels without the costs of a website designer or hosting charges. There are no limitations to the customization applications.</p>
<p>Your goal here is to build a loyal list of followers who are excited to view your content.  Provide content on your Wall tab that answers the why and how questions and avoid the what, where and when. Make you content compelling and incorporate the various multi media options such as video and photo options.  Always remember to differentiate yourself and not blend in.</p>
<p>Provide a consistent content, strategy and message.  Share tips that demonstrate immediate value and give something to demonstrate this to start your monetization process; for example, 10 proven steps to dominate page one of Google for your brand.   You must always provide a benefit for coming to your page.  Give value as action always speaks louder than words. Become an authority and your Page will grow virally as you will have something to offer that can only be sourced from you.  You will have built trust and a relationship, the two key foundations for growing any business.</p>
<p>At this point you are ready to create an ad.  I cannot stress strongly enough the importance of first carefully reviewing Facebook’s guidelines for advertising, even if you are an experienced online advertiser.  Facebook PPC advertising is an amazing opportunity with tremendous return on investment.  However, its advertising guidelines are extremely detailed and specific. A breach of policy can end in a permanent suspension.</p>
<p>Create an ad that provides value i.e an ebook, ecourse, a resource, etc. Do not in anyway directly promote for example, a home business with ridiculous income opportunities or any misconceived &#8220;get rich quick&#8221; so-called opportunities.  Remember you are always building your personal brand.  Build an ad with an image and text that demonstrates value, expertise and builds confidence. You will acquire (Fans) with your ad and monetize later with your auto responder emails.  Do not start selling your product or service immediately with your early messages.  Continue providing unique information with your messages and then incorporate with your business opportunity.</p>
<p>For additional information on how you can <a href="http://michaelefriedman.com/?p=663"><span style="color: #0000ff;">learn more</span></a> about Facebook PPC advertising and social media marketing please <span style="text-decoration: underline;"><strong><a href="http://financialfreedomleaders.com/?site=FreeTraining" target="_blank"><span style="color: #0000ff;">C1ick Here</span></a></strong></span>.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://michaelefriedman.com/?p=908" title="How to Easily Delete Twitter Direct Messages">How to Easily Delete Twitter Direct Messages</a></li><li><a href="http://michaelefriedman.com/?p=892" title="Automatically Increase Your YouTube Views">Automatically Increase Your YouTube Views</a></li><li><a href="http://michaelefriedman.com/?p=868" title="How to Find Targeted Twitter Followers">How to Find Targeted Twitter Followers</a></li><li><a href="http://michaelefriedman.com/?p=693" title="Direct Sales Marketing – Bringing Your Home Business to Life">Direct Sales Marketing – Bringing Your Home Business to Life</a></li><li><a href="http://michaelefriedman.com/?p=959" title="Basic HTML Made Easy">Basic HTML Made Easy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=760</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Extreme Makeover &#8211; Starting an Online Business Edition</title>
		<link>http://michaelefriedman.com/?p=745</link>
		<comments>http://michaelefriedman.com/?p=745#comments</comments>
		<pubDate>Wed, 19 May 2010 16:15:36 +0000</pubDate>
		<dc:creator>Michael Friedman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelefriedman.com/?p=745</guid>
		<description><![CDATA[&#8220;STARTING AN ONLINE BUSINESS OPPORTUNITY&#8221; I opened my email this morning and much like any other day I had 57 new emails.  What do you think was the common thread?  How to make money online, how I made $19,344.52 in 72 hours with a $97.00 investment, the one unique secret to create unlimited wealth for [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D745"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmichaelefriedman.com%2F%3Fp%3D745&amp;source=mfriedman01&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<h2 style="text-align: center;"><span style="color: #ff0000;">&#8220;STARTING AN ONLINE BUSINESS OPPORTUNITY&#8221;</span></h2>
<p><a rel="attachment wp-att-757" href="http://michaelefriedman.com/?attachment_id=757"><img class="alignleft size-full wp-image-757" title="thinking" src="http://michaelefriedman.com/wp-content/uploads/2010/05/thinking.jpg" alt="" width="143" height="89" /></a>I opened my email this morning and much like any other day I had 57 new emails.  What do you think was the common thread?  How to make money online, how I made $19,344.52 in 72 hours with a $97.00 investment, the one unique secret to create unlimited wealth for $47.00, make $500.00/day filling out surveys,  etc. etc. etc&#8230;</p>
<p>State of mind plays an important role when reviewing these types of messages. It is important to realize that these types of messages are impulse buying messages. They are designed to get you to think of the possibilities of earning a ridiculous income that will change your life forever with little time or financial commitment. The rule here is simple and very much like the rule for grocery shopping.  Don&#8217;t go grocery shopping when you are hungry.  Don&#8217;t start a business out of desperation or the excitement of amazing life changing possibilities with little financial or time commitment.</p>
<p>Starting a legitimate online business is a serious undertaking.  It is an extreme makeover from a conventional business.  However, the thought process can be no different than starting a brick and mortar business.  You would never buy a brick and mortar business without performing a proper due diligence.  Why would you not do the same for an online business?</p>
<p>An online business opportunity is similar to a franchise. When you buy a franchise the franchiser provides you with training, education, support and a proven duplicable system.  The same should hold true of an online business. Your success will be the direct result of the quality of the education, training and support.  You want to join an organization that is already successful and has hands on training.  You never want to go it alone.</p>
<p>Look for a proven system, plan and template that you can emulate and copy the success of proven leaders in their industry.  Discover a system that is built on leadership, communication and integrity, a system that provides its associates with the tools to virtually copy proven success tactics by means of ongoing training and personal support.</p>
<p>There is tremendous opportunity to make money from home today with a legitimate online business. The internet is the largest and fastest growing marketplace in the world with 1.5 million new visitors a day.  However, do your homework before making a commitment to an online business opportunity. Don&#8217;t get excited by get rich quick business opportunities that require little financial and time investment.  Step back and reflect as to why anyone would share their plan to a 6 or 7 figure income for a $77.00 investment.  They are marketing to greed and generally to naive people who think that they can achieve miraculous results for little money or effort.</p>
<p>Before embarking on an online business opportunity ask yourself these questions. What do I want from life? What am I prepared to commit to attain this?  Do you I have the ability to focus on a work day from home and not be distracted by what is going on around me?   Do I have the ability to persevere through the learning curve?  Basically, you will need to evaluate your goals, plan how you are going to achieve them in realistic steps,  and have the passion to succeed.  Remember at the end of the day it&#8217;s not the money but what the money can do to improve your life, i.e. spend more time with family and friends, exotic vacations, a country home, a new car, etc. It is living your dream.</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://michaelefriedman.com/?feed=rss2&amp;p=745</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk

Served from: michaelefriedman.com @ 2010-09-09 06:42:11 -->