<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Handy Andy DIY | RSS Feed</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<base href="http://www.handyandydiy.com/" />
<link rel="stylesheet" href="/assets/templates/skyline/layout.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/assets/templates/skyline/modxmenu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/assets/templates/skyline/form.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/assets/templates/skyline/modx.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/assets/templates/skyline/print.css" type="text/css" media="print" />
<script src="/manager/media/script/scriptaculous/prototype.js" type="text/javascript"></script>
<script src="/manager/media/script/scriptaculous/scriptaculous.js" type="text/javascript"></script>
<script type="text/javascript" src="/assets/templates/skyline/moo.fx.js"></script>
<script src="/assets/templates/skyline/drop_down_menu.js" type="text/javascript"></script>
<script type="text/javascript">
image1 = new Image();
image1.src = "/assets/templates/skyline/images/menu-sprite.png";
function setActiveStyleSheet() {
new Effect.Appear('modxhost', {duration:0.8});
}</script>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.handyandydiy.com/DIY-feed.rss.html" />
	<script type="text/javascript" src="assets/snippets/AjaxSearch/AjaxSearch.js"></script>
	<script type="text/javascript">
		<!--
		stripHtml = 1;
		stripSnip = 1;
		stripSnippets = 1;
		useAllWords = 0;
		searchStyle = 'partial';
		minChars = 4;
		maxResults = 6;
		showMoreResults = 1;
		moreResultsPage = 8;
		as_language = 'english'
		extract = 0;
		liveSearch = 0;
		docgrp = '';
		highlightResult = 1;
		-->
	</script>
<link rel="stylesheet" type="text/css" href="/assets/snippets/jot/templates/jot.css" />
</head>
<body>
<div id="wrapper">
  <div id="minHeight"></div>
  <div id="outer">
    <div id="inner">
		<div id='topspacing'></div>
      <div id="right">
        <div id="right-inner">
          <h1 style="text-indent: -5000px;padding: 0px; margin:0px; font-size: 1px;">Handy Andy DIY</h1>
          <div id="sidebar">
            <p>&nbsp;</p>
            <p>&nbsp;</p>
            <p><script type="text/javascript"><!--
google_ad_client = "pub-3845782629868035";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "002d47";
google_color_bg = "002d47";
google_color_link = "CCCCCC";
google_color_text = "000000";
google_color_url = "FFFF99";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
            <h2>News:</h2>
            <strong><a href="DIY-article-1126081344.html" title="Mini-Blog HOWTO">Mini-Blog HOWTO</a></strong><br />
How to Start Posting Mini-Blogs<br /><br /><strong><a href="DIY-article-1128398162.html" title="Just a pretend, older post">Just a pretend, older post</a></strong><br />
This post should in fact be archived<br /><br />
            <div id="recentdocsctnr">
              <h2>Most Recent:</h2>
              <a name="recentdocs"></a><ul class="LIn_shortMode">
<li><a href="DIY-Decorating-new.html" title="Decorating">Decorating</a> <span class="LIn_date">2008.01.07</span> <span class="LIn_desc">Decorating</span></li>
<li><a href="DIY-UK.html" title="UK">UK</a> <span class="LIn_date">2007.07.15</span> <span class="LIn_desc">UK</span></li>
<li><a href="DIY-Tiling.html" title="Tiling">Tiling</a> <span class="LIn_date">2006.09.26</span> <span class="LIn_desc">Tiling</span></li>
</ul>
 </div>
            <h2>Login:</h2>
            <div id="sidebarlogin">    <script type="text/JavaScript">

        function getElementById(id){
            var o, d=document;
            if (d.layers) {o=d.layers[id];if(o) o.style=o};
            if (!o && d.getElementById) o=d.getElementById(id);
            if (!o && d.all) o = d.all[id];
            return o;
        }
    
        function webLoginShowForm(i){
            var a = getElementById('WebLoginLayer0');
            var b = getElementById('WebLoginLayer2');
            if(i==1 && a && b) {
                a.style.display="block";
                b.style.display="none";
                document.forms['loginreminder'].txtpwdrem.value = 0;
            }
            else if(i==2 && a && b) {
                a.style.display="none";
                b.style.display="block";    
                document.forms['loginreminder'].txtpwdrem.value = 1;
            }
        };        
        function webLoginCheckRemember () {
            if(document.loginfrm.rememberme.value==1) {
                document.loginfrm.rememberme.value=0;    
            } else {
                document.loginfrm.rememberme.value=1;
            }
        }
        function webLoginEnter(nextfield,event) {
            if(event && event.keyCode == 13) {
                if(nextfield.name=='cmdweblogin') {
                    document.loginfrm.submit();
                    return false; 
                }
                else {
                    nextfield.focus();
                    return false; 
                }
            } else {
                return true;
            }
        }
    </script>
    <div id='WebLoginLayer0' style='position:relative'> 
