<?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 for adampreble.net/blog</title>
	<atom:link href="http://adampreble.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://adampreble.net/blog</link>
	<description>Adam Preble&#039;s weblog</description>
	<lastBuildDate>Wed, 21 Dec 2011 14:45:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on All Too Familiar by Adam Preble</title>
		<link>http://adampreble.net/blog/2011/09/all-too-familiar/comment-page-1/#comment-207</link>
		<dc:creator>Adam Preble</dc:creator>
		<pubDate>Wed, 21 Dec 2011 14:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=288#comment-207</guid>
		<description>&lt;p&gt;Jason,&lt;/p&gt;

&lt;p&gt;You seem to have mistakenly posted your reply to the Guardian author here on my blog.&lt;/p&gt;

&lt;p&gt;Adam&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jason,</p>

<p>You seem to have mistakenly posted your reply to the Guardian author here on my blog.</p>

<p>Adam</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on All Too Familiar by jason</title>
		<link>http://adampreble.net/blog/2011/09/all-too-familiar/comment-page-1/#comment-206</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 21 Dec 2011 12:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=288#comment-206</guid>
		<description>&lt;p&gt;I don&#039;t know why you would say that about xcode, in version 4 it has auto complete second too none , I use all of the tools above every day and  have  so for over ten years  if you read the documentation on apples developers web site you will see that have put a lot of effort in to there tools the way they  integrated interface builder into xcode, there is no other IDE that I have come across that integrates UI and coding in such a easy and time saving manner, where you can see the code each UI element is linked to and wether its a action or outlet,  code and UI side by side  I think you just don&#039;t understand the language, and with xcode 4 the compiler is used for auto-completing , Which is better then methods other IDE&#039;s use and xcode used to use. 
 The fact that the language is so different I think u just can not get your head around that and that is why you decided to make that comment  objective-c lets you send messages to classes that dont or wont implement that method till run time  . and I think that is the reason you dont understand xcode . I wont get into which language i better but I will pipe up when some one make a uninformed comment when it is just wrong&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you would say that about xcode, in version 4 it has auto complete second too none , I use all of the tools above every day and  have  so for over ten years  if you read the documentation on apples developers web site you will see that have put a lot of effort in to there tools the way they  integrated interface builder into xcode, there is no other IDE that I have come across that integrates UI and coding in such a easy and time saving manner, where you can see the code each UI element is linked to and wether its a action or outlet,  code and UI side by side  I think you just don&#8217;t understand the language, and with xcode 4 the compiler is used for auto-completing , Which is better then methods other IDE&#8217;s use and xcode used to use. 
 The fact that the language is so different I think u just can not get your head around that and that is why you decided to make that comment  objective-c lets you send messages to classes that dont or wont implement that method till run time  . and I think that is the reason you dont understand xcode . I wont get into which language i better but I will pipe up when some one make a uninformed comment when it is just wrong</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Blender to iPhone by Plush</title>
		<link>http://adampreble.net/blog/2011/02/from-blender-to-iphone/comment-page-1/#comment-190</link>
		<dc:creator>Plush</dc:creator>
		<pubDate>Sun, 27 Nov 2011 08:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=202#comment-190</guid>
		<description>&lt;p&gt;I exported the Blender monkey head with Jeff LaMarche script.   But what to do with the h. file I&#039;m not too clear.   Do I import the .h file into the Xcode project? Do I copy the code, and past it into the ViewController&#039;s file?  Also, which one, the ViewController.m file, or the ViewController.h file?  If it&#039;s the implementation file (.m), how do I put the code in?  You said to use only(?) the last part of the code from the generated .h file (from J.M.&#039;s script? or from Xcode) and how much of the code do I mix and use from your &quot;- (void)drawView:(UIView *)theView&quot; with the J.M.&#039;s .h file code to embed into the ViewController&#039;s file?&lt;/p&gt;

&lt;p&gt;I&#039;m a newb.  So if you could be as clear as possible from: embedding the generated J.M.&#039;s .h file into Xcode, that will be great.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I exported the Blender monkey head with Jeff LaMarche script.   But what to do with the h. file I&#8217;m not too clear.   Do I import the .h file into the Xcode project? Do I copy the code, and past it into the ViewController&#8217;s file?  Also, which one, the ViewController.m file, or the ViewController.h file?  If it&#8217;s the implementation file (.m), how do I put the code in?  You said to use only(?) the last part of the code from the generated .h file (from J.M.&#8217;s script? or from Xcode) and how much of the code do I mix and use from your &#8220;- (void)drawView:(UIView *)theView&#8221; with the J.M.&#8217;s .h file code to embed into the ViewController&#8217;s file?</p>

