<?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>Citizensheep &#187; Troubleshooting</title>
	<atom:link href="http://citizensheep.com/blog/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://citizensheep.com/blog</link>
	<description>Michael Grimes lives in Birmingham (UK). This is his blog about anything that he fancies.</description>
	<lastBuildDate>Sun, 05 Feb 2012 23:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Scratching my head over Rails</title>
		<link>http://citizensheep.com/blog/2010/05/17/scratching-my-head-over-rails/</link>
		<comments>http://citizensheep.com/blog/2010/05/17/scratching-my-head-over-rails/#comments</comments>
		<pubDate>Mon, 17 May 2010 08:20:34 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Help!]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubyonrails]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=2379</guid>
		<description><![CDATA[I&#8217;m trying to teach myself Rails, but I&#8217;m not even a programmer. So when I&#8217;m stumped, I&#8217;m fairly stumped. Currently my app is not saving form data when it should be, and redirecting when it shouldn&#8217;t. Update I&#8217;ve actually fixed this now. It was the &#8216;home_path&#8217; route that was causing the problems. Thanks to everyone [...]<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2010/04/22/2293/" rel="bookmark">Ruby on Rails beginners club in Birmingham: are you interested?</a><!-- (26)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/11/01/learn-to-program-using-ruby/" rel="bookmark">Learn to Program (using Ruby)</a><!-- (12.3)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/03/10/wherefore-art-romeo-and-juliet-on-twitter/" rel="bookmark">Wherefore art Romeo and Juliet on Twitter?</a><!-- (5.1)-->
							</li>
					</ol>
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to teach myself Rails, but I&#8217;m not even a programmer. So when I&#8217;m stumped, I&#8217;m fairly stumped. Currently my app is not saving form data when it should be, and redirecting when it shouldn&#8217;t.</p>
<div id="update" style="padding:1em; background-color:#ffc; margin-top:1em;">
<p style="margin-top:0;"><strong>Update</strong></p>
<p>I&#8217;ve actually fixed this now. It was the &#8216;home_path&#8217; route that was causing the problems. Thanks to everyone who made suggestions on Twitter, and particularly Josh Hart for thrashing it out with me over a coffee.</p>
</div>
<p>I&#8217;ve had a few suggestions via Twitter, but still can&#8217;t get it to work. If you happen to be a Rails developer I&#8217;d be eternally grateful for any advice on the code below (for some reason the embedding seems to be screwing up the line numbering).</p>
<p><script src='http://pastie.org/963396.js'></script></p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2010/04/22/2293/" rel="bookmark">Ruby on Rails beginners club in Birmingham: are you interested?</a><!-- (26)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/11/01/learn-to-program-using-ruby/" rel="bookmark">Learn to Program (using Ruby)</a><!-- (12.3)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/03/10/wherefore-art-romeo-and-juliet-on-twitter/" rel="bookmark">Wherefore art Romeo and Juliet on Twitter?</a><!-- (5.1)-->
							</li>
					</ol>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2010/05/17/scratching-my-head-over-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Footer fixed, at last</title>
		<link>http://citizensheep.com/blog/2009/01/16/footer-fixed-at-last/</link>
		<comments>http://citizensheep.com/blog/2009/01/16/footer-fixed-at-last/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 18:46:15 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=533</guid>
		<description><![CDATA[I finally got around to fixing the footer on this blog. It still looks a bit strange when the right column is longer than the left, but at least it doesn&#8217;t look completely broken. Possibly related posts No related posts.<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				
No related posts.
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p>I <em>finally</em> got around to fixing the footer on this blog. It still looks a bit strange when the right column is longer than the left, but at least it doesn&#8217;t look completely broken.</p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				<p>No related posts.</p>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2009/01/16/footer-fixed-at-last/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help! WordPress is censoring me&#8230; or is it?</title>
		<link>http://citizensheep.com/blog/2009/01/16/help-wordpress-is-censoring-me-or-is-i/</link>
		<comments>http://citizensheep.com/blog/2009/01/16/help-wordpress-is-censoring-me-or-is-i/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 01:05:27 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=509</guid>
		<description><![CDATA[I love WordPress, but this evening I encountered a very odd bug. I don&#8217;t know whether it&#8217;s WordPress itself, my database, or a combination of the two. Basically, WordPress wouldn&#8217;t let me use the word &#8216;settle&#8217;. Instead it returned a 403 error. However, it does seem to be working now. Very odd. All I could [...]<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2009/01/19/using-postalicious-to-create-single-blog-posts-from-delicious-bookmarks/" rel="bookmark">How to use Postalicious to create single blog posts from Delicious bookmarks</a><!-- (8.1)-->
							</li>
					</ol>
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p>I love <a title="WordPress: free publishing platform" href="http://wordpress.org/">WordPress</a>, but this evening I encountered a very odd bug. I don&#8217;t know whether it&#8217;s WordPress itself, my database, or a combination of the two.</p>
<p>Basically, WordPress wouldn&#8217;t let me use the word &#8216;settle&#8217;. Instead it returned a <a title="403 error explained" href="http://www.checkupdown.com/status/E403.html">403 error</a>. However, it does seem to be working now. Very odd.</p>
<p>All I could find from Google was a similar weirdness from 2005, where <a title="Wordpress posting 403 error (asmallorange.com)" href="http://forums.asmallorange.com/index.php?showtopic=3631&amp;st=0&amp;p=26154&amp;">WordPress had problems with words that were also PHP commands</a>. But, as far as I can tell, &#8216;settle&#8217; doesn&#8217;t seem to be a PHP command. And besides, that was four years ago.</p>
<p>This would just be an amusing quirk, if it wasn&#8217;t for the fact that I&#8217;m considering moving our entire organisation&#8217;s website – which could include a number of separately managed microsites – over to WordPress. Suddenly breaking for no apparent reason when typing an arbitrary word is a problem: not only is there no obvious reason and therefore no easy fix (other than to use a different word), it&#8217;s quite a job to isolate the problem in the first place.</p>
<p>That&#8217;s quite a bit of a bummer, actually.</p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2009/01/19/using-postalicious-to-create-single-blog-posts-from-delicious-bookmarks/" rel="bookmark">How to use Postalicious to create single blog posts from Delicious bookmarks</a><!-- (8.1)-->
							</li>
					</ol>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2009/01/16/help-wordpress-is-censoring-me-or-is-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join the cause for standards in html email</title>
		<link>http://citizensheep.com/blog/2007/10/01/35/</link>
		<comments>http://citizensheep.com/blog/2007/10/01/35/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 16:17:25 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Standards]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[communications]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Markup languages]]></category>
		<category><![CDATA[Standard]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=35</guid>
		<description><![CDATA[I&#8217;ve suffered plenty of headaches trying to create standards-compliant emails, and have given up in favour of bloated, cumbersome, outdated html (ie the stuff of nightmares where the design of each paragraph is dependent on its own font tags). Thus I urge all those who also suffer these headaches to get involved (or at least [...]<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2008/08/19/67/" rel="bookmark">Opera Web Standards Curriculum for the UK voluntary sector?</a><!-- (19.3)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/08/06/so-this-is-what-i-do/" rel="bookmark">So this is what I do&#8230;</a><!-- (7.8)-->
							</li>
					</ol>
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p class="storycontent">I&#8217;ve suffered plenty of headaches trying to create standards-compliant emails, and have given up in favour of bloated, cumbersome, outdated html (ie the stuff of nightmares where the design of each paragraph is dependent on its own <code>font</code> tags).<span id="more-35"></span></p>
<p>Thus I urge all those who also suffer these headaches to get involved (or at least keep up to speed) with the good work underway at campaignmonitor.com (see their post ‘<a href="http://www.campaignmonitor.com/blog/archives/2007/09/help_us_form_a_baseline_for_st.html">Help us form a baseline for standards support</a>‘).</p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				 <ol>
								<li>
									<a href="http://citizensheep.com/blog/2008/08/19/67/" rel="bookmark">Opera Web Standards Curriculum for the UK voluntary sector?</a><!-- (19.3)-->
							</li>
								<li>
									<a href="http://citizensheep.com/blog/2009/08/06/so-this-is-what-i-do/" rel="bookmark">So this is what I do&#8230;</a><!-- (7.8)-->
							</li>
					</ol>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2007/10/01/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not so del.icio.us</title>
		<link>http://citizensheep.com/blog/2007/09/11/not-so-delicious/</link>
		<comments>http://citizensheep.com/blog/2007/09/11/not-so-delicious/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 07:13:27 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=32</guid>
		<description><![CDATA[Is it me, or is del.icio.us very, very, very slow at the moment? I&#8217;ve been experiencing this for a few days—sometimes the server doesn&#8217;t respond at all—but I can&#8217;t find any reference to a problem at their end. Possibly related posts No related posts.<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				
No related posts.
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p>Is it me, or is <a href="http://del.icio.us" title="del.icio.us social bookmarking service.">del.icio.us</a> very, very, <strong>very slow</strong> at the moment? I&#8217;ve been experiencing this for a few days—sometimes the server doesn&#8217;t respond at all—but I can&#8217;t find any reference to a problem at their end.</p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				<p>No related posts.</p>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2007/09/11/not-so-delicious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corrupt tiddlers</title>
		<link>http://citizensheep.com/blog/2007/04/03/corrupt-tiddlers/</link>
		<comments>http://citizensheep.com/blog/2007/04/03/corrupt-tiddlers/#comments</comments>
		<pubDate>Tue, 03 Apr 2007 15:09:52 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Help!]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://citizensheep.com/blog/?p=19</guid>
		<description><![CDATA[This relates to a post I made to the GTD TiddlyWiki group. I upgraded to MGTD 2 Alpha by starting a new tiddlywiki, importing the entire contents of my old one and then re-importing the upgrades. It seems to have worked, except the formatting of my Project tiddlers appears to be corrupt. If anyone out [...]<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				
No related posts.
			</li>
	</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.citizensheep.com/weblog/uploaded_images/mgtd_screenshot-719165.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img src="http://www.citizensheep.com/weblog/uploaded_images/mgtd_screenshot-719153.gif" style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer" border="0" /></a>This relates to a post I made to the <a href="http://groups.google.com/group/GTD-TiddlyWiki/t/c32d09e5c98d66f2">GTD TiddlyWiki group</a>.</p>
<p>I upgraded to MGTD 2 Alpha by starting a new tiddlywiki, importing the entire contents of my old one and then re-importing the upgrades. It seems to have worked, except the formatting of my Project tiddlers appears to be corrupt.</p>
<p>If anyone out there understands what I&#8217;m saying and has any suggestions, please get in touch.</p>
<ul id="related_posts">
			<li>
					<h4>Possibly related posts</h4>
				<p>No related posts.</p>
			</li>
	</ul>]]></content:encoded>
			<wfw:commentRss>http://citizensheep.com/blog/2007/04/03/corrupt-tiddlers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