<!-- login form section-->
<form method="post" name="loginfrm" action="/DIY-feed.rss.html"> 
    <input type="hidden" value="0" name="rememberme" /> 
    <fieldset>
        <h3>Your Login Details</h3>
        <label for="username">User: <input type="text" name="username" id="username" tabindex="1" onkeypress="return webLoginEnter(document.loginfrm.password);" value="" /></label>
    	<label for="password">Password: <input type="password" name="password" id="password" tabindex="2" onkeypress="return webLoginEnter(document.loginfrm.cmdweblogin);" value="" /></label>
    	<input type="checkbox" id="checkbox_1" name="checkbox_1" tabindex="3" size="1" value=""  onclick="webLoginCheckRemember()" /><label for="checkbox_1" class="checkbox">Remember me</label>
    	<input type="submit" value="Login" name="cmdweblogin" class="button" />
	<a href="#" onclick="webLoginShowForm(2);return false;" id="forgotpsswd">Forget Your Password?</a>
	</fieldset>
</form>
</div><div id='WebLoginLayer2' style='position:relative;display:none'>
<!-- Password reminder form section -->
<form name="loginreminder" method="post" action="/DIY-feed.rss.html">
    <fieldset>
        <h3>It happens to everyone...</h3>
        <input type="hidden" name="txtpwdrem" value="0" />
        <label for="txtwebemail">Enter the email address of your account to reset your password: <input type="text" name="txtwebemail" id="txtwebemail" size="24" /></label>
        <label>To return to the login form, press the cancel button.</label>
    	<input type="submit" value="Submit" name="cmdweblogin" class="button" /> <input type="reset" value="Cancel" name="cmdcancel" onclick="webLoginShowForm(1);" class="button" style="clear:none;display:inline" />
    </fieldset>
</form>
</div>    <script type="text/javascript">
        if (document.loginfrm) document.loginfrm.username.focus();
    </script>
    </div>
            <h2>Meta:</h2>
            <p><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></p>
            <p><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></p>
            <p><a href="http://modxcms.com" title="Ajax CMS and PHP Application Framework">MODx</a></p>
          </div>
          <!-- close #sidebar -->
        </div>
        <!-- end right inner-->
      </div>
      <!-- end right -->
      <div id="left">
        <div id="left-inner">
          <div id="content">
            <div class="post">
              <h2>Handy Andy DIY RSS Feed</h2>
              <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>RSS Feed</title>
			<link>http://www.handyandydiy.com/DIY-feed.rss.html</link>
			<description></description>
			<language>en</language>
			<copyright>Handy Andy DIY 2007</copyright>
			<ttl>120</ttl>
			<item>
				<title>Mini-Blog HOWTO</title>
				<link>http://www.handyandydiy.com/DIY-article-1126081344.html</link>
				<description><![CDATA[ <p>
Setting up a mini-blog is relatively simple 
</p>
<p>
<div id="commentsAnchor">
<a name="jf4bdf06e0"></a>
<h2>Write a comment</h2>
<div class="jot-list">
<ul>
	<li>Required fields are marked with <b>*</b>.
</ul>
</div>


<form method="post" action="/DIY-feed.rss.html#jf4bdf06e0" class="jot-form">
	<fieldset>
	<input name="JotForm" type="hidden" value="4bdf06e0f6acfeb58391d1625b579fb4" />
	<input name="JotNow" type="hidden" value="784290284" />
	<input name="parent" type="hidden" value="" />
	
	
	
	<label for="name">Name:<br /> <input tabindex="784290285" name="name" type="text" size="40" value="" /> </label> <label for="email">Email:<br /> <input tabindex="784290286" name="email" type="text" size="40" value="" /> </label>
	
	<label for="title">Subject:<br />
	<input tabindex="784290287" name="title" type="text" size="40" value="" />
	</label>
	<label for="content">Comment: *<br />
	<textarea tabindex="784290288" name="content" cols="50" rows="8"></textarea>
	</label><br />
	
  
	
	<div style="float:right;width: 100px;"></div>
	<input tabindex="784290289" name="submit" type="submit" value="Post Comment" />
	 
	</fieldset>
</form>
</div> 
</p>
 ]]></description>
				<pubDate>Thu, 13 Apr 2006 06:00:00 +0100</pubDate>
				<guid isPermaLink="false">http://www.handyandydiy.com/DIY-article-1126081344.html</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
		
			<item>
				<title>Just a pretend, older post</title>
				<link>http://www.handyandydiy.com/DIY-article-1128398162.html</link>
				<description><![CDATA[ <p>Not so exciting, after all, eh?<br /></p>
 ]]></description>
				<pubDate>Thu, 13 Apr 2006 06:00:00 +0100</pubDate>
				<guid isPermaLink="false">http://www.handyandydiy.com/DIY-article-1128398162.html</guid>
				<dc:creator>Site Admin</dc:creator>
				
			</item>
			</channel>
