<?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>Lauct&#039;s BLOG &#187; iPhone</title>
	<atom:link href="http://blog.lauct.org/archives/tag/iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lauct.org</link>
	<description>噢！醒來吧，沉睡者。</description>
	<lastBuildDate>Mon, 06 Feb 2012 18:13:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.lauct.org/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>[iOSDev] NSString字串相接語法</title>
		<link>http://blog.lauct.org/archives/1967</link>
		<comments>http://blog.lauct.org/archives/1967#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:47:05 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iOSDev]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1967</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
以 str1 和 str2 相接合併到 str 為例 NSString *str1 = @&#34;2012/01/01&#34;; NSString *str2 = @&#34;是芥末日&#34;; NSString *str = &#91;str1 stringByAppendingString:str2&#93;; Related posts:[iOSDev] modifying layer that is being finalized [iOSDev] 不會進去 tableView:didSelectRowAtIndexPath: 的原因 [iOSDev] UIColor colorWithRed:green:blue:alpha:


Related posts:<ol><li><a href='http://blog.lauct.org/archives/2013' rel='bookmark' title='Permanent Link: [iOSDev] modifying layer that is being finalized'>[iOSDev] modifying layer that is being finalized</a></li>
<li><a href='http://blog.lauct.org/archives/1957' rel='bookmark' title='Permanent Link: [iOSDev] 不會進去 tableView:didSelectRowAtIndexPath: 的原因'>[iOSDev] 不會進去 tableView:didSelectRowAtIndexPath: 的原因</a></li>
<li><a href='http://blog.lauct.org/archives/2017' rel='bookmark' title='Permanent Link: [iOSDev] UIColor colorWithRed:green:blue:alpha:'>[iOSDev] UIColor colorWithRed:green:blue:alpha:</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>以 str1 和 str2 相接合併到 str 為例</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">    <span style="color: #400080;">NSString</span> <span style="color: #002200;">*</span>str1 <span style="color: #002200;">=</span> <span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;2012/01/01&quot;</span>;
    <span style="color: #400080;">NSString</span> <span style="color: #002200;">*</span>str2 <span style="color: #002200;">=</span> <span style="color: #bf1d1a;">@</span><span style="color: #bf1d1a;">&quot;是芥末日&quot;</span>;
    <span style="color: #400080;">NSString</span> <span style="color: #002200;">*</span>str <span style="color: #002200;">=</span> <span style="color: #002200;">&#91;</span>str1 stringByAppendingString<span style="color: #002200;">:</span>str2<span style="color: #002200;">&#93;</span>;</pre></div></div>



<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/2013' rel='bookmark' title='Permanent Link: [iOSDev] modifying layer that is being finalized'>[iOSDev] modifying layer that is being finalized</a></li>
<li><a href='http://blog.lauct.org/archives/1957' rel='bookmark' title='Permanent Link: [iOSDev] 不會進去 tableView:didSelectRowAtIndexPath: 的原因'>[iOSDev] 不會進去 tableView:didSelectRowAtIndexPath: 的原因</a></li>
<li><a href='http://blog.lauct.org/archives/2017' rel='bookmark' title='Permanent Link: [iOSDev] UIColor colorWithRed:green:blue:alpha:'>[iOSDev] UIColor colorWithRed:green:blue:alpha:</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1967/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[iPhone] 免JB，開啟iOS5的隱藏功能：全景拍攝和類Android自動校正</title>
		<link>http://blog.lauct.org/archives/1964</link>
		<comments>http://blog.lauct.org/archives/1964#comments</comments>
		<pubDate>Thu, 10 Nov 2011 11:42:40 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1964</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
