<?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 Coding Ventures</title>
	<atom:link href="http://www.codingventures.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingventures.com</link>
	<description>Kerem Karatal’s musings on code, technology and more…</description>
	<lastBuildDate>Mon, 12 Jul 2010 07:42:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 7 tips for using UIWebView by Jyothi</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-189</link>
		<dc:creator>Jyothi</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-189</guid>
		<description>&lt;p&gt;Hi, 
Can you guys give some hints about the UNDOCUMENTED APIs to have the checkerboard pattern for uiwebview. For the pages with large contents , zooming and scrolling is not smooth.&lt;/p&gt;

&lt;p&gt;I know that private APIs can do it . Any help please?&lt;/p&gt;

&lt;p&gt;Thanks in Advance.&lt;/p&gt;

&lt;p&gt;-J&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, 
Can you guys give some hints about the UNDOCUMENTED APIs to have the checkerboard pattern for uiwebview. For the pages with large contents , zooming and scrolling is not smooth.</p>

<p>I know that private APIs can do it . Any help please?</p>

<p>Thanks in Advance.</p>

<p>-J</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by Prakash Yogarajah</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-188</link>
		<dc:creator>Prakash Yogarajah</dc:creator>
		<pubDate>Sat, 10 Jul 2010 07:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-188</guid>
		<description>&lt;p&gt;Apple has some iPhone specific META tags that can disable the zoom.&lt;/p&gt;

&lt;p&gt;Add: 
    &lt;/p&gt;

&lt;p&gt;into your HEAD section of your HTML, et voila, no more user zooming.&lt;/p&gt;

&lt;p&gt;http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Apple has some iPhone specific META tags that can disable the zoom.</p>

<p>Add: 
    </p>

<p>into your HEAD section of your HTML, et voila, no more user zooming.</p>

<p><a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193" rel="nofollow">http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by nico</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-187</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Thu, 01 Jul 2010 15:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-187</guid>
		<description>&lt;p&gt;To disable zooming you can put this in your html page:
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To disable zooming you can put this in your html page:
</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful open source libraries for IPhone Development by iPhone Development &#8211; Useful Libraries &#171; Gnuchu&#39;s Weblog</title>
		<link>http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-186</link>
		<dc:creator>iPhone Development &#8211; Useful Libraries &#171; Gnuchu&#39;s Weblog</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=43#comment-186</guid>
		<description>&lt;p&gt;[...] Coding Ventures: another blogger&#8217;s list. Hack Diary: another blogger&#8217;s list. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Coding Ventures: another blogger&#8217;s list. Hack Diary: another blogger&#8217;s list. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by René Retz</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-185</link>
		<dc:creator>René Retz</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-185</guid>
		<description>&lt;p&gt;I think it&#039;s better call Objective-C methods with window.open(&quot;&quot;) rather than document.location = &quot;&quot; . Than you can continue precess your javascript;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s better call Objective-C methods with window.open(&#8220;&#8221;) rather than document.location = &#8220;&#8221; . Than you can continue precess your javascript;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by Tobiah</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-184</link>
		<dc:creator>Tobiah</dc:creator>
		<pubDate>Thu, 24 Jun 2010 18:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-184</guid>
		<description>&lt;p&gt;Your override of hitTest has helped me so much. I was trying to figure out how to detect clicks using a dummy class and all sorts of hassle, but your just made it extremely easy for what I needed to detect the click for. Thank you very much!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your override of hitTest has helped me so much. I was trying to figure out how to detect clicks using a dummy class and all sorts of hassle, but your just made it extremely easy for what I needed to detect the click for. Thank you very much!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on More useful open source libraries for iPhone development by More useful open source libraries for iPhone development &#124; Coding Ventures &#171; IT</title>
		<link>http://www.codingventures.com/2009/04/more-useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-183</link>
		<dc:creator>More useful open source libraries for iPhone development &#124; Coding Ventures &#171; IT</dc:creator>
		<pubDate>Mon, 21 Jun 2010 01:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=116#comment-183</guid>
		<description>&lt;p&gt;[...] More useful open source libraries for iPhone development &#124; Coding&#160;Ventures  More useful open source libraries for iPhone development &#124; Coding Ventures. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] More useful open source libraries for iPhone development | Coding&nbsp;Ventures  More useful open source libraries for iPhone development | Coding Ventures. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful open source libraries for IPhone Development by Nick Vellios</title>
		<link>http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-182</link>
		<dc:creator>Nick Vellios</dc:creator>
		<pubDate>Sun, 20 Jun 2010 03:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=43#comment-182</guid>
		<description>&lt;p&gt;Thanks!  If you would like, you may add my open source game to your list.
Source code: http://www.Vellios.com
The game is also on the App Store for free. It’s called SpaceBubble.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!  If you would like, you may add my open source game to your list.
Source code: <a href="http://www.Vellios.com" rel="nofollow">http://www.Vellios.com</a>
The game is also on the App Store for free. It’s called SpaceBubble.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by links for 2010-06-07 &#124; Alones world</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-181</link>
		<dc:creator>links for 2010-06-07 &#124; Alones world</dc:creator>
		<pubDate>Tue, 08 Jun 2010 01:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-181</guid>
		<description>&lt;p&gt;[...] 7 tips for using UIWebView &#124; Coding Ventures (tags: tips iphone_dev uiwebview ui sample) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 7 tips for using UIWebView | Coding Ventures (tags: tips iphone_dev uiwebview ui sample) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on More useful open source libraries for iPhone development by links for 2010-06-04 &#171; Daniel Harrison&#39;s Personal Blog</title>
		<link>http://www.codingventures.com/2009/04/more-useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-180</link>
		<dc:creator>links for 2010-06-04 &#171; Daniel Harrison&#39;s Personal Blog</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=116#comment-180</guid>
		<description>&lt;p&gt;[...] More useful open source libraries for iPhone development &#124; Coding Ventures (tags: iphone objc) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] More useful open source libraries for iPhone development | Coding Ventures (tags: iphone objc) [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