</rss> </div>
            <!-- close .post (main column content) -->
          </div>
          <!-- close #content -->
        </div>
        <!-- end left-inner -->
      </div>
      <!-- end left -->
    </div>
    <!-- end inner -->
    <div id="clearfooter"></div>
    <div id="headerwrap">
    	<div id="header">
    		<div id="skyline">
    			<div id="pagetitle"></div>
    		</div>
      	<h1><a id="logo" href="DIY-Home.html" title="Handy Andy DIY">Handy Andy DIY</a></h1>
      	<div id="search"><span id="search-txt"></span><a name="search"></a>
		
		<form id="ajaxSearch_form" action="DIY-search-results.html" method="post">
			<label for="ajaxSearch_input">
				<input id="ajaxSearch_input" type="text" name="search" value="Search here..." onfocus="this.value=(this.value=='Search here...')? '' : this.value ;" />
			</label>
			<label for="ajaxSearch_submit">
				<input id="ajaxSearch_submit" type="submit" name="sub" value="Go!" />
			</label>
		</form>
		
		<div id="ajaxSearch_output" style="opacity:0;"> </div> </div>
      	<div id="ajaxmenu">   <ul id="myajaxmenu">
    <li class="category first"><a href="http://www.handyandydiy.com/" title="Home">Home</a></li>
<li class="category "><a href="/DIY-blog.html" title="Andy's Blog">Blog</a></li>
<li class="category "><a href="/DIY-Andys-Tips.html" title="Andys Tips">Andy's Tips</a><ul style="display:none">
  <li class="first"><a href="/DIY-Tiling.html" title="Tiling">Tiling</a></li>
<li><a href="/DIY-Wiring-a-plug.html" title="Wiring a plug">Wiring a plug</a></li>
<li><a href="/DIY-Dripping-Taps.html" title="Dripping Taps">Dripping Taps</a></li>
<li class="last"><a href="/DIY-Decorating-new.html" title="Decorating">Decorating</a></li>

</ul></li>
<li class="category "><a href="/DIY-Property-Sales.html" title="Property Sales">Property Sales</a><ul style="display:none">
  <li class="first"><a href="/DIY-Spain.html" title="Spain">Spain</a></li>
<li><a href="/DIY-Cyprus.html" title="Cyprus">Cyprus</a></li>
<li class="last"><a href="/DIY-UK.html" title="UK">UK</a></li>

</ul></li>
<li class="category "><a href="/DIY-Andy-Recommends.html" title="Andy Recommends">Andy Recommends</a></li>
<li class="category last"><a href="/DIY-contact-us.html" title="Contact Andy">Contact Andy</a></li>

  </ul> </div>
      	<!-- end topmenu -->
    	</div>
    	<!-- end header -->
    </div><!-- end headerwrap -->
    <br style="clear:both;height:0;font-size: 1px" />
    <div id="footer">
      <p><br />
        MySQL: 0.0389 s, 23 request(s), PHP: 0.2422 s, total: 0.2811 s, document retrieved
        from database. </p>
    </div>
    <!-- end footer -->
  </div>
  <!-- end outer div -->
</div>
<!-- end wrapper -->
<script type="text/javascript">
//<!--
var menu = new DropDownMenu($('myajaxmenu'));
Event.observe(document, "keypress", function(e){ if(e.keyCode==27) {closeSearch();} });
//-->
</script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2190584-10";
urchinTracker();
</script>
</body>
</html>