iOS 5 hides an Android-like autocorrect keyboard bar, here’s how to enable it &#124; 9to5Mac &#124; Apple Intelligence Here’s how to enable panoramic camera mode on your iPhone without jailbreaking &#124; 9to5Mac &#124; Apple Intelligence Related posts:[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體 [URL] iPhone 人機界面設計規範（中英對照） [iPhone] 來超頻 iPhone 3G/3Gs 吧！


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://9to5mac.com/2011/11/09/ios-5-hides-an-android-like-autocorrect-keyboard-bar-heres-how-to-enable-it/">iOS 5 hides an Android-like autocorrect keyboard bar, here’s how to enable it | 9to5Mac | Apple Intelligence</a><br />
<a href="http://9to5mac.com/2011/11/08/heres-how-to-enable-panoramic-camera-mode-on-your-iphone-without-jailbreaking/">Here’s how to enable panoramic camera mode on your iPhone without jailbreaking | 9to5Mac | Apple Intelligence</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1964/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB)</title>
		<link>http://blog.lauct.org/archives/1954</link>
		<comments>http://blog.lauct.org/archives/1954#comments</comments>
		<pubDate>Wed, 19 Oct 2011 17:48:23 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Siri]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1954</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Siri有機會出現在iPhone4上了，hacker已經解決非iPhone4s連線被擋的問題。且無需JB!!! 會釋出，但日期未定。 An iPhone developer that goes by the name of Jackoplane announced today that he has successfully ported Siri to other iOS 5 devices, and gotten it to communicate with Apple’s servers without any issues. It means that all iOS 5 devices are capable of running Siri — you just need to install it. [...]


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/881' rel='bookmark' title='Permanent Link: 將會有 GalGame for Mac？'>將會有 GalGame for Mac？</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>Siri有機會出現在iPhone4上了，hacker已經解決非iPhone4s連線被擋的問題。且無需JB!!!</p>
<p>會釋出，但日期未定。</p>
<blockquote><p>An iPhone developer that goes by the name of Jackoplane announced today that he has successfully ported Siri to other iOS 5 devices, and gotten it to communicate with Apple’s servers without any issues. It means that all iOS 5 devices are capable of running Siri — you just need to install it.</p></blockquote>
<p>預計支援的機型</p>
<ul> iPad 1<br />
iPad 2<br />
iPhone 4<br />
iPhone 3GS<br />
iPod touch 3G<br />
iPod touch 4G</ul>
<p>[ via <a href="http://www.cultofmac.com/124731/siri-is-coming-soon-to-an-ios-5-device-near-you-no-jailbreak-required/">Siri Is Coming Soon To An iOS 5 Device Near You, No Jailbreak Required | Cult of Mac</a> ]</p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/881' rel='bookmark' title='Permanent Link: 將會有 GalGame for Mac？'>將會有 GalGame for Mac？</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1954/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web版Instagram：Webstagram 不必iPhone就可瀏覽</title>
		<link>http://blog.lauct.org/archives/1950</link>
		<comments>http://blog.lauct.org/archives/1950#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:36:42 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[電腦＆網路]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1950</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Webstagram &#8211; Instagram Web Viewer 只要用你的Instagram帳號登入，即可瀏覽～ 當你使用電腦懶得開iPhone的時候，用Webstagram是個不錯的選擇！ Related posts:InstaDeck：可以瀏覽特定Instagram帳號照片的網站


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1747' rel='bookmark' title='Permanent Link: InstaDeck：可以瀏覽特定Instagram帳號照片的網站'>InstaDeck：可以瀏覽特定Instagram帳號照片的網站</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://web.stagram.com/">Webstagram &#8211; Instagram Web Viewer</a><br />
只要用你的Instagram帳號登入，即可瀏覽～<br />
當你使用電腦懶得開iPhone的時候，用Webstagram是個不錯的選擇！</p>
<p><a href="http://blog.lauct.org/wp-content/uploads/2011/10/PHOTO-OF-THE-DAY-Webstagram-Instagram-Web-Viewer-20111014.jpg"><img src="http://blog.lauct.org/wp-content/uploads/2011/10/PHOTO-OF-THE-DAY-Webstagram-Instagram-Web-Viewer-20111014-352x1024.jpg" alt="" title="PHOTO OF THE DAY | Webstagram - Instagram Web Viewer (20111014)" width="352" height="1024" class="aligncenter size-large wp-image-1951" /></a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1747' rel='bookmark' title='Permanent Link: InstaDeck：可以瀏覽特定Instagram帳號照片的網站'>InstaDeck：可以瀏覽特定Instagram帳號照片的網站</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1950/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>悼念Steve Jobs</title>
		<link>http://blog.lauct.org/archives/1940</link>
		<comments>http://blog.lauct.org/archives/1940#comments</comments>
		<pubDate>Fri, 07 Oct 2011 11:13:40 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[蘋果電腦]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1940</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Steve Jobs, We&#8217;ll Miss You. 就讓我們使用你所精心設計的產品，繼續在生活與工作中盡情揮灑這股要改變世界的熱情並創造嶄新的價值吧。 Related posts:我看 Apple iTunes Store 推出更高音質的 DRM-free 音樂 [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！ 夾不死說不會有藍牙iPod


