<?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>Great Blogging Tips for Newbies! &#187; Tutorial</title>
	<atom:link href="http://www.greatbloggingtips.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greatbloggingtips.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 06:56:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Permanently Delete MySQL Service after uninstall</title>
		<link>http://www.greatbloggingtips.com/permanently-delete-mysql-service-after-uninstall/</link>
		<comments>http://www.greatbloggingtips.com/permanently-delete-mysql-service-after-uninstall/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 13:46:59 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=407</guid>
		<description><![CDATA[After uninstalling MySQL from my computer, I found that the service still remained. Later on, I found that we can manually remove it. To do it, follow these simple steps. Navigate to Start button -&#62; All Programs -&#62; Accessories -&#62;Command Prompt. Right click on Command Prompt and select &#8216;Run as administrator&#8217;. Type sc delete mysql [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (16)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-administrator-user-account-in-windows-7/" rel="bookmark">Enable Administrator User Account in Windows 7</a><!-- (15.5)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>After uninstalling MySQL from my computer, I found that the service still remained.</p>
<p>Later on, I found that we can manually remove it.</p>
<p>To do it, follow these simple steps.</p>
<ol>
<li>Navigate to Start button -&gt; All Programs -&gt; Accessories -&gt;Command Prompt. Right click on Command Prompt and select &#8216;Run as administrator&#8217;.
<p><div id="attachment_397" class="wp-caption aligncenter" style="width: 371px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-1.jpg"><img class="size-full wp-image-397" title="Windows 7 Enable Administrator Account - 1" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-1.jpg" alt="" width="361" height="600" /></a><p class="wp-caption-text">Right click Command Prompt and click &#39;Run as administrator&#39;</p></div></li>
<li>Type <code>sc delete mysql</code> and press Enter. Voila! The service is now removed.</li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (16)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-administrator-user-account-in-windows-7/" rel="bookmark">Enable Administrator User Account in Windows 7</a><!-- (15.5)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/permanently-delete-mysql-service-after-uninstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Administrator User Account in Windows 7</title>
		<link>http://www.greatbloggingtips.com/enable-administrator-user-account-in-windows-7/</link>
		<comments>http://www.greatbloggingtips.com/enable-administrator-user-account-in-windows-7/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 02:47:17 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=400</guid>
		<description><![CDATA[As a software developer, it is unavoidable that we sometimes need to enable Administrator user account in Windows 7 to modify some settings. But be reminded not to use this account as default because it&#8217;ll make you exposed to certain security threats. Here&#8217;s a simple tutorial on how to enable Administrator user account in Windows [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/permanently-delete-mysql-service-after-uninstall/" rel="bookmark">Permanently Delete MySQL Service after uninstall</a><!-- (21.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/unable-to-change-wallpaper-in-windows-7-fix/" rel="bookmark">Unable to Change Wallpaper in Windows 7 Fix</a><!-- (17.2)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (12.9)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (12.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-install-wordpress-to-your-server-manually-step-by-step-installation/" rel="bookmark">How to Install WordPress to Your Server Manually &#8211; Step by Step Installation</a><!-- (6.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>As a software developer, it is unavoidable that we sometimes need to <strong>enable Administrator user account in Windows 7 </strong>to modify some settings. But be reminded not to use this account as default because it&#8217;ll make you exposed to certain security threats.</p>
<p>Here&#8217;s a simple tutorial on how to enable Administrator user account in Windows 7.</p>
<ol>
<li>Navigate to Start button -&gt; All Programs -&gt; Accessories -&gt;Command Prompt. Right click on Command Prompt and select &#8216;Run as administrator&#8217;.
<div id="attachment_397" class="wp-caption aligncenter" style="width: 371px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-1.jpg"><img class="size-full wp-image-397" title="Windows 7 Enable Administrator Account - 1" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-1.jpg" alt="" width="361" height="600" /></a><p class="wp-caption-text">Right click Command Prompt and click &#39;Run as administrator&#39;</p></div>
<p>&nbsp;</li>
<li>Type &#8220;net user administrator /active:yes&#8221; and press Enter.
<div id="attachment_398" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-2.jpg"><img class="size-full wp-image-398" title="Windows 7 Enable Administrator Account - 2" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-2.jpg" alt="" width="500" height="147" /></a><p class="wp-caption-text">Type &quot;net user administrator /active:yes&quot; and press Enter</p></div>
<p>&nbsp;</li>
<li>When you switch user, you will be able to see an Administrator user account.
<p><div id="attachment_399" class="wp-caption aligncenter" style="width: 368px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-3.jpg"><img class="size-full wp-image-399" title="Windows 7 Enable Administrator Account - 3" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Enable-Administrator-Account-3.jpg" alt="" width="358" height="500" /></a><p class="wp-caption-text">When you switch user, you will be able to see an Administrator account</p></div></li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/permanently-delete-mysql-service-after-uninstall/" rel="bookmark">Permanently Delete MySQL Service after uninstall</a><!-- (21.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/unable-to-change-wallpaper-in-windows-7-fix/" rel="bookmark">Unable to Change Wallpaper in Windows 7 Fix</a><!-- (17.2)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (12.9)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (12.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-install-wordpress-to-your-server-manually-step-by-step-installation/" rel="bookmark">How to Install WordPress to Your Server Manually &#8211; Step by Step Installation</a><!-- (6.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/enable-administrator-user-account-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Change Wallpaper in Windows 7 Fix</title>
		<link>http://www.greatbloggingtips.com/unable-to-change-wallpaper-in-windows-7-fix/</link>
		<comments>http://www.greatbloggingtips.com/unable-to-change-wallpaper-in-windows-7-fix/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 04:34:26 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=388</guid>
		<description><![CDATA[Recently I&#8217;ve bought a new laptop from Dell. When I wanted to change the wallpaper, it still remains the same no matter how many times I try to change it. After some research, I finally found the solution. It&#8217;s actually really simple. Just follow these 3 steps and you&#8217;re good to go. Open Windows Explorer. [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (13.7)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-change-the-font-of-adsense-ad-unit/" rel="bookmark">How to Change the Font of AdSense Ad Unit</a><!-- (12.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (5.7)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve bought a new laptop from Dell. When I wanted to change the wallpaper, it still remains the same no matter how many times I try to change it.</p>
<p>After some research, I finally found the solution. It&#8217;s actually really simple. Just follow these 3 steps and you&#8217;re good to go.</p>
<ol>
<li>Open Windows Explorer.
<div id="attachment_392" class="wp-caption aligncenter" style="width: 588px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-1.jpg"><img class="size-full wp-image-392" title="Windows 7 Change Wallpaper Fix - 1" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-1.jpg" alt="" width="578" height="373" /></a><p class="wp-caption-text">Open Windows Explorer</p></div>
<p>&nbsp;</li>
<li>Navigate to %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes
<div id="attachment_394" class="wp-caption aligncenter" style="width: 524px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-2.jpg"><img class="size-full wp-image-394" title="Windows 7 Change Wallpaper Fix - 2" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-2.jpg" alt="" width="514" height="375" /></a><p class="wp-caption-text">Navigate to %USERPROFILE%AppDataRoamingMicrosoftWindowsThemes</p></div>
<p>&nbsp;</li>
<li>Delete the image file in that directory and try to re-apply a new wallpaper <img src='http://www.greatbloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
<p><div id="attachment_386" class="wp-caption aligncenter" style="width: 506px"><a href="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-3.jpg"><img class="size-full wp-image-386" title="Windows 7 Change Wallpaper Fix - 3" src="http://www.greatbloggingtips.com/wp-content/uploads/2011/12/Windows-7-Change-Wallpaper-Fix-3.jpg" alt="" width="496" height="218" /></a><p class="wp-caption-text">Delete the image file</p></div></li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/how-to-uninstall-ie8-xp-vista/" rel="bookmark">How to Uninstall IE8 (Windows XP &#038; Vista)</a><!-- (13.7)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-change-the-font-of-adsense-ad-unit/" rel="bookmark">How to Change the Font of AdSense Ad Unit</a><!-- (12.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (5.7)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/unable-to-change-wallpaper-in-windows-7-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Pages in Blogspot</title>
		<link>http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/</link>
		<comments>http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 07:30:26 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=366</guid>
		<description><![CDATA[Go to Dashboard and click on &#8216;New Post&#8217;. Click on &#8216;Edit Pages&#8217;. When prompted, click &#8216;Yes&#8217;. Click on &#8216;New Page&#8217;. Type in your Page Name and content. Click &#8216;Publish Page&#8217;. Click &#8216;Add the Page List Gadget&#8217;. Configure the order and click &#8216;Save&#8217; when done. Pages gadget will appear in your blog. Related Posts Edit &#8220;Post [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/" rel="bookmark">Edit &#8220;Post A Comment&#8221; in Blogspot</a><!-- (13.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-moving-text-in-blog/" rel="bookmark">How to Create Moving Text in Blog</a><!-- (10.9)--></li>
		<li><a href="http://www.greatbloggingtips.com/cmf-ads-wordpress-plugin-to-create-widget/" rel="bookmark">CMF Ads&#8217; WordPress Plugin to Create Widget</a><!-- (9.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to Dashboard and click on &#8216;New Post&#8217;.<br />
<img class="alignnone" title="Blogspot: Create Pages - 1" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%201.jpg" alt="" width="375" height="79" /></li>
<li>Click on &#8216;Edit Pages&#8217;.<br />
<img class="alignnone" title="Blogspot: Create Pages - 2" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%202.jpg" alt="" width="500" height="200" /></li>
<li>When prompted, click &#8216;Yes&#8217;.<br />
<img class="alignnone" title="Blogspot: Create Pages - 3" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%203.jpg" alt="" width="301" height="122" /></li>
<li>Click on &#8216;New Page&#8217;.<br />
<img class="alignnone" title="Blogspot: Create Pages - 4" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%204.jpg" alt="" width="431" height="120" /></li>
<li>Type in your Page Name and content. Click &#8216;Publish Page&#8217;.<br />
<img class="alignnone" title="Blogspot: Create New Page - 5" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%205.jpg" alt="" width="498" height="282" /></li>
<li>Click &#8216;Add the Page List Gadget&#8217;.<br />
<img class="alignnone" title="Blogspot: Create New Page - 6" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%206.jpg" alt="" width="335" height="176" /></li>
<li>Configure the order and click &#8216;Save&#8217; when done.<br />
<img class="alignnone" title="Blogspot: Create New Page - 7" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%207.jpg" alt="" width="405" height="490" /></li>
<li>Pages gadget will appear in your blog.<br />
<img class="alignnone" title="Blogspot: Create New Page - 8" src="http://www.greatbloggingtips.com/images/Blogspot%20Create%20Pages%20-%208.jpg" alt="" width="229" height="106" /></li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/" rel="bookmark">Edit &#8220;Post A Comment&#8221; in Blogspot</a><!-- (13.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-moving-text-in-blog/" rel="bookmark">How to Create Moving Text in Blog</a><!-- (10.9)--></li>
		<li><a href="http://www.greatbloggingtips.com/cmf-ads-wordpress-plugin-to-create-widget/" rel="bookmark">CMF Ads&#8217; WordPress Plugin to Create Widget</a><!-- (9.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Moving Text in Blog</title>
		<link>http://www.greatbloggingtips.com/how-to-create-moving-text-in-blog/</link>
		<comments>http://www.greatbloggingtips.com/how-to-create-moving-text-in-blog/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 08:11:23 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=355</guid>
		<description><![CDATA[Continuous scrolling, from the left: Insert this: &#60;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221;&#62;TEXT&#60;/marquee&#62; Result:TEXT Text bouncing: Insert this: &#60;marquee behavior=&#8221;alternate&#8221;&#62;TEXT&#60;/marquee&#62; Result: TEXT Scrolling upwards: Insert this: &#60;marquee behavior=&#8221;scroll&#8221; direction=&#8221;up&#8221;&#62;TEXT&#60;/marquee&#62; Result: TEXT Stop the movement with the mouse (click and hold the mouse down): Insert this: &#60;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221; onmousedown=&#8221;this.stop();&#8221; onmouseup=&#8221;this.start();&#8221;&#62;TEXT&#60;/marquee&#62; Result: TEXT Stop the movement with the mouse [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/add-a-favicon-to-your-blog/" rel="bookmark">Add a Favicon to Your Blog</a><!-- (10.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (10.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/cmf-ads-wordpress-plugin-to-create-widget/" rel="bookmark">CMF Ads&#8217; WordPress Plugin to Create Widget</a><!-- (9.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-promote-your-blog-let-people-know-you-have-a-blog/" rel="bookmark">How to Submit Your Site/Blog to the Cyberworld</a><!-- (7.3)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<ol>
<li>Continuous scrolling, from the left:
<p>Insert this: &lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221;&gt;TEXT&lt;/marquee&gt;</p>
<p>Result:<marquee behavior="scroll" direction="left">TEXT</marquee></li>
<li>Text bouncing:
<p>Insert this: &lt;marquee behavior=&#8221;alternate&#8221;&gt;TEXT&lt;/marquee&gt;</p>
<p>Result: <marquee behavior="alternate">TEXT</marquee></li>
<li>Scrolling upwards:
<p>Insert this: &lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;up&#8221;&gt;TEXT&lt;/marquee&gt;</p>
<p>Result: <marquee behavior="scroll" direction="up">TEXT</marquee></li>
<li>Stop the movement with the mouse (click and hold the mouse down):
<p>Insert this: &lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221; onmousedown=&#8221;this.stop();&#8221; onmouseup=&#8221;this.start();&#8221;&gt;TEXT&lt;/marquee&gt;</p>
<p>Result: <marquee behavior="scroll" direction="left" onmousedown="this.stop();" onmouseup="this.start();">TEXT</marquee></li>
<li>Stop the movement with the mouse (hover towards it):
<p>Insert this: &lt;marquee behavior=&#8221;scroll&#8221; direction=&#8221;left&#8221; onmouseover=&#8221;this.stop();&#8221; onmouseout=&#8221;this.start();&#8221;&gt;TEXT&lt;/marquee&gt;</p>
<p>Result: <marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">TEXT</marquee></li>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/add-a-favicon-to-your-blog/" rel="bookmark">Add a Favicon to Your Blog</a><!-- (10.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (10.6)--></li>
		<li><a href="http://www.greatbloggingtips.com/cmf-ads-wordpress-plugin-to-create-widget/" rel="bookmark">CMF Ads&#8217; WordPress Plugin to Create Widget</a><!-- (9.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-promote-your-blog-let-people-know-you-have-a-blog/" rel="bookmark">How to Submit Your Site/Blog to the Cyberworld</a><!-- (7.3)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/how-to-create-moving-text-in-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Edit &#8220;Post A Comment&#8221; in Blogspot</title>
		<link>http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/</link>
		<comments>http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 07:17:27 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=349</guid>
		<description><![CDATA[Isn&#8217;t the phrase &#8220;Post A Comment&#8221; looks too common in Blogspot blogs? To replace the phrase to some other words of your own, follow these steps: Log in to Blogspot.com. Click on Layout and click on Edit HTML tab. Check on the Expand Widget Templates. Find (CTRL+F) these code in your template code: &#60;data:postCommentMsg/&#62; Replace [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (27)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (16.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>Isn&#8217;t the phrase &#8220;Post A Comment&#8221; looks too common in Blogspot blogs?  To replace the phrase to some other words of your own, follow these steps:</p>
<ol>
<li>Log in to Blogspot.com.</li>
<li>Click on Layout and click on Edit HTML tab.</li>
<li>Check on the Expand Widget Templates.</li>
<li>Find (CTRL+F) these code in your template code:<br />
<code><strong>&lt;data:postCommentMsg/&gt;</strong></code>
</li>
<li>Replace the code with your own wording e.g. &#8220;Post a Cool Comment&#8221;</li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (27)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (16.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Remove &#8216;Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.&#8217; from Main Page</title>
		<link>http://www.greatbloggingtips.com/remove-congratulations-you-have-successfully-installed-your-zen-cart%e2%84%a2-e-commerce-solution-from-zen-cart/</link>
		<comments>http://www.greatbloggingtips.com/remove-congratulations-you-have-successfully-installed-your-zen-cart%e2%84%a2-e-commerce-solution-from-zen-cart/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:45:19 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=340</guid>
		<description><![CDATA[Go to your cPanel and navigate to /includes/languages/english Select index.php and click &#8216;Code Editor&#8217;. Click &#8216;Edit&#8217; when prompted. In the code, find HEADING_TITLE constant and modify the value as desired. Click &#8216;Save Changes&#8217; when done. Related Posts IE 7 Cannot Display Web Page Solution How to Remove Blogspot&#8217;s Navigation Bar How to Upgrade to WordPress [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/ie-7-cannot-display-page-solution/" rel="bookmark">IE 7 Cannot Display Web Page Solution</a><!-- (20.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-remove-blogspots-navigation-bar/" rel="bookmark">How to Remove Blogspot&#8217;s Navigation Bar</a><!-- (13.3)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (5.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (5.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (5.7)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to your cPanel and navigate to /includes/languages/english</li>
<li>Select index.php and click &#8216;Code Editor&#8217;.
<p><div class="wp-caption alignnone" style="width: 419px"><img title="Remove Heading Title from Zen Cart - 1" src="http://www.greatbloggingtips.com/images/remove-heading-title-zen-cart-1.jpg" alt="Remove Heading Title from Zen Cart - 1" width="409" height="267" /><p class="wp-caption-text">Remove Heading Title from Zen Cart - 1</p></div></li>
<li>Click &#8216;Edit&#8217; when prompted.
<p><div class="wp-caption alignnone" style="width: 408px"><a href="http://www.greatbloggingtips.com/images/remove-heading-title-zen-cart-2.jpg"><img title="Remove Heading Title from Zen Cart - 2" src="http://www.greatbloggingtips.com/images/remove-heading-title-zen-cart-2.jpg" alt="Remove Heading Title from Zen Cart - 2" width="398" height="323" /></a><p class="wp-caption-text">Remove Heading Title from Zen Cart - 2</p></div></li>
<li>In the code, find HEADING_TITLE constant and modify the value as desired.
<p><div class="wp-caption alignnone" style="width: 513px"><a href="http://www.greatbloggingtips.com/images/remove-heading-title-zen-cart-3.jpg" target="_blank"><img class="     " title="Remove Heading Title from Zen Cart - 3 (Click to Enlarge)" src="http://www.greatbloggingtips.com/images/remove-heading-title-zen-cart-3.jpg" alt="Remove Heading Title from Zen Cart - 3" width="503" height="272" /></a><p class="wp-caption-text">Remove Heading Title from Zen Cart - 3 (Click to Enlarge)</p></div></li>
<li>Click &#8216;Save Changes&#8217; when done.</li>
</ol>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/ie-7-cannot-display-page-solution/" rel="bookmark">IE 7 Cannot Display Web Page Solution</a><!-- (20.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-remove-blogspots-navigation-bar/" rel="bookmark">How to Remove Blogspot&#8217;s Navigation Bar</a><!-- (13.3)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (5.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/how-to-create-pages-in-blogspot/" rel="bookmark">How to Create Pages in Blogspot</a><!-- (5.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/" rel="bookmark">Enable/Disable Comment in One Post for WordPress</a><!-- (5.7)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/remove-congratulations-you-have-successfully-installed-your-zen-cart%e2%84%a2-e-commerce-solution-from-zen-cart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable/Disable Comment in One Post for WordPress</title>
		<link>http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/</link>
		<comments>http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 06:44:47 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=334</guid>
		<description><![CDATA[To enable or disable comment in a post, click scroll down to &#8216;Discussion&#8217; tab in edit post mode. Open the options. Tick on &#8216;Allow comments on this post&#8216; to enable commenting or untick it to disable commenting. Related Posts Edit &#8220;Post A Comment&#8221; in Blogspot How to Upgrade to WordPress 2.8 Free WordPress Theme &#8211; [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/" rel="bookmark">Edit &#8220;Post A Comment&#8221; in Blogspot</a><!-- (25.7)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (12)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-music-globe/" rel="bookmark">Free WordPress Theme &#8211; Music Globe</a><!-- (8.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-todayautoblog/" rel="bookmark">Free WordPress Theme &#8211; TodayAutoBlog</a><!-- (7.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-grunge-wall/" rel="bookmark">Free WordPress Theme &#8211; Grunge Wall</a><!-- (7.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>To enable or disable comment in a post, click scroll down to &#8216;Discussion&#8217; tab in edit post mode. Open the options. Tick on &#8216;<strong>Allow comments on this post</strong>&#8216; to enable commenting or untick it to disable commenting.</p>
<div class="wp-caption alignnone" style="width: 463px"><img style="border: 0pt none;" title="Enable/Disable WordPress Comment" src="http://www.greatbloggingtips.com/images/enable_disable_WP_comment.jpg" alt="" width="453" height="384" /><p class="wp-caption-text">Enable/Disable WordPress Comment</p></div>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/edit-post-a-comment-in-blogspot/" rel="bookmark">Edit &#8220;Post A Comment&#8221; in Blogspot</a><!-- (25.7)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (12)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-music-globe/" rel="bookmark">Free WordPress Theme &#8211; Music Globe</a><!-- (8.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-todayautoblog/" rel="bookmark">Free WordPress Theme &#8211; TodayAutoBlog</a><!-- (7.8)--></li>
		<li><a href="http://www.greatbloggingtips.com/free-wordpress-theme-grunge-wall/" rel="bookmark">Free WordPress Theme &#8211; Grunge Wall</a><!-- (7.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/enable-disable-comment-in-one-post-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips on Tweet Writing</title>
		<link>http://www.greatbloggingtips.com/tips-on-tweet-writing/</link>
		<comments>http://www.greatbloggingtips.com/tips-on-tweet-writing/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:24:45 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=332</guid>
		<description><![CDATA[Have you ever felt that it&#8217;s hard to cram all your messages into 140 characters? Here are a few tips on how you can make the most of of those 140 characters you get to use. Use acronyms. Use BRB, LOL, TTYL, etc to minimize the characters you need to type. Shorten the URL. TinyURL.com, [...]<h3>Related Posts</h3>

No related posts.
]]></description>
			<content:encoded><![CDATA[<p>Have you ever felt that it&#8217;s hard to cram all your messages into 140 characters?<br />
Here are a few tips on how you can make the most of of those 140 characters you get to use.</p>
<ol>
<li><strong>Use acronyms. </strong>Use BRB, LOL, TTYL, etc to minimize the characters you need to type.</li>
<li><strong>Shorten the URL.</strong> <a href="http://TinyURL.com" target="_blank">TinyURL.com</a>, <a href="http://Is.gd" target="_blank">Is.gd</a> and <a href="http://Xr.com" target="_blank">Xr.com</a> are some examples of site that you can use to shorten your URL.</li>
<li><strong>Use special symbols.</strong> Twitter can let you insert smilies, heart and other symbols to enhance your tweet. Check out <a href="http://thenextweb.com/2008/09/16/twitterkeys-enhance-your-twitter-conversations/" target="_blank">Twitterkeys</a> for a list of symbol codes.</li>
<li><strong>Keep your message simple.</strong> Avoid from u sing long bombastic word so that your readers can understand better.</li>
</ol>
<h3>Related Posts</h3>
<p>No related posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/tips-on-tweet-writing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE 7 Cannot Display Web Page Solution</title>
		<link>http://www.greatbloggingtips.com/ie-7-cannot-display-page-solution/</link>
		<comments>http://www.greatbloggingtips.com/ie-7-cannot-display-page-solution/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 03:21:33 +0000</pubDate>
		<dc:creator>greatbloggingtips</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.greatbloggingtips.com/?p=321</guid>
		<description><![CDATA[If you have been experiencing this problem where IE 7 couldn&#8217;t display any web page that you key in while other browsers can, you might need to upgrade your IE&#8217;s Java version. Click on the link below to upgrade your IE&#8217;s Java to Version 6. http://www.java.com/en/download/inc/windows_upgrade_ie.jsp Related Posts Remove &#8216;Congratulations! You have successfully installed your [...]<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/remove-congratulations-you-have-successfully-installed-your-zen-cart%e2%84%a2-e-commerce-solution-from-zen-cart/" rel="bookmark">Remove &#8216;Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.&#8217; from Main Page</a><!-- (20.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (6.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p>If you have been experiencing this problem where IE 7 couldn&#8217;t display any web page that you key in while other browsers can, you might need to upgrade your IE&#8217;s Java version.</p>
<p>Click on the link below to upgrade your IE&#8217;s Java to Version 6.</p>
<p><a href="http://www.java.com/en/download/inc/windows_upgrade_ie.jsp" target="_blank">http://www.java.com/en/download/inc/windows_upgrade_ie.jsp</a></p>
<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.greatbloggingtips.com/remove-congratulations-you-have-successfully-installed-your-zen-cart%e2%84%a2-e-commerce-solution-from-zen-cart/" rel="bookmark">Remove &#8216;Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.&#8217; from Main Page</a><!-- (20.4)--></li>
		<li><a href="http://www.greatbloggingtips.com/how_to_upgrade_wordpress/" rel="bookmark">How to Upgrade to WordPress 2.8</a><!-- (6.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.greatbloggingtips.com/ie-7-cannot-display-page-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

