<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: UIToolbars in iPhone OS 2.x</title>
	<atom:link href="http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/</link>
	<description>Sharing Experience</description>
	<lastBuildDate>Sun, 12 Feb 2012 05:23:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris Leong</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-57293</link>
		<dc:creator>Chris Leong</dc:creator>
		<pubDate>Wed, 22 Sep 2010 07:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-57293</guid>
		<description>In CWToolbarController&#039;s function loadView I set the CGRect frame to [[UIScreen mainScreen] applicationFrame]. That fixed the sizing problem</description>
		<content:encoded><![CDATA[<p>In CWToolbarController&#8217;s function loadView I set the CGRect frame to [[UIScreen mainScreen] applicationFrame]. That fixed the sizing problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-13409</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 07 Oct 2009 17:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-13409</guid>
		<description>still doesn&#039;t compile as Mario mentioned.</description>
		<content:encoded><![CDATA[<p>still doesn&#8217;t compile as Mario mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-11663</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Wed, 09 Sep 2009 22:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-11663</guid>
		<description>awesome post but it doesn&#039;t compile on snow leopard iPhone OS 3.0</description>
		<content:encoded><![CDATA[<p>awesome post but it doesn&#8217;t compile on snow leopard iPhone OS 3.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wash</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-10677</link>
		<dc:creator>Wash</dc:creator>
		<pubDate>Sun, 30 Aug 2009 15:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-10677</guid>
		<description>Fredrik,
I have been looking for an explanation like that for a while. Although I still have not really understood what you did (FYI: I&#039;m very new at cocoa dev), I really appreciate the explanation. Here go a few questions: 1) yes, the duplicate _toolbarItems. any chance you can fix it in the code for us less advanced folks?  2) half of the toolbar is under the clock. how&#039;s that fixed?? 3) as I reach level 7 and click on the table cell. the application traps??? 4) where would one implement the doStuff: that it&#039;s in the toolbar???? finally, 5) if I wanted to write a label in small font right justified on the Nav Bar (in addition to the title) m how would I do it?????

Thank you again so much and sorry about many questions but you have the one tutorial that I found worth using for my project.</description>
		<content:encoded><![CDATA[<p>Fredrik,<br />
I have been looking for an explanation like that for a while. Although I still have not really understood what you did (FYI: I&#8217;m very new at cocoa dev), I really appreciate the explanation. Here go a few questions: 1) yes, the duplicate _toolbarItems. any chance you can fix it in the code for us less advanced folks?  2) half of the toolbar is under the clock. how&#8217;s that fixed?? 3) as I reach level 7 and click on the table cell. the application traps??? 4) where would one implement the doStuff: that it&#8217;s in the toolbar???? finally, 5) if I wanted to write a label in small font right justified on the Nav Bar (in addition to the title) m how would I do it?????</p>
<p>Thank you again so much and sorry about many questions but you have the one tutorial that I found worth using for my project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarmo</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6709</link>
		<dc:creator>Jarmo</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6709</guid>
		<description>Ben, starting in OS 3.0 UINavigationController has an optional toolbar feature and it&#039;s introduced a name conflict.  So you could either make use of that native feature instead of Frederik&#039;s method.  Or potentially just rename your local toolbarItems member variable to something unused, such as my_toolbarItems.</description>
		<content:encoded><![CDATA[<p>Ben, starting in OS 3.0 UINavigationController has an optional toolbar feature and it&#8217;s introduced a name conflict.  So you could either make use of that native feature instead of Frederik&#8217;s method.  Or potentially just rename your local toolbarItems member variable to something unused, such as my_toolbarItems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6585</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6585</guid>
		<description>The new API:s are not added to UIToolbar itself, but to UINavigationController and UIViewController. UIViewController now has a toolbarItems property, that is an array of UIBarButtonItems. The UINavigationController will query this array and use the contents as view controlelrs are pushed and popped to contextually update it&#039;s toolbar.

That is the UINavigationController now handles a UIToolbar at the bottom of the screen, in addition to the UINavigationBar at the top of the screen.</description>
		<content:encoded><![CDATA[<p>The new API:s are not added to UIToolbar itself, but to UINavigationController and UIViewController. UIViewController now has a toolbarItems property, that is an array of UIBarButtonItems. The UINavigationController will query this array and use the contents as view controlelrs are pushed and popped to contextually update it&#8217;s toolbar.</p>
<p>That is the UINavigationController now handles a UIToolbar at the bottom of the screen, in addition to the UINavigationBar at the top of the screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6582</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6582</guid>
		<description>What are the new API&#039;s added for contextual UIToolbars in iPhoneOS 3.0?  I can&#039;t find much updated for UIToolbar other than the new translucent property.  I&#039;m having issues with my toolbar auto-rotating and i&#039;m wondering if it was made easier in iPhoneOS 3.0.  Thanks!</description>
		<content:encoded><![CDATA[<p>What are the new API&#8217;s added for contextual UIToolbars in iPhoneOS 3.0?  I can&#8217;t find much updated for UIToolbar other than the new translucent property.  I&#8217;m having issues with my toolbar auto-rotating and i&#8217;m wondering if it was made easier in iPhoneOS 3.0.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6516</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Wed, 17 Jun 2009 07:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6516</guid>
		<description>No I have not got rotation to work properly fo all cases, with good performance. I spoke with the Apple engineers about this at WWDC09, and their short answer is that for iPhone OS 2.x it is not easily done without some ugly hacks.

Move on to iPhone OS 3.0 if screen rotation is a required feature.</description>
		<content:encoded><![CDATA[<p>No I have not got rotation to work properly fo all cases, with good performance. I spoke with the Apple engineers about this at WWDC09, and their short answer is that for iPhone OS 2.x it is not easily done without some ugly hacks.</p>
<p>Move on to iPhone OS 3.0 if screen rotation is a required feature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6515</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Wed, 17 Jun 2009 07:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6515</guid>
		<description>Easy solution is to rename _toolbaritems. I do however recomend that you instead use the toolbar support in iPhone OS 3.0.</description>
		<content:encoded><![CDATA[<p>Easy solution is to rename _toolbaritems. I do however recomend that you instead use the toolbar support in iPhone OS 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6493</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6493</guid>
		<description>In Iphone OS 3 it wont compile and gets the error &quot;Error: duplicate member &#039;_toolbatitems&#039;&quot;

Is there a solution to this?</description>
		<content:encoded><![CDATA[<p>In Iphone OS 3 it wont compile and gets the error &#8220;Error: duplicate member &#8216;_toolbatitems&#8217;&#8221;</p>
<p>Is there a solution to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-6470</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 14 Jun 2009 17:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-6470</guid>
		<description>Any chance you&#039;ve been able to get the rotation actually working correctly ? Seems to give some strange results even after setting all the autoresizing masks on the view and content view..</description>
		<content:encoded><![CDATA[<p>Any chance you&#8217;ve been able to get the rotation actually working correctly ? Seems to give some strange results even after setting all the autoresizing masks on the view and content view..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan De Cock</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-5042</link>
		<dc:creator>Johan De Cock</dc:creator>
		<pubDate>Fri, 22 May 2009 12:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-5042</guid>
		<description>Your forgot to add overrides for things like viewWillAppear events in your toolbar controller, which should be something like this:

- (void)viewWillAppear:(BOOL)animated {
	[super viewWillAppear:animated];
	[_contentViewController viewWillAppear:animated];
}

Otherwise these events won&#039;t get fired in your child viewcontrollers!</description>
		<content:encoded><![CDATA[<p>Your forgot to add overrides for things like viewWillAppear events in your toolbar controller, which should be something like this:</p>
<p>- (void)viewWillAppear:(BOOL)animated {<br />
	[super viewWillAppear:animated];<br />
	[_contentViewController viewWillAppear:animated];<br />
}</p>
<p>Otherwise these events won&#8217;t get fired in your child viewcontrollers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-4722</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Sat, 09 May 2009 13:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-4722</guid>
		<description>@Patrick: First you must implement shouldAutorotateToInterfaceOrientation: in CWToolbarController. Prefably let it return what the contentViewController responds.

Then you must setup proper auto resizing masks in loadView of CWToolbarController. All views except the toolbar should flex in size, the toolbar should only flex in with and top margin.

Then you must create a custom subclass of UIView, that implements layoutSubviews. This is because UINavigationController makes some assumptions, that will screw up the layout, placing it&#039;s content behind the toolbar. Cut and paste the layout that is done in loadView.

Hope it helps.</description>
		<content:encoded><![CDATA[<p>@Patrick: First you must implement shouldAutorotateToInterfaceOrientation: in CWToolbarController. Prefably let it return what the contentViewController responds.</p>
<p>Then you must setup proper auto resizing masks in loadView of CWToolbarController. All views except the toolbar should flex in size, the toolbar should only flex in with and top margin.</p>
<p>Then you must create a custom subclass of UIView, that implements layoutSubviews. This is because UINavigationController makes some assumptions, that will screw up the layout, placing it&#8217;s content behind the toolbar. Cut and paste the layout that is done in loadView.</p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-4710</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 08 May 2009 05:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-4710</guid>
		<description>Great article, thanks. 

Could you give some additional hints on how to handle orientation changes? I&#039;m finding that the navigation controller and toolbar controller rotate fine, but the content view controller doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Great article, thanks. </p>
<p>Could you give some additional hints on how to handle orientation changes? I&#8217;m finding that the navigation controller and toolbar controller rotate fine, but the content view controller doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-4615</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 02 May 2009 10:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-4615</guid>
		<description>Nice article, thanks.

The top images are broken because they are linked to https, and if FF doesn&#039;t know the certificate, it won&#039;t show the image.</description>
		<content:encoded><![CDATA[<p>Nice article, thanks.</p>
<p>The top images are broken because they are linked to https, and if FF doesn&#8217;t know the certificate, it won&#8217;t show the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-4528</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-4528</guid>
		<description>Thanks for this excellent article. I agree with you that many posts found on this topic offer somewhat screwed solutions. 

I&#039;ll use what I&#039;ve read (and tried) here in order to develop a tabbar with a small bar above the tabs similar to what can be seen in the Bloomberg or AOL finance apps.</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent article. I agree with you that many posts found on this topic offer somewhat screwed solutions. </p>
<p>I&#8217;ll use what I&#8217;ve read (and tried) here in order to develop a tabbar with a small bar above the tabs similar to what can be seen in the Bloomberg or AOL finance apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-3113</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Wed, 08 Apr 2009 07:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-3113</guid>
		<description>@Darren: Should work now, yet another problem with https and wordpress :(.</description>
		<content:encoded><![CDATA[<p>@Darren: Should work now, yet another problem with https and wordpress <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-3098</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Wed, 08 Apr 2009 05:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-3098</guid>
		<description>The source link is broke please fix</description>
		<content:encoded><![CDATA[<p>The source link is broke please fix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-03-29 at adam hoyle presents suckmypixel</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2625</link>
		<dc:creator>links for 2009-03-29 at adam hoyle presents suckmypixel</dc:creator>
		<pubDate>Sun, 29 Mar 2009 12:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2625</guid>
		<description>[...] UIToolbars in iPhone OS 2.x &#124; Jayway Team Blog - Sharing Experience Provides a best practise suggestion for managing UIToolbars within nested views (using a UINavigationController) (tags: iphone programming objective-c UIToolbar reference UINavigationController) [...]</description>
		<content:encoded><![CDATA[<p>[...] UIToolbars in iPhone OS 2.x | Jayway Team Blog &#8211; Sharing Experience Provides a best practise suggestion for managing UIToolbars within nested views (using a UINavigationController) (tags: iphone programming objective-c UIToolbar reference UINavigationController) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Contextual UIToolbars at Under The Bridge</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2557</link>
		<dc:creator>Contextual UIToolbars at Under The Bridge</dc:creator>
		<pubDate>Fri, 27 Mar 2009 02:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2557</guid>
		<description>[...] an excellent post on how to manage UIToolbars in nested views &#8230; at least if you need to do it right now; we [...]</description>
		<content:encoded><![CDATA[<p>[...] an excellent post on how to manage UIToolbars in nested views &#8230; at least if you need to do it right now; we [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2538</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2538</guid>
		<description>I would not advice you against hiding the toolbar when the user navigates up and down the view tree, I think it is better to let the navigation bar and the toolbar be static.

But if you really want to, then add code in &lt;code&gt;navigationController:willShowViewController:animated:&lt;/code&gt;. Wrap the code in &lt;code&gt;[UIView beginAnimations:context:]&lt;/code&gt; and &lt;code&gt;[UIView commitAnimations]&lt;/code&gt; to have the content and toolbar animate nicely in and out. Most view properties are animatable this way, so simple set &lt;code&gt;frame&lt;/code&gt;, &lt;code&gt;alpha&lt;/code&gt; or some other properties you fancy to update the layout.</description>
		<content:encoded><![CDATA[<p>I would not advice you against hiding the toolbar when the user navigates up and down the view tree, I think it is better to let the navigation bar and the toolbar be static.</p>
<p>But if you really want to, then add code in <code>navigationController:willShowViewController:animated:</code>. Wrap the code in <code>[UIView beginAnimations:context:]</code> and <code>[UIView commitAnimations]</code> to have the content and toolbar animate nicely in and out. Most view properties are animatable this way, so simple set <code>frame</code>, <code>alpha</code> or some other properties you fancy to update the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: losLocKos</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2496</link>
		<dc:creator>losLocKos</dc:creator>
		<pubDate>Wed, 25 Mar 2009 18:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2496</guid>
		<description>hos is it possible to hide the toolbar, when the next view is pushed ... an to let reappear the toolbar, when your&#039;e back at the first view?</description>
		<content:encoded><![CDATA[<p>hos is it possible to hide the toolbar, when the next view is pushed &#8230; an to let reappear the toolbar, when your&#8217;e back at the first view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Olsson</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2372</link>
		<dc:creator>Fredrik Olsson</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2372</guid>
		<description>Thanks for the heads up, I have updated the image links. Hope it works better for everyone now.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, I have updated the image links. Hope it works better for everyone now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2370</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Sun, 22 Mar 2009 18:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2370</guid>
		<description>They seem to be broken because they are loaded over https....</description>
		<content:encoded><![CDATA[<p>They seem to be broken because they are loaded over https&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle</title>
		<link>http://blog.jayway.com/2009/03/22/uitoolbars-in-iphone-os-2x/comment-page-1/#comment-2369</link>
		<dc:creator>Kalle</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jayway.com/?p=1293#comment-2369</guid>
		<description>Great post!  However, the two top images are broken for me :)</description>
		<content:encoded><![CDATA[<p>Great post!  However, the two top images are broken for me <img src='http://blog.jayway.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

