<?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>WM Weblog &#187; Blogging</title>
	<atom:link href="http://www.wmweblog.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wmweblog.com</link>
	<description>Webmaster Tips, Guides, Tutorials &#38; Discoveries</description>
	<lastBuildDate>Mon, 31 May 2010 04:31:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix: WordPress 505 Not Found Errors</title>
		<link>http://www.wmweblog.com/fix-wordpress-505-not-found-errors/</link>
		<comments>http://www.wmweblog.com/fix-wordpress-505-not-found-errors/#comments</comments>
		<pubDate>Thu, 27 May 2010 02:59:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[505]]></category>
		<category><![CDATA[Permissions]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=258</guid>
		<description><![CDATA[I have had this error so many times now that I feel I should make a post about it.You know the error that basically makes your entire site unaccessible? Then you usually got the &#8220;505: Error Not Found&#8221; to blame.
The simple yet effective way to fix this is just to make sure that all files [...]]]></description>
			<content:encoded><![CDATA[<p>I have had this error so many times now that I feel I should make a post about it.<span id="more-258"></span>You know the error that basically makes your entire site unaccessible? Then you usually got the &#8220;505: Error Not Found&#8221; to blame.</p>
<p>The simple yet effective way to fix this is just to make sure that all files in your WordPress theme folder got permissions set to 644 or 666 if you want to be able to use the file editor within WordPress. I have really no idea why the files tend to change their permissions to be unreadable at times but this should fix it at least!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/fix-wordpress-505-not-found-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Include Scripts like Javascript on WordPress Blogs</title>
		<link>http://www.wmweblog.com/include-scripts-like-javascript-on-wordpress-blogs/</link>
		<comments>http://www.wmweblog.com/include-scripts-like-javascript-on-wordpress-blogs/#comments</comments>
		<pubDate>Wed, 26 May 2010 21:40:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=246</guid>
		<description><![CDATA[Note: This tutorial is intented for blogs running WordPress on their own domain and not blogs on the WordPress.com site. It&#8217;s very easy to include Javascript and other scripts on your WordPress powered sites.
One way to add it to your site, if it&#8217;s short, and you don&#8217;t mind it being in the core theme files [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: This tutorial is intented for blogs running WordPress on their own domain and not blogs on the WordPress.com site.</em> It&#8217;s very easy to include Javascript and other scripts on your WordPress powered sites.<span id="more-246"></span></p>
<p>One way to add it to your site, if it&#8217;s short, and you don&#8217;t mind it being in the core theme files is to CDATA encode it like this:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
/* &lt;![CDATA[ */<br />
// content of your Javascript goes here<br />
/* ]]&gt; */<br />
&lt;/script&gt;</p>
<p><strong><em>Otherwise:</em></strong></p>
<p>All you really need to do is to save your script in a file and then get that file from the &lt;head&gt; in your template.</p>
<p><strong>Here&#8217;s how to save the script: </strong></p>
<p>Write the script code in a new empty file and save it with a <strong>.js</strong> extension. Then move it to somewhere inside your theme folder.</p>
<p><strong>Here&#8217;s how to get the script: </strong></p>
<p><span style="color: #800000;">&lt;script type=&#8221;text/javascript&#8221; src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/MY-JAVASCRIPT-FOLDER/MY-JAVASCRIPT.js&#8221;&gt;&lt;/script&gt;</span></p>
<p>Simply copy/paste the above &lt;script&gt; code and paste it in your header.php file and modify the &#8220;src&#8221; path to where your javascript file is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/include-scripts-like-javascript-on-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do Google handle NoFollow Links?</title>
		<link>http://www.wmweblog.com/how-do-google-handle-nofollow-links/</link>
		<comments>http://www.wmweblog.com/how-do-google-handle-nofollow-links/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:51:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Traffic]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link juice]]></category>
		<category><![CDATA[nofollow]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=207</guid>
		<description><![CDATA[Google originally created the nofollow attribute some years ago to help fight spam mainly used by automated blog commenters that would infest 90% of the public blogs on the web. A few weeks ago Google announced that now the PageRank value of a web page will be drained even by nofollow links. Now a web [...]]]></description>
			<content:encoded><![CDATA[<p>Google originally created the nofollow attribute some years ago to help fight spam mainly used by automated blog commenters that would infest 90% of the public blogs on the web. A few weeks ago Google announced that now the PageRank value of a web page will be drained even by nofollow links. Now a web page will only be able to flow a certain % amount of link juice from non nofollow links based on how many links the page contains.</p>
<p><span id="more-207"></span></p>
<p>No matter if 9 out of 10 links carry the nofollow property or if 10 out of 10 links don&#8217;t the value of the PageRank for the web page will not be affected. This clearly indicates that Google now actually will pay attention &#8211; at least a little &#8211; to nofollow links also. If they don&#8217;t then where is all that PageRank value disappearing?</p>
<p>The new way of handling things would mean that alot of popular blogs that gets tons of comments for every new entry they post would be penalized for having alot of links to their commenters websites. I don&#8217;t see any change in the actual rankings so far but you should stay alert as of what to do next. If we here at WMWeblog.com hear that alot of webmasters report a big loss of their organic Google visitors we will write a blog post about it here asap!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/how-do-google-handle-nofollow-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZenPro &#8211; Free WordPress Theme</title>
		<link>http://www.wmweblog.com/zenpro/</link>
		<comments>http://www.wmweblog.com/zenpro/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 17:01:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=117</guid>
		<description><![CDATA[Inspired by the web design of Twitter comes our third theme &#8211; ZenPro. Live Demo
With ZenPro you can add classes to links, div&#8217;s and paragraphs etc. Each of these classes will style the object with a neat describing icon.
We are aware that ZenPro needs a fix and a new theme will be online soon with [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the web design of Twitter comes our third theme &#8211; ZenPro. <a href="http://wmweblog.com/demo/index.php?wptheme=ZenPro" class="preview">Live Demo</a><br />
<a href="http://wmweblog.com/demo/index.php?wptheme=ZenPro"></a><span id="more-117"></span>With ZenPro you can add classes to links, div&#8217;s and paragraphs etc. Each of these classes will style the object with a neat describing icon.</p>
<p>We are aware that ZenPro needs a fix and a new theme will be online soon with compability fixes to meet individual requirements out of the box without having to modify the code yourself.</p>
<p>Avaliable classes you can use with the ZenPro theme:</p>
<ul style="list-style-type:none;">
<li class="category">category</li>
<li class="tag">tags</li>
<li class="download">download</li>
<li class="preview">preview</li>
<li class="info">info</li>
<li class="warning">warning</li>
<li class="check">check</li>
<li class="link">link</li>
<li class="flag">flag</li>
<li class="time">time</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/zenpro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quantum &#8211; Free WordPress Theme</title>
		<link>http://www.wmweblog.com/quantum/</link>
		<comments>http://www.wmweblog.com/quantum/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=88</guid>
		<description><![CDATA[I hope you enjoy our second free WordPress theme called quantum! Check out the demo. Quantum is built on EasyTheme but it features huge CSS changes and some added graphichs. Live DemoFAQ
- How do I change the header ads?
1. Go to Appeance -&#62; Editor
2. Select the file “contentheader.php” and  edit the content of &#60;div id=”headerad”&#62;[content]&#60;/div&#62;
- [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wmweblog.com/quantum"><img class="alignright size-thumbnail wp-image-105" title="quantum" src="http://www.wmweblog.com/wp-content/uploads/2009/08/quantum-logo1-150x150.png" alt="quantum" width="150" height="150" /></a>I hope you enjoy our second free WordPress theme called quantum! Check out the demo. Quantum is built on EasyTheme but it features huge CSS changes and some added graphichs. <a href="http://wmweblog.com/demo/index.php?wptheme=Quantum">Live Demo</a><span id="more-88"></span>FAQ<br />
- How do I change the header ads?<br />
1. Go to Appeance -&gt; Editor<br />
2. Select the file “contentheader.php” and  edit the content of &lt;div id=”headerad”&gt;[content]&lt;/div&gt;</p>
<p>- Will this theme replace EasyTheme?</p>
<p>No. EasyTheme will continue to be improved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/quantum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EasyTheme &#8211; Free WordPress Theme</title>
		<link>http://www.wmweblog.com/easytheme/</link>
		<comments>http://www.wmweblog.com/easytheme/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=84</guid>
		<description><![CDATA[EasyTheme 1.0 is made to work good with search engines. The 1.0 version that has just been released is the first of the EasyThemes and will be followed by a 1.1 version with updates soon. Live Demo
Things that will be added to EasyTheme:
- Theme options for choosing colors and inserting a logo easily.
- More places [...]]]></description>
			<content:encoded><![CDATA[<p>EasyTheme 1.0 is made to work good with search engines. The 1.0 version that has just been released is the first of the EasyThemes and will be followed by a 1.1 version with updates soon. <a href="http://wmweblog.com/demo/index.php?wptheme=EasyTheme">Live Demo</a><span id="more-84"></span></p>
<h3>Things that will be added to EasyTheme:</h3>
<p>- Theme options for choosing colors and inserting a logo easily.<br />
- More places to insert widgets. (mainly to better integrate ads)<br />
- CSS changes to make it look better.</p>
<p><em>If you got any questions or ideas related to EasyTheme please post them below!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/easytheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you add a blog to your website(s)?</title>
		<link>http://www.wmweblog.com/should-you-add-a-blog-to-your-websites/</link>
		<comments>http://www.wmweblog.com/should-you-add-a-blog-to-your-websites/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:06:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[returning]]></category>
		<category><![CDATA[topics]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.wmweblog.com/?p=46</guid>
		<description><![CDATA[Blogs have taken us by storm the last years. Almost all major websites got blogs up and running. Having a blog for your website does not mean that you have to update it all the time. Many of the big corporate blogs out there are merely being updated like once a month.What advantages are you [...]]]></description>
			<content:encoded><![CDATA[<p>Blogs have taken us by storm the last years. Almost all major websites got blogs up and running. Having a blog for your website does not mean that you have to update it all the time. Many of the big corporate blogs out there are merely being updated like once a month.<span id="more-46"></span>What advantages are you looking at for adding a blog?</p>
<p>Well there are quite a few. Your website will look more alive. You will get more traffic for your website as your blog can cover more topics than your strickt website topic. You can communicate with your visitors. You can inform about changes that are going to take place or ask the community what they want to happen next. Get more traffic for your website through link exchanges with other bloggers. Get more returning traffic through blog subscribers. Advertise your website in entirely new arenas. If you want to develop your website further your next step should just might be adding a blog! With all these advantages &#8211; why haven&#8217;t you added one already? Remember the amount of time you want to spend on it is entirely up to your business  or your &#8220;busyness&#8221; alone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wmweblog.com/should-you-add-a-blog-to-your-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