Related posts:<ol><li><a href='http://blog.lauct.org/archives/538' rel='bookmark' title='Permanent Link: 我看 Apple iTunes Store 推出更高音質的 DRM-free 音樂'>我看 Apple iTunes Store 推出更高音質的 DRM-free 音樂</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/143' rel='bookmark' title='Permanent Link: 夾不死說不會有藍牙iPod'>夾不死說不會有藍牙iPod</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://blog.lauct.org/wp-content/uploads/2011/10/d35cbd9f7fb14203af0c658a7d65cfcf_7.jpg"><img src="http://blog.lauct.org/wp-content/uploads/2011/10/d35cbd9f7fb14203af0c658a7d65cfcf_7-300x300.jpg" alt="" title="Mac&amp;iPhone" width="300" height="300" class="aligncenter size-medium wp-image-1945" /></a></p>
<p>Steve Jobs, We&#8217;ll Miss You. 就讓我們使用你所精心設計的產品，繼續在生活與工作中盡情揮灑這股要改變世界的熱情並創造嶄新的價值吧。 </p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/538' rel='bookmark' title='Permanent Link: 我看 Apple iTunes Store 推出更高音質的 DRM-free 音樂'>我看 Apple iTunes Store 推出更高音質的 DRM-free 音樂</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/143' rel='bookmark' title='Permanent Link: 夾不死說不會有藍牙iPod'>夾不死說不會有藍牙iPod</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1940/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[URL] 國外網購iPhone維修零件</title>
		<link>http://blog.lauct.org/archives/1860</link>
		<comments>http://blog.lauct.org/archives/1860#comments</comments>
		<pubDate>Wed, 04 May 2011 19:29:51 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[蘋果電腦]]></category>
		<category><![CDATA[電腦＆網路]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1860</guid>
		<description><![CDATA[http://www.lingosbox.com/ No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>http://www.lingosbox.com/</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1860/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InstaDeck：可以瀏覽特定Instagram帳號照片的網站</title>
		<link>http://blog.lauct.org/archives/1747</link>
		<comments>http://blog.lauct.org/archives/1747#comments</comments>
		<pubDate>Tue, 23 Nov 2010 09:25:47 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[電腦＆網路]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1747</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
最近 Instagram 爆紅，但是沒有 iOS device 的朋友們，沒辦法申請帳號並 follow。很可惜對不對？ 剛剛發現了一個網站，只要你在網址後面加上 Instagram ID，就可以看到該ID所有發佈的照片！ 例如，想看 blue_b 這個帳號，只要在瀏覽器輸入： http://myinstadeck.com/blue_b 就可以看到像這樣的畫面： Updated: 因為某些原因，作者將網站下線了。 Updated: 發現一個新站 listagr.am 用這個吧～ Updated: 又發現一個站：http://instagre.at/ Related posts:Web版Instagram：Webstagram 不必iPhone就可瀏覽


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1950' rel='bookmark' title='Permanent Link: Web版Instagram：Webstagram 不必iPhone就可瀏覽'>Web版Instagram：Webstagram 不必iPhone就可瀏覽</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>最近 Instagram 爆紅，但是沒有 iOS device 的朋友們，沒辦法申請帳號並 follow。很可惜對不對？</p>
<p>剛剛發現了一個網站，只要你在網址後面加上 Instagram ID，就可以看到該ID所有發佈的照片！</p>
<p>例如，想看 blue_b 這個帳號，只要在瀏覽器輸入：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">http:<span style="color: #000000; font-weight: bold;">//</span>myinstadeck.com<span style="color: #000000; font-weight: bold;">/</span>blue_b</pre></div></div>

<p>就可以看到像這樣的畫面：<br />
<a href="http://blog.lauct.org/wp-content/uploads/2010/11/螢幕快照-2010-11-23-下午5.11.42.png"><img src="http://blog.lauct.org/wp-content/uploads/2010/11/螢幕快照-2010-11-23-下午5.11.42-258x300.png" alt="InstaDeck" title="InstaDeck" width="258" height="300" class="aligncenter size-medium wp-image-1748" /></a></p>
<p>Updated:<br />
因為某些原因，作者將網站下線了。</p>
<p>Updated:<br />
發現一個新站 <a href="http://listagr.am/">listagr.am</a> 用這個吧～</p>
<p>Updated:<br />
又發現一個站：http://instagre.at/</p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1950' rel='bookmark' title='Permanent Link: Web版Instagram：Webstagram 不必iPhone就可瀏覽'>Web版Instagram：Webstagram 不必iPhone就可瀏覽</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1747/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>中華電信 iPhone4 預約，預計9/20取貨！</title>
		<link>http://blog.lauct.org/archives/1674</link>
		<comments>http://blog.lauct.org/archives/1674#comments</comments>
		<pubDate>Wed, 15 Sep 2010 16:51:09 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[生活隨記]]></category>
		<category><![CDATA[蘋果電腦]]></category>
		<category><![CDATA[CHT]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1674</guid>
		<description><![CDATA[剛剛我媽支持我換iPhone4，不過條件是iPhone3G要給她用XD 我媽看上我的iPhone3G的原因是可以手寫簡訊螢幕又大～剛剛在跟我抱怨她的手機打簡訊超麻煩。而且就算我媽有些字寫不出來她還會注音和一些嘸蝦米。我的iPhone都有支援。 我本來說要等iPhone4白。但現在連我媽都支持我20日去辦新機了，還有什麼理由可以阻擋我呢？看來只剩下「要預繳」我卻拿不出那麼多現金。 如果可以憑中華電信5年老客戶資格可以免預繳的話，看來iPhone4就離我不遠了！ PS. 話說我媽對我的iPhone和iPod touch的量詞都是用「塊」（台語）。真是妙～ No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>剛剛我媽支持我換iPhone4，不過條件是iPhone3G要給她用XD</p>
<p>我媽看上我的iPhone3G的原因是可以手寫簡訊螢幕又大～剛剛在跟我抱怨她的手機打簡訊超麻煩。而且就算我媽有些字寫不出來她還會注音和一些嘸蝦米。我的iPhone都有支援。</p>
<p>我本來說要等iPhone4白。但現在連我媽都支持我20日去辦新機了，還有什麼理由可以阻擋我呢？看來只剩下「要預繳」我卻拿不出那麼多現金。</p>
<p>如果可以憑中華電信5年老客戶資格可以免預繳的話，看來iPhone4就離我不遠了！</p>
<p>PS. 話說我媽對我的iPhone和iPod touch的量詞都是用「塊」（台語）。真是妙～</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1674/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[URL] 如何在iPhone 3G上安裝Android</title>
		<link>http://blog.lauct.org/archives/1645</link>
		<comments>http://blog.lauct.org/archives/1645#comments</comments>
		<pubDate>Wed, 11 Aug 2010 07:15:10 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1645</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
How to Install Android on Your iPhone &#8211; PCWorld idroid Release 0.2 (3G) &#124; Smart Phones Download &#124; PCWorld &#8212;&#8212;- iClarified &#8211; iPhone &#8211; How to Install Android on Your iPhone 2G, 3G [iPhoDroid] Related posts:[ pear ] 安裝 beta 的模組 [AndroidDev] TextView 的換行 (xml) [iOSDev] modifying layer that is being finalized


Related posts:<ol><li><a href='http://blog.lauct.org/archives/880' rel='bookmark' title='Permanent Link: [ pear ] 安裝 beta 的模組'>[ pear ] 安裝 beta 的模組</a></li>
<li><a href='http://blog.lauct.org/archives/1555' rel='bookmark' title='Permanent Link: [AndroidDev] TextView 的換行 (xml)'>[AndroidDev] TextView 的換行 (xml)</a></li>
<li><a href='http://blog.lauct.org/archives/2013' rel='bookmark' title='Permanent Link: [iOSDev] modifying layer that is being finalized'>[iOSDev] modifying layer that is being finalized</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://www.pcworld.com/article/196595-2/how_to_install_android_on_your_iphone.html">How to Install Android on Your iPhone &#8211; PCWorld</a></p>
<p><a href="http://www.pcworld.com/downloads/file/fid,84612-order,4/description.html">idroid Release 0.2 (3G) | Smart Phones Download | PCWorld</a></p>
<p>&#8212;&#8212;-</p>
<p><a href="http://www.iclarified.com/entry/index.php?enid=9877">iClarified &#8211; iPhone &#8211; How to Install Android on Your iPhone 2G, 3G [iPhoDroid]</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/880' rel='bookmark' title='Permanent Link: [ pear ] 安裝 beta 的模組'>[ pear ] 安裝 beta 的模組</a></li>
<li><a href='http://blog.lauct.org/archives/1555' rel='bookmark' title='Permanent Link: [AndroidDev] TextView 的換行 (xml)'>[AndroidDev] TextView 的換行 (xml)</a></li>
<li><a href='http://blog.lauct.org/archives/2013' rel='bookmark' title='Permanent Link: [iOSDev] modifying layer that is being finalized'>[iOSDev] modifying layer that is being finalized</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1645/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[iPhone] JailbreakMe 史上最簡單的越獄方法</title>
		<link>http://blog.lauct.org/archives/1632</link>
		<comments>http://blog.lauct.org/archives/1632#comments</comments>
		<pubDate>Mon, 02 Aug 2010 03:16:03 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[JB]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1632</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
Comex 推出了一種超簡單的JB方法，只要用瀏覽器就能完成JB。 只需要幾個步驟就可自行完成JB。 1) 打開 iPhone 上的 Safari 2) 網址輸入 http://jailbreakme.com 並前往 3) 滑動網頁裡的那個 &#8220;Slide to jailbreak&#8221; 4) 然後等候一會你的 iPhone 就會安裝好 Cydia 注意事項： 如果你用4.0作JB的話，可能會導致 MMS 和 Facetime 失效。如果你用 iPhone 4 建議你在 JB 前，先升級到 4.0.1。 若遇到 MMS / Facetime 的 bug，可以嘗試以下的步驟來修復： 使用 ifile 修改權限或 ssh 遠端登入輸入以下指令： chmod 755 /var/mobile chmod 755 /var/mobile/Library chmod 755 /var/mobile/Library/Preferences 然後重新開機並在「設定」裡啟用 [...]


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1499' rel='bookmark' title='Permanent Link: [iPhone][Cydia] 如何安裝 deb 包裝的 App'>[iPhone][Cydia] 如何安裝 deb 包裝的 App</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://twitter.com/COMEX">Comex</a> 推出了一種超簡單的JB方法，只要用瀏覽器就能完成JB。</p>
<div id="attachment_1633" class="wp-caption aligncenter" style="width: 330px"><a href="http://blog.lauct.org/wp-content/uploads/2010/08/jbme.jpg"><img class="size-full wp-image-1633" title="jbme" src="http://blog.lauct.org/wp-content/uploads/2010/08/jbme.jpg" alt="jbme" width="320" height="480" /></a><p class="wp-caption-text">jbme</p></div>
<p>只需要幾個步驟就可自行完成JB。</p>
<blockquote><p>1) 打開 iPhone 上的 Safari<br />
2) 網址輸入 <a href="http://www.jailbreakme.com/">http://jailbreakme.com</a> 並前往<br />
3) 滑動網頁裡的那個 &#8220;Slide to jailbreak&#8221;<br />
4) 然後等候一會你的 iPhone 就會安裝好 Cydia</p></blockquote>
<p>注意事項：<br />
如果你用4.0作JB的話，可能會導致 MMS 和 Facetime 失效。如果你用 iPhone 4 建議你在 JB 前，先升級到 4.0.1。</p>
<p>若遇到 MMS / Facetime 的 bug，可以嘗試以下的步驟來修復：</p>
<p>使用 <a href="http://iphone.heinelt.eu/?Applications:iFile">ifile</a> 修改權限或 <a href="http://www.itouchtw.com/archives/90">ssh 遠端登入</a>輸入以下指令：</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>mobile</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>mobile<span style="color: #000000; font-weight: bold;">/</span>Library</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">755</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>mobile<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>Preferences</pre></div></div>