<p>I&#8217;m a newb.  So if you could be as clear as possible from: embedding the generated J.M.&#8217;s .h file into Xcode, that will be great.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Driving a Pinball DMD with an Arduino Microcontroller by Robert</title>
		<link>http://adampreble.net/blog/2009/12/arduino-pinball-dmd/comment-page-1/#comment-182</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 05 Aug 2011 23:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://imtzo.net/blog/?p=5#comment-182</guid>
		<description>&lt;p&gt;Hello again!&lt;/p&gt;

&lt;p&gt;Just wanted to say that I&#039;ve finished my version of the DMD now.
It&#039;s using a PinLED display and updates a full display at about 180 Hz (without SPI). :)&lt;/p&gt;

&lt;p&gt;The big problem I think is that Arduino&#039;s base code is rather slow (see my blogpost for this). With a library called digitalFastWrite the code is about 14x faster making running  heavy things such as a DMD rather easy.&lt;/p&gt;

&lt;p&gt;Thanks again for your page, it really got started in the right direction!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello again!</p>

<p>Just wanted to say that I&#8217;ve finished my version of the DMD now.
It&#8217;s using a PinLED display and updates a full display at about 180 Hz (without SPI). :)</p>

<p>The big problem I think is that Arduino&#8217;s base code is rather slow (see my blogpost for this). With a library called digitalFastWrite the code is about 14x faster making running  heavy things such as a DMD rather easy.</p>

<p>Thanks again for your page, it really got started in the right direction!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Editing a UITableView: The Animated Insert Row by anand</title>
		<link>http://adampreble.net/blog/2009/09/editing-a-uitableview-the-animated-insert-row/comment-page-1/#comment-177</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://imtzo.net/blog/?p=30#comment-177</guid>
		<description>&lt;p&gt;Hi,
your article is really good it helped me lot. I have a question about how to change the background color of edit button and how to control the action of edit button&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
your article is really good it helped me lot. I have a question about how to change the background color of edit button and how to control the action of edit button</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Driving a Pinball DMD with an Arduino Microcontroller by Robert</title>
		<link>http://adampreble.net/blog/2009/12/arduino-pinball-dmd/comment-page-1/#comment-176</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 21 Jun 2011 21:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://imtzo.net/blog/?p=5#comment-176</guid>
		<description>&lt;p&gt;Hi there!&lt;/p&gt;

&lt;p&gt;I&#039;m currently building a pinball machine from scratch and I figure this page will help me a lot when it comes to connecting the DMD. Thank you for sharing! :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there!</p>

<p>I&#8217;m currently building a pinball machine from scratch and I figure this page will help me a lot when it comes to connecting the DMD. Thank you for sharing! :)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on SwiftText 1.0 by Peter LeBlond</title>
		<link>http://adampreble.net/blog/2011/05/swifttext-1-0/comment-page-1/#comment-171</link>
		<dc:creator>Peter LeBlond</dc:creator>
		<pubDate>Tue, 03 May 2011 15:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=265#comment-171</guid>
		<description>&lt;p&gt;Simple is very difficult, but it appears that you have done just that. Nice!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Simple is very difficult, but it appears that you have done just that. Nice!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Blender to iPhone by Raghu Nandan</title>
		<link>http://adampreble.net/blog/2011/02/from-blender-to-iphone/comment-page-1/#comment-161</link>
		<dc:creator>Raghu Nandan</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=202#comment-161</guid>
		<description>&lt;p&gt;hi adam can you tell me how to render objects with textures!and if you dont mind can you steer me by providing some links to acheive that!thanks in advance...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi adam can you tell me how to render objects with textures!and if you dont mind can you steer me by providing some links to acheive that!thanks in advance&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Blender to iPhone by Raghu Nandan</title>
		<link>http://adampreble.net/blog/2011/02/from-blender-to-iphone/comment-page-1/#comment-142</link>
		<dc:creator>Raghu Nandan</dc:creator>
		<pubDate>Mon, 21 Feb 2011 10:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=202#comment-142</guid>
		<description>&lt;p&gt;Thanks a lot Adam!finally i did it,right now it&#039;s working fine and i am able to render the objects on my device, Moreover am facing problem for rendering objects with textures...really you made my day:-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot Adam!finally i did it,right now it&#8217;s working fine and i am able to render the objects on my device, Moreover am facing problem for rendering objects with textures&#8230;really you made my day:-)</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blanket Inquiry by Mikey</title>
		<link>http://adampreble.net/blog/2011/02/blanket-inquiry/comment-page-1/#comment-141</link>
		<dc:creator>Mikey</dc:creator>
		<pubDate>Fri, 18 Feb 2011 22:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://adampreble.net/blog/?p=239#comment-141</guid>
		<description>&lt;p&gt;Brilliant.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Brilliant.</p>]]></content:encoded>
	</item>
</channel>
</rss>

