<?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; shine</title>
	<atom:link href="http://www.ezshine.cn/blog/index.php/archives/author/admin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ezshine.cn/blog</link>
	<description>Ezshine's blog</description>
	<lastBuildDate>Tue, 13 Jul 2010 03:09:22 +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>Apple Shanghai－Here We Go！</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/811</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/811#comments</comments>
		<pubDate>Sat, 10 Jul 2010 19:56:40 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[数字生活]]></category>
		<category><![CDATA[玩摄影]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=811</guid>
		<description><![CDATA[没玩过单反，想很久了。一直想一步到位直接上无敌兔的，心想以前一直是卡片机，一点摄影的底子都没有，最后和LP商量还是先入门搞清楚什么叫光圈，什么叫焦距吧。最近就这款NEX5最火爆了， 而且自己对这种外型帅气的潮流数码一直都没有免疫力，所以趁着正好因为Apple Store@Shanghai开幕顺便去百脑汇搞一台。 功能和镜头还没玩熟，都自动来着。 总的来说觉得很不错，比我之前用卡片机的感觉好太多了。相对以前玩朋友的单反，NEX5的确很轻巧，但是装上套头后，虽然不沉但也不轻，拿在手里还是很稳定，不容易手抖。没玩过牛头，这款套头网上很多人说狗，但是拍了一些人物特写也还不错，背景虚化的功能很唬人。等套头玩腻了，再搞个饼干头试试。LP都说摄影水平进步了！（汗～）]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/811/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>冰爽7喜，7爽无比</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/799</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/799#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:45:24 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[互动广告]]></category>
		<category><![CDATA[技术研究]]></category>
		<category><![CDATA[置顶分类]]></category>
		<category><![CDATA[酷站推荐]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=799</guid>
		<description><![CDATA[打开7喜，输入瓶盖代码就有机会获得马尔代夫大奖。总共有4个网络活动获奖名额。 PS：终于上线了～ PS Again: 为7喜活动做了个iPhone游戏，也上线了！iTunes 链接]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/799/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>将网页打包成iOS应用程</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/794</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/794#comments</comments>
		<pubDate>Mon, 05 Jul 2010 06:06:21 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[Cocoa / Object-C]]></category>
		<category><![CDATA[技术研究]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=794</guid>
		<description><![CDATA[-(void)setupWebView { webView=[[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 768, 1024)]; [self.view addSubview:webView]; NSString *path = [[NSBundle mainBundle] pathForResource:@&#8221;index&#8221; ofType:@&#8221;html&#8221;]; NSFileHandle *readHandle = [NSFileHandle fileHandleForReadingAtPath:path]; NSString *htmlString = [[NSString alloc] initWithData: [readHandle readDataToEndOfFile] encoding:NSUTF8StringEncoding]; // to make html content transparent to its parent view - // 1) set the webview&#8217;s backgroundColor property to [UIColor clearColor] // 2) use [...]]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/794/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AIR2.0中的多点触摸手势识别测试</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/786</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/786#comments</comments>
		<pubDate>Wed, 26 May 2010 04:00:11 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[技术研究]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=786</guid>
		<description><![CDATA[AIR2.0众所周知支持多点触摸的手势识别了。 默认包含以下几个已经封装好的识别,当然你也可以使用多点触控事件来写自己的手势代码： ROTATE:旋转 ZOOM:缩放 PAN:平移 SWIPE:滑动 测试代码如下： import flash.events.TransformGestureEvent; stage.addEventListener(TransformGestureEvent.GESTURE_ROTATE,gesturerotate); stage.addEventListener(TransformGestureEvent.GESTURE_ZOOM,gesturezoom); stage.addEventListener(TransformGestureEvent.GESTURE_PAN,gesturepan); stage.addEventListener(TransformGestureEvent.GESTURE_SWIPE,gestureswipe); function gesturerotate(e:TransformGestureEvent){ MovieClip(ss).rotation+=e.rotation; } function gesturezoom(e:TransformGestureEvent){ wtxt.text=&#8221;sx:&#8221;+e.scaleX.toString()+&#8221;\n&#8221;+ &#8220;sy:&#8221;+e.scaleY.toString(); MovieClip(ss).scaleX+=e.scaleX-1; MovieClip(ss).scaleY+=e.scaleY-1; } function gesturepan(e:TransformGestureEvent){ wtxt.text=&#8221;px:&#8221;+e.offsetX.toString()+&#8221;\n&#8221;+ &#8220;py:&#8221;+e.offsetY.toString(); MovieClip(ss).x+=e.offsetX; MovieClip(ss).y+=e.offsetY; } function gestureswipe(e:TransformGestureEvent){ wtxt.text=&#8221;is swipe x:&#8221;+ e.offsetX+&#8221; y:&#8221;+e.offsetY; }]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/786/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad使用蓝牙鼠标和键盘</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/784</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/784#comments</comments>
		<pubDate>Tue, 18 May 2010 03:55:43 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[数字生活]]></category>
		<category><![CDATA[玩软件]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=784</guid>
		<description><![CDATA[ok，大家看到这个标题估计想进来骂我。iPad作为一个触控设备，要这些干嘛。大拿jobs也说过&#8221;当iPad有很多人用手写笔的时候，这款产品就失败了&#8221;。用在鼠标键盘上也是一样。iPad是为触控，便携上网而生的。随身带个键盘鼠标岂不是搬起石头砸自己的脚。 当然我认为有很多人不需要长时间的带着iPad到处跑，而且对于亚洲人而言（直截了当说对于我），iPad稍微有点沉，长时间端在手上还是有点酸的。想说自己力大无穷的可以先闪开哈！ 必备步骤： 1.先JB(越狱)你的ipad 2.从cydia中安装BTstackKeyboard,BTstackMouse两款软件 这两款软件可以让你在iPad（iPx）中使用蓝牙鼠标和键盘来操作。值得一提的是，结合activetor插件，可以实现自定义鼠标键以及键盘组合键对应iPad的功能，例如很多人想要的：模拟Home键功能。 PS：这里有一个其他网友上传的视频，硬件和软件环境都和我的一摸一样，所以直接贴它了。]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/784/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad做Presentation～赞</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/779</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/779#comments</comments>
		<pubDate>Mon, 17 May 2010 07:58:35 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[数字生活]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=779</guid>
		<description><![CDATA[把玩iPad已经1个多月了，上周也正式使用iPad做了一回presentation，效果很赞，老外客户也在会后不断询问我如何用iPad无线链接的MBP显示并控制Keynote。现在跟我一起来，丢掉你的tv-out线吧（这玩意儿就是一鸡肋） 必备软件： iTeleport 这其实是一个VNC远程操控软件，AppStore中有很多类似的软件，但是试下来，这个速度是最快的。几乎可以实时显示电脑屏幕的画面。（看视频不行啦，但是做presentation足以） PS：这之前在公司测试了很多次没有问题，结果去到客户那傻眼了，没有wifi路由器。那我通过什么通讯呢～情急之下想起之前给HERO上下载的wifi telther（ipad wifi 借助它也可以移动上网噢）。呵呵，不上网做个路由器也很不错的说。 还有一个软件叫Keynote remote也是可以实现类似的功能，好像还可以显示ppt 里的备注，下次详细测试一下。]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/779/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad软件十全大补丸</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/768</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/768#comments</comments>
		<pubDate>Thu, 15 Apr 2010 02:35:18 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[数字生活]]></category>
		<category><![CDATA[玩软件]]></category>
		<category><![CDATA[置顶分类]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=768</guid>
		<description><![CDATA[入手iPad两天了，由于暂时iPad还没有JailBreak（越狱）暂时大家只能买正版软件噢。对，今天就是来show我所购买的iPad专用软件的。 这么多软件加起来恐怕都快400美金了，当然现实是Im not a rich man!感觉挺罪恶的，不详细宣传怎么操作的了，有需要的朋友不妨移步淘宝找线索！]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/768/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad入手～火热开箱动手玩</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/764</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/764#comments</comments>
		<pubDate>Tue, 13 Apr 2010 15:53:33 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[数字生活]]></category>
		<category><![CDATA[玩数码]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=764</guid>
		<description><![CDATA[虽然已经订好了32g的，但是实在手痒到等不及了。今天恰好跟商铺老板磨了阵嘴皮子，老板给我了个不是特别离谱的现货价格。二话不说，拿下！ 手机拍的，激动得有点手抖，忑糊了也！ 外包装，一如既往的简洁明了！ 中间有个过程是需要连接电脑的激活ipad的，省略掉，直接进入启动画面。 横屏来了～～～ 传说中的iBook，翻页的效果真是舒服流畅，立马把我多年收藏的epub书籍都同步进去 下面是iPad及其性感的背部&#8230;太性感了 稍后发深度评测！哇哈哈～]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/764/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HostsGenius－mac下快捷修改hosts</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/760</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/760#comments</comments>
		<pubDate>Tue, 23 Mar 2010 08:37:30 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[Cocoa / Object-C]]></category>
		<category><![CDATA[技术研究]]></category>
		<category><![CDATA[数字生活]]></category>
		<category><![CDATA[玩软件]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=760</guid>
		<description><![CDATA[前段时间因为一个项目总是要改hosts文件，mac下改这个总是要通过命令行，再熟悉也还是觉得很麻烦。 抽了个时间，自己开发了这么一个小软件——Hosts Genius (图标使用IconGenerate自动生成) 特色: 1.状态栏程序，占用系统资源很小，经常需要修改hosts的人就让它长期挂在那儿把。 2.可以很方便的删除，激活，取消某一个host item。 3.利用sparkle库的自动升级功能（应该也没啥好升级的了）。 4.可以设置是否随开机启动。 ps：小软件，用的人应该也不多，就不放出下载了，需要的人欢迎留下邮件地址索取。 在发此文的同时，又发现一款专门修改hosts文件的好软件，是iwangwang的作者xujiwei开发的HostsManager。]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/760/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Builder4正式版发布</title>
		<link>http://www.ezshine.cn/blog/index.php/archives/757</link>
		<comments>http://www.ezshine.cn/blog/index.php/archives/757#comments</comments>
		<pubDate>Tue, 23 Mar 2010 03:06:26 +0000</pubDate>
		<dc:creator>shine</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[技术研究]]></category>
		<category><![CDATA[置顶分类]]></category>

		<guid isPermaLink="false">http://www.ezshine.cn/blog/?p=757</guid>
		<description><![CDATA[这次mac版win版，中文版都同期发布咯！ 点击这里下载]]></description>
		<wfw:commentRss>http://www.ezshine.cn/blog/index.php/archives/757/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