<p>然後重新開機並在「設定」裡啟用 Facetime。</p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1499' rel='bookmark' title='Permanent Link: [iPhone][Cydia] 如何安裝 deb 包裝的 App'>[iPhone][Cydia] 如何安裝 deb 包裝的 App</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1632/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</title>
		<link>http://blog.lauct.org/archives/1558</link>
		<comments>http://blog.lauct.org/archives/1558#comments</comments>
		<pubDate>Sat, 26 Jun 2010 08:57:59 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[JB]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1558</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
com.apple.dynamic_pager.plist 放置路徑 /System/Library/LaunchDaemons chmod 644 重開機即可。 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;!DOCTYPE plist PUBLIC &#34;-//Apple//DTD PLIST 1.0//EN&#34; &#34;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#34;&#62; &#60;plist version=&#34;1.0&#34;&#62; &#60;dict&#62; &#60;key&#62;Label&#60;/key&#62; &#60;string&#62;com.apple.dynamic_pager&#60;/string&#62; &#60;key&#62;OnDemand&#60;/key&#62; &#60;false/&#62; &#60;key&#62;ProgramArguments&#60;/key&#62; &#60;array&#62; &#60;string&#62;/sbin/dynamic_pager&#60;/string&#62; &#60;string&#62;-F&#60;/string&#62; &#60;string&#62;/private/var/vm/iphone_swap&#60;/string&#62; &#60;/array&#62; &#60;key&#62;RunAtLoad&#60;/key&#62; &#60;true/&#62; &#60;/dict&#62; &#60;/plist&#62; REF1: Mowd Blog Spaces ~ iPhone 上最好用的虛擬記憶體管理程式 REF2: iPhone Virtual Memory: Speed Boost For Your iPhone. Know The Risks &#124; FSMdotCOM Related [...]


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1632' rel='bookmark' title='Permanent Link: [iPhone] JailbreakMe 史上最簡單的越獄方法'>[iPhone] JailbreakMe 史上最簡單的越獄方法</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>com.apple.dynamic_pager.plist 放置路徑<br />
/System/Library/LaunchDaemons</p>
<p>chmod 644</p>
<p>重開機即可。</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">encoding</span>=<span style="color: #ff0000;">&quot;UTF-8&quot;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span>
<span style="color: #00bbdd;">&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plist</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Label<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.apple.dynamic_pager<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>OnDemand<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;false</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ProgramArguments<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/sbin/dynamic_pager<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>-F<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
		<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>/private/var/vm/iphone_swap<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/string<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/array<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>RunAtLoad<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/key<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;true</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dict<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plist<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>REF1: <a href="http://blog.mowd.idv.tw/index.php?pl=851">Mowd Blog Spaces ~ iPhone 上最好用的虛擬記憶體管理程式</a><br />
