<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Style Blog Designs</title>
	
	<link>http://styleblogdesigns.com</link>
	<description>Help You Build Nicer Blog</description>
	<pubDate>Sun, 22 Feb 2009 16:44:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/StyleBlogDesigns" /><feedburner:info uri="styleblogdesigns" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>StyleBlogDesigns</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/yCbTF7jm6As/</link>
		<comments>http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:12:52 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[allocated memory]]></category>

		<category><![CDATA[exhausted]]></category>

		<category><![CDATA[fatal error]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=224</guid>
		<description><![CDATA[This post is for people who have an error message when you try to log into your wordpress dashboard or any part of your wordpress admin page. Usually an error message &#8220;Fatal Error: Allowed Memory Size of &#8230; bytes exhausted (tried to allocate &#8230; bytes) in /home/&#8230; on line &#8230;&#8221; 

The reason for this is [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/problem-showing-full-text-rss-feed-feedburner/' rel='bookmark' title='Permanent Link: Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)'>Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)</a> <small>Self-hosted Wordpress 2.6 RSS feed only show the summary of...</small></li><li><a href='http://styleblogdesigns.com/posting-not-displaying-ie7/' rel='bookmark' title='Permanent Link: Posting not displaying properly in IE7 (Solved)'>Posting not displaying properly in IE7 (Solved)</a> <small>This post is for people who have issues with your...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>This post is for people who have an error message when you try to log into your wordpress dashboard or any part of your wordpress admin page. Usually an error message &#8220;Fatal Error: Allowed Memory Size of &#8230; bytes exhausted (tried to allocate &#8230; bytes) in /home/&#8230; on line &#8230;&#8221; </strong></p>
<p style="text-align: center; "><a href="http://styleblogdesigns.com/wp-content/uploads/2009/01/fatal-error.jpg"><img class="aligncenter size-full wp-image-220" title="fatal-error" src="http://styleblogdesigns.com/wp-content/uploads/2009/01/fatal-error.jpg" alt="" width="500" height="83" /></a></p>
<p style="text-align: left; ">The reason for this is because you have overloaded your php with tons of instructions by adding too many plugins and etc. It is a memory issue, so you would have to edit your wordpress settings manually.</p>
<h3><strong>Troubleshoot:</strong></h3>
<p style="text-align: left; "><strong>Step 1</strong></p>
<p style="text-align: left; ">First we must find the file wp-settings.php</p>
<p style="text-align: left; ">You can use your online file manager that comes with your hosting account or like me, you can use a ftp client to locate your file in your hosting server. The file is probably inside the folder where you install WP.</p>
<p style="text-align: left; "><a href="http://styleblogdesigns.com/wp-content/uploads/2009/01/find-files.jpg"><img class="aligncenter size-full wp-image-221" title="find-files" src="http://styleblogdesigns.com/wp-content/uploads/2009/01/find-files.jpg" alt="" width="500" height="180" /></a><strong></strong></p>
<p style="text-align: left; "> </p>
<p style="text-align: left; "><strong>Step 2</strong></p>
<p style="text-align: left; ">Once you find the file, you must open it for editing</p>
<p style="text-align: left; "> </p>
<p style="text-align: left; "><strong>Step 3</strong></p>
<p style="text-align: left; ">Inside the file, look for the line &#8220;define(&#8217;WP_MEMORY_LIMIT &#8220;</p>
<p style="text-align: left; ">Depend on your original setting, some of you might see 8M, 16M or 32M.</p>
<p style="text-align: left; "><a href="http://styleblogdesigns.com/wp-content/uploads/2009/01/wp-settings.jpg"><img class="aligncenter size-full wp-image-222" title="wp-settings" src="http://styleblogdesigns.com/wp-content/uploads/2009/01/wp-settings.jpg" alt="" width="498" height="367" /></a><strong>Step 4</strong></p>
<p style="text-align: left; ">Just change that figure to double the original amount and saved it. (Overwrite the original file)</p>
<p style="text-align: left; ">And that is about it.</p>
<p style="text-align: left; ">If the error were to occur again some time later, it could be due to a Wordpress version updates that reset the changes back to the lower memory amount. </p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/problem-showing-full-text-rss-feed-feedburner/' rel='bookmark' title='Permanent Link: Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)'>Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)</a> <small>Self-hosted Wordpress 2.6 RSS feed only show the summary of...</small></li><li><a href='http://styleblogdesigns.com/posting-not-displaying-ie7/' rel='bookmark' title='Permanent Link: Posting not displaying properly in IE7 (Solved)'>Posting not displaying properly in IE7 (Solved)</a> <small>This post is for people who have issues with your...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=39XtuwL7"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=oQ7Sk8Nj"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=LnCkoyua"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=LnCkoyua" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=EbXCueqD"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=EbXCueqD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=2dwNTodY"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=ejXpPPab"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=ejXpPPab" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=VYR2lDnI"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=VYR2lDnI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=sZcIoQEr"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=QmigCiAW"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/yCbTF7jm6As" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/</feedburner:origLink></item>
		<item>
		<title>Posting not displaying properly in IE7 (Solved)</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/ce8uyqIdwrM/</link>
		<comments>http://styleblogdesigns.com/posting-not-displaying-ie7/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 03:40:39 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[IE7]]></category>

		<category><![CDATA[posting not displayed]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=204</guid>
		<description><![CDATA[This post is for people who have issues with your blog posting, usually getting only half your page to display or missing sidebars only in Internet Explorer.

The reason is because you have copy your text directly from MS Word and paste onto your blog post WYSIWYG post editor. Some &#8220;not-so-friendly&#8221; html code will be auto-included [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/' rel='bookmark' title='Permanent Link: Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)'>Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)</a> <small>This post is for people who have an error message...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>This post is for people who have issues with your blog posting, usually getting only half your page to display or missing sidebars only in Internet Explorer.</strong></p>
<p><img class="aligncenter size-full wp-image-216" title="Fail" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/2043-fail-camera.jpg" alt="" width="500" height="420" /></p>
<p>The reason is because you have copy your text directly from MS Word and paste onto your blog post WYSIWYG post editor. Some &#8220;not-so-friendly&#8221; html code will be auto-included by the WYSIWYG editor.</p>
<p><strong>Troubleshoot:</strong></p>
<p><strong>Step #1</strong><br />
Go and edit your faulty blog post, check the HTML code by selecting the &#8220;HTML&#8221; tab <br />
If you know how to read html, remove any funny HTML code that doesn&#8217;t belong there<br />
If not carry on with step #2</p>
<p><strong>Step #2</strong><br />
Go back to you Visual View by selecting the &#8220;Visual&#8221; tab<br />
Activate all your mini icons first</p>
<p><a href="http://styleblogdesigns.com/wp-content/uploads/2008/10/step-1.jpg"><img class="aligncenter size-full wp-image-209" title="Show all Icons" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/step-1.jpg" alt="" width="500" height="90" /></a></p>
<p><strong>Step #3</strong><br />
Select the whole article and cut (Ctrl+x) the whole post.</p>
<p><strong>Step #4</strong><br />
Select the MS Words Icon, A text box will pop-up.</p>
<p><a href="http://styleblogdesigns.com/wp-content/uploads/2008/10/step-2.jpg"><img class="aligncenter size-full wp-image-208" title="Paste MS Word text" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/step-2.jpg" alt="" width="500" height="90" /></a></p>
<p><strong>Step #5</strong><br />
Paste the code (Ctrl+v) into the text editor<br />
Click on &#8220;Insert&#8221;, that&#8217;s it!</p>
<p> </p>
<p><strong>Summary</strong></p>
<p>This error with IE7 will occurs because of the auto-include features of WP WYSIWYG text editor. Unlike Mozilla or Chrome browsers, IE browser behaves badly when they see the fuzzy formatting and assume it is bad programming and ignore the later posting.</p>
<p>Last but not least, if you were to copy any text from MS Words in future, do make use of the option available in the WP editor.</p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/' rel='bookmark' title='Permanent Link: Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)'>Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)</a> <small>This post is for people who have an error message...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=hq4Xbh3r"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=iji6oHZA"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=pcad5JQT"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=pcad5JQT" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=li1atZiw"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=li1atZiw" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=qtwran1p"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=h9cMGGK5"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=h9cMGGK5" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=dDRbZpHQ"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=dDRbZpHQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=2ttdcLa5"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=SpCnDqjJ"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/ce8uyqIdwrM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/posting-not-displaying-ie7/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/posting-not-displaying-ie7/</feedburner:origLink></item>
		<item>
		<title>The First Key To A Successful Blog</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/F8A2zeAgzVk/</link>
		<comments>http://styleblogdesigns.com/first-key-successful-blog/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 11:33:30 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[business blog]]></category>

		<category><![CDATA[key to success]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=58</guid>
		<description><![CDATA[ Photo credit: Flickr
Just a simple test; Which real estate agents would you more likely to trust when you want to buy a house, someone wearing singlet and shorts or someone in a suit? I believe most would have chosen the later.
According to studies, it takes only 0.1sec for us to make up our minds about [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/' rel='bookmark' title='Permanent Link: 3 Reasons Why You Need a Blog'>3 Reasons Why You Need a Blog</a> <small>There are actually tons and tons of reasons why you...</small></li><li><a href='http://styleblogdesigns.com/7-benefits-business-blog/' rel='bookmark' title='Permanent Link: 7 Benefits of a Business Blog'>7 Benefits of a Business Blog</a> <small> Photo credit: Flickr Business blog is a good way to...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;"><img class="aligncenter size-full wp-image-162" title="Old Key on Table" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/old_key_on_table.jpg" alt="" width="490" height="231" /><em> Photo credit:</em> <a href="http://flickr.com/photos/ul_marga/755378645/" onclick="pageTracker._trackPageview('/outgoing/flickr.com/photos/ul_marga/755378645/?referer=');">Flickr</a></p>
<p>Just a simple test; Which real estate agents would you more likely to trust when you want to buy a house, someone wearing singlet and shorts or someone in a suit? I believe most would have chosen the later.</p>
<p>According to studies, it takes only 0.1sec for us to make up our minds about people and businesses. Sales are often loss because a customer&#8217;s first impressions on the business are lousy.</p>
<p>We know first impressions are important, but many business owners often forget this point when they create their business blogs. They forget potential clients visiting their blogs behave in a very similar manner to how they would behave in real person contact.</p>
<p>If you believe that by focusing on just creating high quality products and services alone can make your business successful, then I must warn you, you are having narrow vision in your approach towards your business blog’s success. What people often do not tell you, the first key to a successful business blog is your <strong>BLOG DESIGN</strong>.</p>
<p>A business blog that is built using a standard template will give readers the impression of lazy, unprofessional, not trustworthy and boring. Even if you have the greatest products or services in your industry, your blog design will prevent your potential clients from giving you a chance. And without your clients, how are you suppose to make a successful sales?</p>
<p>You should use your business blog as one of your business assets to achieve your goals. Whether you are selling a products or services, blog design is something you must not neglect if you want to succeed.</p>
<p>It is time you should think about building a business blog with a good design to send the right message to your readers. This is the first key to success with your business blog.</p>
<p>Style Blog Designs is all about helping you create your first <a href="http://styleblogdesigns.com/services/">key </a>to a succesful business blog.</p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/' rel='bookmark' title='Permanent Link: 3 Reasons Why You Need a Blog'>3 Reasons Why You Need a Blog</a> <small>There are actually tons and tons of reasons why you...</small></li><li><a href='http://styleblogdesigns.com/7-benefits-business-blog/' rel='bookmark' title='Permanent Link: 7 Benefits of a Business Blog'>7 Benefits of a Business Blog</a> <small> Photo credit: Flickr Business blog is a good way to...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=iAX5jPkS"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=x5mda8ef"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=QJiumYDB"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=QJiumYDB" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=Dlw2raXX"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=Dlw2raXX" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=dzGBRS5y"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=CZ8xs2PK"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=CZ8xs2PK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=VZrILNV8"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=VZrILNV8" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=TA8IwaX5"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=8vjGi1NB"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/F8A2zeAgzVk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/first-key-successful-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/first-key-successful-blog/</feedburner:origLink></item>
		<item>
		<title>Wordpress 2.6 Problem With Showing Full Text RSS Feed Using Feedburner (Solved)</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/22h6KUJWke8/</link>
		<comments>http://styleblogdesigns.com/problem-showing-full-text-rss-feed-feedburner/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 18:59:52 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[Troubleshooting]]></category>

		<category><![CDATA[2.6]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[feedburner]]></category>

		<category><![CDATA[full text]]></category>

		<category><![CDATA[problem]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=139</guid>
		<description><![CDATA[Self-hosted Wordpress 2.6 RSS feed only show the summary of the post even when setting is set to &#8220;Full text&#8221; mode for my Feedburner Feed.
If your RSS feed from Feedburner only display the excepts of your posts even after you have set your wordpress settings to &#8220;Full text&#8221; mode, just follow these steps:
Step #1
Go to [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/' rel='bookmark' title='Permanent Link: Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)'>Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)</a> <small>This post is for people who have an error message...</small></li><li><a href='http://styleblogdesigns.com/posting-not-displaying-ie7/' rel='bookmark' title='Permanent Link: Posting not displaying properly in IE7 (Solved)'>Posting not displaying properly in IE7 (Solved)</a> <small>This post is for people who have issues with your...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Self-hosted Wordpress 2.6 RSS feed only show the summary of the post even when setting is set to &#8220;Full text&#8221; mode for my Feedburner Feed.</strong><br />
<img class="center size-full wp-image-140 aligncenter" style="margin-top: 20px; margin-bottom: 20px;" title="FAIL" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/failed.jpg" alt="" width="240" height="234" />If your RSS feed from Feedburner only display the excepts of your posts even after you have set your wordpress settings to &#8220;Full text&#8221; mode, just follow these steps:</p>
<p><strong>Step #1</strong></p>
<p>Go to Wordpress &#8220;Settings&#8221; -&gt; &#8220;Reading&#8221; -&gt;</p>
<p><img class="alignnone size-full wp-image-143" title="WP RSS Settings" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/wp-rss.jpg" alt="" width="267" height="69" /><br />
Select &#8220;Full text&#8221; and then save changes.</p>
<p><strong>Step #2</strong></p>
<p>Go to Feedburner -&gt; your feed dashboard-&gt; &#8220;Edit Feed Details&#8221; -&gt;</p>
<p style="text-align: center;"><img class="size-full wp-image-144 aligncenter" title="Feedburner" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/feedburner.jpg" alt="" width="500" height="182" /></p>
<p>Change the Original Feed to -&gt; yourdomain.com/?feed=rss2</p>
<p>Now go back to check your Feed, it should be working now. <img src='http://styleblogdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Summary</strong></p>
<p>The likely reason for the problem that you face would have been because you have used the wrong feed source from your website. Feedburner requires &#8220;feed=rss2&#8243; for full text and the default setting on your WP could have been &#8220;feed=rss&#8221;.</p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/wordpress-fatal-error-allowed-memory-size-of-bytes-exhausted-solved/' rel='bookmark' title='Permanent Link: Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)'>Wordpress Fatal Error: Allowed Memory Size of bytes exhausted (solved)</a> <small>This post is for people who have an error message...</small></li><li><a href='http://styleblogdesigns.com/posting-not-displaying-ie7/' rel='bookmark' title='Permanent Link: Posting not displaying properly in IE7 (Solved)'>Posting not displaying properly in IE7 (Solved)</a> <small>This post is for people who have issues with your...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=KqLDwO5Y"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=3T682h6J"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=llUNhYGV"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=llUNhYGV" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=lnRdrvxI"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=lnRdrvxI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=3MaGCOqu"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=ZwPPAdCm"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=ZwPPAdCm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=uA6PnDgW"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=uA6PnDgW" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=LLvAMHQO"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=iK3TIzqd"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/22h6KUJWke8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/problem-showing-full-text-rss-feed-feedburner/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/problem-showing-full-text-rss-feed-feedburner/</feedburner:origLink></item>
		<item>
		<title>7 Benefits of a Business Blog</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/4CMUcDeq0UI/</link>
		<comments>http://styleblogdesigns.com/7-benefits-business-blog/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:21:18 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[business blog]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=55</guid>
		<description><![CDATA[ Photo credit: Flickr
Business blog is a good way to start your business profile on the internet. It is especially so if you are a smaller player in the market and struggle to get your business properly anchored against other larger competitors.
7 benefits of having a business blog:
Benefit #1 - Simple And Easy 
A blog is so [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/' rel='bookmark' title='Permanent Link: 3 Reasons Why You Need a Blog'>3 Reasons Why You Need a Blog</a> <small>There are actually tons and tons of reasons why you...</small></li><li><a href='http://styleblogdesigns.com/first-key-successful-blog/' rel='bookmark' title='Permanent Link: The First Key To A Successful Blog'>The First Key To A Successful Blog</a> <small> Photo credit: Flickr Just a simple test; Which real estate...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<address style="text-align: right;"><img class="aligncenter size-full wp-image-132" title="Singapore CBD at Night" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/singapore-cbd-at-night.jpg" alt="" width="500" height="304" /> Photo credit: <a href="http://www.flickr.com/photos/adforce1/2178581590/" onclick="pageTracker._trackPageview('/outgoing/www.flickr.com/photos/adforce1/2178581590/?referer=');">Flickr</a></address>
<p>Business blog is a good way to start your business profile on the internet. It is especially so if you are a smaller player in the market and struggle to get your business properly anchored against other larger competitors.</p>
<p><strong><em>7 benefits of having a business blog:</em></strong></p>
<p><strong>Benefit #1 - Simple And Easy </strong></p>
<p>A blog is so simple to maintain that even people with little technological background can handle it without problem. It is quick to set up and easy to maintain by the business owner.</p>
<p><strong>Benefit #2 - Low Setup Cost</strong></p>
<p>It does not cost a lot to get a blog and there are people who specialize in setting up a blog for business. The whole setup will only <a href="http://styleblogdesigns.com/services/">cost</a> a few hundred dollars and please do not be surprise that one day your business blog will become the best marketing tools you have for your business. The total money you spend on setting up the business blog is definitely much lesser than the 1 month <a href="http://www.acpeople.com.au/cat/Sales-and-Marketing-Managers_1231xj.htm" onclick="pageTracker._trackPageview('/outgoing/www.acpeople.com.au/cat/Sales-and-Marketing-Managers_1231xj.htm?referer=');">salary</a> of your salesperson.</p>
<p><strong>Benefit #3 - Efficient Way to Broadcast your Business News</strong></p>
<p>One huge benefit of your business blog is the simple and efficient way you can inform your clients of any important announcements, new products or services, promotions and much more. With better communication and updates, it will lead to more direct sales for your business. As written in the last <a href="http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/">article</a>, more and more people are reading and trusting the informations they read on blogs. If your blog is interesting and informative, they be coming back for more. After you capture the hearts if your reader, your business will more likely to get more referrals and leads for your business.</p>
<p><strong>Benefit #4 - RSS Newsletter</strong></p>
<p>Frequent updates on the information and news of your business is important in client relationships maintenance. The best tool of a business blog to keep your reader updated is your RSS Feed (Newsletter). When your readers subscribe to your blog, they will receive updates whenever you post something new onto your business blog. You just need to post on your blog, and your blog will automatically inform your readers on the new updates. It is that simple!</p>
<p><strong>Benefit #5 - Your Business Look Friendly and Open</strong></p>
<p>Your visitors are given the opportunities to post comments on all your postings and this will make your business look more open and friendly. In a normal off line business, many potential clients are often too shy to ask you a questions. Having a business blog for them to ask questions is the best way to makes your business looks more approachable and it also helps improve your credibility when you can take away their worries.</p>
<p><strong>Benefit #6 - Trustworthy</strong></p>
<p>Trustworthiness is important for any kind of businesses. If your business blog can provide readers quality information on your type of business, they are more likely to trust you and buy a product or service from you. By giving the latest insight on the latest news in your industry and providing your honest opinions on issues related to your business will make you look like an expert in your area of business.</p>
<p><strong>Benefit #7 - Brand Exposure</strong></p>
<p>As research shows, it takes around 7 direct contacts between you and your potential clients to make a sale. Therefore, the more a potential client reads or hears about you, the greater the chance of a sale from him. If you mention your business name in your blog postings regularly, the easier your potential clients will remember you and think of your company when they need your product or service.</p>
<p><strong>Summary</strong></p>
<p>Business blog is a valuable tool (other than you yourself) to add to your business asset. It is a good way to start and definitely a good way to market your business. In this post, we look the benefits of having a business blog, in the next posting, we will look at how a blog design is important to your business.</p>
<blockquote><p>You will never win if you never begin. - <em>Robert Schuller</em></p></blockquote>
<p>Style Blog Designs provide custom blog <a href="http://styleblogdesigns.com/services/">services</a> to jump start your business.<br />
<a href="http://styleblogdesigns.com/contact/">Contact</a> us today for more details on building a business blog.</p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/' rel='bookmark' title='Permanent Link: 3 Reasons Why You Need a Blog'>3 Reasons Why You Need a Blog</a> <small>There are actually tons and tons of reasons why you...</small></li><li><a href='http://styleblogdesigns.com/first-key-successful-blog/' rel='bookmark' title='Permanent Link: The First Key To A Successful Blog'>The First Key To A Successful Blog</a> <small> Photo credit: Flickr Just a simple test; Which real estate...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=tHPsDS1k"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=Gq1dnC9U"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=ylvjcnSX"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=ylvjcnSX" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=AGbkEuQF"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=AGbkEuQF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=jaAdYYe7"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=U7edIrbJ"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=U7edIrbJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=zvHBvTVa"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=zvHBvTVa" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=QyVEz2xD"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=xNujuD44"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/4CMUcDeq0UI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/7-benefits-business-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/7-benefits-business-blog/</feedburner:origLink></item>
		<item>
		<title>3 Reasons Why You Need a Blog</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/Ju1416qmLrU/</link>
		<comments>http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 21:25:19 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[business blog]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=110</guid>
		<description><![CDATA[There are actually tons and tons of reasons why you need to start a blog, but what I like to cover is in the context of starting a business blog. Why do you need a business blog?
 When I ask a few successful business owners and professionals in my previous job how would they define a [...]


Related posts:<ol><li><a href='http://styleblogdesigns.com/7-benefits-business-blog/' rel='bookmark' title='Permanent Link: 7 Benefits of a Business Blog'>7 Benefits of a Business Blog</a> <small> Photo credit: Flickr Business blog is a good way to...</small></li><li><a href='http://styleblogdesigns.com/first-key-successful-blog/' rel='bookmark' title='Permanent Link: The First Key To A Successful Blog'>The First Key To A Successful Blog</a> <small> Photo credit: Flickr Just a simple test; Which real estate...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>There are actually tons and tons of reasons why you need to start a blog, but what I like to cover is in the context of starting a business blog. Why do you need a business blog?</strong></p>
<blockquote><p> <em>When I ask a few successful business owners and professionals in my previous job how would they define a successful business, most of them have given me a simple, yet direct answer - Business that make money!. </em></p></blockquote>
<p>And in a simplified manner, I define success as such:</p>
<p style="text-align: center;">SUCCESS &lt;- PROFIT &lt;- SALES &lt;- CLIENTS</p>
<p>A successful business must have profit which comes from the sales given by the clients. Therefore, a successful business must start from finding your potential clients.</p>
<p>It is important to know where you can find your potential clients and one of the many ways that I like to suggest is through a business blog because blogging is the new trend and blogging will be the future of online marketing. </p>
<p> </p>
<p><strong>3 Reasons Why You Need a Business Blog:</strong></p>
<p><strong>Reason #1 - Blogs are gaining credibility and people are taking them more seriously as information sources.</strong></p>
<p><img class="aligncenter size-full wp-image-114" title="Perceptions" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/chart-p5-perceptions.png" alt="" width="500" height="239" /><br />
Your potential clients are reading blogs to find out more information about the business you do. And since they have to read it from someone&#8217;s blog, why not let the someone be you?</p>
<p> </p>
<p><strong>Reason #2 - Blogs are read by more than half the internet users.</strong></p>
<p>50% of Internet users are blog readers in 2007 from eMarketer (May 2008)<br />
77% of active Internet users read blogs from Universal McCann (March 2008)</p>
<p>Currently, most clients will ask you, &#8220;Do you have an email?&#8221;.<br />
A few years down the road they will be asking, &#8220;Do you have a blog?&#8221;.</p>
<p> </p>
<p><strong>Reason #3 - Blog readers are more educated and more affluent than the general population.</strong></p>
<p> </p>
<p><img class="aligncenter size-full wp-image-115" title="Salary" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/chart-p1-salary.png" alt="" width="500" height="221" /></p>
<p><img class="aligncenter size-full wp-image-116" title="Age and Gender" src="http://styleblogdesigns.com/wp-content/uploads/2008/10/chart-p1-agegender.png" alt="" width="500" height="252" /><br />
Are they your potential clients?</p>
<p>- 50% are above 35<br />
- 44% are parents<br />
- 70% have college degrees<br />
- Four in ten have an annual household income of $75K+<br />
- One in four have an annual household income of $100K+</p>
<p>Are they likely to use your products or services in their life time?<br />
 </p>
<p><strong>Summary</strong></p>
<p>Business blogs are a good start for you to find your potential clients. Be the first mover among your competitors and start a blog to reach out to millions of readers all over the world!</p>
<p><strong>How do I get started?</strong></p>
<p>I offer blog design and development <a title="Services I Offer" href="http://styleblogdesigns.com/services/" target="_self">services</a>, along with a lot of useful tips for you to start your business blog. Please do not hesitate to <a title="Contact" href="http://styleblogdesigns.com/contact/" target="_self">contact </a>me if you need help setting up your blog.</p>


<p>Related posts:<ol><li><a href='http://styleblogdesigns.com/7-benefits-business-blog/' rel='bookmark' title='Permanent Link: 7 Benefits of a Business Blog'>7 Benefits of a Business Blog</a> <small> Photo credit: Flickr Business blog is a good way to...</small></li><li><a href='http://styleblogdesigns.com/first-key-successful-blog/' rel='bookmark' title='Permanent Link: The First Key To A Successful Blog'>The First Key To A Successful Blog</a> <small> Photo credit: Flickr Just a simple test; Which real estate...</small></li></ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=cYuc62w6"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=93cHtSGc"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=tq3WDJvD"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=tq3WDJvD" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=xg70AxRA"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=xg70AxRA" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=qFgV81wp"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=3IFQEDcM"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=3IFQEDcM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=ILfA1w64"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=ILfA1w64" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=giVHy26j"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=zf9HiR90"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/Ju1416qmLrU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/3-reasons-why-you-need-a-blog/</feedburner:origLink></item>
		<item>
		<title>Introducing: Style Blog Designs dot com</title>
		<link>http://feedproxy.google.com/~r/StyleBlogDesigns/~3/Lqbd5grfWyk/</link>
		<comments>http://styleblogdesigns.com/introducing-style-blog-designs/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 17:26:33 +0000</pubDate>
		<dc:creator>Ren</dc:creator>
		
		<category><![CDATA[Blog Design]]></category>

		<category><![CDATA[blog designs]]></category>

		<guid isPermaLink="false">http://styleblogdesigns.com/?p=27</guid>
		<description><![CDATA[Here it is, it took me a while but I have finally started my blog.
This is a blog for me to express my opinions  and tips on the styles of Blog Designs and how to design, market, and maintain your blog business. In addition, I will feature some cool design tutorials and inspiring styles [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here it is, it took me a while but I have finally started my blog.</p>
<p>This is a blog for me to express my opinions  and tips on the styles of Blog Designs and how to design, market, and maintain your blog business. In addition, I will feature some cool design tutorials and inspiring styles for you guys.</p>
<p>There are still a lot of improvements to be made on the design and I will slowly update the site in the next few weeks.</p>
<p>By the way, If you need a web design or want a makeover for your existing website, I will gladly assist you.</p>
<p>Once again, thanks for visiting Style Blog Designs dot com.</p>
<p>Do come back soon and please subscribe to my RSS Feed.</p>


<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=v4NSFsCF"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=41" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=vK8ukJ1G"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=129" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=jjtUpu6Z"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=jjtUpu6Z" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=OeYxHc0y"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=OeYxHc0y" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=wPp90NiL"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=50" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=dm5LSX0p"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=dm5LSX0p" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=fRWWixLf"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?i=fRWWixLf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=LfaB7IEN"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=43" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StyleBlogDesigns?a=1P4YO17Y"><img src="http://feeds.feedburner.com/~f/StyleBlogDesigns?d=52" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/StyleBlogDesigns/~4/Lqbd5grfWyk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://styleblogdesigns.com/introducing-style-blog-designs/feed/</wfw:commentRss>
		<feedburner:origLink>http://styleblogdesigns.com/introducing-style-blog-designs/</feedburner:origLink></item>
	</channel>
</rss>

