<?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: Cocoa: Sidebar with Badges</title>
	<atom:link href="http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/feed/" rel="self" type="application/rss+xml" />
	<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/</link>
	<description>Matteo Bertozzi, Objective-C, Cocoa, C, C++, Qt4, iPhone, Mac OS X, Open Moko, Matteo Bertozzi Development</description>
	<lastBuildDate>Thu, 26 Nov 2009 15:43:17 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wisky</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-121</link>
		<dc:creator>wisky</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-121</guid>
		<description>Hi, it&#039;s very good job. But how to edit the &quot;normal&quot; item ?</description>
		<content:encoded><![CDATA[<p>Hi, it&#8217;s very good job. But how to edit the &#8220;normal&#8221; item ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-79</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-79</guid>
		<description>Any plans on make a framekwork plus a Interface Builder plugin?</description>
		<content:encoded><![CDATA[<p>Any plans on make a framekwork plus a Interface Builder plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lexxis</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-70</link>
		<dc:creator>Lexxis</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-70</guid>
		<description>Hello,
SideBar is very useful and really amazing.
I noticed a drawing problem during live-resize. Adding this method to the sideBar class seems to solve the problem.

- (void)drawRect:(NSRect)aRect {
	[super drawRect:aRect];
}

Great Work !!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
SideBar is very useful and really amazing.<br />
I noticed a drawing problem during live-resize. Adding this method to the sideBar class seems to solve the problem.</p>
<p>- (void)drawRect:(NSRect)aRect {<br />
	[super drawRect:aRect];<br />
}</p>
<p>Great Work !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bertozzi</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-54</link>
		<dc:creator>Matteo Bertozzi</dc:creator>
		<pubDate>Fri, 20 Mar 2009 04:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-54</guid>
		<description>Take a look at this source code http://qt-apps.org/content/show.php/QfMacNavBar?content=78749</description>
		<content:encoded><![CDATA[<p>Take a look at this source code <a href="http://qt-apps.org/content/show.php/QfMacNavBar?content=78749" rel="nofollow">http://qt-apps.org/content/show.php/QfMacNavBar?content=78749</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salvador</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-53</link>
		<dc:creator>salvador</dc:creator>
		<pubDate>Fri, 20 Mar 2009 02:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-53</guid>
		<description>How can you do this in Qt 4?</description>
		<content:encoded><![CDATA[<p>How can you do this in Qt 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-49</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Mon, 16 Mar 2009 05:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-49</guid>
		<description>Really cool, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Really cool, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cocoa: Sidebar with Badges, Take 2 &#124; Th30z - Coding on the Fly</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-40</link>
		<dc:creator>Cocoa: Sidebar with Badges, Take 2 &#124; Th30z - Coding on the Fly</dc:creator>
		<pubDate>Sun, 08 Mar 2009 15:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-40</guid>
		<description>[...] Do you remember the Cocoa Sidebar? No, Take a Look at this post Cocoa Sidebar with Badges. [...]</description>
		<content:encoded><![CDATA[<p>[...] Do you remember the Cocoa Sidebar? No, Take a Look at this post Cocoa Sidebar with Badges. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://th30z.netsons.org/2008/12/cocoa-sidebar-with-badges/comment-page-1/#comment-38</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://th30z.netsons.org/?p=402#comment-38</guid>
		<description>thanks for your sidebar. It will be very usefull for my next app. Keep this way ;)</description>
		<content:encoded><![CDATA[<p>thanks for your sidebar. It will be very usefull for my next app. Keep this way <img src='http://th30z.netsons.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
