<?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 Kelvin Kao Dev</title>
	<atom:link href="http://www.kelvinkaodev.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kelvinkaodev.com/blog</link>
	<description>About iOS development, until I go off on tangents</description>
	<lastBuildDate>Fri, 08 Apr 2011 09:07:13 +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 Generating PHP Classes from Protocol Buffer by Writing a PHP Script that Takes One Protobuf and Returns Another Protobuf &#124; Kelvin Kao Dev</title>
		<link>http://www.kelvinkaodev.com/blog/2011/04/generating-php-classes-from-protocol-buffer/#comment-111</link>
		<dc:creator>Writing a PHP Script that Takes One Protobuf and Returns Another Protobuf &#124; Kelvin Kao Dev</dc:creator>
		<pubDate>Fri, 08 Apr 2011 09:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=44#comment-111</guid>
		<description>[...] Kelvin Kao Dev   About iOS development, until I go off on tangents    Skip to content HomeAbout        &#8592; Generating PHP Classes from Protocol Buffer [...]</description>
		<content:encoded><![CDATA[<p>[...] Kelvin Kao Dev   About iOS development, until I go off on tangents    Skip to content HomeAbout        &larr; Generating PHP Classes from Protocol Buffer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Objective-C Classes from Protocol Buffer by Generating PHP Classes from Protocol Buffer &#124; Kelvin Kao Dev</title>
		<link>http://www.kelvinkaodev.com/blog/2010/09/generating-objective-c-classes-from-protocol-buffer/#comment-110</link>
		<dc:creator>Generating PHP Classes from Protocol Buffer &#124; Kelvin Kao Dev</dc:creator>
		<pubDate>Fri, 08 Apr 2011 08:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=7#comment-110</guid>
		<description>[...] like we need to compile our Protocol Buffers using the Protocol Buffer Compiler (protoc) into Objective-C classes before we can use it in an iOS project, we also need to compile the Protocol Buffer into PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] like we need to compile our Protocol Buffers using the Protocol Buffer Compiler (protoc) into Objective-C classes before we can use it in an iOS project, we also need to compile the Protocol Buffer into PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Kelvin Kao</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-109</link>
		<dc:creator>Kelvin Kao</dc:creator>
		<pubDate>Fri, 08 Apr 2011 02:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-109</guid>
		<description>Serializing is as simple as calling the data method on the Protobuf object. You saw this as 
[self.storyRequest data]
in the code. The library we&#039;ve included takes care of the serialization for you.

I&#039;ll talk about deserialization in another post.</description>
		<content:encoded><![CDATA[<p>Serializing is as simple as calling the data method on the Protobuf object. You saw this as<br />
[self.storyRequest data]<br />
in the code. The library we&#8217;ve included takes care of the serialization for you.</p>
<p>I&#8217;ll talk about deserialization in another post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Hoang Le</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-108</link>
		<dc:creator>Hoang Le</dc:creator>
		<pubDate>Sat, 02 Apr 2011 03:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-108</guid>
		<description>Can you explain more details about the serialize and deserialize data on Objective-C. That&#039;s really hard to understand for me.</description>
		<content:encoded><![CDATA[<p>Can you explain more details about the serialize and deserialize data on Objective-C. That&#8217;s really hard to understand for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Hoang Le</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-107</link>
		<dc:creator>Hoang Le</dc:creator>
		<pubDate>Thu, 24 Mar 2011 03:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-107</guid>
		<description>That is a good news, congratulations!.
I have a trouble when combine ZeroMQ and ProtocolBuffer to send and receive data to server.</description>
		<content:encoded><![CDATA[<p>That is a good news, congratulations!.<br />
I have a trouble when combine ZeroMQ and ProtocolBuffer to send and receive data to server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Kelvin Kao</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-106</link>
		<dc:creator>Kelvin Kao</dc:creator>
		<pubDate>Tue, 22 Mar 2011 10:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-106</guid>
		<description>Yeah. I just submitted another app to Apple last Friday (four days ago) so I have more time on my hand now. Will write a few more posts.</description>
		<content:encoded><![CDATA[<p>Yeah. I just submitted another app to Apple last Friday (four days ago) so I have more time on my hand now. Will write a few more posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Hoang Le</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-105</link>
		<dc:creator>Hoang Le</dc:creator>
		<pubDate>Mon, 21 Mar 2011 03:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-105</guid>
		<description>Hi Kelvin!
that is really, really helpful for me.
Can you continue follow this entry?
Thanks a lot, Kelvin.</description>
		<content:encoded><![CDATA[<p>Hi Kelvin!<br />
that is really, really helpful for me.<br />
Can you continue follow this entry?<br />
Thanks a lot, Kelvin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by Kelvin Kao</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-89</link>
		<dc:creator>Kelvin Kao</dc:creator>
		<pubDate>Fri, 31 Dec 2010 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-89</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://www.kelvinkaodev.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Send a Protobuf from iPhone Client to Server by CDF</title>
		<link>http://www.kelvinkaodev.com/blog/2010/12/how-to-send-a-protobuf-from-iphone-client-to-server/#comment-88</link>
		<dc:creator>CDF</dc:creator>
		<pubDate>Fri, 31 Dec 2010 14:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=41#comment-88</guid>
		<description>Thank you very much for your hard work :)</description>
		<content:encoded><![CDATA[<p>Thank you very much for your hard work <img src='http://www.kelvinkaodev.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Objective-C Classes from Protocol Buffer by How to Send a Protobuf from iPhone Client to Server &#124; Kelvin Kao Dev</title>
		<link>http://www.kelvinkaodev.com/blog/2010/09/generating-objective-c-classes-from-protocol-buffer/#comment-87</link>
		<dc:creator>How to Send a Protobuf from iPhone Client to Server &#124; Kelvin Kao Dev</dc:creator>
		<pubDate>Fri, 31 Dec 2010 10:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kelvinkaodev.com/blog/?p=7#comment-87</guid>
		<description>[...] buffer static library into the XCode project, we can finally use it! If you recall from the generating Objective-C classes from protocol buffer post, we had a StoryRequest that takes two character names and an object to be sent to the server, [...]</description>
		<content:encoded><![CDATA[<p>[...] buffer static library into the XCode project, we can finally use it! If you recall from the generating Objective-C classes from protocol buffer post, we had a StoryRequest that takes two character names and an object to be sent to the server, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

