<?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>Anistar RIA Blog &#187; Tips</title>
	<atom:link href="http://blog.riaproject.com/category/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.riaproject.com</link>
	<description>Rich Internet Application 知識誌</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:25:37 +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>利用ipod touch或iphone隨時寫blog</title>
		<link>http://blog.riaproject.com/tips/1525.html</link>
		<comments>http://blog.riaproject.com/tips/1525.html#comments</comments>
		<pubDate>Sat, 26 Jun 2010 16:25:50 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/tips/1525.html</guid>
		<description><![CDATA[這篇是從我的ipod touch上發的喔， 在iphone平台上有一隻wordpress的應用程式， 不僅可以審核留言也可以進行簡單的發文， 看來以後可以多利用捷運上的時間來寫一些小心得了。 若你也是用wordpress的使用者， 到apple store上搜尋wordpress就能免費下載使用。]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/1525.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>壓縮CSS或是JavaScript的線上工具</title>
		<link>http://blog.riaproject.com/tips/1513.html</link>
		<comments>http://blog.riaproject.com/tips/1513.html#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:40:39 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=1513</guid>
		<description><![CDATA[雖然現在的網路大致上都非常快了，
但是如果要讓網站可以下載的更快，
那麼壓縮CSS和JavaScript會是一個布錯的方法，
如果要更好連HTML都是可以壓縮的，
在這邊跟大家分享一些好用的線上壓縮程式]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/1513.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何得知目前對外的ip位址</title>
		<link>http://blog.riaproject.com/tips/1248.html</link>
		<comments>http://blog.riaproject.com/tips/1248.html#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:28:12 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Linux服務設定]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows服務設定]]></category>
		<category><![CDATA[軟體小技巧]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=1248</guid>
		<description><![CDATA[這應該算是非常基本用常會遇到與用到的問題，
如果只要取的區網內的ip位置，
你只需要這樣做就好：

   1. Windows： ipconfig
   2. Linux： ifconfig


但是如果你想知道由Rounter出去的ip，
我提供兩個網址給大家參考，
這樣大家只要點及網站就行了，

連不會用電腦的人都會用：]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/1248.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[紀錄]停用wordpress的文章校訂功能</title>
		<link>http://blog.riaproject.com/tips/851.html</link>
		<comments>http://blog.riaproject.com/tips/851.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 07:30:07 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[軟體小技巧]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=851</guid>
		<description><![CDATA[將wordpress升級到2.7版以後生出好多功能，害我陸陸續續將之前改版過的PHP程式才慢慢轉移過來，最近心血來潮發現wordpress 2.7(聽說2.6就有了)會自動作文章定時儲存的功能，當然這樣是方便以後可以隨時從文章的歷史中找出以前修改過的內容，但是這樣也會間接影響到資料庫，畢竟重複的東西對資料庫來說實在沒什麼營養，找了一下資料，發現有篇文章說的很清楚，所以把他節錄在這裡自己參考用，免得過一陣子幼保資料搞丟了。 這篇文章是我從別人的部落格上看到的，文章引用於 http://blog.beyes.tw/253，純做我個人紀錄用： 停用文章校訂與自動儲存功能 先前，有一陣子沒寫東西；之後，再開始寫文章時，發現到文章的 id 怎麼跳的那麼快，一時之間還以為被駭(笑)。這時才想起從 2.6 開始多了文章校訂的功能，所以才會有如此情況。 文章校訂(Revisions)這個功能，對於我個人而言，我實在很不喜歡它。因為只要文章一有修改，文章的 id 就會雖您修改的次數而增加；相對的，資料庫也會隨您修改的次數而增加數筆資料，如此一來，您的資料庫就會越來越大——這就是我不喜歡該功能的原因。 後來，在 http://www.wordpress.com.tw/?p=228 看到了一個外掛，不過我太喜歡用外掛，所以只好另尋他法。而在該篇文章的評論中，max 有提到，可以在資料庫中執行下述的語法就可一次刪除所有文章校訂的資料—— DELETE FROM wp_posts WHERE post_type = "revision"; 嗯，真的可行(MySQL5)，幾秒之間我的資料庫頓時少了三、四百KB，呵呵。 停用文章校訂功能 於 wp-config.php 檔案中，加入以下語法就可停用文章校訂功能： define('WP_POST_REVISIONS', false); 停用自動儲存功能 如果您也不喜歡自動儲存功能的話，您也可以把它停用；打開 wp-admin/post-new.php 這個檔案，於第 6 列可以看到 wp_enqueue_script(&#8216;autosave&#8217;); 這句語法，然後把它刪除或註解掉即可(前頭加//)： //wp_enqueue_script('autosave'); 不過，在我要修改文章時(已經發表後)，似乎沒用。這時，您可以打開 wp-settings.php 檔案，在第 409 列可以看到 define( &#8216;AUTOSAVE_INTERVAL&#8217;, 60 ); 這句語法。那個 60 就是表示自動儲存的時間秒數，所以，您可以視您所需的間隔時間來做調整。]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/851.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>複製檔案的好幫手 &#8211; teracopy</title>
		<link>http://blog.riaproject.com/tips/837.html</link>
		<comments>http://blog.riaproject.com/tips/837.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 06:31:01 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[工具]]></category>
		<category><![CDATA[軟體小技巧]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=837</guid>
		<description><![CDATA[每次複製大量檔案或是容量較為可觀的檔案，最討厭的就是複製到一半想要加入新的複製任務，就必須要另外開一個新的複製才行，這可會讓硬碟的效率降低不少，而且每次複製的時間也會變的很不準確。 後來發現一個好工具它可以讓檔案複製工作變成排序，在複製過程中還可以動態修改或是加入，從此我就愛上它了。 如下圖，我正在從我的NAS上複製資料，它可以顯示目前的進度，傳輸的速度，最大的賣點在於下方的列表可以像是用FTP一樣提供編輯的機會，而且只要安裝了該軟體以後，複製的動作他會由他代勞，你不需要再額外叫出軟體，是不是很方便呢？ 當然除了這些優點之外，還有一個值得提出的優點，那就是這是一個"免費"的軟體，想要試試看這個軟體，可以去搜尋"teracopy"這個關鍵字，或是到他的官網去看相關的消息： http://www.codesector.com/teracopy.php]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/837.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe CS4 的 Help幫助所在位置</title>
		<link>http://blog.riaproject.com/tips/739.html</link>
		<comments>http://blog.riaproject.com/tips/739.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 10:46:37 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[軟體小技巧]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=739</guid>
		<description><![CDATA[Adobe CS4的說明文件都改連到遠端的Help上，雖然這樣可以保持資料的及時性或是正確性，但是若是沒有網路或是網路很慢反而非常不方便，後來我才發現原來本機上還有一份Help檔，更棒的是他還是多國語言，也就是什麼語言的都有，包含繁體中文，簡體中文，什麼都有&#8230; 若要存取本機端的Help文件，可以至以下的位置去找，它使用HTML的方法來存放的，所以只需要有瀏覽器就能夠閱讀了： Mac OS: /Library/Application Support/Adobe/Help/en_US/ Windows: X:\Program Files\Common Files\Adobe\Help\en_US\]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/739.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>jQuery的User Agent判別</title>
		<link>http://blog.riaproject.com/tips/487.html</link>
		<comments>http://blog.riaproject.com/tips/487.html#comments</comments>
		<pubDate>Mon, 17 Nov 2008 08:56:51 +0000</pubDate>
		<dc:creator>victor</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[常識]]></category>
		<category><![CDATA[瀏覽器]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=487</guid>
		<description><![CDATA[使用jQuery的$.browser可以判別瀏覽器的種類與版本，剛好拿手邊有的三套瀏覽器來測試一下。 得到下面的結果： 由左到右分別是:FireFox、IE7與Google Chrome 讓我比較驚訝的是Chrome的核心居然是safari 在PC上看到safari還真是令人眼睛一亮 趕緊記錄一下! - Post by Victor -]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/487.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE瀏覽器[檢視原始碼]功能失效的bug</title>
		<link>http://blog.riaproject.com/tips/434.html</link>
		<comments>http://blog.riaproject.com/tips/434.html#comments</comments>
		<pubDate>Sat, 14 Jun 2008 03:05:10 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[常識]]></category>
		<category><![CDATA[瀏覽器]]></category>
		<category><![CDATA[軟體小技巧]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=434</guid>
		<description><![CDATA[經過了半個月長期熬夜的終於有一個小空檔，趕快來紀錄一下之前遇到的一些小問題。對有developer背景的人，會想看目前網頁的HTML寫了什麼東西是很正常的事情，結果好死不死，就在一天要向別人Demo如何看網頁內容的HTML語法時，居然按了[檢視原始碼]卻沒有反應，擺明是要給我難看。 這時候當然是趕快問一下google大神，看看有沒有人跟我遇到一樣的狀況，結果不出我所料，我果然不是唯一的一個，上面說只要暫存區的暫存檔太多，就可能造成無法使用檢視原始碼的功能，好，這個bug實在是很讓人Orz啊。 解決方法如下，跟大家分享一下： 打開IE瀏覽器 由[工具]&#62;[網際網路選項]找出選項 在[一般]標籤中找到[Temporary Internet Files]區域，按[刪除檔案]按鈕就可以了(我是連Cookie都順便清了) 經過電腦幾分鐘的讀取以後，恭喜，這個功能又回來了，如果你的IE瀏覽器也遇到相同的狀況，希望這個小Tip會對你有用。]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/434.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>電費計算公式</title>
		<link>http://blog.riaproject.com/tips/433.html</link>
		<comments>http://blog.riaproject.com/tips/433.html#comments</comments>
		<pubDate>Fri, 30 May 2008 17:44:49 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[常識]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=433</guid>
		<description><![CDATA[由於最近要考慮要汰換一些會跑24HR的機子，在這個對能源斤斤計較的年代，什麼都漲就是薪水沒漲，當然要來算算看是否換了會比較划算，如果不划算也只好拿舊機器繼續撐著。 後來研究的結果是： 瓦數 / 1000﹝因為 1 度電等於 1000 瓦﹞* 使用時數 * 每度電費﹝2.4925﹞ 這是一個大略的估算方法，假設有個電器要吃100W的電力，那麼一個月換算下來就要花 100W/1000*24HR*30天*2.4925=180元左右，好吧，結果換算了一下發現新的解決方案每個月可以省下150元左右，還真是省真多啊，但是換算成1年結果只省了1800多，就算省3年離回本還是差很多。 Orz 最後在成本考量下，只好等操壞了再換吧，頓時少了升級的藉口。 XD]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/433.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>[已證實]新型態的MSN釣魚病毒!</title>
		<link>http://blog.riaproject.com/tips/411.html</link>
		<comments>http://blog.riaproject.com/tips/411.html#comments</comments>
		<pubDate>Wed, 23 Apr 2008 01:46:15 +0000</pubDate>
		<dc:creator>anistar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[常識]]></category>
		<category><![CDATA[有的沒有的系列]]></category>
		<category><![CDATA[有趣]]></category>

		<guid isPermaLink="false">http://blog.riaproject.com/?p=411</guid>
		<description><![CDATA[昨天突然在MSN上收到一個訊息來至一個顯示離線狀態的朋友，就像一般的MSN病毒一樣，它只會傳奇怪的檔案，不過共同點都是一樣，第一他不說中文，第二訊息沒頭每尾，第三你回應對方沒有反應，遇到這種訊息，我都直接回"你中毒囉?"。  這次的MSN病毒只傳了一個網址，這個網址便是"http://long.friendpixer.com"(千萬別點我)，點進去就是一個叫你輸入帳號密碼的頁面，老實說我還真不敢使用哩，看起來就像極了"釣魚程式"，只要你輸入了帳號密碼，分明就是把資訊都送給別人了，誰知道後來會發生什麼事情，如果你也有遇到，請千萬要小心啊。 後記：後來遇到我朋友，他說他的MSN帳號被盜取了，果然跟我想的一模一樣，網路陷阱多，千萬別受騙啊。]]></description>
		<wfw:commentRss>http://blog.riaproject.com/tips/411.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
