<?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>Marcus Westberg &#187; Web Tools</title>
	<atom:link href="http://www.marcuswestberg.com/category/web-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcuswestberg.com</link>
	<description>Blogging, Internet marketing, social media and making money online.</description>
	<lastBuildDate>Thu, 08 Jul 2010 21:53:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How much is your Blog worth?</title>
		<link>http://www.marcuswestberg.com/how-much-is-your-blog-worth/</link>
		<comments>http://www.marcuswestberg.com/how-much-is-your-blog-worth/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 17:07:11 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/how-much-is-your-blog-worth/</guid>
		<description><![CDATA[I´m back with a new blog worthiness tool! 
This time the blog was actually worth some small money, amazing stuff! 


]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>I´m back with a new blog worthiness tool! </strong><br />
This time the blog was actually worth some small money, amazing stuff! </p>
<phpcode>
<div style="border: 1px solid #cccccc; background-color: white;<br />
  width: 115px; text-align: center; padding: 0 0 10px 0;">
<p style="margin: 0"><img src="http://www.cached.it/frjr.jpg"</p>
<p><span style="font-size: 11px;">My <a href="http://www.marcuswestberg.com">blog</a><br />
    is worth <b>$2,262.</b></span><br /><span style="font-size: 10px;"><br />
    <a href="http://www.cached.it/english/"><br />
    How much is worth yours blog?</a></span></p>
<p>
    <a href="http://www.technorati.com/" style="border: 1px;"><br />
    <img src="http://technorati.com/pix/tech-logo-embed.gif" style="border:<br />
0px;"/><br />
    </a></p>
</div>
</phpcode>
<p>worth yours blog?????, <img src='http://www.marcuswestberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hehe..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/how-much-is-your-blog-worth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Sitemap/Latest post list in Wordpress</title>
		<link>http://www.marcuswestberg.com/make-a-sitemaplatest-post-list-in-wordpress/</link>
		<comments>http://www.marcuswestberg.com/make-a-sitemaplatest-post-list-in-wordpress/#comments</comments>
		<pubDate>Sun, 29 Jan 2006 21:10:59 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[SEO Tools]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/make-a-sitemaplatest-post-list-in-wordpress/</guid>
		<description><![CDATA[Sitemap for Wordpress
You can easily make a sitemap or a list of your latest posts by following these simple steps.

Step 1
Download and install the PHP Exec plugin
Step 2
Create a new post  with your desired name and add this code inside the page content:
&#60;div style=&#8221;width:300px;margin-left:50px;font-size:10px&#8221;&#62;
&#60;br /&#62;&#60;br /&#62;
&#60;phpcode&#62;
&#60;?php wp_get_archives(&#39;type=postbypost&#038;limit=100&#39;); ?&#62;
&#60;/phpcode&#62;
&#60;br /&#62;&#60;br /&#62;
&#60;/div&#62;


The number 100 in the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Sitemap for Wordpress</strong></p>
<p>You can easily make a sitemap or a list of your latest posts by following these simple steps.</p>
<p><span id="more-81"></span></p>
<p><strong>Step 1</strong></p>
<p>Download and install the <a href="http://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/">PHP Exec plugin</a></p>
<p><strong>Step 2</strong></p>
<p>Create a new post  with your desired name and add this code inside the page content:</p>
<blockquote><p>&lt;div style=&#8221;width:300px;margin-left:50px;font-size:10px&#8221;&gt;<br />
&lt;br /&gt;&lt;br /&gt;<br />
&lt;phpcode&gt;<br />
&lt;?php wp_get_archives(&#39;type=postbypost&#038;limit=100&#39;); ?&gt;<br />
&lt;/phpcode&gt;<br />
&lt;br /&gt;&lt;br /&gt;<br />
&lt;/div&gt;
</p>
</blockquote>
<p>The number 100 in the code stands for number of pages to be displayed.<br />
(Before the code starts you can write some text like &#8220;Marcus Sitemap&#8221; or something else nice.</p>
<p>Finished! </p>
<p>Now it should look something like this: <a href="http://www.marcuswestberg.com/latest-50-posts/">Latest 50 posts</a></p>
<p>Now you can create a page and use the page-slug to link it to the post. That way you can have your list/sitemap easy to spot.</p>
<p>Thanks to <a href="http://www.jimwestergren.com/">Jim</a>  for this.</p>
<p>Inspiration in this post is taken from:  <a href="http://www.jimwestergren.com/tutorial-automatic-sitemap-in-wordpress/">Jim´s Sitemap tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/make-a-sitemaplatest-post-list-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create a user friendly sitemap</title>
		<link>http://www.marcuswestberg.com/create-a-user-friendly-sitemap/</link>
		<comments>http://www.marcuswestberg.com/create-a-user-friendly-sitemap/#comments</comments>
		<pubDate>Sun, 29 Jan 2006 17:27:34 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO tips & tricks]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/create-a-user-friendly-sitemap/</guid>
		<description><![CDATA[Create a user friendly sitemap
This is a post on how to create a user friendly sitemap for Wordpress blogs.
Do this and you have a autogenerating user friendly sitemap.
This is how it looks: Sitemap

This Includes 2 steps
1: Make an autogenerating xml sitemap compatible with Google sitemaps.
2: Install a stylesheet for the xml sitemap.
STEP 1
Download and install [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Create a user friendly sitemap</strong></p>
<p>This is a post on how to create a user friendly sitemap for Wordpress blogs.</p>
<p>Do this and you have a autogenerating user friendly sitemap.</p>
<p>This is how it looks: <a href="http://www.marcuswestberg.com/sitemap.xml">Sitemap</a></p>
<p><span id="more-75"></span></p>
<p><strong>This Includes 2 steps</strong></p>
<li>1: Make an autogenerating xml sitemap compatible with Google sitemaps.</li>
<li>2: Install a stylesheet for the xml sitemap.</li>
<p><strong>STEP 1</strong></p>
<p>Download and install the <a href="http://logs.soul-network.de/dlcount.php?id=arneblog&#038;url=http://www.arnebrachhold.de/get/sitemap/sitemap.incl.lang.zip">XML sitemap generator</a></p>
<p>Link to plugin site: <a href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final">google-sitemaps-generator-v2-final</a></p>
<p>Send in your sitemap to Google sitmaps.<br />
If you do not already have a Google sitemap account sign up <a href="http://www.google.com/webmasters/sitemaps/login">here</a></p>
<p>You should now have a fully working .xml Google sitemap.</p>
<p><strong>STEP 2</strong></p>
<p>Visit <a href="http://enarion.net/google/sitemaps/stylesheet/">Enarion.net</a> and download <a href="http://enarion.net/download/google/sitemaps/gss-1.5a.zip">gss-1.5a.zip</a></p>
<p>Upload the file to your server.</p>
<p>Now as you can see at the <a href="http://enarion.net/google/sitemaps/stylesheet/">style sheet page</a> you are instructed to add:</p>
<p>< ?xml-stylesheet type="text/xsl" href="gss.xsl"?><br />
directly under<br />
< ?xml version="1.0" encoding="UTF-8"?></p>
<p>in your sitemap.xml file.</p>
<p>But the problem is that each time your sitemap.xml file gets regenerated it over writes your precious < ?xml-stylesheet type="text/xsl" href="gss.xsl"?> command.</p>
<p><strong>How do we solve the problem then?</strong></p>
<p>Just add this piece of code in your sitemap.php file which should be located at: /yourdomain.com/wp-content/plugins/sitemap.incl.lang/</p>
<p>$s=&#8217;< ?xml-stylesheet type="text/xsl" href="gss.xsl"?>&#8216;. &#8220;\n&#8221;;</p>
<p>The code should be placed directly under:<br />
 $s=&#8217;< ?xml version="1.0" encoding="UTF-8"' . '?' . '>&#8216;. &#8220;\n&#8221;;</p>
<p>(If you can not find that piece of code use the search function on your FTP client.)</p>
<p>That´s it! now your sitemap.xml is compatible both to Google sitemaps and for visitors to use.</p>
<p>See the result and how it looks for this domain: <a href="http://www.marcuswestberg.com/sitemap.xml">Westberg Sitemap</a></p>
<p><strong>Positive</strong></p>
<li>You get an autogenerating sitemap</li>
<li>Your visitors can easy use the sitemap and its functions</li>
<li>You get the .xml file to be usable for both Google and visitors</li>
<li>Very easy to implement</li>
<p>	It also Includes a great sitemap menu so that you  can choose yourself what you want indexed in the sitemap such as following:</p>
<li>Include homepage </li>
<li>Include posts </li>
<li>Include static pages </li>
<li> Include categories </li>
<li>Include archives </li>
<p><strong>Negative</strong></p>
<li>You will have 11  external links on your sitemap</li>
<li>Have not figured out how to make it work with firefox</li>
<p>If you like this post feel free to <a href="http://digg.com/programming/Create_a_user_friendly_sitemap_in_Wordpress_blogs">digg it</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/create-a-user-friendly-sitemap/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How much is it worth?</title>
		<link>http://www.marcuswestberg.com/how-much-is-it-worth/</link>
		<comments>http://www.marcuswestberg.com/how-much-is-it-worth/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 22:26:31 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/how-much-is-it-worth/</guid>
		<description><![CDATA[Ok they could at least say $0,01 but noooooo&#8230;  
Feel free to use this service yourself chances are your blog will be worth $0,00 

 		My blog is worth $0.00.How much is your blog worth?


]]></description>
			<content:encoded><![CDATA[<p></p><p>Ok they could at least say $0,01 but noooooo&#8230; <img src='http://www.marcuswestberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Feel free to use this service yourself chances are your blog will be worth $0,00 </p>
<div style="border: 1px solid #cccccc; background-color: white; width: 115px; text-align: center; padding: 0 0 10px 0;">
<p style="margin: 0"><img src="http://static.flickr.com/23/25822676_789bf55448_t.jpg" style="border:0;"/><br /> 		<span style="font-size: 11px;">My <a href="http://marcuswestberg.com/">blog</a> is worth <b>$0.00</b>.</span><br /><span style="font-size: 10px;"><a href="http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/">How much is your blog worth?</a></span></p>
<p><a href="http://www.technorati.com/" style="border: 0px;"><img src="http://technorati.com/pix/tech-logo-embed.gif" style="border: 0px;"/></a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/how-much-is-it-worth/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free pictures to use on your website</title>
		<link>http://www.marcuswestberg.com/free-pictures-to-use-on-your-website/</link>
		<comments>http://www.marcuswestberg.com/free-pictures-to-use-on-your-website/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 01:58:03 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/free-pictures-to-use-on-your-website/</guid>
		<description><![CDATA[This is a very good site for non-commercial websites! 
You can use all the pictures on this site for your  various purposes, for example show them on your website.
I took one picture to my site: The glasses on the paper
Very good resource if you want to get a hold on some pictures in a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a very good site for non-commercial websites! <img src='http://www.marcuswestberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You can use all the pictures on this site for your  various purposes, for example show them on your website.<br />
I took one picture to my site: <a href="http://www.articlelot.com">The glasses on the paper</a></p>
<p>Very good resource if you want to get a hold on some pictures in a short period of time.</p>
<p>Take a look for yourself: <a href="http://www.freefoto.com/">Freefoto.com</a></p>
<p><img src="http://www.articlelot.com/articles.jpg" alt="Glasses on the newspaper" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/free-pictures-to-use-on-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Website Templates</title>
		<link>http://www.marcuswestberg.com/free-website-templates/</link>
		<comments>http://www.marcuswestberg.com/free-website-templates/#comments</comments>
		<pubDate>Mon, 02 Jan 2006 01:47:20 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/free-website-templates/</guid>
		<description><![CDATA[This is a must see: OSDW.ORG
A nice place where they gathered a lot of  free website templates, I used one template myself on articlelot.com
Take a lot at the nice clean style: Article lot
Almost all templates are very easy to setup and easy to intergrate in various CMS systems also.
]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a must see: <a href="http://www.oswd.org/">OSDW.ORG</a><br />
A nice place where they gathered a lot of  free website templates, I used one template myself on articlelot.com<br />
Take a lot at the nice clean style: <a href="http://www.articlelot.com">Article lot</a></p>
<p>Almost all templates are very easy to setup and easy to intergrate in various CMS systems also.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/free-website-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your own logo</title>
		<link>http://www.marcuswestberg.com/make-your-own-logo/</link>
		<comments>http://www.marcuswestberg.com/make-your-own-logo/#comments</comments>
		<pubDate>Tue, 20 Dec 2005 01:51:38 +0000</pubDate>
		<dc:creator>Marcus Westberg</dc:creator>
				<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.marcuswestberg.com/make-your-own-logo/</guid>
		<description><![CDATA[Excellent logotype creator
This tool is very helpful for creating nice looking text logotypes.
There are several different text styles to choose from and you dont have to download any program and it is free! so enjoy: cooltext.com
]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Excellent logotype creator</strong></p>
<p>This tool is very helpful for creating nice looking text logotypes.<br />
There are several different text styles to choose from and you dont have to download any program and it is free! so enjoy: <a href="http://cooltext.com/">cooltext.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcuswestberg.com/make-your-own-logo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