REF2: <a href="http://www.funkyspacemonkey.com/iphonevm-free-iphone-ram-memory-price-risks">iPhone Virtual Memory: Speed Boost For Your iPhone. Know The Risks | FSMdotCOM</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1632' rel='bookmark' title='Permanent Link: [iPhone] JailbreakMe 史上最簡單的越獄方法'>[iPhone] JailbreakMe 史上最簡單的越獄方法</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1558/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[URL] 判斷 iPhone、iPad 瀏覽器的 JavaScript</title>
		<link>http://blog.lauct.org/archives/1556</link>
		<comments>http://blog.lauct.org/archives/1556#comments</comments>
		<pubDate>Sat, 26 Jun 2010 06:47:41 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[Web開發]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1556</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
讓你的網頁適合在 iPhone 與 iPad 上瀏覽 Related posts:[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！ [iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB) [URL] iPhone 人機界面設計規範（中英對照）


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/1954' rel='bookmark' title='Permanent Link: [iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB)'>[iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB)</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p><a href="http://www.ios.com.tw/article.php?id=72">讓你的網頁適合在 iPhone 與 iPad 上瀏覽</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
<li><a href='http://blog.lauct.org/archives/1954' rel='bookmark' title='Permanent Link: [iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB)'>[iPhone] 駭客已經成功把Siri移植至iPhone4 (無需JB)</a></li>
<li><a href='http://blog.lauct.org/archives/1554' rel='bookmark' title='Permanent Link: [URL] iPhone 人機界面設計規範（中英對照）'>[URL] iPhone 人機界面設計規範（中英對照）</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1556/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[URL] iPhone 人機界面設計規範（中英對照）</title>
		<link>http://blog.lauct.org/archives/1554</link>
		<comments>http://blog.lauct.org/archives/1554#comments</comments>
		<pubDate>Thu, 24 Jun 2010 07:16:39 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[好文收集]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1554</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
iPhone 人機界面設計規範（中英對照） iPhone Human Interface Guidelines 簡介 Introduction 第一部分：設計你的 iPhone 軟件產品 Part I: Planning Your iPhone Software Product 第二部分：為你的 iPhone 軟件設計用戶界面 Part II: Designing the User Interface of Your iPhone Application &#8211; iPhone 人機界面設計規範（中英對照） Related posts:[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體 [iPhone] 來超頻 iPhone 3G/3Gs 吧！ [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>iPhone 人機界面設計規範（中英對照）<br />
iPhone Human Interface Guidelines</p>
<p>簡介<br />
Introduction<br />
第一部分：設計你的 iPhone 軟件產品<br />
Part I: Planning Your iPhone Software Product<br />
第二部分：為你的 iPhone 軟件設計用戶界面<br />
Part II: Designing the User Interface of Your iPhone Application</p>
<p>&#8211;</p>
<p><a href="http://www.uxguide.net/wiki/iphone:Home">iPhone 人機界面設計規範（中英對照）</a></p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1530' rel='bookmark' title='Permanent Link: [iPhone] 來超頻 iPhone 3G/3Gs 吧！'>[iPhone] 來超頻 iPhone 3G/3Gs 吧！</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1554/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[iPhone] 取得硬體資訊</title>
		<link>http://blog.lauct.org/archives/1534</link>
		<comments>http://blog.lauct.org/archives/1534#comments</comments>
		<pubDate>Wed, 19 May 2010 08:13:22 +0000</pubDate>
		<dc:creator>Lauct</dc:creator>
				<category><![CDATA[iPhoneApp]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>
		<category><![CDATA[JB]]></category>

		<guid isPermaLink="false">http://blog.lauct.org/?p=1534</guid>
		<description><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->

<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
在終端機內輸入 sysctl -a hw 可得到硬體資訊，如CPU頻率、RAM大小等等。 Related posts:[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體 [iPhone] 如何在 JailBroken 的 3.0 iPhone 安裝 ipa [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！


Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1413' rel='bookmark' title='Permanent Link: [iPhone] 如何在 JailBroken 的 3.0 iPhone 安裝 ipa'>[iPhone] 如何在 JailBroken 的 3.0 iPhone 安裝 ipa</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
<p>在終端機內輸入</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">sysctl <span style="color: #660033;">-a</span> hw</pre></div></div>

<p>可得到硬體資訊，如CPU頻率、RAM大小等等。</p>


<p>Related posts:<ol><li><a href='http://blog.lauct.org/archives/1558' rel='bookmark' title='Permanent Link: [iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體'>[iPhone] 加速你的 iPhone 3G &#8211; 啟用虛擬記憶體</a></li>
<li><a href='http://blog.lauct.org/archives/1413' rel='bookmark' title='Permanent Link: [iPhone] 如何在 JailBroken 的 3.0 iPhone 安裝 ipa'>[iPhone] 如何在 JailBroken 的 3.0 iPhone 安裝 ipa</a></li>
<li><a href='http://blog.lauct.org/archives/1500' rel='bookmark' title='Permanent Link: [iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！'>[iPhone] iPad不支援iPhone的3G網路分享怎麼辦？MyWi耗電測試！</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lauct.org/archives/1534/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

