<?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; apple</title>
	<atom:link href="http://www.liuhuadong.com/archives/category/apple/feed" rel="self" type="application/rss+xml" />
	<link>http://www.liuhuadong.com</link>
	<description>Thinking different</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:14:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>在iphone上制作自己的web app</title>
		<link>http://www.liuhuadong.com/archives/1351/index.html</link>
		<comments>http://www.liuhuadong.com/archives/1351/index.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 02:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=1351</guid>
		<description><![CDATA[ios上的webapp体验可能要比object c要弱一点，但制作成本简直太低了。这里就介绍一下本博客的web app效果。 用iphone的safari打开本站，点击下边收藏书签按钮，选择“添加到主屏幕”。该web app就添加完成。 回主界面，打开该图标，会已经定制好的闪图，效果如图： 制作方法很简单，只需根据自己的页面情况在head部分添加以下代码即可： &#60;?php&#60;meta name=&#34;viewport&#34; content=&#34;user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0&#34;/&#62;&#60;meta name=&#34;apple-mobile-web-app-capable&#34; content=&#34;yes&#34; /&#62;&#60;meta name=&#34;apple-mobile-web-app-status-bar-style&#34; content=&#34;black&#34; /&#62;&#60;link rel=&#34;apple-touch-icon&#34; href=&#34;flickr.png&#34;/&#62;&#60;link rel=&#34;apple-touch-startup-image&#34; href=&#34;logo.png&#34; /&#62; 其中flickr.png为桌面图标路径，logo.png为闪图路径，闪图必须为320*460大小，鉴于3g网速问题，建议闪图大小调在100k以下，否则会影响访问体验。]]></description>
			<content:encoded><![CDATA[<p>ios上的webapp体验可能要比object c要弱一点，但制作成本简直太低了。这里就介绍一下本博客的web app效果。</p>
<p>用iphone的safari打开本站，点击下边收藏书签按钮，选择“添加到主屏幕”。该web app就添加完成。</p>
<p>回主界面，打开该图标，会已经定制好的闪图，效果如图：</p>
<p><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2012/01/IMG_0101.png" alt="" title="IMG_0101" width="200" class="alignnone size-full wp-image-1352" /><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2012/01/IMG_0102.png" alt="" title="IMG_0101" width="200" class="alignnone size-full wp-image-1352" /></p>
<p>制作方法很简单，只需根据自己的页面情况在head部分添加以下代码即可：</p>
<div class="hl-surround"><div class="hl-main"><span style="color: Blue;">&lt;?php</span><span style="color: Gray;"><br />&lt;</span><span style="color: Blue;">meta</span><span style="color: Gray;"> </span><span style="color: Blue;">name</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">viewport</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Blue;">content</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">/&gt;<br />&lt;</span><span style="color: Blue;">meta</span><span style="color: Gray;"> </span><span style="color: Blue;">name</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">apple-mobile-web-app-capable</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Blue;">content</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">yes</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> /&gt;<br />&lt;</span><span style="color: Blue;">meta</span><span style="color: Gray;"> </span><span style="color: Blue;">name</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">apple-mobile-web-app-status-bar-style</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Blue;">content</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">black</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> /&gt;<br />&lt;</span><span style="color: Blue;">link</span><span style="color: Gray;"> </span><span style="color: Blue;">rel</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">apple-touch-icon</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Blue;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">flickr.png</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;">/&gt;<br />&lt;</span><span style="color: Blue;">link</span><span style="color: Gray;"> </span><span style="color: Blue;">rel</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">apple-touch-startup-image</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> </span><span style="color: Blue;">href</span><span style="color: Gray;">=</span><span style="color: #8b0000;">&quot;</span><span style="color: Red;">logo.png</span><span style="color: #8b0000;">&quot;</span><span style="color: Gray;"> /&gt;</span></div></div>
<p>其中flickr.png为桌面图标路径，logo.png为闪图路径，闪图必须为320*460大小，鉴于3g网速问题，建议闪图大小调在100k以下，否则会影响访问体验。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/1351/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>steve jobs, 1955-2011</title>
		<link>http://www.liuhuadong.com/archives/1302/index.html</link>
		<comments>http://www.liuhuadong.com/archives/1302/index.html#comments</comments>
		<pubDate>Thu, 06 Oct 2011 03:27:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[个人感悟]]></category>
		<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=1302</guid>
		<description><![CDATA[昨天的凌晨4点才看完苹果新品发布会，醒来后都是苹果4s的消息。今早醒来，打开我的air，qq上闪着几个信息，xavier发给我的信息有两句话，都是英文，第一句太长没来得及看，一眼遍看到第二句”he is gone!” 潜意识中连忙打开apple.com，发现首页果然是jobs的头像和去世消息。顿时一股从未有过的沉痛感压抑起来。 2007年，从第一天见到iphone发布，第一次看到iphone的操作界面，我和众多人一样，认为这注定要把这个世界变的更加美好。于是在第一时间花光了所有的积蓄购买了苹果第一代产品。 jobs给我的榜样，并不是他激情的演讲，不是他的i系列产品，不是他”stay hungry,stay floosh”，不是他不完美的性格，不是他改变世界的力量⋯⋯而是让我更加坚定的认为，改变世界不是不可能的事情。”试图讨好大家很容易，但他坚持了他的原则。” 苹果的股价在我刚才看到为止，仍然在跌。我能做的无非是购买一台iphone 4s，并在心中给他命名为：iphone final. 我很庆幸在这个年代亲身经历iphone对这个世界带来的翻天覆地的变化。]]></description>
			<content:encoded><![CDATA[<p><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2011/10/psu.jpeg" alt="" title="psu" width="500" class="alignnone size-full wp-image-1303" /><br />
昨天的凌晨4点才看完苹果新品发布会，醒来后都是苹果4s的消息。今早醒来，打开我的air，qq上闪着几个信息，xavier发给我的信息有两句话，都是英文，第一句太长没来得及看，一眼遍看到第二句”he is gone!” 潜意识中连忙打开apple.com，发现首页果然是jobs的头像和去世消息。顿时一股从未有过的沉痛感压抑起来。</p>
<p>2007年，从第一天见到iphone发布，第一次看到iphone的操作界面，我和众多人一样，认为这注定要把这个世界变的更加美好。于是在第一时间花光了所有的积蓄购买了苹果第一代产品。</p>
<p>jobs给我的榜样，并不是他激情的演讲，不是他的i系列产品，不是他”stay hungry,stay floosh”，不是他不完美的性格，不是他改变世界的力量⋯⋯而是让我更加坚定的认为，改变世界不是不可能的事情。”试图讨好大家很容易，但他坚持了他的原则。”</p>
<p>苹果的股价在我刚才看到为止，仍然在跌。我能做的无非是购买一台iphone 4s，并在心中给他命名为：iphone final.</p>
<p>我很庆幸在这个年代亲身经历iphone对这个世界带来的翻天覆地的变化。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/1302/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mac下启用root的方法</title>
		<link>http://www.liuhuadong.com/archives/1189/index.html</link>
		<comments>http://www.liuhuadong.com/archives/1189/index.html#comments</comments>
		<pubDate>Tue, 10 May 2011 01:05:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=1189</guid>
		<description><![CDATA[mac下启用root，远不用网上教程说的那么复杂，打开终端执行一条命令即可： sudo passwd root 然后提示： password： Changing password for root. New password: Retype new password: 输入相应密码和新密码即可。]]></description>
			<content:encoded><![CDATA[<p>mac下启用root，远不用网上教程说的那么复杂，打开终端执行一条命令即可：<br />
<strong>sudo passwd root</strong><br />
然后提示：<br />
password：<br />
Changing password for root.<br />
New password:<br />
Retype new password:<br />
输入相应密码和新密码即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/1189/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>discuz in iphone</title>
		<link>http://www.liuhuadong.com/archives/711/index.html</link>
		<comments>http://www.liuhuadong.com/archives/711/index.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:25:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[PHP/Mysql]]></category>
		<category><![CDATA[不知所云]]></category>
		<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=711</guid>
		<description><![CDATA[这两天一直在搞这个，话不多说，先上图：]]></description>
			<content:encoded><![CDATA[<p>这两天一直在搞这个，话不多说，先上图：<br />
<a href="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/01.jpg"><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/01.jpg" alt="01" title="01" width="150" class="aligncenter size-full wp-image-712" /></a><a href="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/2.jpg"><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/2.jpg" alt="2" title="2" width="150" class="aligncenter size-full wp-image-715" /></a><a href="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/3.jpg"><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2010/02/3.jpg" alt="3" title="3" width="150" class="aligncenter size-full wp-image-721" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/711/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wwdc&#8217;s day</title>
		<link>http://www.liuhuadong.com/archives/455/index.html</link>
		<comments>http://www.liuhuadong.com/archives/455/index.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:50:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=455</guid>
		<description><![CDATA[我想国内关注wwdc的人应该不少，预计在此刻（凌晨1点）关注wwdc的人应该在5000-1万人之间，但与庞大的人口数据相比也只是极小一部分。看见fanfou上面关注wwdc的新闻与twitte差很多便可想到这个结论。在这个时间，在我生活的小小地方，应该没有人与我有着同样的爱好来熬夜关注这些完美主义者追求但普通人眼中甚至一文不值的事物了吧。即使这样，我仍很关注new iphone的发布、new iphone os的发布、snow leopard的发布，我突然有点羡慕起生产apple这样公司的国度来，我希望中国能崛起一些这样的公司，但即使是最顶尖的国内的公司，也丝毫感受不到先进文化的气息，只无为的沉浸在一个乏味的“文化”里面。虽没有雄厚的资本去购置这些顶级的装备，拿来填充一下自己空虚的心灵倒是很痛快。当然，今天并不空虚。]]></description>
			<content:encoded><![CDATA[<p>我想国内关注wwdc的人应该不少，预计在此刻（凌晨1点）关注wwdc的人应该在5000-1万人之间，但与庞大的人口数据相比也只是极小一部分。看见fanfou上面关注wwdc的新闻与twitte差很多便可想到这个结论。在这个时间，在我生活的小小地方，应该没有人与我有着同样的爱好来熬夜关注这些完美主义者追求但普通人眼中甚至一文不值的事物了吧。即使这样，我仍很关注new iphone的发布、new iphone os的发布、snow leopard的发布，我突然有点羡慕起生产apple这样公司的国度来，我希望中国能崛起一些这样的公司，但即使是最顶尖的国内的公司，也丝毫感受不到先进文化的气息，只无为的沉浸在一个乏味的“文化”里面。虽没有雄厚的资本去购置这些顶级的装备，拿来填充一下自己空虚的心灵倒是很痛快。当然，今天并不空虚。<br />
<img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2009/06/e69caae591bde5908d.png" alt="e69caae591bde5908d" title="e69caae591bde5908d" width="398" height="383" class="alignnone size-full wp-image-461" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/455/index.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>超级猴子球下载安装</title>
		<link>http://www.liuhuadong.com/archives/171/index.html</link>
		<comments>http://www.liuhuadong.com/archives/171/index.html#comments</comments>
		<pubDate>Wed, 13 Aug 2008 06:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/?p=171</guid>
		<description><![CDATA[相对来说，我还是比较喜欢这两张截图的： 这几天一直在搜集关于app store的破解方法，有不少新发现。这里提供一个iphone上面最受欢迎的游戏破解版下载，那就是：Super Monkey Ball，超级猴子球下载。 使用方法，解压后通过wifi或winSCP上传到/applications下，修改目录权限为775，重启springboard即可。不过要注意的是只有2.0以上的固件才可支持。]]></description>
			<content:encoded><![CDATA[<p>相对来说，我还是比较喜欢这两张截图的：<br />
<img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2008/08/img_0002-200x300.png" alt="" title="img_0002" width="200" height="300" class="alignnone size-medium wp-image-170" /><img src="http://xhatblog-wordpress.stor.sinaapp.com/uploads/2008/08/dsc04633-256x300.jpg" alt="" title="dsc04633" width="256" height="300" class="alignnone size-medium wp-image-173" /><br />
这几天一直在搜集关于app store的破解方法，有不少新发现。这里提供一个iphone上面最受欢迎的游戏破解版下载，那就是：<a href="/iphone/Super_Monkey_Ball.zip">Super Monkey  Ball，超级猴子球下载</a>。<br />
使用方法，解压后通过wifi或winSCP上传到/applications下，修改目录权限为775，重启springboard即可。不过要注意的是只有2.0以上的固件才可支持。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/171/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apple&#8211;下一个microsoft</title>
		<link>http://www.liuhuadong.com/archives/143/index.html</link>
		<comments>http://www.liuhuadong.com/archives/143/index.html#comments</comments>
		<pubDate>Thu, 07 Aug 2008 17:47:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/archives/143/index.html</guid>
		<description><![CDATA[如果说bill大叔创造了一个神话的话，我想下一个神话创造者无疑在两个公司中产生，Google或Apple。google曾给人以神的感觉，遥不可及，至少对大部分人来说是，一直到现在仍然是；apple也是给人神的感觉，特别是在i系列产品出现以后，iphone是一个顶峰。google和apple是一种信仰，但apple来的更贴切一些，直到能真正操作之，才感受到原本只是一部手机的艺术品的文化气息，继续深入研究app store，发现绝对是linux精神的传承。如果说多点触摸是技巧，app store/mobile me是实力，那么结合众多技术和人性化设计的iphone就可以说是产品魅力的体现了。 微软在桌面电脑上创造了神话，苹果或许会创造掌上电脑的另一个神话吧。]]></description>
			<content:encoded><![CDATA[<p>如果说bill大叔创造了一个神话的话，我想下一个神话创造者无疑在两个公司中产生，Google或Apple。google曾给人以神的感觉，遥不可及，至少对大部分人来说是，一直到现在仍然是；apple也是给人神的感觉，特别是在i系列产品出现以后，iphone是一个顶峰。google和apple是一种信仰，但apple来的更贴切一些，直到能真正操作之，才感受到原本只是一部手机的艺术品的文化气息，继续深入研究app store，发现绝对是linux精神的传承。如果说多点触摸是技巧，app store/mobile me是实力，那么结合众多技术和人性化设计的iphone就可以说是产品魅力的体现了。</p>
<p>微软在桌面电脑上创造了神话，苹果或许会创造掌上电脑的另一个神话吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/143/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>幸福是什么</title>
		<link>http://www.liuhuadong.com/archives/142/index.html</link>
		<comments>http://www.liuhuadong.com/archives/142/index.html#comments</comments>
		<pubDate>Thu, 31 Jul 2008 08:41:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[不知所云]]></category>
		<category><![CDATA[个人感悟]]></category>

		<guid isPermaLink="false">http://www.liuhuadong.com/archives/142/index.html</guid>
		<description><![CDATA[感谢safari这个浏览器，页面加载时间和显示时间远远快于普通浏览器，积少成多，确实节省了我不少本来就很少的青春可以去挥霍自己的心灵。 在这一个时间段里，我一直试图考虑清楚一个问题：幸福是什么？在过去的1/4世纪时间恍如一梦，每天工作、生活，写代码、修bug到底是为了什么，到底又得到了什么。这么多年来追寻一个一直在大脑中清晰明朗的目标？或许是生活中出现的一件件很有意思、兴趣、刺激的事情？可是，我的幸福在哪里哪里哪里？我好像彻底迷失了方向。 感谢在生命中出现apple、iphone，让我在这一段无聊的日子里不至于太过无聊，在这繁忙的工作中不至于太过急躁。是玩物也好，是文化也罢，现在我只耐心的静静等待真正属于我的第一个apple产品的到来。]]></description>
			<content:encoded><![CDATA[<p>感谢safari这个浏览器，页面加载时间和显示时间远远快于普通浏览器，积少成多，确实节省了我不少本来就很少的青春可以去挥霍自己的心灵。<br />
在这一个时间段里，我一直试图考虑清楚一个问题：幸福是什么？在过去的1/4世纪时间恍如一梦，每天工作、生活，写代码、修bug到底是为了什么，到底又得到了什么。这么多年来追寻一个一直在大脑中清晰明朗的目标？或许是生活中出现的一件件很有意思、兴趣、刺激的事情？可是，我的幸福在哪里哪里哪里？我好像彻底迷失了方向。<br />
感谢在生命中出现apple、iphone，让我在这一段无聊的日子里不至于太过无聊，在这繁忙的工作中不至于太过急躁。是玩物也好，是文化也罢，现在我只耐心的静静等待真正属于我的第一个apple产品的到来。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liuhuadong.com/archives/142/index.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

