<?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>Development scratchbook</title>
	<atom:link href="http://tjoadesign.nl/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tjoadesign.nl/blog</link>
	<description>Technical notes about Flex, Flash and other geeky things</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:45:46 +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>Away3DLite uses an inverted y-axis</title>
		<link>http://tjoadesign.nl/blog/?p=232</link>
		<comments>http://tjoadesign.nl/blog/?p=232#comments</comments>
		<pubDate>Mon, 28 Jun 2010 20:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=232</guid>
		<description><![CDATA[I switched over from Away3D to Away3DLite, hoping that my performance issues would be solved. And indeed, Away3DLite is much faster than it&#8217;s big brother. However, I suddenly noticed that the y-axis seemed to be inverted (negative values above the root and positive values under the root). I first thought I made some errors with [...]]]></description>
			<content:encoded><![CDATA[<p>I switched over from Away3D to Away3DLite, hoping that my performance issues would be solved. And indeed, Away3DLite is much faster than it&#8217;s big brother. However, I suddenly noticed that the y-axis seemed to be inverted (negative values above the root and positive values under the root). I first thought I made some errors with the camera and that I was seeing everyting upside down.</p>
<p><a href="http://www.mail-archive.com/away3d-dev@googlegroups.com/msg11254.html">This post</a> seems to explain the reason: The y-axis is inverted.</p>
<p>Strange thing is, however, if you place a cone on the scene, it is pointing upwards as you would expect when using a normal (not-inverted) y-axis. Makes it all a bit confusing, but now you know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=232</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monthly open source donation: Away3D</title>
		<link>http://tjoadesign.nl/blog/?p=226</link>
		<comments>http://tjoadesign.nl/blog/?p=226#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:18:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[donations]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=226</guid>
		<description><![CDATA[Away3D is an open source 3D Flash Engine, much like PaperVision3D. The documentation is ok and you can find a good collection of tutorials to get started. It&#8217;s quite easy to get started, although it is not always easy to find precise descriptions of object properties and how they should be used. I haven&#8217;t looked [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://away3d.com/wp-content/themes/im-okay-black-10/images/logo.jpg" class="alignright" width="300"/>Away3D is an open source 3D Flash Engine, much like PaperVision3D. The documentation is ok and you can find a good collection of tutorials to get started. It&#8217;s quite easy to get started, although it is not always easy to find precise descriptions of object properties and how they should be used. I haven&#8217;t looked at the forum yet. </p>
<p>So far, I&#8217;m quite pleased about it and donated $20,-.</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using filters in Away3D</title>
		<link>http://tjoadesign.nl/blog/?p=223</link>
		<comments>http://tjoadesign.nl/blog/?p=223#comments</comments>
		<pubDate>Sun, 27 Jun 2010 05:42:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=223</guid>
		<description><![CDATA[I&#8217;m working on my first project using Away3D and am stumbling on some basic issues. I was trying to use a blurfilter on objects with no result whatsoever. Until I found an example written by tartiflop that gave the answer: use the property &#8216;ownCanvas&#8217;.
Like:

 var topPlane:Plane = new Plane({ownCanvas:true});
 topPlane.filters.push(new BlurFilter(8, 8));

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on my first project using Away3D and am stumbling on some basic issues. I was trying to use a blurfilter on objects with no result whatsoever. Until I found an <a href="http://blog.tartiflop.com/2008/12/first-steps-in-away3d-part-7-movie-and-video-materials/">example</a> written by tartiflop that gave the answer: use the property &#8216;ownCanvas&#8217;.</p>
<p>Like:</p>
<pre class="brush: as3;">
 var topPlane:Plane = new Plane({ownCanvas:true});
 topPlane.filters.push(new BlurFilter(8, 8));
</pre>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot change general setup of MySql Eventum</title>
		<link>http://tjoadesign.nl/blog/?p=206</link>
		<comments>http://tjoadesign.nl/blog/?p=206#comments</comments>
		<pubDate>Tue, 04 May 2010 05:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=206</guid>
		<description><![CDATA[I installed the issue and bug tracking system Eventum. This is an open source system that is both made and used by the MySql team. During installation, I didn&#8217;t configure the smtp settings correctly and couldn&#8217;t find a way to reconfigure this. The installation guide mentions the path &#8216;Administration/General Setup&#8217;, but I couldn&#8217;t find the [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the issue and bug tracking system Eventum. This is an open source system that is both made and used by the MySql team. During installation, I didn&#8217;t configure the smtp settings correctly and couldn&#8217;t find a way to reconfigure this. The installation guide mentions the path &#8216;Administration/General Setup&#8217;, but I couldn&#8217;t find the General Setup option. After googling around, I only found a spanish post about this issue:</p>
<p>http://gacimartin.com/2008/07/20/como-ver-las-opciones-de-superusuario-de-eventum-smtp-etc/</p>
<p>If you don&#8217;t read Spanish, this is a summary of the problem and the solution:</p>
<p>Apparently, it sometimes happens that your account is not registered as an &#8216;Admin&#8217; account. You have find the id of your user account in the table &#8216;user&#8217;. Then find the corresponding row in the table &#8216;project_user&#8221; and set the field &#8216;pru_role&#8217; to &#8216;7&#8242;. </p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=206</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas with an easing scrollbar</title>
		<link>http://tjoadesign.nl/blog/?p=189</link>
		<comments>http://tjoadesign.nl/blog/?p=189#comments</comments>
		<pubDate>Fri, 23 Apr 2010 08:52:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=189</guid>
		<description><![CDATA[Unfortunately, Flex does not contain a container class with an easing scrollbar. I mean a scrollbar that will give you an &#8216;organic&#8217; or &#8216;physical&#8217; feeling. This is often implemented with an effect that causes the container content to gradually stop scrolling after you have stopped dragging the scroll thumb. Compare it with how you scroll [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, Flex does not contain a container class with an easing scrollbar. I mean a scrollbar that will give you an &#8216;organic&#8217; or &#8216;physical&#8217; feeling. This is often implemented with an effect that causes the container content to gradually stop scrolling after you have stopped dragging the scroll thumb. Compare it with how you scroll through a list in for example an iPhone.</p>
<p>I superficially read some articles on how people implemented their version. I didn&#8217;t find a ready to use component, so I decided to make one myself as a challenge.</p>
<p>My component behaves like a Canvas with an HScrollBar and the idea is really simple:<br />
There is an inner Canvas and an outer Canvas. The inner Canvas contains the content you want to scroll. The HScrollBar of the inner Canvas is hidden. The outer Canvas creates a proxy HScrollBar and positions this over the hidden HScrollBar. Now the user interacts with the proxy HScrollBar and each change is copied to the HScrollBar of the inner Canvas.  And the trick now is to use an easing function when you copy the proxy Scroll thumb position to the hidden Scroll thumb position.</p>
<p><a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/04/easingCanvas.jpg"><img src="http://tjoadesign.nl/blog/wp-content/uploads/2010/04/easingCanvas.jpg" alt="" title="Canvas with easing scroll" width="548" height="188" class="aligncenter size-full wp-image-190" /></a></p>
<p>Here you see both HScrollBars on top of each other. The upper HScrollBar is the original scrollbar of the inner Canvas. The lower HScrollBar is the proxy version. </p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_sandbox1_858452026"
			class="flashmovie"
			width="600"
			height="300">
	<param name="movie" value="/blog/wp-content/uploads/2010/04/sandbox1.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/blog/wp-content/uploads/2010/04/sandbox1.swf"
			name="fm_sandbox1_858452026"
			width="600"
			height="300">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>And if we hide the upper HScrollBar and shift the lower HScrollBar upwards to take its place, we get this:</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_sandbox2_822597163"
			class="flashmovie"
			width="600"
			height="300">
	<param name="movie" value="/blog/wp-content/uploads/2010/04/sandbox2.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="/blog/wp-content/uploads/2010/04/sandbox2.swf"
			name="fm_sandbox2_822597163"
			width="600"
			height="300">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>While the principle seems to work, the feeling is not perfect. It&#8217;s not as nice as it is on an iPhone. So I&#8217;ll have to work on that.</p>
<p>Furthermore, I want to combine two behaviours:</p>
<ul>
<li>Slow scrolling with a behaviour almost without easing</li>
<li>Stepwise/fast scrolling with a strong apparent easing</li>
</ul>
<p>I&#8217;ll continue working on this and post improvements.</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refer to an embedded image by a string variable</title>
		<link>http://tjoadesign.nl/blog/?p=187</link>
		<comments>http://tjoadesign.nl/blog/?p=187#comments</comments>
		<pubDate>Fri, 23 Apr 2010 07:58:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=187</guid>
		<description><![CDATA[I&#8217;m making a small banner like application. All images have to be embedded into the application, but I want to be able to dynamically create these images. The position on the stage is configured using an external XML file. So, somehow, I have to be able to make references to the embedded images in my [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m making a small banner like application. All images have to be embedded into the application, but I want to be able to dynamically create these images. The position on the stage is configured using an external XML file. So, somehow, I have to be able to make references to the embedded images in my XML-file.</p>
<p>Example of an embedded image:</p>
<pre class="brush: as3;">
[Embed(source=&quot;assets/image.jpg&quot;)]
[Bindable]
private var myImage:Class;
</pre>
<p>An easy way to do this is of course:</p>
<pre class="brush: as3;">
var imgClass:Class;
switch (imageName) {
    case 'myImage':
        imgClass = myImage;
        break;
   case 'otherImage':
        imgClass = otherImage;
        break;
}
</pre>
<p>But there is an easier solution. Say that the image is embedded in MyView.mxml, then you can use this statement in MyView.mxml;</p>
<pre class="brush: as3;">
var imgClass:Class = getDefinitionByName(getQualifiedClassName(this)+'_'+imageName) as Class;
</pre>
<p>If you use the debugger, you&#8217;ll see that imgClass looks like: MyView_myImage. Or more specifically, if MyView.mxml is located in package, e.g. &#8216;views&#8217;, then imgClass = views.MyView_myImage;</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=187</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Dictionary bindable</title>
		<link>http://tjoadesign.nl/blog/?p=174</link>
		<comments>http://tjoadesign.nl/blog/?p=174#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:48:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=174</guid>
		<description><![CDATA[The Dictionary class in Flex is not bindable. To make a Dictionary bindable, use the ObjectProxy class as a wrapper.

public class BindableDictionary extends ObjectProxy
	{
		private var _state:Dictionary;
		public function BindableDictionary() {
			_state = new Dictionary();
			super(_state);
		}

	}

Now you can set eventlisteners on the wrapper:

var bd:BindableDictionary = new BindableDictionary();
bd.addEventListener(PropertyChangeEvent.PROPERTY_CHANGE, handler);

I haven&#8217;t done full functional testing on this, but it seems to [...]]]></description>
			<content:encoded><![CDATA[<p>The Dictionary class in Flex is not bindable. To make a Dictionary bindable, use the ObjectProxy class as a wrapper.</p>
<pre class="brush: as3;">
public class BindableDictionary extends ObjectProxy
	{
		private var _state:Dictionary;
		public function BindableDictionary() {
			_state = new Dictionary();
			super(_state);
		}

	}
</pre>
<p>Now you can set eventlisteners on the wrapper:</p>
<pre class="brush: as3;">
var bd:BindableDictionary = new BindableDictionary();
bd.addEventListener(PropertyChangeEvent.PROPERTY_CHANGE, handler);
</pre>
<p>I haven&#8217;t done full functional testing on this, but it seems to work fine so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monthly open source donation: Efflex &#8211; Flex effects</title>
		<link>http://tjoadesign.nl/blog/?p=171</link>
		<comments>http://tjoadesign.nl/blog/?p=171#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:03:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[donations]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=171</guid>
		<description><![CDATA[I wanted to donate in March to the Efflex project. There is a Paypal button on the site, but it doesn&#8217;t lead to page where you can actually donate. So I&#8217;ll wait until this button is fixed.
The project presents some excellent effects, especially for use with viewstacks.
Update april 14, 2010:
The button now works!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/04/Afbeelding-69.jpg"><img src="http://tjoadesign.nl/blog/wp-content/uploads/2010/04/Afbeelding-69-300x49.jpg" alt="Efflex logo" title="Afbeelding 69" width="300" height="49" class="alignright size-medium wp-image-182" /></a>I wanted to donate in March to the Efflex project. There is a Paypal button on the site, but it doesn&#8217;t lead to page where you can actually donate. So I&#8217;ll wait until this button is fixed.</p>
<p>The project presents some excellent effects, especially for use with viewstacks.</p>
<p>Update april 14, 2010:<br />
The button now works!</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=171</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Use syntax highlighting in WordPress</title>
		<link>http://tjoadesign.nl/blog/?p=149</link>
		<comments>http://tjoadesign.nl/blog/?p=149#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:12:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=149</guid>
		<description><![CDATA[I spent more than an hour to find out how you can use syntax highlighting in WordPress. There&#8217;s tons of information around this subject, but I couldn&#8217;t find anything to get you started with a few easy steps. So&#8230;.here is my attempt.
Step 1:
Install Syntax Highlighter Evolved.

Step 2:
Create or edit a post and select the &#8216;HTML&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>I spent more than an hour to find out how you can use syntax highlighting in WordPress. There&#8217;s tons of information around this subject, but I couldn&#8217;t find anything to get you started with a few easy steps. So&#8230;.here is my attempt.</p>
<p>Step 1:<br />
Install <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" target="_blank"><em>Syntax Highlighter Evolved</em></a>.<br />
<a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-12.jpg"><img src="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-12-300x210.jpg" alt="" title="Install Syntax Highlighter Evolved" width="300" height="210" class="alignnone size-medium wp-image-161" /></a></p>
<p>Step 2:</p>
<p>Create or edit a post and select the &#8216;HTML&#8217; tab on the top right.</p>
<p><a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-10.jpg"><img class="alignnone size-medium wp-image-150" title="Select html-edit mode" src="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-10-300x158.jpg" alt="" width="300" height="158" /></a></p>
<p>Step 3. Copy your source code from your html-editor and paste into the post.</p>
<p>Step 4. Put code tags around the pasted code:</p>
<p><a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-11.jpg"><img src="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-11.jpg" alt="" title="Afbeelding 11" width="239" height="110" class="alignnone size-full wp-image-159" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=149</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex HSlider tooltip does not respect stage boundaries</title>
		<link>http://tjoadesign.nl/blog/?p=134</link>
		<comments>http://tjoadesign.nl/blog/?p=134#comments</comments>
		<pubDate>Sun, 14 Feb 2010 13:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://tjoadesign.nl/blog/?p=134</guid>
		<description><![CDATA[Had some difficulty in formulating a good title. But the problem is as follows:
If you have an HSlider and the right side of the slider is close to the right side of the stage, the tooltip may &#8216;walk off&#8217; the screen. See the following image.  The grey background is the standard Flex Halo background. The [...]]]></description>
			<content:encoded><![CDATA[<p>Had some difficulty in formulating a good title. But the problem is as follows:</p>
<p>If you have an HSlider and the right side of the slider is close to the right side of the stage, the tooltip may &#8216;walk off&#8217; the screen. See the following image.  The grey background is the standard Flex Halo background. The green background is the color of my desk top.</p>
<p><a href="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-9.jpg"><img class="alignnone size-medium wp-image-136" title="Flex HSlider tooltip vanishes from the stage" src="http://tjoadesign.nl/blog/wp-content/uploads/2010/02/Afbeelding-9-300x175.jpg" alt="" width="300" height="175" /></a></p>
<p>This does not happen at the left side of the stage. If you drag the thumb to the left end of the slider, you see some smart things happening: the tooltip gets stuck at stage.x = 0;</p>
<p>I set myself to solve this problem and came up with a solution, which may also be called a hack. It uses mx_internal namespace, which means that it may not work in future versions of the Flex SDK. But I don&#8217;t know a better way. You do? Please let me know!</p>
<p>Step 1. Extend the SliderDataTip class:</p>
<pre class="brush: as3;">
package cbs.components.sliderClasses
{
	import flash.geom.Point;

	import mx.controls.sliderClasses.Slider;
	import mx.controls.sliderClasses.SliderDataTip;

	public class MySliderDataTip extends SliderDataTip
	{
		private var _slider:Slider;

		public function MySliderDataTip(owner:Slider):void {
			_slider = owner;
		}

	 	override protected function updateDisplayList(w:Number, h:Number):void {
			super.updateDisplayList(w,h);
			// Check if the tip overlaps the right side of the slider

			if (_slider) {
				var sliderPos:Point = _slider.localToGlobal(new Point(0, 0));
				if (this.x + w &gt;= sliderPos.x + _slider.width) {
					this.x = sliderPos.x + _slider.width - w;
				}
			}
		}
	}
}
</pre>
<p>Extend the HSlider and override the onThumbPress function.</p>
<pre class="brush: as3; highlight: [5];">
override mx_internal function onThumbPress(thumb:Object):void {
	// Hack this function, to be able to generate our own slidertip and
	// set a parameter.
	if (!dataTip) {
		dataTip = MySliderDataTip(new MySliderDataTip(this));
		systemManager.toolTipChildren.addChild(dataTip);

		var dataTipStyleName:String = getStyle(&quot;dataTipStyleName&quot;);
		if (dataTipStyleName)
		{
			dataTip.styleName = dataTipStyleName;
		}
	}
	super.onThumbPress(thumb);
}
</pre>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://tjoadesign.nl/blog/?feed=rss2&amp;p=134</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
