<?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>Thu, 25 Feb 2010 01:06:33 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 7 tips for using UIWebView by links for 2010-02-24 at ≈ Relations</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-174</link>
		<dc:creator>links for 2010-02-24 at ≈ Relations</dc:creator>
		<pubDate>Thu, 25 Feb 2010 01:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-174</guid>
		<description>&lt;p&gt;[...] 7 tips for using UIWebView &#124; Coding Ventures For an IPhone app I have been building, I decided to use the UIWebView to render SVG files, instead of doing the vector rendering myself. I needed to have a way to read-in files generated from a vector authoring tool (Illustrator etc.) and after initially looking for an open-source SVG parsing/rendering engine of some sort, I decided on hosting the UIWebView itself instead and use the SVG rendering capability of WebKit. (tags: content tutorial svg cocoatouch uiwebview javascript) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 7 tips for using UIWebView | Coding Ventures For an IPhone app I have been building, I decided to use the UIWebView to render SVG files, instead of doing the vector rendering myself. I needed to have a way to read-in files generated from a vector authoring tool (Illustrator etc.) and after initially looking for an open-source SVG parsing/rendering engine of some sort, I decided on hosting the UIWebView itself instead and use the SVG rendering capability of WebKit. (tags: content tutorial svg cocoatouch uiwebview javascript) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on More useful open source libraries for iPhone development by Umer Sufyan</title>
		<link>http://www.codingventures.com/2009/04/more-useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-172</link>
		<dc:creator>Umer Sufyan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 09:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=116#comment-172</guid>
		<description>&lt;p&gt;Your Site and Your Team did wonderful job.... Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your Site and Your Team did wonderful job&#8230;. Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by Alan Weiler</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-171</link>
		<dc:creator>Alan Weiler</dc:creator>
		<pubDate>Tue, 02 Feb 2010 06:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-171</guid>
		<description>&lt;p&gt;You have 3 snippets for the JavaScript calls Objective-C section.  The second two make sense to me, but I don&#039;t know exactly what this line indicates:&lt;/p&gt;

&lt;p&gt;myapp:myfunction:myparam1:myparam2&lt;/p&gt;

&lt;p&gt;I can see it is referring to a function and params, but I don&#039;t know how to use it.&lt;/p&gt;

&lt;p&gt;Is this a protocol in Objective-C?  I don&#039;t recognize the format.&lt;/p&gt;

&lt;p&gt;Making a connection between JavaScript and Objective-C is a key capability for us.  It would be great to get some more information about how this works.  I have played with Phonegap, but have run into problems with that framework... and in any case I would prefer to have more control, if I can.&lt;/p&gt;

&lt;p&gt;Thanks for a great post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You have 3 snippets for the JavaScript calls Objective-C section.  The second two make sense to me, but I don&#8217;t know exactly what this line indicates:</p>

<p>myapp:myfunction:myparam1:myparam2</p>

<p>I can see it is referring to a function and params, but I don&#8217;t know how to use it.</p>

<p>Is this a protocol in Objective-C?  I don&#8217;t recognize the format.</p>

<p>Making a connection between JavaScript and Objective-C is a key capability for us.  It would be great to get some more information about how this works.  I have played with Phonegap, but have run into problems with that framework&#8230; and in any case I would prefer to have more control, if I can.</p>

<p>Thanks for a great post.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful open source libraries for IPhone Development by Useful open source libraries for IPhone Development &#171; thomas bittel</title>
		<link>http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-170</link>
		<dc:creator>Useful open source libraries for IPhone Development &#171; thomas bittel</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=43#comment-170</guid>
		<description>&lt;p&gt;[...] Useful open source libraries for IPhone&#160;Development Useful open source libraries for IPhone Development [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Useful open source libraries for IPhone&nbsp;Development Useful open source libraries for IPhone Development [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by Jeff Schiller</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-169</link>
		<dc:creator>Jeff Schiller</dc:creator>
		<pubDate>Mon, 01 Feb 2010 04:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-169</guid>
		<description>&lt;p&gt;Just an FYI, the SVG script element uses xlink:href to reference the file (not the @src attribute like in HTML).&lt;/p&gt;

&lt;p&gt;Note that this is a namespaced attribute so:&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just an FYI, the SVG script element uses xlink:href to reference the file (not the @src attribute like in HTML).</p>

<p>Note that this is a namespaced attribute so:</p>

<p></p>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful open source libraries for IPhone Development by iPhone 库收集 &#171; 流浪欧洲</title>
		<link>http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-168</link>
		<dc:creator>iPhone 库收集 &#171; 流浪欧洲</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=43#comment-168</guid>
		<description>&lt;p&gt;[...] http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/" rel="nofollow">http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/</a> [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 7 tips for using UIWebView by Sijo</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-165</link>
		<dc:creator>Sijo</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-165</guid>
		<description>&lt;p&gt;Nice article.... Helped me  a lot .. thanks.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice article&#8230;. Helped me  a lot .. thanks&#8230;..</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Useful open source libraries for IPhone Development by adoption curve dot net &#187; Blog Archive &#187; links for 2009-12-20</title>
		<link>http://www.codingventures.com/2008/12/useful-open-source-libraries-for-iphone-development/comment-page-1/#comment-157</link>
		<dc:creator>adoption curve dot net &#187; Blog Archive &#187; links for 2009-12-20</dc:creator>
		<pubDate>Mon, 21 Dec 2009 00:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=43#comment-157</guid>
		<description>&lt;p&gt;[...] Useful open source libraries for IPhone Development &#124; Coding Ventures It’s been almost 3 months since the IPhone SDK’s infamous NDA restrictions were lifted, and there are now a good set of open source libraries available for the IPhone. In this post I will go through the ones that I know of one way or another. If you are aware of more high quality open source projects, please let me know in the comments so that I can update this post. (tags: iphone libraries library sdk code development) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Useful open source libraries for IPhone Development | Coding Ventures It’s been almost 3 months since the IPhone SDK’s infamous NDA restrictions were lifted, and there are now a good set of open source libraries available for the IPhone. In this post I will go through the ones that I know of one way or another. If you are aware of more high quality open source projects, please let me know in the comments so that I can update this post. (tags: iphone libraries library sdk code development) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eight months later #2 iPhone app for kids in UK AppStore by forex robot</title>
		<link>http://www.codingventures.com/2009/11/eight-months-later-2-iphone-app-for-kids-in-uk-appstore/comment-page-1/#comment-146</link>
		<dc:creator>forex robot</dc:creator>
		<pubDate>Fri, 04 Dec 2009 09:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=181#comment-146</guid>
		<description>&lt;p&gt;Nice post &amp; nice blog. I love both.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice post &amp; nice blog. I love both.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eight months later #2 iPhone app for kids in UK AppStore by Khang Toh</title>
		<link>http://www.codingventures.com/2009/11/eight-months-later-2-iphone-app-for-kids-in-uk-appstore/comment-page-1/#comment-142</link>
		<dc:creator>Khang Toh</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=181#comment-142</guid>
		<description>&lt;p&gt;Congratulations, it&#039;s nice to know that Apple does bring back old apps and feature them. I guess this is another mysterious way that Apple works, choosing apps to feature.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Congratulations, it&#8217;s nice to know that Apple does bring back old apps and feature them. I guess this is another mysterious way that Apple works, choosing apps to feature.</p>]]></content:encoded>
	</item>
</channel>
</rss>
