<?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>Ten Tonne Baby &#187; blogging</title>
	<atom:link href="http://www.tentonnebaby.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tentonnebaby.com</link>
	<description>Discussion on Web Technologies, Design and London</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:33:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing SyntaxHighlighter for code snippets</title>
		<link>http://www.tentonnebaby.com/2010/12/13/testing-syntaxhighlighter-for-code-snippets/</link>
		<comments>http://www.tentonnebaby.com/2010/12/13/testing-syntaxhighlighter-for-code-snippets/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 19:04:58 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[CSS / HTML]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[codesnippets]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.tentonnebaby.com/2010/12/13/testing-syntaxhighlighter-for-code-snippets/</guid>
		<description><![CDATA[I’ve been reading this article from Scott Hanselman which details how to use a combination of the PreCode plugin for Windows Live Writer along with Syntax Highlighter to author and nicely present code snippets. Syntax Highlighter is a client-side solution using javascript and CSS to add the appropriate hooks and styles to an authored code [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been reading <a href="http://www.hanselman.com/blog/BestCodeSyntaxHighlighterForSnippetsInYourBlog.aspx">this article from Scott Hanselman</a> which details how to use a combination of the <a href="http://precode.codeplex.com/">PreCode plugin</a> for Windows Live Writer along with <a href="http://alexgorbatchev.com/SyntaxHighlighter/">Syntax Highlighter</a> to author and nicely present code snippets. Syntax Highlighter is a client-side solution using javascript and CSS to add the appropriate hooks and styles to an authored code snippet. This avoids a lot of the guff that gets injected by many of the solutions out there. I’m now going to include some random code to check everything is looking sexified…</p>
<pre class="brush: csharp;">

[Given(@&quot;I make a mistake and don't copy all of the characters&quot;)]
public void GivenIMakeAMistakeAndDonTCopyAllOfTheCharacters()
{
    this.registrationMock
        .Setup(r =&gt; r.ActivateUserFromToken(It.IsAny&lt;string&gt;()))
        .Throws(new InvalidActivationTokenException());
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2010/12/13/testing-syntaxhighlighter-for-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer and Tagging Support for Wordpress</title>
		<link>http://www.tentonnebaby.com/2007/12/11/windows-live-writer-and-tagging-support-for-wordpress/</link>
		<comments>http://www.tentonnebaby.com/2007/12/11/windows-live-writer-and-tagging-support-for-wordpress/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 19:37:51 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[live writer]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2007/12/11/windows-live-writer-and-tagging-support-for-wordpress/</guid>
		<description><![CDATA[I&#8217;ve recently upgraded to the latest version of Wordpress which now includes support for tagging posts as part of the core product. It was a little painful to go and tag up the entire backlog of previous posts, but it&#8217;s all done now, and it&#8217;s very cool to be able to get a feel for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently upgraded to the latest version of <a href="http://wordpress.org/">Wordpress</a> which now includes support for tagging posts as part of the core product. It was a little painful to go and tag up the entire backlog of previous posts, but it&#8217;s all done now, and it&#8217;s very cool to be able to get a feel for what I generally write about via the <a href="http://www.embeddedstream.com/tags/">cloud</a>.</p>
<p>I&#8217;ve become accustomed to publishing content using <a href="http://get.live.com/writer/overview">Windows Live Writer</a> and had totally missed how to tag posts, so that the tagging info comes through to Wordpress. In Live Writer there is an advanced properties bar that can be expanded at the bottom of the content area, and this includes a section for <em>keywords</em>. Anything entered here (comma-seperated) will come through to Wordpress as tags against the post. </p>
<p>I&#8217;m happy again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2007/12/11/windows-live-writer-and-tagging-support-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back on the Wagon</title>
		<link>http://www.tentonnebaby.com/2007/08/06/back-on-the-wagon/</link>
		<comments>http://www.tentonnebaby.com/2007/08/06/back-on-the-wagon/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:25:06 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2007/08/06/back-on-the-wagon/</guid>
		<description><![CDATA[Occasionally I decide that it would be&#160;a great idea to write my own blogging engine from scratch, that does everything perfectly in exactly the way that I would like. The main points being a single installation that can support multiple, radically different sites, with custom templates, total control over markup, clean URLs&#160;and general nice semantic [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally I decide that it would be&nbsp;a great idea to write my own blogging engine from scratch, that does everything perfectly in exactly the way that I would like. The main points being a single installation that can support multiple, radically different sites, with custom templates, total control over markup, clean URLs&nbsp;and general nice semantic output. I even got properly stuck in this time, but I have to grudgingly admit that it&#8217;s probably not the best thing to do alongside one of the busiest times in my working life.</p>
<p>The other side effect is that I get excited about all the features I&#8217;m planning to build, then stop blogging until the new platform is ready. Enough! I accept that while I would love to build such a thing, it&#8217;s a little daft right now. Plus, <a href="http://www.wordpress.org">Wordpress</a>&nbsp;does most of what I need anyhow.</p>
<p>I&#8217;m just playing around with <a href="http://get.live.com/betas/writer_betas">Windows Live Writer</a>, and I&#8217;m very comfortable already. Definitely a much more useable way to publish than the Web based admin interface on Wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2007/08/06/back-on-the-wagon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Silence</title>
		<link>http://www.tentonnebaby.com/2006/08/23/silence/</link>
		<comments>http://www.tentonnebaby.com/2006/08/23/silence/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 11:54:58 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[observations]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[soho]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2006/08/23/silence/</guid>
		<description><![CDATA[I'm now back in Reading after a few weeks away from work, and feeling much more balanced having had the chance to catch up with normal life...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now back in Reading after a few weeks away from work, and feeling much more balanced having had the chance to catch up with normal life. For some reason I found it much easier to relax by maintaining minimal contact with the world, so I haven&#8217;t posted for a while.</p>
<p>Our street was closed off again recently due to a gas attack at the pub next door. I think it&#8217;s been the fourth time the road has been closed in the past couple of months due to some kind of fire or danger.</p>
<p>It seems more likely to be a homophobic attack instead of related to any terrorist activity. I guess this kind of thing is bound to happen occassionally around Soho but I find it hard to imagine how people would feel compelled to do something like that.</p>
<p>I have been doing a little cartoon work, but I got slightly disheartened when my PC crashed halfway through saving my best piece and corrupted the file. I&#8217;ll put some work up when I get back into a cartoony mood.</p>
<p>The new camera is very tasty. I was looking through some photos from our time off last night, and the difference compared with anything I&#8217;ve used before is quite significant. I should probably take it out around London and try to take more shots that can be incorporated with web design work &#8211; textures and abstract pieces. I&#8217;m still a little conscious about wandering around with anything expensive looking on my neck, but I suppose Wing Chun in probably still ok with a cam-neck.</p>
<p>I&#8217;m thinking about adding Flickr integration to the blog and posting photos up, but I haven&#8217;t quite decided yet. I guess it&#8217;s in fashion to completely expose yourself online, so I should catch the boat. If anyone makes the obvious joke I&#8217;ll be dissappointed in you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2006/08/23/silence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>State Your Intentions</title>
		<link>http://www.tentonnebaby.com/2006/05/18/state-your-intentions/</link>
		<comments>http://www.tentonnebaby.com/2006/05/18/state-your-intentions/#comments</comments>
		<pubDate>Thu, 18 May 2006 20:27:22 +0000</pubDate>
		<dc:creator>Oli</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.embeddedstream.com/2006/05/18/hi/</guid>
		<description><![CDATA[I&#8217;m attempting to ditch the British reserve and start publishing the things that I think about. I&#8217;ve finally dragged this ugly baby kicking and screaming into the world, so I would like to start (if I may) by taking a minute to explain why.
It basically comes down to degredation of the body as age kicks [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m attempting to ditch the British reserve and start publishing the things that I think about. I&#8217;ve finally dragged this ugly baby kicking and screaming into the world, so I would like to start (if I may) by taking a minute to explain why.</p>
<p>It basically comes down to degredation of the body as age kicks in. My memory isn&#8217;t what it used to be, and this seems like a rather tidy way to ensure that the things which I&#8217;ve thought about become indexed and readily accessible (to me, and anyone else). It&#8217;s a sad truth that googlebots will do a better job at this than my own memory, but one that I&#8217;ve come to accept.</p>
<p>I am also hoping that the discipline of writing will allow me to be a little more structured around developing the ideas that I have. I tend to get quite excited about something new, then run off in a different direction leaving a half-formed creation flapping around on the floor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tentonnebaby.com/2006/05/18/state-your-intentions/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

