<?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>My Notebook</title>
	<atom:link href="http://buchmann.info/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://buchmann.info</link>
	<description>On Software Development, Asia and Film</description>
	<lastBuildDate>Sun, 29 Aug 2010 10:11:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Canon EOS 550D</title>
		<link>http://buchmann.info/?p=237</link>
		<comments>http://buchmann.info/?p=237#comments</comments>
		<pubDate>Sun, 29 Aug 2010 09:29:47 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=237</guid>
		<description><![CDATA[Some of the first pictures taken with my Canon EOS 550d I was amazed by the improved dynamic compared to my former EOS 350 that unfortunately died on my while traveling in China last year.]]></description>
			<content:encoded><![CDATA[<p>Some of the first pictures taken with my Canon EOS 550d<br />
<a class="shutterset_" href="http://buchmann.info/wp-content/gallery/eos-550d-debut/img_0028.jpg"><img class="ngg-singlepic ngg-none" src="http://buchmann.info/wp-content/gallery/eos-550d-debut/thumbs/thumbs_img_0028.jpg" alt="img_0028" /></a>I was amazed by the improved dynamic compared to my former EOS 350 that unfortunately died on my while traveling in China last year.<br />
<a class="shutterset_" href="http://buchmann.info/wp-content/gallery/eos-550d-debut/img_0023.jpg"><img class="ngg-singlepic ngg-none" src="http://buchmann.info/wp-content/gallery/eos-550d-debut/thumbs/thumbs_img_0023.jpg" alt="img_0023" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=237</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shanghai in March</title>
		<link>http://buchmann.info/?p=226</link>
		<comments>http://buchmann.info/?p=226#comments</comments>
		<pubDate>Sun, 29 Aug 2010 08:15:50 +0000</pubDate>
		<dc:creator>pebuchmann_super</dc:creator>
				<category><![CDATA[Asia]]></category>
		<category><![CDATA[China]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=226</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://buchmann.info/wp-content/uploads/2009/03/_mg_4497.png"><img  title="The Bund" src="http://buchmann.info/wp-content/uploads/2009/03/_mg_4497-300x199.png" alt="A view from Putong on a foggy March evening" width="300" height="199" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Ant and AS3doc Support to Flash Builder</title>
		<link>http://buchmann.info/?p=223</link>
		<comments>http://buchmann.info/?p=223#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:13:29 +0000</pubDate>
		<dc:creator>pebuchmann_super</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=223</guid>
		<description><![CDATA[Read here how to add Ant to Flash Builder 4]]></description>
			<content:encoded><![CDATA[<p>Read <a href="http://www.zoltanb.co.uk/articles/flash-blog/162-fb4-standalone-how-to-install-ant-in-flash-builder-4-premium" target="_blank">here </a>how to add Ant to Flash Builder 4</p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X List ports</title>
		<link>http://buchmann.info/?p=217</link>
		<comments>http://buchmann.info/?p=217#comments</comments>
		<pubDate>Sun, 27 Jun 2010 09:04:26 +0000</pubDate>
		<dc:creator>pebuchmann</dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=217</guid>
		<description><![CDATA[This command lists all port entries which contain the token LISTEN: lsof -i &#124; grep LISTEN]]></description>
			<content:encoded><![CDATA[<p>This command lists all port entries which contain the token LISTEN:</p>
<pre>lsof -i | grep LISTEN</pre>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=217</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postgresql: Resetting the Password on Windows</title>
		<link>http://buchmann.info/?p=215</link>
		<comments>http://buchmann.info/?p=215#comments</comments>
		<pubDate>Fri, 25 Jun 2010 07:54:44 +0000</pubDate>
		<dc:creator>pebuchmann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=215</guid>
		<description><![CDATA[I found this useful hint on how to reset the password for any postgres user on Windows: net user postgres postgres]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://www.guusbosman.nl/node/2531" target="_blank">useful hint</a> on how to reset the password for any postgres user on Windows:</p>
<pre>net user postgres postgres
</pre>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=215</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liferay Deployment Problem</title>
		<link>http://buchmann.info/?p=213</link>
		<comments>http://buchmann.info/?p=213#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:59:12 +0000</pubDate>
		<dc:creator>pebuchmann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=213</guid>
		<description><![CDATA[Explanation for the &#8220;Version &#8230;&#8221; conflict error message when deplyoing a portlet to liferay:]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.liferay.com/community/forums/-/message_boards/message/1939456" target="_blank">Explanation </a>for the &#8220;Version &#8230;&#8221; conflict error message when deplyoing a portlet to liferay:</p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=213</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun VirtualBox BIOS</title>
		<link>http://buchmann.info/?p=211</link>
		<comments>http://buchmann.info/?p=211#comments</comments>
		<pubDate>Wed, 16 Jun 2010 15:40:35 +0000</pubDate>
		<dc:creator>pebuchmann</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=211</guid>
		<description><![CDATA[Instrcutions on how to change the system time in a VirtualBox BIOS can be found here. Note: For my version I used VBoxManage modifyvm WindowsXP --biossystemtimeoffset -206150400000 rather then the sugested VBoxManage modifyvm "Windows Whistler 2419" -biossystemtimeoffset -206150400000]]></description>
			<content:encoded><![CDATA[<p>Instrcutions on how to change the system time in a VirtualBox BIOS can be found <a href="http://www.betaarchive.co.uk/forum/viewtopic.php?t=2130" target="_blank">here</a>.</p>
<p><strong>Note:</strong> For my version I used</p>
<pre>VBoxManage modifyvm WindowsXP <span style="color: #ff0000">--</span>biossystemtimeoffset -206150400000</pre>
<p>rather then the sugested</p>
<pre>VBoxManage modifyvm "Windows Whistler 2419" <span style="color: #ff0000">-</span>biossystemtimeoffset -206150400000</pre>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=211</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress XML-RPC</title>
		<link>http://buchmann.info/?p=207</link>
		<comments>http://buchmann.info/?p=207#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:48:17 +0000</pubDate>
		<dc:creator>pebuchmann_super</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=207</guid>
		<description><![CDATA[Some useful information on the topic: blogId Grails WordPress Plugin &#8211; or so it seams]]></description>
			<content:encoded><![CDATA[<p>Some useful information on the topic:</p>
<p><a href="http://joseph.randomnetworks.com/archives/2008/06/10/blog-id-in-wordpress-and-xml-rpc-blog-apis/" target="_blank">blogId</a></p>
<p><a href="http://plugins.grails.org/grails-wordpress/tags/RELEASE_0_2/grails-app/services/org/grails/plugins/wordpress/WordpressService.groovy" target="_blank">Grails WordPress Plugin</a> &#8211; or so it seams</p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=207</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test1</title>
		<link>http://buchmann.info/?p=204</link>
		<comments>http://buchmann.info/?p=204#comments</comments>
		<pubDate>Sat, 12 Jun 2010 11:44:00 +0000</pubDate>
		<dc:creator>pebuchmann_super</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=204</guid>
		<description><![CDATA[This should be some text]]></description>
			<content:encoded><![CDATA[<p>This should be some text</p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=204</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging in Grails</title>
		<link>http://buchmann.info/?p=196</link>
		<comments>http://buchmann.info/?p=196#comments</comments>
		<pubDate>Fri, 11 Jun 2010 00:24:46 +0000</pubDate>
		<dc:creator>pebuchmann</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Grails]]></category>

		<guid isPermaLink="false">http://buchmann.info/?p=196</guid>
		<description><![CDATA[Tutorial about logging in Grails]]></description>
			<content:encoded><![CDATA[<p><a href="http://denistek.blogspot.com/2010/02/grails-environment-specific-logging-to.html" target="_blank">Tutorial</a> about logging in Grails</p>
]]></content:encoded>
			<wfw:commentRss>http://buchmann.info/?feed=rss2&amp;p=196</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
