<?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>IPhone programming, objective-c, cocoa</title>
	<atom:link href="http://ducktyper.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ducktyper.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 13:46:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone Programming: Loading files &#8211; PDFs, PPTs, Spreadsheets</title>
		<link>http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/</link>
		<comments>http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Programming]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Loading]]></category>
		<category><![CDATA[PDFs]]></category>
		<category><![CDATA[PPTs]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Spreadsheets]]></category>

		<guid isPermaLink="false">http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/</guid>
		<description><![CDATA[In this tutorial I teach you how to load a number of files into your application. These include PDFs, Spreadsheets and Powerpoints. Main Code: NSString *filePath = [[NSBundle mainBundle] pathForResource:@&#8221;Test_PDF&#8221; ofType:@&#8221;pdf&#8221;]; url = [NSURL fileURLWithPath:filePath]; [webView loadRequest:[NSURLRequest requestWithURL:url]]; For a UITableView: In RootViewController: -(void) makeData { sections = [[NSMutableArray alloc] init]; pdfs = [[NSMutableArray alloc]&#160; <a href="http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/" title="Read more iPhone Programming: Loading files &#8211; PDFs, PPTs, Spreadsheets">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/"></g:plusone></div><p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/h6KdPwGT95M?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/h6KdPwGT95M?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>In this tutorial I teach you how to load a number of files into your application. These include PDFs, Spreadsheets and Powerpoints. Main Code: NSString *filePath = [[NSBundle mainBundle] pathForResource:@&#8221;Test_PDF&#8221; ofType:@&#8221;pdf&#8221;]; url = [NSURL fileURLWithPath:filePath]; [webView loadRequest:[NSURLRequest requestWithURL:url]]; For a UITableView: In RootViewController: -(void) makeData { sections = [[NSMutableArray alloc] init]; pdfs = [[NSMutableArray alloc] init]; xls = [[NSMutableArray alloc] init]; ppts = [[NSMutableArray alloc] init]; [sections addObject:@"PDFs"]; [sections addObject:@"XLS'"]; [sections addObject:@"PPTs"]; [pdfs addObject:[[NSMutableDictionary alloc] initWithObjectsAndKeys:@&#8221;PDF&#8221;, @&#8221;name&#8221;, @&#8221;Test_PDF&#8221;, @&#8221;file&#8221; ,@&#8221;pdf&#8221; ,@&#8221;type&#8221; ,nil]]; [xls addObject:[[NSMutableDictionary alloc] initWithObjectsAndKeys:@&#8221;XLS&#8221;, @&#8221;name&#8221;, @&#8221;Test_XLS&#8221;, @&#8221;file&#8221; ,@&#8221;xls&#8221; ,@&#8221;type&#8221; ,nil]]; [ppts addObject:[[NSMutableDictionary alloc] initWithObjectsAndKeys:@&#8221;PPT&#8221;, @&#8221;name&#8221;, @&#8221;Test_PPT&#8221;, @&#8221;file&#8221; ,@&#8221;ppt&#8221; ,@&#8221;type&#8221; ,nil]]; data = [[NSMutableArray alloc] initWithObjects:pdfs,xls,ppts,nil]; } &#8211; (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if (!self.detailViewController) { self.detailViewController = [[DetailViewController alloc] initWithNibName:@&#8221;DetailViewController&#8221; bundle:nil]; } NSString *filePath = [[NSBundle mainBundle] pathForResource:[[[data objectAtIndex:indexPath.section] objectAtIndex:indexPath.row] objectForKey:@&#8221;file&#8221;] ofType <b>&#8230;</b><br />
<strong>Video Rating: 5 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/iphone-programming-loading-files-pdfs-ppts-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>iOS Presentation By Paul Hancock 021</title>
		<link>http://ducktyper.com/ios-presentation-by-paul-hancock-021/</link>
		<comments>http://ducktyper.com/ios-presentation-by-paul-hancock-021/#comments</comments>
		<pubDate>Thu, 17 May 2012 13:46:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[Hancock]]></category>
		<category><![CDATA[paul]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://ducktyper.com/ios-presentation-by-paul-hancock-021/</guid>
		<description><![CDATA[iOS Presentation By Paul Hancock 021 Image by Michael Kappel iOS Presentation By Paul Hancock www.meetup.com/SoftDev/events/59055692/ Software development Community Meeting Schedule Meet and greet 11:30 Pizza and Beverages 11:45 Paul Hancock&#8217;s Presentation 12:00 (Noon) Presentation starts at Noon sharp, our presenter needs to leave for the airport. This is the start of a series of&#160; <a href="http://ducktyper.com/ios-presentation-by-paul-hancock-021/" title="Read more iOS Presentation By Paul Hancock 021">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/ios-presentation-by-paul-hancock-021/"></g:plusone></div><p><strong>iOS Presentation By Paul Hancock 021</strong><br />
<img alt="Objective-c" src="http://farm8.staticflickr.com/7188/7126072011_b2d44b05cf.jpg" width="400"/><br />
<i>Image by <a href="http://www.flickr.com/photos/78779574@N00/7126072011">Michael Kappel</a></i><br />
iOS Presentation By Paul Hancock<br />
<a href="http://www.meetup.com/SoftDev/events/59055692/" rel="nofollow">www.meetup.com/SoftDev/events/59055692/</a></p>
<p>Software development Community Meeting Schedule<br />
Meet and greet 11:30<br />
Pizza and Beverages 11:45<br />
Paul Hancock&#8217;s Presentation 12:00 (Noon)</p>
<p>Presentation starts at Noon sharp, our presenter needs to leave for the airport.</p>
<p>This is the start of a series of Meetups on how to get started programming each of the Mobile Platforms.<br />
&quot;Hello World&quot; for IOS Devices</p>
<p>Abstract: Introduction to programming IOS devices (iPads and iPhones) using Objective C. This will provide the essentials for writing your first IOS application. The session will start with an introduction to the IOS development tools (XCode) and the Apple Developer Program. Using XCode, &quot;Hello World&quot; will be then be written and run on the IOS simulator as well as an actual IOS device.</p>
<p>Prerequisite: Knowledge of C/C++ and familiarity with event-driven programming models and object-oriented programming concepts.</p>
<p>Oakbrook Center (Microsoft Store) &#8211; Next to Crate &amp; Barrel</p>
<p>Pizza, beverages, and gift card prizes provided by TekSystems</p>
<p>Contact: Jordan Cealey<br />
Office: 630.795.3335<br />
Mobile: 309.657.9950</p>
<p>Picture taken by Michael Kappel at Microsoft Store in Oakbrook<br />
View the high resolution image on my photo website<br />
<a href="http://Pictures.MichaelKappel.com" rel="nofollow">Pictures.MichaelKappel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/ios-presentation-by-paul-hancock-021/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the Farm: Bundibugyo Cocoa farming boom</title>
		<link>http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/</link>
		<comments>http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/#comments</comments>
		<pubDate>Wed, 16 May 2012 13:46:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[boom]]></category>
		<category><![CDATA[Bundibugyo]]></category>
		<category><![CDATA[Farm]]></category>
		<category><![CDATA[farming]]></category>

		<guid isPermaLink="false">http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/</guid>
		<description><![CDATA[www.ntvuganda.co.ug For those who hail from Bundibugyo district the word cocoa is part of their daily life. This crop has in recent years brought smiles onto the faces of the residents and the traders a like because its now the major source of income for almost all households in the district. But how is this&#160; <a href="http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/" title="Read more On the Farm: Bundibugyo Cocoa farming boom">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/"></g:plusone></div><p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/fhqRBtsexwc?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/fhqRBtsexwc?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>www.ntvuganda.co.ug For those who hail from Bundibugyo district the word cocoa is part of their daily life. This crop has in recent years brought smiles onto the faces of the residents and the traders a like because its now the major source of income for almost all households in the district. But how is this crop grown and how has it changed the lives of these farmers?<br />
<strong>Video Rating: 5 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/on-the-farm-bundibugyo-cocoa-farming-boom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone 4 Case Program</title>
		<link>http://ducktyper.com/iphone-4-case-program-3/</link>
		<comments>http://ducktyper.com/iphone-4-case-program-3/#comments</comments>
		<pubDate>Tue, 15 May 2012 13:45:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Programming]]></category>
		<category><![CDATA[Case]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://ducktyper.com/iphone-4-case-program-3/</guid>
		<description><![CDATA[iPhone 4 Case Program Image by makipapa]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/iphone-4-case-program-3/"></g:plusone></div><p><strong>iPhone 4 Case Program</strong><br />
<img alt="iPhone Programming" src="http://farm5.staticflickr.com/4085/5001602764_f5d5ce9909.jpg" width="400"/><br />
<i>Image by <a href="http://www.flickr.com/photos/13590987@N04/5001602764">makipapa</a></i></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/iphone-4-case-program-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I use cocoa in chocolate milk?</title>
		<link>http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/</link>
		<comments>http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/#comments</comments>
		<pubDate>Mon, 14 May 2012 13:45:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Chocolate]]></category>
		<category><![CDATA[milk]]></category>

		<guid isPermaLink="false">http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/</guid>
		<description><![CDATA[Question by Trix_R_not_4_kids: How can I use cocoa in chocolate milk? I have baking cocoa but not the regular chocolate milk cocoa powder. Can you still make chocolate milk with it? How much cocoa and sugar should I put in my milk? Best answer: Answer by Happy CookerYou need to make chocolate syrup first. 2&#160; <a href="http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/" title="Read more How can I use cocoa in chocolate milk?">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/"></g:plusone></div><p><strong><i>Question by Trix_R_not_4_kids</i>: How can I use cocoa in chocolate milk?</strong><br />
I have baking cocoa but not the regular chocolate milk cocoa powder. Can you still make chocolate milk with it? How much cocoa and sugar should I put in my milk?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Happy Cooker</i><br />You need to make chocolate syrup first.  </p>
<p>2 1/2 cup sugar<br />
1 1/2 cups cocoa<br />
1 cups water<br />
2 tsp vanilla<br />
Combine sugar and cocoa in large saucepan.  Gradually stir in water.  Cook and stir over medium hear until mixture comes to a boil  Reduce heat and boil gently 5 min; stir occasionally.  Cool.  Add vanilla.  Cover and store in fridge.  Makes about 3 1/2 cups.  Easy to halve or quarter recipe.</p>
<p>Put about 2 tbsp (or more to taste)  in bottom of a glass and add cold milk for chocolate milk.</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/how-can-i-use-cocoa-in-chocolate-milk-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>iOS Presentation By Paul Hancock 012</title>
		<link>http://ducktyper.com/ios-presentation-by-paul-hancock-012/</link>
		<comments>http://ducktyper.com/ios-presentation-by-paul-hancock-012/#comments</comments>
		<pubDate>Sun, 13 May 2012 13:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Objective-c]]></category>
		<category><![CDATA[Hancock]]></category>
		<category><![CDATA[paul]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://ducktyper.com/ios-presentation-by-paul-hancock-012/</guid>
		<description><![CDATA[iOS Presentation By Paul Hancock 012 Image by Michael Kappel iOS Presentation By Paul Hancock www.meetup.com/SoftDev/events/59055692/ Software development Community Meeting Schedule Meet and greet 11:30 Pizza and Beverages 11:45 Paul Hancock&#8217;s Presentation 12:00 (Noon) Presentation starts at Noon sharp, our presenter needs to leave for the airport. This is the start of a series of&#160; <a href="http://ducktyper.com/ios-presentation-by-paul-hancock-012/" title="Read more iOS Presentation By Paul Hancock 012">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/ios-presentation-by-paul-hancock-012/"></g:plusone></div><p><strong>iOS Presentation By Paul Hancock 012</strong><br />
<img alt="Objective-c" src="http://farm9.staticflickr.com/8018/7126065705_1dbf53b76a.jpg" width="400"/><br />
<i>Image by <a href="http://www.flickr.com/photos/78779574@N00/7126065705">Michael Kappel</a></i><br />
iOS Presentation By Paul Hancock<br />
<a href="http://www.meetup.com/SoftDev/events/59055692/" rel="nofollow">www.meetup.com/SoftDev/events/59055692/</a></p>
<p>Software development Community Meeting Schedule<br />
Meet and greet 11:30<br />
Pizza and Beverages 11:45<br />
Paul Hancock&#8217;s Presentation 12:00 (Noon)</p>
<p>Presentation starts at Noon sharp, our presenter needs to leave for the airport.</p>
<p>This is the start of a series of Meetups on how to get started programming each of the Mobile Platforms.<br />
&quot;Hello World&quot; for IOS Devices</p>
<p>Abstract: Introduction to programming IOS devices (iPads and iPhones) using Objective C. This will provide the essentials for writing your first IOS application. The session will start with an introduction to the IOS development tools (XCode) and the Apple Developer Program. Using XCode, &quot;Hello World&quot; will be then be written and run on the IOS simulator as well as an actual IOS device.</p>
<p>Prerequisite: Knowledge of C/C++ and familiarity with event-driven programming models and object-oriented programming concepts.</p>
<p>Oakbrook Center (Microsoft Store) &#8211; Next to Crate &amp; Barrel</p>
<p>Pizza, beverages, and gift card prizes provided by TekSystems</p>
<p>Contact: Jordan Cealey<br />
Office: 630.795.3335<br />
Mobile: 309.657.9950</p>
<p>Picture taken by Michael Kappel at Microsoft Store in Oakbrook<br />
View the high resolution image on my photo website<br />
<a href="http://Pictures.MichaelKappel.com" rel="nofollow">Pictures.MichaelKappel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/ios-presentation-by-paul-hancock-012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa trees</title>
		<link>http://ducktyper.com/cocoa-trees/</link>
		<comments>http://ducktyper.com/cocoa-trees/#comments</comments>
		<pubDate>Sat, 12 May 2012 13:45:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[trees]]></category>

		<guid isPermaLink="false">http://ducktyper.com/cocoa-trees/</guid>
		<description><![CDATA[Cocoa trees Image by IITA Image Library Cocoa trees in cocoa plantation. (file name: FOR_TC_008)]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/cocoa-trees/"></g:plusone></div><p><strong>Cocoa trees</strong><br />
<img alt="Cocoa" src="http://farm2.staticflickr.com/1039/4598574862_2dcbfc12bf.jpg" width="400"/><br />
<i>Image by <a href="http://www.flickr.com/photos/45796762@N03/4598574862">IITA Image Library</a></i><br />
Cocoa trees in cocoa plantation. (file name: FOR_TC_008)</p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/cocoa-trees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Programming &#8211; UIImageView Collison</title>
		<link>http://ducktyper.com/iphone-programming-uiimageview-collison/</link>
		<comments>http://ducktyper.com/iphone-programming-uiimageview-collison/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:45:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Programming]]></category>
		<category><![CDATA[Collison]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[UIImageView]]></category>

		<guid isPermaLink="false">http://ducktyper.com/iphone-programming-uiimageview-collison/</guid>
		<description><![CDATA[A tutorial teaching you how to detect image collision and do something about it. Useful for Game Apps. Main Code Used: -(void)ifCollided { if (CGRectIntersectsRect(image.frame, collisionImage.frame)) { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@&#8221;Collided&#8221; message:@&#8221;You have collided with another image&#8221; delegate:self cancelButtonTitle:@&#8221;Reset&#8221; otherButtonTitles:@&#8221;Ok&#8221; ,nil]; [alert show]; [alert release]; } } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)index { if (index&#160; <a href="http://ducktyper.com/iphone-programming-uiimageview-collison/" title="Read more iPhone Programming &#8211; UIImageView Collison">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/iphone-programming-uiimageview-collison/"></g:plusone></div><p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/wPm508TARtA?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/wPm508TARtA?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>A tutorial teaching you how to detect image collision and do something about it. Useful for Game Apps. Main Code Used: -(void)ifCollided { if (CGRectIntersectsRect(image.frame, collisionImage.frame)) { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@&#8221;Collided&#8221; message:@&#8221;You have collided with another image&#8221; delegate:self cancelButtonTitle:@&#8221;Reset&#8221; otherButtonTitles:@&#8221;Ok&#8221; ,nil]; [alert show]; [alert release]; } } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)index { if (index == 0) { image.center = CGPointMake(159, 279); } } In Other Actions: [self ifCollided]; Next Video: www.youtube.com First Video: www.youtube.com Link: developer.apple.com Website: failcake.webs.com Twitter: twitter.com Channel: youtube.com<br />
<strong>Video Rating: 5 / 5</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/iphone-programming-uiimageview-collison/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How much cocoa should I eat in order to get health benefits?</title>
		<link>http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/</link>
		<comments>http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/#comments</comments>
		<pubDate>Thu, 10 May 2012 13:45:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Benefits]]></category>
		<category><![CDATA[Health]]></category>
		<category><![CDATA[much]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[should]]></category>

		<guid isPermaLink="false">http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/</guid>
		<description><![CDATA[Question by Svartljus: How much cocoa should I eat in order to get health benefits? I just bought some bars of chocolate that are 90% cocoa. I know that there are health benefits of cocoa. What is the portion size I need take on a daily basis in order to get the benefits? Best answer:&#160; <a href="http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/" title="Read more How much cocoa should I eat in order to get health benefits?">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/"></g:plusone></div><p><strong><i>Question by Svartljus</i>: How much cocoa should I eat in order to get health benefits?</strong><br />
I just bought some bars of chocolate that are 90% cocoa.  I know that there are health benefits of cocoa.  What is the portion size I need take on a daily basis in order to get the benefits?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Bradthoc</i><br />I think I&#8217;ve heard as little as an ounce a day is beneficial.</p>
<p><strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/how-much-cocoa-should-i-eat-in-order-to-get-health-benefits/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning iPhone Programming: From Xcode to App Store</title>
		<link>http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/</link>
		<comments>http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone Programming]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/</guid>
		<description><![CDATA[Learning iPhone Programming: From Xcode to App Store Get the hands-on experience you need to program for the iPhone and iPod Touch. With this easy-to-follow guide, you&#8217;ll build several sample applications by learning how to use Xcode tools, the Objective-C programming language, and the core frameworks. Before you know it, you&#8217;ll not only have the&#160; <a href="http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/" title="Read more Learning iPhone Programming: From Xcode to App Store">Read more &#187;</a>]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="medium" count="1" href="http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/"></g:plusone></div><h3><a href="http://www.amazon.com/Learning-iPhone-Programming-Xcode-Store/dp/0596806434%3FSubscriptionId%3DAKIAJPT3GARPEND356ZA%26tag%3Dtastyculinarr-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596806434" rel="nofollow">Learning iPhone Programming: From Xcode to App Store</a></h3>
<p><a href="http://www.amazon.com/Learning-iPhone-Programming-Xcode-Store/dp/0596806434%3FSubscriptionId%3DAKIAJPT3GARPEND356ZA%26tag%3Dtastyculinarr-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596806434" rel="nofollow"><img style="float:left;margin: 0 20px 10px 0;" src="http://ecx.images-amazon.com/images/I/51BetGj8ASL._SL160_.jpg" /></a></p>
<p>Get the hands-on experience you need to program for the iPhone and iPod Touch. With this easy-to-follow guide, you&#8217;ll build several sample applications by learning how to use Xcode tools, the Objective-C programming language, and the core frameworks. Before you know it, you&#8217;ll not only have the skills to develop your own apps, you&#8217;ll know how to sail through the process of submitting apps to the iTunes App Store.Whether you&#8217;re a developer new to Mac programming or an experienced Mac developer re</p>
<p><div style="float:right;"><a href="http://www.amazon.com/Learning-iPhone-Programming-Xcode-Store/dp/0596806434%3FSubscriptionId%3DAKIAJPT3GARPEND356ZA%26tag%3Dtastyculinarr-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0596806434" rel="nofollow"><img src="http://ducktyper.com/wp-content/plugins/WPRobot3/images/buynow-big.gif" /></a></div>
<p>List Price: $  29.99</p>
<p><strong>Price: </strong>
</p>
<iframe style="margin-top: 10px;" src="http://www.amazon.com/reviews/iframe?akid=AKIAJPT3GARPEND356ZA&alinkCode=xm2&asin=0596806434&atag=tastyculinarr-20&exp=2012-05-19T13%3A48%3A28Z&summary=0&truncate=5000&v=2&sig=tknqVrTNYfYNkOvB%2F%2F3lYRQI6jjgougfoo4%2FKbHmn0I%3D" width="100%" height="450px"><p>Your browser does not support iframes.</p></iframe>
]]></content:encoded>
			<wfw:commentRss>http://ducktyper.com/learning-iphone-programming-from-xcode-to-app-store-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.269 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 13:48:28 -->
<!-- Compression = gzip -->
