<?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 Juggleware Developers&#039; Blog</title>
	<atom:link href="http://www.juggleware.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juggleware.com/blog</link>
	<description>news and random thoughts from your friendly neighborhood independent developers at juggleware, llc</description>
	<lastBuildDate>Thu, 22 Jul 2010 17:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How To Place a UIWebView inside a UIScrollView by How To Place a UIWebView inside a UIScrollView &#171; The Official Blog of Web X.0 Media</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/comment-page-1/#comment-225</link>
		<dc:creator>How To Place a UIWebView inside a UIScrollView &#171; The Official Blog of Web X.0 Media</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=247#comment-225</guid>
		<description>[...] in iPhone Dev Assistance    http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/     &#171; Making Image Bounce Around [...]</description>
		<content:encoded><![CDATA[<p>[...] in iPhone Dev Assistance    <a href="http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/" rel="nofollow">http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/</a>     &laquo; Making Image Bounce Around [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Place a UIWebView inside a UIScrollView by alec</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/comment-page-1/#comment-211</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Tue, 13 Jul 2010 02:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=247#comment-211</guid>
		<description>Ooh, here&#039;s an even better way I found than setting &lt;code&gt;userContentEnabled = NO&lt;/code&gt; that lets you keep the interaction enabled if you want hyperlinks to work:

&lt;code&gt;[[[bioWebView subviews] lastObject] setScrollEnabled:NO];&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Ooh, here&#8217;s an even better way I found than setting <code>userContentEnabled = NO</code> that lets you keep the interaction enabled if you want hyperlinks to work:</p>
<p><code>[[[bioWebView subviews] lastObject] setScrollEnabled:NO];</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Place a UIWebView inside a UIScrollView by alec</title>
		<link>http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/comment-page-1/#comment-204</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=247#comment-204</guid>
		<description>Also, I almost forgot to add: but web views scroll as well as scroll views, so you will have to come up with a technique to disable scrolling on the UIWebView so that only the UIScrollView responds to touches. After trying many of the suggestions I found on the web to no avail, I discovered that by setting userContentEnabled to NO on the web view solved my problem. Here&#039;s the part of my view controller&#039;s &lt;code&gt;viewDidLoad:&lt;/code&gt; method where I stuff the content HTML with javascript into the web view, then turn off scrolling. NOTE: this will probably disable any links you have in the HTML but since I am only using this to format content, this works great for my purposes.

&lt;code&gt;
	NSString *html = [NSString stringWithFormat: @&quot;&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div id=&#039;body&#039;&gt;%@&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;&quot;,[entity objectForKey: @&quot;bio&quot;]];
	[bioWebView loadHTMLString:html baseURL:nil];
	bioWebView.userInteractionEnabled = NO;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Also, I almost forgot to add: but web views scroll as well as scroll views, so you will have to come up with a technique to disable scrolling on the UIWebView so that only the UIScrollView responds to touches. After trying many of the suggestions I found on the web to no avail, I discovered that by setting userContentEnabled to NO on the web view solved my problem. Here&#8217;s the part of my view controller&#8217;s <code>viewDidLoad:</code> method where I stuff the content HTML with javascript into the web view, then turn off scrolling. NOTE: this will probably disable any links you have in the HTML but since I am only using this to format content, this works great for my purposes.</p>
<p><code><br />
	NSString *html = [NSString stringWithFormat: @"&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div id='body'&gt;%@&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;",[entity objectForKey: @"bio"]];<br />
	[bioWebView loadHTMLString:html baseURL:nil];<br />
	bioWebView.userInteractionEnabled = NO;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steve Jobs responds by Apple&#8217;s Policy on Satire: 16 Apps Rejected for &#8220;Ridiculing Public Figures&#8221; &#171; Cloud Four</title>
		<link>http://www.juggleware.com/blog/2008/09/steve-jobs-writes-back/comment-page-1/#comment-155</link>
		<dc:creator>Apple&#8217;s Policy on Satire: 16 Apps Rejected for &#8220;Ridiculing Public Figures&#8221; &#171; Cloud Four</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=17#comment-155</guid>
		<description>[...] standing policy that rejects satire&#8212;the essence of political commentary? Let&#8217;s look at what Steve Jobs said about Freedom Time. &#8220;Even though my personal political leanings are democratic, I think this app will be [...]</description>
		<content:encoded><![CDATA[<p>[...] standing policy that rejects satire&#8212;the essence of political commentary? Let&#8217;s look at what Steve Jobs said about Freedom Time. &#8220;Even though my personal political leanings are democratic, I think this app will be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Freedom Time rejected by Apple for App Store by Apple&#8217;s Policy on Satire: 16 Rejected Apps &#171; Cloud Four</title>
		<link>http://www.juggleware.com/blog/2008/09/freedomtime-rejected-by-apple-for-app-store/comment-page-1/#comment-154</link>
		<dc:creator>Apple&#8217;s Policy on Satire: 16 Rejected Apps &#171; Cloud Four</dc:creator>
		<pubDate>Mon, 19 Apr 2010 15:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=10#comment-154</guid>
		<description>[...] 21 Sep 2008 [...]</description>
		<content:encoded><![CDATA[<p>[...] 21 Sep 2008 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking for iPhone App beta testers! by Benste</title>
		<link>http://www.juggleware.com/blog/2010/02/looking-for-iphone-app-beta-testers/comment-page-1/#comment-153</link>
		<dc:creator>Benste</dc:creator>
		<pubDate>Sat, 17 Apr 2010 22:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=206#comment-153</guid>
		<description>I would like to test</description>
		<content:encoded><![CDATA[<p>I would like to test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steve Jobs responds by Apples karikaturstrid og avisenes fremtid &#124; Eiriks forfatterblogg</title>
		<link>http://www.juggleware.com/blog/2008/09/steve-jobs-writes-back/comment-page-1/#comment-152</link>
		<dc:creator>Apples karikaturstrid og avisenes fremtid &#124; Eiriks forfatterblogg</dc:creator>
		<pubDate>Sat, 17 Apr 2010 22:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=17#comment-152</guid>
		<description>[...] iPad/App Store-komboen som en viktig fremtidsplattform for publisering av aviser og blader. Eller les hva Steve Jobs hadde å si om saken. Apple-sjefen er kjent for av og til å svare på henvendelser fra kunder, så det i seg selv er [...]</description>
		<content:encoded><![CDATA[<p>[...] iPad/App Store-komboen som en viktig fremtidsplattform for publisering av aviser og blader. Eller les hva Steve Jobs hadde å si om saken. Apple-sjefen er kjent for av og til å svare på henvendelser fra kunder, så det i seg selv er [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking for iPhone App beta testers! by Darren Meredith</title>
		<link>http://www.juggleware.com/blog/2010/02/looking-for-iphone-app-beta-testers/comment-page-1/#comment-146</link>
		<dc:creator>Darren Meredith</dc:creator>
		<pubDate>Sun, 21 Mar 2010 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=206#comment-146</guid>
		<description>Hi,
I&#039;m in Romford Essex and work on London in the UK. 
I&#039;m out most weekends geocaching in the local areas and would be more than happy to help</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m in Romford Essex and work on London in the UK.<br />
I&#8217;m out most weekends geocaching in the local areas and would be more than happy to help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steve Jobs responds by Konrad</title>
		<link>http://www.juggleware.com/blog/2008/09/steve-jobs-writes-back/comment-page-1/#comment-135</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Sat, 27 Feb 2010 22:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=17#comment-135</guid>
		<description>I&#039;m sort of extremely surprised that Mr. Jobs would see his audience only within the US. 

From my understanding of things, over half of Apple&#039;s customers wouldn&#039;t even care.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sort of extremely surprised that Mr. Jobs would see his audience only within the US. </p>
<p>From my understanding of things, over half of Apple&#8217;s customers wouldn&#8217;t even care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steve Jobs responds by ji</title>
		<link>http://www.juggleware.com/blog/2008/09/steve-jobs-writes-back/comment-page-1/#comment-134</link>
		<dc:creator>ji</dc:creator>
		<pubDate>Sat, 27 Feb 2010 21:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.juggleware.com/blog/?p=17#comment-134</guid>
		<description>I think Mr. Job&#039;s &quot;What&#039;s the point&quot; is more saying that AAPL risks having 50% of it&#039;s customers ticked off by this app (and in this day, anything and everything can and will get blown out of proportion) - what AAPL&#039;s potential upside? Not much - one more app in it&#039;s 70k app library and a drop in the revenue ocean if this is a paid for app. I completely agree that The Market should decide, but this isn&#039;t a free market unfortunately. APPL is in a position of power to weigh the risk vs reward of letting a new app into the arena and unfortunately gave the thumbs down ... no offense, but in this case I think it is smart business move on their part, but I realize how frustrating / unfair it is for the individual developer as well.</description>
		<content:encoded><![CDATA[<p>I think Mr. Job&#8217;s &#8220;What&#8217;s the point&#8221; is more saying that AAPL risks having 50% of it&#8217;s customers ticked off by this app (and in this day, anything and everything can and will get blown out of proportion) &#8211; what AAPL&#8217;s potential upside? Not much &#8211; one more app in it&#8217;s 70k app library and a drop in the revenue ocean if this is a paid for app. I completely agree that The Market should decide, but this isn&#8217;t a free market unfortunately. APPL is in a position of power to weigh the risk vs reward of letting a new app into the arena and unfortunately gave the thumbs down &#8230; no offense, but in this case I think it is smart business move on their part, but I realize how frustrating / unfair it is for the individual developer as well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
