<?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>“我”的开发笔记 &#187; 源代码</title>
	<atom:link href="http://c.gzl.name/archives/category/sourcecode/feed" rel="self" type="application/rss+xml" />
	<link>http://c.gzl.name</link>
	<description>IPhone, Cocoa, PHP, Javascript, JQuery, Actionscript, etc...</description>
	<lastBuildDate>Thu, 29 Dec 2011 07:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>博文重开，献上MyFodian 0.4的源代码</title>
		<link>http://c.gzl.name/archives/475</link>
		<comments>http://c.gzl.name/archives/475#comments</comments>
		<pubDate>Mon, 02 Nov 2009 05:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[我的工程]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[MyFodian]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=475</guid>
		<description><![CDATA[说来一个多月都没有更新自己的博客了，好多朋友都在支持我，鼓励我的博文，自己很开心。 生计的问题基本得到了解决，感情的问题也不再是问题（被人爱的感觉好阿！）所以之后一旦有时间是继续写博客。自己倒是没从开发中赚多少钱，但是希望大家有钱赚，希望大家从中获益就好。 我享受开发的乐趣！ 噢，源代码MyFodian0.4 话说这个程序还是非常粗糙的，不过对于初学者来说会是一个不错的实例。大家自己如果想编译，记得先更改320库的位置。如果320库工作不正常，就要麻烦你们自己改改那个MockDataSource了，因为320的版本更新快，很多东西都有可能会不好用。 预告一下，很多朋友都提了问题，有空归纳一下然后一起回答～ 挑会的答，嘿嘿]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/475/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>简单iPhone视频播放器（1）</title>
		<link>http://c.gzl.name/archives/358</link>
		<comments>http://c.gzl.name/archives/358#comments</comments>
		<pubDate>Thu, 20 Aug 2009 23:11:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[16 - 多媒体（音视频）]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[MPMoviePlayerController]]></category>
		<category><![CDATA[视频播放器]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=358</guid>
		<description><![CDATA[本程序源代码，不包含视频文件 视频播放在iPhone中是再重要不过了，今天要在30行内解决iPhone视频播放的问题！ 1，建立工程MPtest1 2, 建立一个UIViewController类 MyMPViewController 3, 设置MPtest1AppDelegate初始化并添加MyMPViewController的view到window @interface MPtest1AppDelegate : NSObject &#60;UIApplicationDelegate&#62; &#123; UIWindow *window; MyMPViewController *mpViewController; &#125; @end - &#40;void&#41;applicationDidFinishLaunching:&#40;UIApplication *&#41;application &#123; mpViewController = &#91;&#91;MyMPViewController alloc&#93; init&#93;; &#91;window addSubview:mpViewController.view&#93;; &#91;window makeKeyAndVisible&#93;; &#125; 4, 设置MyMPViewController在一个按钮点击后播放视频 @interface MyMPViewController : UIViewController &#123; UIButton *playButton; &#125; @end @interface MyMPViewController&#40;&#41; - &#40;void&#41;playVideo; @end @implementation MyMPViewController - &#40;id&#41;init &#123; [...]]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/358/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>实例：iPhone随机数生成器</title>
		<link>http://c.gzl.name/archives/268</link>
		<comments>http://c.gzl.name/archives/268#comments</comments>
		<pubDate>Sun, 09 Aug 2009 21:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[实例]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[UISlider]]></category>
		<category><![CDATA[随机数]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=268</guid>
		<description><![CDATA[我作了一个iPhone版本的随机数生成器，希望大家喜欢 &#62;&#62;&#62;&#62;RandomNumber&#60;&#60;&#60;&#60; 其实就是很简单的利用 random() 函数计算，和简单的UISlider的使用]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/268/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

