<?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; Cocoa</title>
	<atom:link href="http://neal.bangpie.net/category/cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://neal.bangpie.net</link>
	<description>老张的空中之家</description>
	<lastBuildDate>Fri, 06 Nov 2009 15:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>让iphone不使用定位的cache（转）</title>
		<link>http://neal.bangpie.net/2009/03/%e8%ae%a9iphone%e4%b8%8d%e8%ae%b0%e5%bd%95%e5%ae%9a%e4%bd%8d%e7%9a%84cache%ef%bc%88%e8%bd%ac%ef%bc%89/</link>
		<comments>http://neal.bangpie.net/2009/03/%e8%ae%a9iphone%e4%b8%8d%e8%ae%b0%e5%bd%95%e5%ae%9a%e4%bd%8d%e7%9a%84cache%ef%bc%88%e8%bd%ac%ef%bc%89/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 08:28:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[苹果]]></category>

		<guid isPermaLink="false">http://neal.bangpie.net/?p=244</guid>
		<description><![CDATA[A short note on CLLocation / CLLocationManager **** DEPRECATED **** Use http://liip.to/ilocator Well.. I’ve been testing this Locator quite a while now. Today I had my final attempt, to find out, why I always got either a cached location or an extremely inaccurate location. Today, I went out with my notebook (yes, there where the sun is..) to [...]]]></description>
		<wfw:commentRss>http://neal.bangpie.net/2009/03/%e8%ae%a9iphone%e4%b8%8d%e8%ae%b0%e5%bd%95%e5%ae%9a%e4%bd%8d%e7%9a%84cache%ef%bc%88%e8%bd%ac%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>分享一个写了很久的电视查询软件─tv2iCal</title>
		<link>http://neal.bangpie.net/2009/03/%e5%88%86%e4%ba%ab%e4%b8%80%e4%b8%aa%e7%94%b5%e8%a7%86%e6%9f%a5%e8%af%a2%e8%bd%af%e4%bb%b6%e2%94%80tv2ical/</link>
		<comments>http://neal.bangpie.net/2009/03/%e5%88%86%e4%ba%ab%e4%b8%80%e4%b8%aa%e7%94%b5%e8%a7%86%e6%9f%a5%e8%af%a2%e8%bd%af%e4%bb%b6%e2%94%80tv2ical/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 08:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[苹果]]></category>
		<category><![CDATA[iCal]]></category>
		<category><![CDATA[ics]]></category>

		<guid isPermaLink="false">http://neal.bangpie.net/?p=220</guid>
		<description><![CDATA[  我写的这个软件名字叫做tv2ical，是苹果电脑的专用软件，不是for windows平台的，今后也没有打算写windows版本的相应软件。现在已经是1.2.1版本了。  主要功能就是电视节目查询，并且可以将查询到自己喜爱的节目通过鼠标的点击添加到ical（相当于windows 的outlook里面的日历功能）程序中。 这样等到了节目播出的时间就在电脑前弹出警告的对话框，提示用户收看。   首先要说明一下，这个软件是在网友guohongtao的widget启发下编写的，节目表从www.tvsou.com上取得。因为guohongtao的widget 后来因为tvsou的代码转变，有些节目不能增加报时提示了，所以自己决定写一个真正的程序。 现在发现晚上的时间确实是比较无聊，除了看电视就是看书。但是家里有一个电视迷，影响我看书，所以我也只能看电视，现在就可以不错过我们喜欢的节目了：） 但是，难道总要打开电脑等着节目开始前两分钟的提醒么？当然不用，我们可以先提前把自己喜欢的节目都通过这个程序加入到ical中，然后可以利用系统自己提供的手机蓝牙同步软件isync，来实现日历内容和手机的同步。 后来在1.2.1 版本里添加了与google calendar 捆绑的功能，只要你有google 帐号，在tv2iCal 里设置一下，那么记录的电视节目或者任何其他事件都会同时记录在google 日历上─ 看中的就是google的免费短信提醒。     [download#1]]]></description>
		<wfw:commentRss>http://neal.bangpie.net/2009/03/%e5%88%86%e4%ba%ab%e4%b8%80%e4%b8%aa%e7%94%b5%e8%a7%86%e6%9f%a5%e8%af%a2%e8%bd%af%e4%bb%b6%e2%94%80tv2ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>写了一个mac addressBook的插件程序</title>
		<link>http://neal.bangpie.net/2008/04/addressbook/</link>
		<comments>http://neal.bangpie.net/2008/04/addressbook/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 12:55:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[addressbook]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://neal.bangpie.net/?p=76</guid>
		<description><![CDATA[iphone没有进入中国，所以电话簿的功能当然不考虑中国──电话簿没有搜索功能，只有靠电话簿边缘的从A-Z的26个字母来快速导航。但是受限制的是，只有联系人前面+字母才可以。比如张三变成z张三。这样做一是工作量太大，而且也不美观。 还有一个方法是给每个联系人添加拼音字段。这样iphone就会默认按照拼音的顺序来排序达到我们的目的。但是同样的问题是工作量…… 还是让计算机来替我们干这种无聊的体力活吧。   =============================================   我的程序是for mac的，不是针对windows，windows用户有windows的方法──pc suit   以下是软件说明： 本软件是mac用户使用的给AddressBook 里的中文联系人添加拼音字段的一个软件。 使用简单，一键搞定。可能有些字不被识别，不过应该数量有限。自己手动修改吧。软件成功运行后，与iphone同步，就可以了。 （要是各位不放心，使用前请自己导出通讯录备份，本人不对程序做不到的后果负责。） 十分不满意iphone不支持中文通讯录排序，但是又不想安装那个一键搞定的pcsuit。 认为有了mac居然还要装pc的软件来搞定iphone 是件挺可笑的事情。 一直在等一个网友的shell脚本，似乎他只是支持到1.1.2，实在等不来只要自己动手了。 最后要声明的是，我在此程序中调用了网友easydozer 汉字转换拼音的java代码。 见 http://blog.csdn.net/easydozer/   一个晚上的程序肯定是粗糙的，如果有不满意的地方，还希望能够谅解。 本程序完全免费，欢迎传播。 最后希望SortAddressBook能给各位生活带来便利！ ========================== 任务完成4秒后，软件自动退出。   有些字不能识别成正确的拼音，但是是个别的现象，所以各位在任务完成后，请检查z最下面的记录。如果不是拼音z开头的，那么手动修改吧。   [download#2]  ]]></description>
		<wfw:commentRss>http://neal.bangpie.net/2008/04/addressbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

