<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>MacBlog3-軟體</title>
<link>http://blog.roodo.com/candyz/archives/cat_46808.html</link>
<description>Candyz’s Mac, Linux and Free/Open Source Software Blog



</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/candyz/archives/cat_46808.xml" rel="self" type="application/rss+xml" />
<item>
	<title>Fedora 11 Beta announced</title>
	<description><![CDATA[
			Red Hat has announced the release of Fedora 11 Beta: "At the end of May 2009, the next release of this groundbreaking distribution, Fedora 11, will be available, with a feature list that dwarfs any previous release. This release will include innovations such as: further improvements to the boot process that include NVIDIA, ATI, and Intel video adapters, using the revolutionary kernel mode setting feature in an effort to cut boot time and provide pleasing visuals; additional enhancements to the PackageKit cross-distribution package manager; new virtualization features; support for cross-compiling Windows applications directly on Fedora using the MinGW environment." Read The Future of Linux: Fedora 11 Beta Available Today and check out the detailed release notes for more information. Download: F11-Beta-i686-Live.iso (647MB, SHA1, torrent), F11-Beta-i686-Live-KDE.iso (691MB, SHA1, torrent), F11-Beta-x86_64-Live.iso (652MB, SHA1, torrent), F11-Beta-x86_64-Live-KDE.iso (691MB, SHA1, torrent).

我還停留在 FC6 的時代...XD
然後手邊的機器也全轉成 RHEL5 了...

說真的，好久沒再去玩這些 OS 有的沒的了...XD
畢竟，我是在使用 Linux 來當 Server (不管私人或工作上)，而不是在給 Linux 玩啊...^^
		]]>
	</description>
	<content:encoded><![CDATA[
			Red Hat has announced the release of Fedora 11 Beta: "At the end of May 2009, the next release of this groundbreaking distribution, Fedora 11, will be available, with a feature list that dwarfs any previous release. This release will include innovations such as: further improvements to the boot process that include NVIDIA, ATI, and Intel video adapters, using the revolutionary kernel mode setting feature in an effort to cut boot time and provide pleasing visuals; additional enhancements to the PackageKit cross-distribution package manager; new virtualization features; support for cross-compiling Windows applications directly on Fedora using the MinGW environment." Read The Future of Linux: Fedora 11 Beta Available Today and check out the detailed release notes for more information. Download: F11-Beta-i686-Live.iso (647MB, SHA1, torrent), F11-Beta-i686-Live-KDE.iso (691MB, SHA1, torrent), F11-Beta-x86_64-Live.iso (652MB, SHA1, torrent), F11-Beta-x86_64-Live-KDE.iso (691MB, SHA1, torrent).<br />
<br />
我還停留在 FC6 的時代...XD<br />
然後手邊的機器也全轉成 RHEL5 了...<br />
<br />
說真的，好久沒再去玩這些 OS 有的沒的了...XD<br />
畢竟，我是在使用 Linux 來當 Server (不管私人或工作上)，而不是在給 Linux 玩啊...^^
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/8615995.html</link>
	<guid>http://blog.roodo.com/candyz/archives/8615995.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 01 Apr 2009 09:10:56 +0800</pubDate>
</item>
<item>
	<title>Time Machine</title>
	<description><![CDATA[
			最近買了一顆 1.5T 的外接硬碟來當做備份用
因為硬碟夠大，所以就好奇來玩玩看 Time Machine
用 Time Machine 是很方便，不過，缺點是，使用者可以設定的參數非常有限
幾乎都是寫死的，不夠彈性

另外，當換新硬碟時，也可以從 Time Machine 來 Restore (這也是我想玩玩 Time Machine 的原因之一)
因為我目前 Macbook 上的 320G HDD 已經差不多快滿了，有考慮換顆 500G 的 HDD

另一方面，我也考慮直接把 Macbook 換成新的鋁製 Macbook

不過，換硬體後，怎麼使 Time Machine 來移轉資料，這對我是很重要的事 (不然，可是得搞很久的)

查了一些資料，發現 Time Machine 是會認 MAC Address 的
所以，若是換新電腦時，MAC Address 變了，那可就要動一些手腳了

參考 這裡

步驟大致如下:

# Turn off Time Machine

[candyz@mb:~] cd /Volumes/Maxtor1500/Backups.backupdb/
[candyz@mb:/Volumes/Maxtor1500/Backups.backupdb] xattr -p com.apple.backupd.BackupMachineAddress mb
00:19:e3:xx:xx:xx
[candyz@mb:/Volumes/Maxtor1500/Backups.backupdb] cd ..
[candyz@mb:/Volumes/Maxtor1500] ls -alrt
-rw-r--r--    1 candyz  staff       0  2  7 15:32 .com.apple.timemachine.supported
-r--------    1 candyz  staff      16  2  7 15:38 .0019e3xxxxxx
drwxr-xr-x+   4 root    staff     136  2  9 19:35 Backups.backupdb

# Disable Access Control List
[candyz@mb:~] sudo fsaclctl -p /Volumes/Maxtor1500 -d
[candyz@mb:~] sudo mv .0019e3xxxxxx '.new_mac_address'
# 00:1a:2b:3c:4f:56 == New MAC Address ::  mb == hostname
[candyz@mb:/Volumes/Maxtor1500] sudo xattr -w com.apple.backupd.BackupMachineAddress 00:1a:2b:3c:4f:56 Backups.backupdb/mb
# Enable Access Control List
[candyz@mb:~] sudo fsaclctl -p /Volumes/Maxtor1500 -e

# Finally, unmount and re-mount the Time Machine disk
# Turn on Time Machine


		]]>
	</description>
	<content:encoded><![CDATA[
			最近買了一顆 1.5T 的外接硬碟來當做備份用<br />
因為硬碟夠大，所以就好奇來玩玩看 Time Machine<br />
用 Time Machine 是很方便，不過，缺點是，使用者可以設定的參數非常有限<br />
幾乎都是寫死的，不夠彈性<br />
<br />
另外，當換新硬碟時，也可以從 Time Machine 來 Restore (這也是我想玩玩 Time Machine 的原因之一)<br />
因為我目前 Macbook 上的 320G HDD 已經差不多快滿了，有考慮換顆 500G 的 HDD<br />
<br />
另一方面，我也考慮直接把 Macbook 換成新的鋁製 Macbook<br />
<br />
不過，換硬體後，怎麼使 Time Machine 來移轉資料，這對我是很重要的事 (不然，可是得搞很久的)<br />
<br />
查了一些資料，發現 Time Machine 是會認 MAC Address 的<br />
所以，若是換新電腦時，MAC Address 變了，那可就要動一些手腳了<br />
<br />
參考 <a href="http://www.macosxhints.com/article.php?story=20080128003716101">這裡</a><br />
<br />
步驟大致如下:<br />
<br />
# Turn off Time Machine<br />
<br />
[candyz@mb:~] cd /Volumes/Maxtor1500/Backups.backupdb/<br />
[candyz@mb:/Volumes/Maxtor1500/Backups.backupdb] xattr -p com.apple.backupd.BackupMachineAddress mb<br />
00:19:e3:xx:xx:xx<br />
[candyz@mb:/Volumes/Maxtor1500/Backups.backupdb] cd ..<br />
[candyz@mb:/Volumes/Maxtor1500] ls -alrt<br />
-rw-r--r--    1 candyz  staff       0  2  7 15:32 .com.apple.timemachine.supported<br />
-r--------    1 candyz  staff      16  2  7 15:38 .0019e3xxxxxx<br />
drwxr-xr-x+   4 root    staff     136  2  9 19:35 Backups.backupdb<br />
<br />
# Disable Access Control List<br />
[candyz@mb:~] sudo fsaclctl -p /Volumes/Maxtor1500 -d<br />
[candyz@mb:~] sudo mv .0019e3xxxxxx '.new_mac_address'<br />
# 00:1a:2b:3c:4f:56 == New MAC Address ::  mb == hostname<br />
[candyz@mb:/Volumes/Maxtor1500] sudo xattr -w com.apple.backupd.BackupMachineAddress 00:1a:2b:3c:4f:56 Backups.backupdb/mb<br />
# Enable Access Control List<br />
[candyz@mb:~] sudo fsaclctl -p /Volumes/Maxtor1500 -e<br />
<br />
# Finally, unmount and re-mount the Time Machine disk<br />
# Turn on Time Machine<br />
<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/8287117.html</link>
	<guid>http://blog.roodo.com/candyz/archives/8287117.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 12 Feb 2009 09:10:51 +0800</pubDate>
</item>
<item>
	<title>Picasa for Mac 3 Beta</title>
	<description><![CDATA[
			就在 MacWorld 前夕，Google 推出了 Picasa for Mac 3 Beta
算是 iPhoto 外的另一選擇
好處是，至少跟 Picasa Album 的整合好多了...
		]]>
	</description>
	<content:encoded><![CDATA[
			就在 MacWorld 前夕，Google 推出了 <a href="http://picasa.google.com/mac/">Picasa for Mac 3 Beta</a><br />
算是 iPhoto 外的另一選擇<br />
好處是，至少跟 Picasa Album 的整合好多了...
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/8025069.html</link>
	<guid>http://blog.roodo.com/candyz/archives/8025069.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 06 Jan 2009 08:38:52 +0800</pubDate>
</item>
<item>
	<title>軟體更新 - Mac OS X 10.5.6 Update</title>
	<description><![CDATA[
			About the Mac OS X 10.5.6 Update

What's new in this update?

Address Book

Improves reliability of Address Book syncing with iPhone and other devices and applications.
AirPort

Improves the reliability of AirPort connections, including improvements when roaming in large wireless networks with an Intel-based Mac.
Client management

Improves reliability of synchronizing files on a portable home directory.
Fixes an issue in Mac OS X 10.5.4 and 10.5.5 in which managed users may not see printers that use the Generic PPD.
Client computers that use UUID-based ByHost preferences now respect managed Screen Saver settings.
iChat

Addresses an issue that could cause an encryption alert to appear in the chat window.
Setting your iChat status to "invisible" via AppleScript no longer logs you out of iChat.
Resolves an issue in which pasting text from a Microsoft Office document could insert an image rather than text.
Graphics

Includes general improvements to gaming performance.
Includes graphics improvements for iChat, Cover Flow, Aperture, and iTunes.
Includes fixes for possible graphics distortion issues with certain ATI graphics cards.
Mail

Includes overall performance and reliability fixes.
Improves Connection Doctor accuracy.
Fixes an issue that could cause messages identified as junk to remain in the inbox.
Fixes an issue that could cause Mail to append a character to the file extension of an attachment.
Addresses an issue that could prevent Mail from quitting.
Improves reliability when printing PDF attachments.
MobileMe

Contacts, calendars, and bookmarks on a Mac automatically sync within a minute of the change being made on the computer, another device, or the web at me.com.
Networking

Improves Apple File Service performance, especially when using a home directory hosted on an AFP server. Important: If you are using Mac OS X 10.5.6 (client) to connect to a Mac OS X Server 10.4-based server, it is strongly recommended that you update the server to Mac OS X Server version 10.4.11.
Improves the performance and reliability of TCP connections.
Improves reliability and performance for AT&T 3G cards.
Updates the ssh Terminal command for compatibility with more ssh servers.
Printing

Improves printing for the Adobe CS3 application suite.
Improves printing for USB-based Brother and Canon printers.
Parental Controls

Addresses an issue in which a parentally-controlled account could be unable to access the iTunes Store.
Includes general fixes for time limits.
Resolves an issue that prevented adding allowed websites from Safari via drag and drop.
Time Machine

Fixes issues that could cause Time Machine to state the backup volume could not be found.
Improves Time Machine reliability with Time Capsule.
Safari

Improves compatibility with web proxy servers.

General

Includes Mac OS X security improvements. See this website for more information.
Addresses inaccuracies with Calculator when the Mac OS X language is set to German or Swiss German.
Improves the performance and reliability of Chess.
Improves DVD Player performance and reliability.
Performance improvements for iCal are included.
Fixes an issue when running the New iCal Events Automator action as an applet.
Adds a Trackpad System Preference pane for portable Macs.
Improves compatibility with smart cards such as the U.S. Department of Defense Common Access Card.
Updates time zone data and Daylight Saving Time rules for several countries.
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://support.apple.com/kb/HT3194">About the Mac OS X 10.5.6 Update</a><br />
<br />
What's new in this update?<br />
<br />
Address Book<br />
<br />
Improves reliability of Address Book syncing with iPhone and other devices and applications.<br />
AirPort<br />
<br />
Improves the reliability of AirPort connections, including improvements when roaming in large wireless networks with an Intel-based Mac.<br />
Client management<br />
<br />
Improves reliability of synchronizing files on a portable home directory.<br />
Fixes an issue in Mac OS X 10.5.4 and 10.5.5 in which managed users may not see printers that use the Generic PPD.<br />
Client computers that use UUID-based ByHost preferences now respect managed Screen Saver settings.<br />
iChat<br />
<br />
Addresses an issue that could cause an encryption alert to appear in the chat window.<br />
Setting your iChat status to "invisible" via AppleScript no longer logs you out of iChat.<br />
Resolves an issue in which pasting text from a Microsoft Office document could insert an image rather than text.<br />
Graphics<br />
<br />
Includes general improvements to gaming performance.<br />
Includes graphics improvements for iChat, Cover Flow, Aperture, and iTunes.<br />
Includes fixes for possible graphics distortion issues with certain ATI graphics cards.<br />
Mail<br />
<br />
Includes overall performance and reliability fixes.<br />
Improves Connection Doctor accuracy.<br />
Fixes an issue that could cause messages identified as junk to remain in the inbox.<br />
Fixes an issue that could cause Mail to append a character to the file extension of an attachment.<br />
Addresses an issue that could prevent Mail from quitting.<br />
Improves reliability when printing PDF attachments.<br />
MobileMe<br />
<br />
Contacts, calendars, and bookmarks on a Mac automatically sync within a minute of the change being made on the computer, another device, or the web at me.com.<br />
Networking<br />
<br />
Improves Apple File Service performance, especially when using a home directory hosted on an AFP server. Important: If you are using Mac OS X 10.5.6 (client) to connect to a Mac OS X Server 10.4-based server, it is strongly recommended that you update the server to Mac OS X Server version 10.4.11.<br />
Improves the performance and reliability of TCP connections.<br />
Improves reliability and performance for AT&T 3G cards.<br />
Updates the ssh Terminal command for compatibility with more ssh servers.<br />
Printing<br />
<br />
Improves printing for the Adobe CS3 application suite.<br />
Improves printing for USB-based Brother and Canon printers.<br />
Parental Controls<br />
<br />
Addresses an issue in which a parentally-controlled account could be unable to access the iTunes Store.<br />
Includes general fixes for time limits.<br />
Resolves an issue that prevented adding allowed websites from Safari via drag and drop.<br />
Time Machine<br />
<br />
Fixes issues that could cause Time Machine to state the backup volume could not be found.<br />
Improves Time Machine reliability with Time Capsule.<br />
Safari<br />
<br />
Improves compatibility with web proxy servers.<br />
<br />
General<br />
<br />
Includes Mac OS X security improvements. See this website for more information.<br />
Addresses inaccuracies with Calculator when the Mac OS X language is set to German or Swiss German.<br />
Improves the performance and reliability of Chess.<br />
Improves DVD Player performance and reliability.<br />
Performance improvements for iCal are included.<br />
Fixes an issue when running the New iCal Events Automator action as an applet.<br />
Adds a Trackpad System Preference pane for portable Macs.<br />
Improves compatibility with smart cards such as the U.S. Department of Defense Common Access Card.<br />
Updates time zone data and Daylight Saving Time rules for several countries.
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7867705.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7867705.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 16 Dec 2008 09:58:32 +0800</pubDate>
</item>
<item>
	<title>Cambridge Launched to Explore Solar System (Fedora 10)</title>
	<description><![CDATA[
			Cambridge Launched to Explore Solar System (Fedora 10)

真快，我 F9 都還沒玩，F10 又出來了...

還好，我現在已經不跟著版本跑了，大部份的 Linux 機器都是改成用 SL5，應該還夠撐一段時間吧...@@
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="https://www.redhat.com/archives/fedora-announce-list/2008-November/msg00015.html">Cambridge Launched to Explore Solar System (Fedora 10)</a><br />
<br />
真快，我 F9 都還沒玩，F10 又出來了...<br />
<br />
還好，我現在已經不跟著版本跑了，大部份的 Linux 機器都是改成用 SL5，應該還夠撐一段時間吧...@@
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7713225.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7713225.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 26 Nov 2008 10:55:23 +0800</pubDate>
</item>
<item>
	<title>Gmail/GTalk 的語音及視訊即時通訊功能</title>
	<description><![CDATA[
			連到 這裡 安裝一個小 Plugin 給 Browser 用
然後，就可以透過 Gmail/GTalk 的功能來跟別人視訊聊天了
重要的是，他是跨平台的啊...

剛剛試了一下，用我的 Macbook 用 Safari 開 Gmail 跟我的另一台 EeePC 在 XP 底下用 IE 開 Gmail
結果視訊是可以通的，且畫質還不錯...

這樣就太好了，以後不用再開 Skype 了
		]]>
	</description>
	<content:encoded><![CDATA[
			連到 <a href="http://mail.google.com/videochat">這裡</a> 安裝一個小 Plugin 給 Browser 用<br />
然後，就可以透過 Gmail/GTalk 的功能來跟別人視訊聊天了<br />
重要的是，他是跨平台的啊...<br />
<br />
剛剛試了一下，用我的 Macbook 用 Safari 開 Gmail 跟我的另一台 EeePC 在 XP 底下用 IE 開 Gmail<br />
結果視訊是可以通的，且畫質還不錯...<br />
<br />
這樣就太好了，以後不用再開 Skype 了
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7559563.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7559563.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 12 Nov 2008 12:28:52 +0800</pubDate>
</item>
<item>
	<title>Apple 數位相機 RAW 相容性更新</title>
	<description><![CDATA[
			此更新項目擴大了 Aperture 2 和 iPhoto ’08 與下列相機 RAW 檔案的相容性：

Canon EOS Digital Rebel XS/Kiss Digital F/1000D
Kodak DCS Pro SLR/n
Nikon D700
Olympus EVOLT E-420
Olympus EVOLT E-520
Olympus SP-570
Samsung GX-10
Samsung GX-20
Sony DSLR-A300
Sony DSC-R1

等了好久了，還是沒看到我的 LX3?
啊我的 LX3 的 RAW 到底支不支援啊.......XD
		]]>
	</description>
	<content:encoded><![CDATA[
			此更新項目擴大了 Aperture 2 和 iPhoto ’08 與下列相機 RAW 檔案的相容性：<br />
<br />
Canon EOS Digital Rebel XS/Kiss Digital F/1000D<br />
Kodak DCS Pro SLR/n<br />
Nikon D700<br />
Olympus EVOLT E-420<br />
Olympus EVOLT E-520<br />
Olympus SP-570<br />
Samsung GX-10<br />
Samsung GX-20<br />
Sony DSLR-A300<br />
Sony DSC-R1<br />
<br />
等了好久了，還是沒看到我的 LX3?<br />
啊我的 LX3 的 RAW 到底支不支援啊.......XD
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7196645.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7196645.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 17 Sep 2008 08:01:32 +0800</pubDate>
</item>
<item>
	<title>軟體更新 - MacOS X 10.5.5</title>
	<description><![CDATA[
			http://support.apple.com/kb/HT2405?viewlocale=zh_TW&locale=zh_TW

一般

包括最新的 Apple 安全性更新。
解決 MacBook Air 在播放視訊與遠端共享光碟時的穩定性問題。
解決某些 Mac 可能會在每天相同時間意外開啟電源的問題。
解決在「文字編輯」中存取色盤時可能發生的穩定性問題。
改善 Spotlight 建立索引的效能。
修正聯絡人無法正確地與 PalmOS 型裝置同步的問題。
改善 iPhone 與 iCal 及「通訊錄」同步時的可靠性。
包括對 Active Directory 的改善 (請參閱此文章以取得更多資訊)。
改善語音字典。
修正 Kerberos 對連接至特定 Samba 伺服器 (例如 Mac OS X Server 版本 10.4) 之 Mac OS X 10.5 用戶端的認證問題。
包括全面的圖形強化。
通訊錄的同步行為

解決在建立「智慧型群組」時可能發生的穩定性問題。
解決列印資訊超過一頁的地址名片時發生的問題。
磁碟工具程式與目錄工具程式

改善在「磁碟工具程式」中重建軟體鏡像 RAID 卷宗的可靠性。
改善「目錄工具程式」中顯示的伺服器狀態的可靠性。
iCal

更新 iCal 以更加正確地處理重複事件。
改善選擇會議參與者時的效能。
解決在項目特色選單中，特定行事曆的「全部重新整理」選項可能變暗 (「顯示為灰色」) 的問題。
修正唯讀行事曆的問題。
解決邀請人無法將事件移至其他行事曆的問題。
解決同步所發佈的行事曆時發生的問題。
Mail

解決與顯示 IMAP 郵件相關的效能問題。
解決 AIM、Compuserve、Hanmail、Yahoo! 與 Time Warner Road Runner 等電子郵件帳號的 SMTP 設定問題。
解決將檔案拖移至 Dock 中的 Mail 圖像時可能發生的穩定性問題。
解決在「依執行緒組織」檢視中，收合執行緒時無法顯示日期的問題。
解決 RSS 新聞可能短暫消失於側邊列的問題。
改善 Mail 在傳送郵件時的排除功能。
改善儲存帶附件之草稿時的可靠性。
MobileMe

改善整體的同步可靠性。
改善「返回我的 Mac」可靠性。
Time Machine

改善 Time Machine 與 Time Capsule 搭配使用時的可靠性。
解決可能影響初始備份與進行中備份的效能問題。
修正出現錯誤警示訊息 (告知您的備份卷宗可用空間不足) 的問題。
Time Machine 現在可備份 iPhone 在您 Mac 上的備份資料，以及其他位於 (~/Library/Application Support) 的項目。
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://support.apple.com/kb/HT2405?viewlocale=zh_TW&locale=zh_TW">http://support.apple.com/kb/HT2405?viewlocale=zh_TW&locale=zh_TW</a><br />
<br />
一般<br />
<br />
包括最新的 Apple 安全性更新。<br />
解決 MacBook Air 在播放視訊與遠端共享光碟時的穩定性問題。<br />
解決某些 Mac 可能會在每天相同時間意外開啟電源的問題。<br />
解決在「文字編輯」中存取色盤時可能發生的穩定性問題。<br />
改善 Spotlight 建立索引的效能。<br />
修正聯絡人無法正確地與 PalmOS 型裝置同步的問題。<br />
改善 iPhone 與 iCal 及「通訊錄」同步時的可靠性。<br />
包括對 Active Directory 的改善 (請參閱此文章以取得更多資訊)。<br />
改善語音字典。<br />
修正 Kerberos 對連接至特定 Samba 伺服器 (例如 Mac OS X Server 版本 10.4) 之 Mac OS X 10.5 用戶端的認證問題。<br />
包括全面的圖形強化。<br />
通訊錄的同步行為<br />
<br />
解決在建立「智慧型群組」時可能發生的穩定性問題。<br />
解決列印資訊超過一頁的地址名片時發生的問題。<br />
磁碟工具程式與目錄工具程式<br />
<br />
改善在「磁碟工具程式」中重建軟體鏡像 RAID 卷宗的可靠性。<br />
改善「目錄工具程式」中顯示的伺服器狀態的可靠性。<br />
iCal<br />
<br />
更新 iCal 以更加正確地處理重複事件。<br />
改善選擇會議參與者時的效能。<br />
解決在項目特色選單中，特定行事曆的「全部重新整理」選項可能變暗 (「顯示為灰色」) 的問題。<br />
修正唯讀行事曆的問題。<br />
解決邀請人無法將事件移至其他行事曆的問題。<br />
解決同步所發佈的行事曆時發生的問題。<br />
Mail<br />
<br />
解決與顯示 IMAP 郵件相關的效能問題。<br />
解決 AIM、Compuserve、Hanmail、Yahoo! 與 Time Warner Road Runner 等電子郵件帳號的 SMTP 設定問題。<br />
解決將檔案拖移至 Dock 中的 Mail 圖像時可能發生的穩定性問題。<br />
解決在「依執行緒組織」檢視中，收合執行緒時無法顯示日期的問題。<br />
解決 RSS 新聞可能短暫消失於側邊列的問題。<br />
改善 Mail 在傳送郵件時的排除功能。<br />
改善儲存帶附件之草稿時的可靠性。<br />
MobileMe<br />
<br />
改善整體的同步可靠性。<br />
改善「返回我的 Mac」可靠性。<br />
Time Machine<br />
<br />
改善 Time Machine 與 Time Capsule 搭配使用時的可靠性。<br />
解決可能影響初始備份與進行中備份的效能問題。<br />
修正出現錯誤警示訊息 (告知您的備份卷宗可用空間不足) 的問題。<br />
Time Machine 現在可備份 iPhone 在您 Mac 上的備份資料，以及其他位於 (~/Library/Application Support) 的項目。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7190197.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7190197.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 16 Sep 2008 08:32:40 +0800</pubDate>
</item>
<item>
	<title>Google Chrome</title>
	<description><![CDATA[
			Google 也要推出 Browser 了
A fresh take on the browser

不過，要等一天才會正式發布讓人下載
等實際玩過後再說吧...:p
		]]>
	</description>
	<content:encoded><![CDATA[
			Google 也要推出 Browser 了<br />
<a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">A fresh take on the browser</a><br />
<br />
不過，要等一天才會正式發布讓人下載<br />
等實際玩過後再說吧...:p
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/7092943.html</link>
	<guid>http://blog.roodo.com/candyz/archives/7092943.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 02 Sep 2008 11:49:08 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - Security Update 2008-005</title>
	<description><![CDATA[
			建議所有使用者執行 Security Update 2008-005，此更新項目改進了 Mac OS X 的安全性。

如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有使用者執行 Security Update 2008-005，此更新項目改進了 Mac OS X 的安全性。<br />
<br />
如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6638087.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6638087.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 01 Aug 2008 13:38:16 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - iLife &#039;08</title>
	<description><![CDATA[
			iLife 支援 8.3
“iLife 支援” 提供了所有 iLife ’08 應用程式所共享的系統軟體組件。此更新項目改進了整體穩定性並解決了一些其他的小問題。建議所有 iLife ’08 使用者都安裝此更新。

如需關於此更新項目的安全性內容資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh

iPhoto 7.1.4
此更新項目包含了新的節日問候卡和明信片主題來與 Apple 沖印產品搭配使用。同時也解決了一般性的相容性問題、改進了整體穩定性，並解決了一些其他的小問題。

iWeb 2.0.4
此更新項目解決了一般性的相容性問題。

iMovie 7.1.4
此更新項目解決了一般性的相容性問題、改進了整體穩定性，並解決了一些其他的小問題。
		]]>
	</description>
	<content:encoded><![CDATA[
			iLife 支援 8.3<br />
“iLife 支援” 提供了所有 iLife ’08 應用程式所共享的系統軟體組件。此更新項目改進了整體穩定性並解決了一些其他的小問題。建議所有 iLife ’08 使用者都安裝此更新。<br />
<br />
如需關於此更新項目的安全性內容資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh<br />
<br />
iPhoto 7.1.4<br />
此更新項目包含了新的節日問候卡和明信片主題來與 Apple 沖印產品搭配使用。同時也解決了一般性的相容性問題、改進了整體穩定性，並解決了一些其他的小問題。<br />
<br />
iWeb 2.0.4<br />
此更新項目解決了一般性的相容性問題。<br />
<br />
iMovie 7.1.4<br />
此更新項目解決了一般性的相容性問題、改進了整體穩定性，並解決了一些其他的小問題。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6549103.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6549103.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 24 Jul 2008 11:02:05 +0800</pubDate>
</item>
<item>
	<title>MobileMe</title>
	<description><![CDATA[
			Apple 的 .Mac 正式轉換成 MobileMe 了
不過我沒有 iPhone 也沒有 iPod Touch 等，我也不知道 MobileMe 能做什麼
軟體更新說有程式可以更新，就給它按下去了
更新完後，登入新的介面，整體的感覺比較清爽，比舊介面好多了
不過，我還是不知道我每年多花這 US$99 是為什麼？
大部份的功能，Google 都有提供免費的服務了說...XD
		]]>
	</description>
	<content:encoded><![CDATA[
			Apple 的 .Mac 正式轉換成 MobileMe 了<br />
不過我沒有 iPhone 也沒有 iPod Touch 等，我也不知道 MobileMe 能做什麼<br />
軟體更新說有程式可以更新，就給它按下去了<br />
更新完後，登入新的介面，整體的感覺比較清爽，比舊介面好多了<br />
不過，我還是不知道我每年多花這 US$99 是為什麼？<br />
大部份的功能，Google 都有提供免費的服務了說...XD
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6501949.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6501949.html</guid>
	<category>軟體</category>
	<pubDate>Mon, 14 Jul 2008 09:07:02 +0800</pubDate>
</item>
<item>
	<title>將 Server 從 FC6 升級到 SL52(RHEL52) 的備忘</title>
	<description><![CDATA[
			因為 FC6 F7 都早已經不再 maintain 了，現在 fedora 出的速度太快，每半年出一次，問題一堆
我跟不上腳步，所以，改成用 RHEL5 (SL5) 會是比較好的選擇，至少可以撐個 3-5 年

先裝 yum-conf-5x 的套件，把 yum repository 指到 SL5X 去 (手動下載後用 rpm --force 安裝)
$ rpm -Uvh --force sl-release-*rpm yum-conf-5x*rpm redhat-logos-4.9.16-1.SL.6.noarch.rpm

dependency  的問題，所以先移除 mplayer mplayer-fonts (以後要用到時再裝)
$ rpm -e mplayer mplayer-fonts

手動下載 glib-* libsoup-* 的套件回來降級裝: (不然會衝到一堆套件)
$ rpm -Uvh --force glib-*rpm libsoup-*rpm

上面都做得差不多了，接下來可以開始大版本升級囉:
$ yum upgrade

kernel 部份: (降級加裝 RHEL5 版的 kernel)
$ rpm -ivh --force kernel-2.6.18-92.1.6.el5.i386.rpm  kernel-devel-2.6.18-92.1.6.el5.i386.rpm  kernel-headers-2.6.18-92.1.6.el5.i386.rpm 

移除一些不要的 fedora 開頭的套件:
$ rpm -e fedora-logos fedora-release-notes
$ rpm -e --nodeps fedora-package-config-smart.i386
$ yum install fedora-package-config-smart

/etc/ 下的一堆設定檔都要手動調整一下: (可以用 find /etc|grep rpmsave and find /etc/grep rpmnew 找一下)
yum.conf
yum/pluginconf.d/kernel-module.conf
grub.conf
inittab
sysctl.conf
proftpd.conf
samba/smb.conf
my.cnf
httpd/modsecurity.d/*
dovecot.conf
logrotate.d/syslog
httpd/conf.d/limitipconn.conf
ssh/ssh_config
ssh/sshd_config
cacti/db.php

整個過程下來，還算順利
reboot 過後，原本的 services 都有跑起來 (apache mysql postfix dovecot named openvpn dhcpd proftpd samba bbs)
用到現在，還沒發現問題...
		]]>
	</description>
	<content:encoded><![CDATA[
			因為 FC6 F7 都早已經不再 maintain 了，現在 fedora 出的速度太快，每半年出一次，問題一堆<br />
我跟不上腳步，所以，改成用 RHEL5 (SL5) 會是比較好的選擇，至少可以撐個 3-5 年<br />
<br />
先裝 yum-conf-5x 的套件，把 yum repository 指到 SL5X 去 (手動下載後用 rpm --force 安裝)<br />
$ rpm -Uvh --force sl-release-*rpm yum-conf-5x*rpm redhat-logos-4.9.16-1.SL.6.noarch.rpm<br />
<br />
dependency  的問題，所以先移除 mplayer mplayer-fonts (以後要用到時再裝)<br />
$ rpm -e mplayer mplayer-fonts<br />
<br />
手動下載 glib-* libsoup-* 的套件回來降級裝: (不然會衝到一堆套件)<br />
$ rpm -Uvh --force glib-*rpm libsoup-*rpm<br />
<br />
上面都做得差不多了，接下來可以開始大版本升級囉:<br />
$ yum upgrade<br />
<br />
kernel 部份: (降級加裝 RHEL5 版的 kernel)<br />
$ rpm -ivh --force kernel-2.6.18-92.1.6.el5.i386.rpm  kernel-devel-2.6.18-92.1.6.el5.i386.rpm  kernel-headers-2.6.18-92.1.6.el5.i386.rpm <br />
<br />
移除一些不要的 fedora 開頭的套件:<br />
$ rpm -e fedora-logos fedora-release-notes<br />
$ rpm -e --nodeps fedora-package-config-smart.i386<br />
$ yum install fedora-package-config-smart<br />
<br />
/etc/ 下的一堆設定檔都要手動調整一下: (可以用 find /etc|grep rpmsave and find /etc/grep rpmnew 找一下)<br />
yum.conf<br />
yum/pluginconf.d/kernel-module.conf<br />
grub.conf<br />
inittab<br />
sysctl.conf<br />
proftpd.conf<br />
samba/smb.conf<br />
my.cnf<br />
httpd/modsecurity.d/*<br />
dovecot.conf<br />
logrotate.d/syslog<br />
httpd/conf.d/limitipconn.conf<br />
ssh/ssh_config<br />
ssh/sshd_config<br />
cacti/db.php<br />
<br />
整個過程下來，還算順利<br />
reboot 過後，原本的 services 都有跑起來 (apache mysql postfix dovecot named openvpn dhcpd proftpd samba bbs)<br />
用到現在，還沒發現問題...
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6459581.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6459581.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 10 Jul 2008 11:50:56 +0800</pubDate>
</item>
<item>
	<title>Apple Mac OS X 10.5.4 更新</title>
	<description><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者都安裝“10.5.4 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。

如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1994?viewlocale=zh_TW。
如需關於安全更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW。
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者都安裝“10.5.4 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。<br />
<br />
如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1994?viewlocale=zh_TW。<br />
如需關於安全更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6251163.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6251163.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 01 Jul 2008 09:57:54 +0800</pubDate>
</item>
<item>
	<title>WWDC 2008</title>
	<description><![CDATA[
			老實說，我已經沒久沒有在注意 Mac相關的事情了
昨天修圖修到很晚，才看到，原來有 WWDC 2008 開始了
再推一下，哇，6/10了，真快

重點就是:
Announcing the MobileMe Internet service MobileMe 取代 .Mac
Apple introduces the new iPhone 3G 3G iPhone 終於出來了

更詳細的內容，就到 Apple 的網站上去看，也有 Keynote 的影片可以看


		]]>
	</description>
	<content:encoded><![CDATA[
			老實說，我已經沒久沒有在注意 Mac相關的事情了<br />
昨天修圖修到很晚，才看到，原來有 WWDC 2008 開始了<br />
再推一下，哇，6/10了，真快<br />
<br />
重點就是:<br />
<a href="http://www.apple.com/mobileme/">Announcing the MobileMe Internet service</a> MobileMe 取代 .Mac<br />
<a href="http://www.apple.com/iphone/">Apple introduces the new iPhone 3G</a> 3G iPhone 終於出來了<br />
<br />
更詳細的內容，就到 Apple 的網站上去看，也有 Keynote 的影片可以看<br />
<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6155195.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6155195.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 10 Jun 2008 08:04:14 +0800</pubDate>
</item>
<item>
	<title>Yahoo!奇摩站長工具</title>
	<description><![CDATA[
			看了好多 負面的新聞
沒事不要用Yahoo!奇摩站長工具啊
「申請站長工具的Yahoo信箱收到Yahoo關鍵字行銷廣告商的廣告信，宣傳購買Yahoo奇摩關鍵字行銷廣告。」
還真糟糕......XD
還是 Google分析 來得好用 (也用了很久了)

天下沒有白吃的午餐
前一陣子推出的 Yahoo!奇摩輸入法 沒事也是不要好奇去用
尤其是輸入法這個東西，可以抓你輸入的任何一個字，可以去搜集你電腦上的個資
這是很嚴重的問題，且Yahoo!奇摩輸入法又沒公開 Source Code，誰知道它骨子裡有沒有做了什麼事

我還是乖乖抓香草 Source Code 回來自己慢慢編譯安裝...:p
		]]>
	</description>
	<content:encoded><![CDATA[
			看了好多 <a href="http://blog.xuite.net/pkeynet/fun/17402564">負面的新聞</a><br />
沒事不要用Yahoo!奇摩站長工具啊<br />
「申請站長工具的Yahoo信箱收到Yahoo關鍵字行銷廣告商的廣告信，宣傳購買Yahoo奇摩關鍵字行銷廣告。」<br />
還真糟糕......XD<br />
還是 Google分析 來得好用 (也用了很久了)<br />
<br />
天下沒有白吃的午餐<br />
前一陣子推出的 Yahoo!奇摩輸入法 沒事也是不要好奇去用<br />
尤其是輸入法這個東西，可以抓你輸入的任何一個字，可以去搜集你電腦上的個資<br />
這是很嚴重的問題，且Yahoo!奇摩輸入法又沒公開 Source Code，誰知道它骨子裡有沒有做了什麼事<br />
<br />
我還是乖乖抓香草 Source Code 回來自己慢慢編譯安裝...:p
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6131455.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6131455.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 04 Jun 2008 16:55:35 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - 10.5.3</title>
	<description><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者都安裝“10.5.3 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。

如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1141?viewlocale=zh_TW。
如需關於安全更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW。

另外，也有 "數位相機 RAW 相容性更新":
此更新項目擴大了 Aperture 2 和 iPhoto ’08 與下列相機 RAW 檔案的相容性：

Canon EOS Digital Rebel XSi/Kiss Digital x2/450D
Epson R-D1
Leaf AFi 7
Leaf AFi 6
Leaf AFi 5
Pentax K200D
Pentax K20D
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者都安裝“10.5.3 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。<br />
<br />
如需關於此更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1141?viewlocale=zh_TW。<br />
如需關於安全更新的詳細資訊，請參訪網站：http://support.apple.com/kb/HT1222?viewlocale=zh_TW。<br />
<br />
另外，也有 "數位相機 RAW 相容性更新":<br />
此更新項目擴大了 Aperture 2 和 iPhoto ’08 與下列相機 RAW 檔案的相容性：<br />
<br />
Canon EOS Digital Rebel XSi/Kiss Digital x2/450D<br />
Epson R-D1<br />
Leaf AFi 7<br />
Leaf AFi 6<br />
Leaf AFi 5<br />
Pentax K200D<br />
Pentax K20D
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6104957.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6104957.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 29 May 2008 06:59:03 +0800</pubDate>
</item>
<item>
	<title>Yahoo!奇摩輸入法</title>
	<description><![CDATA[
			看到 Yahoo!奇摩輸入法 這個東東跑出來了
竟然也有 for Mac 版的

不過，說穿了，就是改了 Logo 跟字樣的 OpenVanilla
用起來幾乎都差不多...


		]]>
	</description>
	<content:encoded><![CDATA[
			看到 <a href="http://tw.download.yahoo.com/keykey/">Yahoo!奇摩輸入法</a> 這個東東跑出來了<br />
竟然也有 for Mac 版的<br />
<br />
不過，說穿了，就是改了 Logo 跟字樣的 OpenVanilla<br />
用起來幾乎都差不多...<br />
<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6033579.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6033579.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 16 May 2008 16:11:06 +0800</pubDate>
</item>
<item>
	<title>Fedora 9 推出</title>
	<description><![CDATA[
			Fedora 9 推出了
說真的，現在的我，覺得這些 Linux Distrobutions 實在推出的太快了 (約每半年就出一版)
我家裡的 Server 現在還在用 FC6，公司的 Server 有些還是 SL4 FC6 的
我所有的 Linux 也只有一台是裝成 Fedora 7
連 Fedora 8 都還沒試過，現在 Fedora 9 都已經出來了.......XD

我大概不會跟著走，除非 Server 掛點，不然也不會想去動它...(動了以後可能會遇到更多的問題)

夠用就好，我想 RHEL 應該比較適合拿來當 Server，週期至少都是 3 年以上
不用一天到晚在那升級版本...@@
 
目前手上沒有機器可以讓我裝 Fedora 9，等哪天吃飽太閒了再說吧

一些 Release Notes 的摘要:
Desktop部份:
PackageKit (終於替換掉超爛又超難用的 pirut 了)
GNOME Desktop 2.22 Release
KDE Desktop 4.0.3
NetworkManager Improvements
Firefox 3 Beta 5 Browser
SELinux Confined Web Browser
OpenJDK
Xorg Updates
Consolidated Dictionary Support
Bluetooth Enhancements

System 部份:
Anaconda Installer Improvements
Seamless Upgrade
Persistent Live USB Support
Jidgo Download
FreeIPA
Upstart Init Daemon
Virtualization
Ext4 Filesystem Support (Ext4 支援了，好不好用就不知道了)
Toolchain Enhancements
TexLive Tex Formatting System
Font Changes
Kernel 2.6.25
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://fedoraproject.org/">Fedora</a> 9 推出了<br />
說真的，現在的我，覺得這些 Linux Distrobutions 實在推出的太快了 (約每半年就出一版)<br />
我家裡的 Server 現在還在用 FC6，公司的 Server 有些還是 SL4 FC6 的<br />
我所有的 Linux 也只有一台是裝成 Fedora 7<br />
連 Fedora 8 都還沒試過，現在 Fedora 9 都已經出來了.......XD<br />
<br />
我大概不會跟著走，除非 Server 掛點，不然也不會想去動它...(動了以後可能會遇到更多的問題)<br />
<br />
夠用就好，我想 RHEL 應該比較適合拿來當 Server，週期至少都是 3 年以上<br />
不用一天到晚在那升級版本...@@<br />
 <br />
目前手上沒有機器可以讓我裝 Fedora 9，等哪天吃飽太閒了再說吧<br />
<br />
一些 Release Notes 的摘要:<br />
Desktop部份:<br />
PackageKit (終於替換掉超爛又超難用的 pirut 了)<br />
GNOME Desktop 2.22 Release<br />
KDE Desktop 4.0.3<br />
NetworkManager Improvements<br />
Firefox 3 Beta 5 Browser<br />
SELinux Confined Web Browser<br />
OpenJDK<br />
Xorg Updates<br />
Consolidated Dictionary Support<br />
Bluetooth Enhancements<br />
<br />
System 部份:<br />
Anaconda Installer Improvements<br />
Seamless Upgrade<br />
Persistent Live USB Support<br />
Jidgo Download<br />
FreeIPA<br />
Upstart Init Daemon<br />
Virtualization<br />
Ext4 Filesystem Support (Ext4 支援了，好不好用就不知道了)<br />
Toolchain Enhancements<br />
TexLive Tex Formatting System<br />
Font Changes<br />
Kernel 2.6.25
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/6026767.html</link>
	<guid>http://blog.roodo.com/candyz/archives/6026767.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 15 May 2008 09:44:45 +0800</pubDate>
</item>
<item>
	<title>flickr 也支援上傳影片了</title>
	<description><![CDATA[
			隨手上傳了一個手機拍的 3gp 檔來測試，還不錯
    


		]]>
	</description>
	<content:encoded><![CDATA[
			隨手上傳了一個手機拍的 3gp 檔來測試，還不錯<br />
<object type="application/x-shockwave-flash" width="400" height="327" data="http://www.flickr.com/apps/video/stewart.swf?v=1.167" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"> <param name="flashvars" value="intl_lang=en-us&amp;photo_secret=291207c36e&amp;photo_id=2399468291&amp;show_info_box=true"></param> <param name="movie" value="http://www.flickr.com/apps/video/stewart.swf?v=1.167"></param> <param name="bgcolor" value="#000000"></param> <param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=1.167" bgcolor="#000000" allowfullscreen="true" flashvars="intl_lang=en-us&amp;photo_secret=291207c36e&amp;photo_id=2399468291&amp;flickr_show_info_box=true" height="327" width="400"></embed></object><br />
<br />

		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5834989.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5834989.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 09 Apr 2008 12:07:44 +0800</pubDate>
</item>
<item>
	<title>Flickr: Find your friends</title>
	<description><![CDATA[
			Flickr 最近多了一個 Find your friends 的新功能
看起來蠻有趣的，可以幫你找到 Yahoo! Mail、Gmail、Hotmail 的聯絡人中找出有在使用 Flickr 的朋友
快去試試看吧
		]]>
	</description>
	<content:encoded><![CDATA[
			Flickr 最近多了一個 <a href="http://www.flickr.com/import/people/">Find your friends</a> 的新功能<br />
看起來蠻有趣的，可以幫你找到 Yahoo! Mail、Gmail、Hotmail 的聯絡人中找出有在使用 Flickr 的朋友<br />
快去試試看吧
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5794001.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5794001.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 02 Apr 2008 08:55:14 +0800</pubDate>
</item>
<item>
	<title>Aperture 2.1 更新</title>
	<description><![CDATA[
			看起來好像增加了很多新的功能

Aperture 2.1 updates various features of the application and addresses issues related to performance and overall stability. The updates include the following:

Dodge & Burn Plug-in. A sample plug-in is pre-installed, taking advantage of the Edit API introduced in Aperture 2.0. The plug-in adds brush-based tools for Dodge (Lighten), Burn (Darken), Contrast, Saturation, Sharpen and Blur.
Customize Default Adjustment Set. You can now specify which adjustments appear by default in the Adjustments Inspector/HUD.
Updated Crop Tool. A simplified UI makes it easier to preserve an image's original aspect ratio, match the aspect ratio of your display, or use one of the standard preset aspect ratios.
Sorting in All Projects View. A contextual menu allows you to sort the All Projects view in ascending or descending date order.
Show on Map. A contextual menu allows you to choose the Show on Map by right-clicking (or Control-clicking) on an image that contains GPS data.
Access to Toolbar on Second Display. When using multiple displays in Full Screen mode, the Full Screen toolbar is now accessible on a second display.
"Snapshots" book theme. This additional theme includes new "photo border" frames in which to place images.
Flip Images. You can now flip images horizontally or vertically within Aperture.
Vignette. The range of gamma and exposure settings available has been expanded.
Save Books as JPEG or TIFF images. Automator actions have been added to Save as PDF pop-up menu in the Print Book window to automatically generate JPEG or TIFF images from book pages.
Update EXIF from Master. This command allows Aperture to reread EXIF from a master images after they have been imported.
Extended AppleScript support. The "Reveal" verb in the AppleScript dictionary has been extended to include containers such as projects and albums.
The update includes fixes that impact the a number of areas, including:

Image import
Image migration
Erasing memory cards after import
Quick Preview
Batch Change
Auto-stacking
All Projects view
Tooltips
Smart Albums
Tethering
Adjustments inspector
Viewer
Loupe
White Balance
Definition
Lift & Stamp
Handling of externally edited images
Reconnecting referenced files
Keyboard customization
Deleting images
Metadata presets
Book themes
Borderless printing
Web Page/Web Journal export
Exporting versions
Export Plug-in support
AppleScript support
For further information about this update, see Late-Breaking News About Aperture 2, available at http://manuals.info.apple.com/en/Aperture_2.0_lbn_z.pdf

The Aperture 2.1 Update is recommended for all Aperture 2 users.
		]]>
	</description>
	<content:encoded><![CDATA[
			看起來好像增加了很多新的功能<br />
<br />
Aperture 2.1 updates various features of the application and addresses issues related to performance and overall stability. The updates include the following:<br />
<br />
Dodge & Burn Plug-in. A sample plug-in is pre-installed, taking advantage of the Edit API introduced in Aperture 2.0. The plug-in adds brush-based tools for Dodge (Lighten), Burn (Darken), Contrast, Saturation, Sharpen and Blur.<br />
Customize Default Adjustment Set. You can now specify which adjustments appear by default in the Adjustments Inspector/HUD.<br />
Updated Crop Tool. A simplified UI makes it easier to preserve an image's original aspect ratio, match the aspect ratio of your display, or use one of the standard preset aspect ratios.<br />
Sorting in All Projects View. A contextual menu allows you to sort the All Projects view in ascending or descending date order.<br />
Show on Map. A contextual menu allows you to choose the Show on Map by right-clicking (or Control-clicking) on an image that contains GPS data.<br />
Access to Toolbar on Second Display. When using multiple displays in Full Screen mode, the Full Screen toolbar is now accessible on a second display.<br />
"Snapshots" book theme. This additional theme includes new "photo border" frames in which to place images.<br />
Flip Images. You can now flip images horizontally or vertically within Aperture.<br />
Vignette. The range of gamma and exposure settings available has been expanded.<br />
Save Books as JPEG or TIFF images. Automator actions have been added to Save as PDF pop-up menu in the Print Book window to automatically generate JPEG or TIFF images from book pages.<br />
Update EXIF from Master. This command allows Aperture to reread EXIF from a master images after they have been imported.<br />
Extended AppleScript support. The "Reveal" verb in the AppleScript dictionary has been extended to include containers such as projects and albums.<br />
The update includes fixes that impact the a number of areas, including:<br />
<br />
Image import<br />
Image migration<br />
Erasing memory cards after import<br />
Quick Preview<br />
Batch Change<br />
Auto-stacking<br />
All Projects view<br />
Tooltips<br />
Smart Albums<br />
Tethering<br />
Adjustments inspector<br />
Viewer<br />
Loupe<br />
White Balance<br />
Definition<br />
Lift & Stamp<br />
Handling of externally edited images<br />
Reconnecting referenced files<br />
Keyboard customization<br />
Deleting images<br />
Metadata presets<br />
Book themes<br />
Borderless printing<br />
Web Page/Web Journal export<br />
Exporting versions<br />
Export Plug-in support<br />
AppleScript support<br />
For further information about this update, see Late-Breaking News About Aperture 2, available at http://manuals.info.apple.com/en/Aperture_2.0_lbn_z.pdf<br />
<br />
The Aperture 2.1 Update is recommended for all Aperture 2 users.
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5770581.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5770581.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 28 Mar 2008 22:15:00 +0800</pubDate>
</item>
<item>
	<title>Adobe Photoshop Express (Beta)</title>
	<description><![CDATA[
			Adobe Photoshop Express 測試版正式上線供人試用了
所以，馬上去申請來用用看
一整個 Lightroom 風格 (有用過 Lightroom 的人一看就知道)
雖然目前有很多功能都還不完整
不過，基本的編輯及網路相簿功能還是有的

我原本是想測試一下上傳 RAW 檔的，不過，不支援 (想也知道)
不知道何時才會有支援 RAW 的服務出現
2G 的使用空間，說多不多，說少也不算少，就加減用吧...
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="https://www.photoshop.com/express/">Adobe Photoshop Express</a> 測試版正式上線供人試用了<br />
所以，馬上去申請來用用看<br />
一整個 Lightroom 風格 (有用過 Lightroom 的人一看就知道)<br />
雖然目前有很多功能都還不完整<br />
不過，基本的編輯及網路相簿功能還是有的<br />
<br />
我原本是想測試一下上傳 RAW 檔的，不過，不支援 (想也知道)<br />
不知道何時才會有支援 RAW 的服務出現<br />
2G 的使用空間，說多不多，說少也不算少，就加減用吧...
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5764095.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5764095.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 27 Mar 2008 16:25:15 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - 數位相機 RAW 相容性更新及 Time Machine 與 AirPort 更新</title>
	<description><![CDATA[
			此更新項目擴充了 Aperture 2 與 iPhoto ’08 對下列相機 RAW 檔案的相容性：

Hasselblad CFV-16
Hasselblad H3D-31
Hasselblad H3D-31II
Leaf Aptus 54S
Leaf Aptus 65S
Nikon D60
Olympus E-3
Pentax *ist DL2
Pentax *ist DS2
Pentax K100D Super
Sony DSLR-A200
Sony DSLR-A350

--

建議所有使用者都安裝此更新，此更新項目改進了 Time Machine 與 Time Capsule 搭配使用的相容性並包含了對 AirPort 驅動程式的修正。
		]]>
	</description>
	<content:encoded><![CDATA[
			此更新項目擴充了 Aperture 2 與 iPhoto ’08 對下列相機 RAW 檔案的相容性：<br />
<br />
Hasselblad CFV-16<br />
Hasselblad H3D-31<br />
Hasselblad H3D-31II<br />
Leaf Aptus 54S<br />
Leaf Aptus 65S<br />
Nikon D60<br />
Olympus E-3<br />
Pentax *ist DL2<br />
Pentax *ist DS2<br />
Pentax K100D Super<br />
Sony DSLR-A200<br />
Sony DSLR-A350<br />
<br />
--<br />
<br />
建議所有使用者都安裝此更新，此更新項目改進了 Time Machine 與 Time Capsule 搭配使用的相容性並包含了對 AirPort 驅動程式的修正。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5733613.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5733613.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 21 Mar 2008 17:08:53 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - Security Update 2008-002 及 Safari 3.1</title>
	<description><![CDATA[
			建議所有使用者執行 Security Update 2008-002，此更新項目改進了 Mac OS X 的安全性。之前的安全性更新已整合至此更新項目中。

如需關於此更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。

--

建議所有 Safari 使用者安裝此更新項目，其改進了穩定性、相容性、JavaScript 執行效能和安全性。

如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=307467-yh

如需此更新項目之安全性內容的相關資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有使用者執行 Security Update 2008-002，此更新項目改進了 Mac OS X 的安全性。之前的安全性更新已整合至此更新項目中。<br />
<br />
如需關於此更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。<br />
<br />
--<br />
<br />
建議所有 Safari 使用者安裝此更新項目，其改進了穩定性、相容性、JavaScript 執行效能和安全性。<br />
<br />
如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=307467-yh<br />
<br />
如需此更新項目之安全性內容的相關資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5720867.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5720867.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 19 Mar 2008 08:23:16 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - Aperture 2.0.1 and GarageBand 4.1.2</title>
	<description><![CDATA[
			Aperture 2.0.1 addresses issues related to performance and overall stability. It also fixes a number of other minor issues. This update is recommended for all Aperture users.

For more information about this release, go to http://support.apple.com/kb/HT1083


GarageBand 4.1.2
此更新項目改進了整體穩定性，並解決了軟體樂器參數的自動化、FireWire 和 USB 音訊裝置、Magic GarageBand 的問題。
		]]>
	</description>
	<content:encoded><![CDATA[
			Aperture 2.0.1 addresses issues related to performance and overall stability. It also fixes a number of other minor issues. This update is recommended for all Aperture users.<br />
<br />
For more information about this release, go to http://support.apple.com/kb/HT1083<br />
<br />
<br />
GarageBand 4.1.2<br />
此更新項目改進了整體穩定性，並解決了軟體樂器參數的自動化、FireWire 和 USB 音訊裝置、Magic GarageBand 的問題。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5633083.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5633083.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 04 Mar 2008 11:22:30 +0800</pubDate>
</item>
<item>
	<title>Aperture 2 使用心得</title>
	<description><![CDATA[
			上個星期六、日難得放晴，外出拍了近千張
剛好也把 Aperture 升級到 2.0 版，花了兩、三天的時間才把這些照片處理完
因此，就來說說我這幾天使用 Aperture 2 的一些心得

* 執行速度反而比 1.5.6 更慢
  我使用的硬體是: MacBook Core 2 Duo with 3G RAM + 5400RPM HDD
  執行起來的速度比 Aperture 1.5.6 還要慢，且常常會 Delay
  之前我在用 Aperture 1.x 時，當時 2G 的 RAM，跑起來就卡卡的，swapfile 狂開
  後來升級到 3G 的 RAM 後，Aperture 跑起來就很順了，swapfile 幾乎都沒開
  而升級到 Aperture 2 後，感覺並沒有像官方所說的，比 1.x 快幾倍等等，反而更慢
  且 swapfile 狂開，跟我只有 2G RAM 在用 1.x 時的感覺差不多
  或許要加到 4G 或以上的 RAM 才會順 (可惜，我的 MB 最多只能加到 3G 的 RAM)

* Bugs 仍然多多
  已經很多人提到，且在官方的論壇裡也有人去反應，常常用到一半，就會出現 "Unsupported Image Format"
  而這個情況我也遇到了，用得很不爽，目前還沒有解決方式，得要關掉 Aperture 後，再重開才行，但用一用，沒多久就又發生了

* 更智慧的 Import
  我不把所有的 RAW 交給 Aperture 來管理，因為有太多問題，且不方便其他應用程式存取，備份上也不方便
  因此，我都用 Reference 的方式，我自己有我自己的資料夾架構，如:
  Folders: Cats/2008/02, Travel/2008/02/Dasi 等等
  我是按年份、月份來建子目錄的

  而在 Aperture 上的計畫案也是一樣，  Projects: 1.Cats -> 2008 -> 02

  在 import 時，我會選擇 "Store Files: In their current location" 避免浪費硬碟空間
  而 2.0 版新增的 "Do not import duplicates" 功能更是方便，以前我還得先去查上次 import 到哪一張了，這次要從哪一張開始 import 起，現在，Aperture 2 自動會幫你挑好，太實用了
如下面兩張圖，就是有沒有開啟 "Do not import duplicates" 的差別:




* Interface 也做了些改變
  之前是 Projects 放在左邊，右邊則是 Metadata 跟 Adjustments 併在一起，分上下層
  現在則是改成標籤頁切換的方式
  另外，更新增了 "Image Tooltips" 的功能，要查看 EXIF 時更方便


* Adjust 的功能更多更好用
  Aperture 2 支援 RAW Fine Tuning 2.0
  在 Exosure 部份，新增了 Recovery 跟 Black Point 的調整
  在 Enhance 部份更可以調整 Definition 跟 Vibrancy
  Retouch 的功能修圖時很好用
  還可以調整 Vignette and Devignette (暗角及亮角)
  更好用的 Straighten Tool

Retouch 前:


Retouch 後: (左上的直線修掉了)


Vignette:


Devignette:


調整水平線:


* 可以自訂鍵盤快速鍵


* 匯出部份
  在 Presets 的地方可以設定 Watermark 了






* Export 時的背景作業
  如我在用 FlickrExport 上傳到 Flickr 時，會背景作業，一邊上傳，我還可以一邊繼續做其他的調整，但缺點是，上傳的進度如何，我完全不知道......XD
  另外，也終於支援 .Mac Gallery 了 (之前還得靠 iPhoto 才行)

* 更好的整合
  跟 iLife, iWork 等應用程式有更好的整合

* 在官網上更是提供了數十個教學影片，就算不會用，看著影片學，也很容易了解
		]]>
	</description>
	<content:encoded><![CDATA[
			上個星期六、日難得放晴，外出拍了近千張<br />
剛好也把 Aperture 升級到 2.0 版，花了兩、三天的時間才把這些照片處理完<br />
因此，就來說說我這幾天使用 Aperture 2 的一些心得<br />
<br />
* 執行速度反而比 1.5.6 更慢<br />
  我使用的硬體是: MacBook Core 2 Duo with 3G RAM + 5400RPM HDD<br />
  執行起來的速度比 Aperture 1.5.6 還要慢，且常常會 Delay<br />
  之前我在用 Aperture 1.x 時，當時 2G 的 RAM，跑起來就卡卡的，swapfile 狂開<br />
  後來升級到 3G 的 RAM 後，Aperture 跑起來就很順了，swapfile 幾乎都沒開<br />
  而升級到 Aperture 2 後，感覺並沒有像官方所說的，比 1.x 快幾倍等等，反而更慢<br />
  且 swapfile 狂開，跟我只有 2G RAM 在用 1.x 時的感覺差不多<br />
  或許要加到 4G 或以上的 RAM 才會順 (可惜，我的 MB 最多只能加到 3G 的 RAM)<br />
<br />
* Bugs 仍然多多<br />
  已經很多人提到，且在官方的論壇裡也有人去反應，常常用到一半，就會出現 "Unsupported Image Format"<br />
  而這個情況我也遇到了，用得很不爽，目前還沒有解決方式，得要關掉 Aperture 後，再重開才行，但用一用，沒多久就又發生了<br />
<br />
* 更智慧的 Import<br />
  我不把所有的 RAW 交給 Aperture 來管理，因為有太多問題，且不方便其他應用程式存取，備份上也不方便<br />
  因此，我都用 Reference 的方式，我自己有我自己的資料夾架構，如:<br />
  Folders: Cats/2008/02, Travel/2008/02/Dasi 等等<br />
  我是按年份、月份來建子目錄的<br />
<br />
  而在 Aperture 上的計畫案也是一樣，  Projects: 1.Cats -> 2008 -> 02<br />
<br />
  在 import 時，我會選擇 "Store Files: In their current location" 避免浪費硬碟空間<br />
  而 2.0 版新增的 "Do not import duplicates" 功能更是方便，以前我還得先去查上次 import 到哪一張了，這次要從哪一張開始 import 起，現在，Aperture 2 自動會幫你挑好，太實用了<br />
如下面兩張圖，就是有沒有開啟 "Do not import duplicates" 的差別:<br />
<a href="http://www.flickr.com/photos/candyz/2279695250/" title="圖片 1 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2298/2279695250_96b610315a.jpg" width="500" height="313" alt="圖片 1" /></a><br />
<br />
<a href="http://www.flickr.com/photos/candyz/2279695374/" title="圖片 2 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2318/2279695374_e0dfe8501f.jpg" width="500" height="313" alt="圖片 2" /></a><br />
<br />
* Interface 也做了些改變<br />
  之前是 Projects 放在左邊，右邊則是 Metadata 跟 Adjustments 併在一起，分上下層<br />
  現在則是改成標籤頁切換的方式<br />
  另外，更新增了 "Image Tooltips" 的功能，要查看 EXIF 時更方便<br />
<a href="http://www.flickr.com/photos/candyz/2278903889/" title="圖片 3 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2308/2278903889_872576f9d7.jpg" width="500" height="313" alt="圖片 3" /></a><br />
<br />
* Adjust 的功能更多更好用<br />
  Aperture 2 支援 RAW Fine Tuning 2.0<br />
  在 Exosure 部份，新增了 Recovery 跟 Black Point 的調整<br />
  在 Enhance 部份更可以調整 Definition 跟 Vibrancy<br />
  Retouch 的功能修圖時很好用<br />
  還可以調整 Vignette and Devignette (暗角及亮角)<br />
  更好用的 Straighten Tool<br />
<br />
Retouch 前:<br />
<a href="http://www.flickr.com/photos/candyz/2278904101/" title="圖片 5 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2087/2278904101_40ccc92422.jpg" width="500" height="313" alt="圖片 5" /></a><br />
<br />
Retouch 後: (左上的直線修掉了)<br />
<a href="http://www.flickr.com/photos/candyz/2278904231/" title="圖片 6 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2320/2278904231_a1c4fd4603.jpg" width="500" height="313" alt="圖片 6" /></a><br />
<br />
Vignette:<br />
<a href="http://www.flickr.com/photos/candyz/2278904355/" title="圖片 7 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2304/2278904355_e0dcc2657e.jpg" width="500" height="313" alt="圖片 7" /></a><br />
<br />
Devignette:<br />
<a href="http://www.flickr.com/photos/candyz/2279696082/" title="圖片 8 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2037/2279696082_c2dfedbde1.jpg" width="500" height="313" alt="圖片 8" /></a><br />
<br />
調整水平線:<br />
<a href="http://www.flickr.com/photos/candyz/2279696198/" title="圖片 9 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2278/2279696198_4a1fd1d29a.jpg" width="500" height="313" alt="圖片 9" /></a><br />
<br />
* 可以自訂鍵盤快速鍵<br />
<a href="http://www.flickr.com/photos/candyz/2278904711/" title="圖片 10 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2344/2278904711_c91981d481.jpg" width="500" height="313" alt="圖片 10" /></a><br />
<br />
* 匯出部份<br />
  在 Presets 的地方可以設定 Watermark 了<br />
<a href="http://www.flickr.com/photos/candyz/2279696498/" title="圖片 11 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2129/2279696498_32020b4e3f.jpg" width="500" height="313" alt="圖片 11" /></a><br />
<br />
<a href="http://www.flickr.com/photos/candyz/2278904997/" title="圖片 12 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2218/2278904997_8be89368d7.jpg" width="500" height="313" alt="圖片 12" /></a><br />
<br />
<a href="http://www.flickr.com/photos/candyz/2279696708/" title="圖片 13 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2034/2279696708_2e0f3eb718.jpg" width="500" height="313" alt="圖片 13" /></a><br />
<br />
* Export 時的背景作業<br />
  如我在用 FlickrExport 上傳到 Flickr 時，會背景作業，一邊上傳，我還可以一邊繼續做其他的調整，但缺點是，上傳的進度如何，我完全不知道......XD<br />
  另外，也終於支援 .Mac Gallery 了 (之前還得靠 iPhoto 才行)<br />
<br />
* 更好的整合<br />
  跟 iLife, iWork 等應用程式有更好的整合<br />
<br />
* 在官網上更是提供了數十個教學影片，就算不會用，看著影片學，也很容易了解
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5570967.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5570967.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 20 Feb 2008 22:29:15 +0800</pubDate>
</item>
<item>
	<title>Eeedora</title>
	<description><![CDATA[
			EeePC + Fedora = Eeedora

等我的 EeePC 弄到手後，再來玩玩看...
		]]>
	</description>
	<content:encoded><![CDATA[
			EeePC + Fedora = <a href="http://www.redhatmagazine.com/2008/02/14/fedora-eee-pc-eeedora/">Eeedora</a><br />
<br />
等我的 EeePC 弄到手後，再來玩玩看...
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5544573.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5544573.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 15 Feb 2008 10:07:13 +0800</pubDate>
</item>
<item>
	<title>Aperture 2</title>
	<description><![CDATA[
			突然看到 Aperture 2 出來了

Aperture 2 delivers over 100 dramatic, new features including advanced image processing, 
a streamlined interface, faster performance, and unprecedented Mac integration.

在看了官網上的三段介紹影片，感覺好像很不錯
價格又比之前的版本又更便宜了

我目前 1.5 版用的好好的，雖然也很想用新版的功能
已經有下載試用版回來了，不過，還不敢冒然升上去

還是再等一等，看看有沒有什麼災情傳出再說
		]]>
	</description>
	<content:encoded><![CDATA[
			突然看到 Aperture 2 出來了<br />
<br />
Aperture 2 delivers over 100 dramatic, new features including advanced image processing, <br />
a streamlined interface, faster performance, and unprecedented Mac integration.<br />
<br />
在看了官網上的三段介紹影片，感覺好像很不錯<br />
價格又比之前的版本又更便宜了<br />
<br />
我目前 1.5 版用的好好的，雖然也很想用新版的功能<br />
已經有下載試用版回來了，不過，還不敢冒然升上去<br />
<br />
還是再等一等，看看有沒有什麼災情傳出再說
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5534401.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5534401.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 13 Feb 2008 08:54:26 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - 10.5.2</title>
	<description><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者安裝“10.5.2 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。

如需關於此更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=307109-yh。
如需關於安全更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。

重要事項： 安裝之前請閱讀
我們建議您在安裝任何更新前先進行系統備份。
請勿中斷安裝程序，既使進度列經過數分鐘後仍沒有發生變化。 安裝期間若發生電源中斷或其他干擾，請使用從「Apple 支援下載 」所取得的獨立安裝程式 (內容如下) 來進行更新。
若您已安裝協力廠商系統軟體變更或透過其他方式修改作業系統，則您可能會遇到不可預期的結果 (正常的應用程式軟體安裝不會發生這種情況)。
安裝期間若發生問題，如「軟體更新」無預警地關閉，請參閱 此文章。
安裝更新程式
若要將電腦更新到 Mac OS X 10.5.2，請使用「軟體更新」或獨立安裝程式進行更新。 您僅需要使用其中一種方法來更新您的電腦。

軟體更新

從 蘋果 選單中選擇 軟體更新 透過 Internet 自動檢查包括此更新程式的最新 Apple 軟體。 (「軟體更新」可能會將您連結到此文章，以瞭解更多的更新資訊。) 如果您的電腦沒有進行最新更新，則系統將顯示您應進行安裝的可用軟體更新。 請注意，使用「軟體更新」進行安裝時，由於電腦各不相同，更新程式的 大小可能有所差異 。 此外，某些更新必須在其他更新安裝前先進行安裝，因此您需要多次執行「軟體更新」來確保您已安裝所有可用的更新。

獨立安裝程式

若您不想使用「軟體更新」，您可下載更新安裝程式並手動執行安裝。 此選項適用於更新數台電腦，但只要下載一次必要更新的情況。 Mac OS X 10.5.2 獨立安裝程式可從「Apple 支援下載」 按此處 中取得。

更新內容
此更新包括對於 PowerPC 和 Intel 作業系統的 Mac 電腦的多項改進 (也包括 Mac OS X 10.5.1 更新程式 所提供的改進)。

Active Directory
解決可阻礙或防止將 Mac OS X 10.5.x 客戶端綁到 Active Directory 網域的問題。
AirPort
改善連線的可靠性和穩定性。
包括 802.1X 改善功能。
解決特定的核心危急。
返回我的 Mac
增加對協力廠商路由器的支援, 詳情請參閱 本文章。
Dashboard
改善特定 Apple Dashboard 小工具 (如 Dictionary) 的功能。
解決來回切換啟動「分級保護」的帳號後無法使用 Dashboard 小工具的問題。
Dock
使用「列表」檢視區選項、「檔案夾」顯示選項和已更新的「格點間距」檢視背景來更新 Stacks。
Desktop
使用功能列上的選項來關閉「桌面與螢幕保護程式」偏好設定中的透明度以解決易讀性問題。
調低功能表的整體透明度。
iCal
改善 iCal 的功能，使其能精確反映週期性會議的回應。
解決會議取消後仍出現在行事曆上的問題。
解決 iCal 行事曆與 .Mac 同步的穩定性問題。
解決編輯與會者事件而造成事件縮小且無法記錄事件已更新的間斷性問題。
iChat
解決同時登入的帳號中從一帳號所產生的 iChat 聲音可被另一帳號收聽到的問題。
修正 Time Machine 備份影響 iChat 閒置時間的問題。
改善在不保存連接埠的路由器背後運行 iChat 時的連線問題。
啟用上一個 iChat 版本的聊天記錄，以便能更快速穩定地開啟。
解決使用者無法接受發送者訊息的文字聊天相關問題。
解決必須重新開啟 iChat 才可重新加入 AIM 聊天室的問題。
解決 AIM 6 和協力廠商路由器的視訊對談相容性問題。
修正 AIM 用戶名稱的區分大小寫問題。
iSync
添加對 Samsung D600E 和 D900i 手機的支援。
Finder
解決 Finder 在以「直欄顯示」方式下檢視資料夾內容時無預警關閉的問題。
解決 Finder 在存取「簡介」窗格中的「使用者和群組」時無預警關閉的問題。
解決無法在資料夾替身 (alias) 上設定權限的問題。
解決「退出」指令寫入光碟機磁片的問題。
修正刪除位於含隱藏檔案的資料夾內的檔案時發生捲軸消失的問題。
修正在「簡介」視窗的「共享與權限」部分中，驗証後工具圖示成灰階顯示/停用的問題。
解決若關閉「顯示圖示預覽」偏好設定，則無法儲存該偏好設定的問題。
修正嘗試從 Finder 列印圖片時可能發生的問題。
Mail
解決「標示為已閱讀」選項的相關問題。
修正升級到 Leopard 後 On My Mac 資料夾的複本出現在導覽列 (側邊列) 的問題。
提升 Data Detectors 功能的準確性。
解決以捲軸來瀏覽訊息視窗中使用分割檢視所顯示的「備忘錄」時所發生的問題。
修正刪除位於「草圖」資料夾的訊息所發生的問題。
解決將 Safari URL 欄位中的圖示拖放到郵件訊息時，該圖示變成附件而非連結的問題。
解決在「備忘錄」資料夾中開啟非「備忘錄」項目時所發生的問題。
解決無法在 Mail 中傳送 RSS feed 的問題。
解決在「以討論串來分類」模式下選定的訊息從閃爍藍色到閃爍灰色的問題。
解決電子郵件訊息中以捲軸在多項「待辦事項」之間捲動時可能發生的問題。
解決無法顯示含有特定 MIME 結構的電子郵件正文的問題。
改善 Mail 的 America Online (AOL) 帳號訊息使用效能。
解決 Mail 自動設定時的 ISP 相關問題。
解決 Mail 無法在某些網路上傳送郵件到 SMTP 伺服器的問題。
Mail 現已自動停用 (不受支援的) 協力廠商外掛程式 GrowlMail 版本 1.1.2 或更早版本，以避免發生問題。
在「信箱」列表中添加檢視大圖示的選項。
網路
解決連線到 AFP 網路時發生當機的問題。
分級保護
改善開啟「分級保護系統偏好設定」窗格時的穩定性。
解決無法在電子郵件地址上進行變更來要求權限的問題。
解決以「分級保護」啟用的訪客帳號的印表機管理之相關問題。
解決在本地網路上從另一個 Mac 來設定印表機管理權限的相關問題。
解決造成無法允許特定應用程式的問題。
解決網路內容篩選器的準確性問題。
預覽
改善以捲軸上下滾動 PDF 文件時的穩定性。
修正在 PDF 上按一下時而無法在 PDF 上標誌標籤的問題。
提高 Mail Document 功能，使「列印預覽」能更加穩定地顯視電子郵件附件。
列印
解決電腦進入休眠狀態時遠端印表機可能遭刪除的問題。
提高使用某些 Microsoft Office 應用程式時的列印效能。
解決一些列印選項相關問題，如橫印方向、列印份數、雙面列印等無法和與 Microsoft Windows 一起分享的印表機共同運作的問題。
添加對連接到 AirPort Extreme 的 USB 埠或 AirPort Express base station 的印表機支援。
解決從磁碟安裝某些 Canon 印表機軟體時所發生的延遲問題。
RAW 圖檔
增加對其他照相機的 RAW 圖檔支援，詳情請參閱 本文章。
Safari
解決 Safari 解譯特定網域的穩定性問題。
Login 和設定輔助程式
解決在 Mac OS X 10.5 啟動時，「設定輔助程式」無預警顯示的問題。
改善登入期間的穩定性和運作效能。
系統
改進文法檢測器的準確性。
若磁碟無法在開機時完成自動修復，則電腦將關機。
Time Machine
添加功能列選項以使用 Time Machine 功能 (其他功能列選項可在 Time Machine 偏好設定中進行啟用)。
改善電腦名稱包含斜線或非 ASCII 字元時的備份穩定性問題。
修正在 Finder 中所顯示的備份磁碟無法與 Time Machine 所選的磁進行同步的問題。
解決 Time Machine 無法辨識外部磁碟的問題。
狀態功能表已設定為預設顯示。
其他
提高執行協力廠商應用程式時的穩定性。
解決執行特定「Automator 尋找/篩選」時無法顯示正確搜尋結果的問題。
解決拉脫維亞語和俄語鍵盤配置的問題。
解決背光在設定「能源節約器」背光設定前關閉的問題。
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有執行 Mac OS X Leopard 的使用者安裝“10.5.2 更新”，此更新項目包含一般的作業系統修正，可改進 Mac 的穩定性、相容性和安全性。<br />
<br />
如需關於此更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=307109-yh。<br />
如需關於安全更新的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。<br />
<br />
重要事項： 安裝之前請閱讀<br />
我們建議您在安裝任何更新前先進行系統備份。<br />
請勿中斷安裝程序，既使進度列經過數分鐘後仍沒有發生變化。 安裝期間若發生電源中斷或其他干擾，請使用從「Apple 支援下載 」所取得的獨立安裝程式 (內容如下) 來進行更新。<br />
若您已安裝協力廠商系統軟體變更或透過其他方式修改作業系統，則您可能會遇到不可預期的結果 (正常的應用程式軟體安裝不會發生這種情況)。<br />
安裝期間若發生問題，如「軟體更新」無預警地關閉，請參閱 此文章。<br />
安裝更新程式<br />
若要將電腦更新到 Mac OS X 10.5.2，請使用「軟體更新」或獨立安裝程式進行更新。 您僅需要使用其中一種方法來更新您的電腦。<br />
<br />
軟體更新<br />
<br />
從 蘋果 選單中選擇 軟體更新 透過 Internet 自動檢查包括此更新程式的最新 Apple 軟體。 (「軟體更新」可能會將您連結到此文章，以瞭解更多的更新資訊。) 如果您的電腦沒有進行最新更新，則系統將顯示您應進行安裝的可用軟體更新。 請注意，使用「軟體更新」進行安裝時，由於電腦各不相同，更新程式的 大小可能有所差異 。 此外，某些更新必須在其他更新安裝前先進行安裝，因此您需要多次執行「軟體更新」來確保您已安裝所有可用的更新。<br />
<br />
獨立安裝程式<br />
<br />
若您不想使用「軟體更新」，您可下載更新安裝程式並手動執行安裝。 此選項適用於更新數台電腦，但只要下載一次必要更新的情況。 Mac OS X 10.5.2 獨立安裝程式可從「Apple 支援下載」 按此處 中取得。<br />
<br />
更新內容<br />
此更新包括對於 PowerPC 和 Intel 作業系統的 Mac 電腦的多項改進 (也包括 Mac OS X 10.5.1 更新程式 所提供的改進)。<br />
<br />
Active Directory<br />
解決可阻礙或防止將 Mac OS X 10.5.x 客戶端綁到 Active Directory 網域的問題。<br />
AirPort<br />
改善連線的可靠性和穩定性。<br />
包括 802.1X 改善功能。<br />
解決特定的核心危急。<br />
返回我的 Mac<br />
增加對協力廠商路由器的支援, 詳情請參閱 本文章。<br />
Dashboard<br />
改善特定 Apple Dashboard 小工具 (如 Dictionary) 的功能。<br />
解決來回切換啟動「分級保護」的帳號後無法使用 Dashboard 小工具的問題。<br />
Dock<br />
使用「列表」檢視區選項、「檔案夾」顯示選項和已更新的「格點間距」檢視背景來更新 Stacks。<br />
Desktop<br />
使用功能列上的選項來關閉「桌面與螢幕保護程式」偏好設定中的透明度以解決易讀性問題。<br />
調低功能表的整體透明度。<br />
iCal<br />
改善 iCal 的功能，使其能精確反映週期性會議的回應。<br />
解決會議取消後仍出現在行事曆上的問題。<br />
解決 iCal 行事曆與 .Mac 同步的穩定性問題。<br />
解決編輯與會者事件而造成事件縮小且無法記錄事件已更新的間斷性問題。<br />
iChat<br />
解決同時登入的帳號中從一帳號所產生的 iChat 聲音可被另一帳號收聽到的問題。<br />
修正 Time Machine 備份影響 iChat 閒置時間的問題。<br />
改善在不保存連接埠的路由器背後運行 iChat 時的連線問題。<br />
啟用上一個 iChat 版本的聊天記錄，以便能更快速穩定地開啟。<br />
解決使用者無法接受發送者訊息的文字聊天相關問題。<br />
解決必須重新開啟 iChat 才可重新加入 AIM 聊天室的問題。<br />
解決 AIM 6 和協力廠商路由器的視訊對談相容性問題。<br />
修正 AIM 用戶名稱的區分大小寫問題。<br />
iSync<br />
添加對 Samsung D600E 和 D900i 手機的支援。<br />
Finder<br />
解決 Finder 在以「直欄顯示」方式下檢視資料夾內容時無預警關閉的問題。<br />
解決 Finder 在存取「簡介」窗格中的「使用者和群組」時無預警關閉的問題。<br />
解決無法在資料夾替身 (alias) 上設定權限的問題。<br />
解決「退出」指令寫入光碟機磁片的問題。<br />
修正刪除位於含隱藏檔案的資料夾內的檔案時發生捲軸消失的問題。<br />
修正在「簡介」視窗的「共享與權限」部分中，驗証後工具圖示成灰階顯示/停用的問題。<br />
解決若關閉「顯示圖示預覽」偏好設定，則無法儲存該偏好設定的問題。<br />
修正嘗試從 Finder 列印圖片時可能發生的問題。<br />
Mail<br />
解決「標示為已閱讀」選項的相關問題。<br />
修正升級到 Leopard 後 On My Mac 資料夾的複本出現在導覽列 (側邊列) 的問題。<br />
提升 Data Detectors 功能的準確性。<br />
解決以捲軸來瀏覽訊息視窗中使用分割檢視所顯示的「備忘錄」時所發生的問題。<br />
修正刪除位於「草圖」資料夾的訊息所發生的問題。<br />
解決將 Safari URL 欄位中的圖示拖放到郵件訊息時，該圖示變成附件而非連結的問題。<br />
解決在「備忘錄」資料夾中開啟非「備忘錄」項目時所發生的問題。<br />
解決無法在 Mail 中傳送 RSS feed 的問題。<br />
解決在「以討論串來分類」模式下選定的訊息從閃爍藍色到閃爍灰色的問題。<br />
解決電子郵件訊息中以捲軸在多項「待辦事項」之間捲動時可能發生的問題。<br />
解決無法顯示含有特定 MIME 結構的電子郵件正文的問題。<br />
改善 Mail 的 America Online (AOL) 帳號訊息使用效能。<br />
解決 Mail 自動設定時的 ISP 相關問題。<br />
解決 Mail 無法在某些網路上傳送郵件到 SMTP 伺服器的問題。<br />
Mail 現已自動停用 (不受支援的) 協力廠商外掛程式 GrowlMail 版本 1.1.2 或更早版本，以避免發生問題。<br />
在「信箱」列表中添加檢視大圖示的選項。<br />
網路<br />
解決連線到 AFP 網路時發生當機的問題。<br />
分級保護<br />
改善開啟「分級保護系統偏好設定」窗格時的穩定性。<br />
解決無法在電子郵件地址上進行變更來要求權限的問題。<br />
解決以「分級保護」啟用的訪客帳號的印表機管理之相關問題。<br />
解決在本地網路上從另一個 Mac 來設定印表機管理權限的相關問題。<br />
解決造成無法允許特定應用程式的問題。<br />
解決網路內容篩選器的準確性問題。<br />
預覽<br />
改善以捲軸上下滾動 PDF 文件時的穩定性。<br />
修正在 PDF 上按一下時而無法在 PDF 上標誌標籤的問題。<br />
提高 Mail Document 功能，使「列印預覽」能更加穩定地顯視電子郵件附件。<br />
列印<br />
解決電腦進入休眠狀態時遠端印表機可能遭刪除的問題。<br />
提高使用某些 Microsoft Office 應用程式時的列印效能。<br />
解決一些列印選項相關問題，如橫印方向、列印份數、雙面列印等無法和與 Microsoft Windows 一起分享的印表機共同運作的問題。<br />
添加對連接到 AirPort Extreme 的 USB 埠或 AirPort Express base station 的印表機支援。<br />
解決從磁碟安裝某些 Canon 印表機軟體時所發生的延遲問題。<br />
RAW 圖檔<br />
增加對其他照相機的 RAW 圖檔支援，詳情請參閱 本文章。<br />
Safari<br />
解決 Safari 解譯特定網域的穩定性問題。<br />
Login 和設定輔助程式<br />
解決在 Mac OS X 10.5 啟動時，「設定輔助程式」無預警顯示的問題。<br />
改善登入期間的穩定性和運作效能。<br />
系統<br />
改進文法檢測器的準確性。<br />
若磁碟無法在開機時完成自動修復，則電腦將關機。<br />
Time Machine<br />
添加功能列選項以使用 Time Machine 功能 (其他功能列選項可在 Time Machine 偏好設定中進行啟用)。<br />
改善電腦名稱包含斜線或非 ASCII 字元時的備份穩定性問題。<br />
修正在 Finder 中所顯示的備份磁碟無法與 Time Machine 所選的磁進行同步的問題。<br />
解決 Time Machine 無法辨識外部磁碟的問題。<br />
狀態功能表已設定為預設顯示。<br />
其他<br />
提高執行協力廠商應用程式時的穩定性。<br />
解決執行特定「Automator 尋找/篩選」時無法顯示正確搜尋結果的問題。<br />
解決拉脫維亞語和俄語鍵盤配置的問題。<br />
解決背光在設定「能源節約器」背光設定前關閉的問題。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5529535.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5529535.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 12 Feb 2008 08:58:48 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - iPhoto 7.1.2 QuickTime 7.4.1</title>
	<description><![CDATA[
			iPhoto 7.1.2
此更新項目解決了將照片發佈至“.Mac 網路圖庫”時所發生的問題、改進了整體穩定性，以及修正了一些其他的小問題。

如需此更新項目之安全內容的相關資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh

QuickTime 7.4.1
QuickTime 7.4.1 解決了安全性問題並改進與協力廠商應用程式的相容性。
建議所有 QuickTime 7 使用者安裝此版本。

如需此更新項目之安全性內容的詳細資訊，請參訪網站：http://www.info.apple.com/kbnum/n61798-yh。
		]]>
	</description>
	<content:encoded><![CDATA[
			iPhoto 7.1.2<br />
此更新項目解決了將照片發佈至“.Mac 網路圖庫”時所發生的問題、改進了整體穩定性，以及修正了一些其他的小問題。<br />
<br />
如需此更新項目之安全內容的相關資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh<br />
<br />
QuickTime 7.4.1<br />
QuickTime 7.4.1 解決了安全性問題並改進與協力廠商應用程式的相容性。<br />
建議所有 QuickTime 7 使用者安裝此版本。<br />
<br />
如需此更新項目之安全性內容的詳細資訊，請參訪網站：http://www.info.apple.com/kbnum/n61798-yh。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5511715.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5511715.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 07 Feb 2008 14:56:42 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - iWork&#039;08 and iWeb 2.0.3</title>
	<description><![CDATA[
			Keynote 4.0.2
This update primarily addresses performance issues while playing or exporting presentations.

Pages 3.0.2
This update addresses compatibility with Mac OS X.

Numbers 1.0.2
This update addresses compatibility with Mac OS X.

iWeb 2.0.3
此更新項目解決了與 Mac OS X 的相容性問題。
		]]>
	</description>
	<content:encoded><![CDATA[
			Keynote 4.0.2<br />
This update primarily addresses performance issues while playing or exporting presentations.<br />
<br />
Pages 3.0.2<br />
This update addresses compatibility with Mac OS X.<br />
<br />
Numbers 1.0.2<br />
This update addresses compatibility with Mac OS X.<br />
<br />
iWeb 2.0.3<br />
此更新項目解決了與 Mac OS X 的相容性問題。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/5451535.html</link>
	<guid>http://blog.roodo.com/candyz/archives/5451535.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 31 Jan 2008 09:52:57 +0800</pubDate>
</item>
<item>
	<title>Sun to Acquire MySQL</title>
	<description><![CDATA[
			在 Sun 網站上有篇 Sun to Acquire MySQL
Sun announced an agreement to acquire MySQL AB, an open source icon and developer of one of the world's fastest growing open source databases. This acquisition accelerates Sun's position in enterprise IT to now include the $15 billion database market and reaffirms Sun's position as the leading provider of platforms for the Web economy and its role as the largest commercial open source contributor.

所以 Sun 要買下 MySQL 了，這到底是好是壞呢？
短期內，照 Sun 的作法，mysql 應該還是有 free 的社群版本
不過，在背後技術支援，現在有 Sun 強力的背書，或許也是好事吧

我常遇到客戶，吵著要用 Solaris 而不用 Linux，吵著要用 Oracle 而不敢用 MySQL
現在 MySQL 被 Sun 買下，相信客戶應該比較不會再靠么了吧...XD
		]]>
	</description>
	<content:encoded><![CDATA[
			在 Sun 網站上有篇 <a href="http://www.sun.com/aboutsun/media/presskits/2008-0116/index.jsp?intcmp=hp2008jan16_mysql_learn">Sun to Acquire MySQL</a><br />
Sun announced an agreement to acquire MySQL AB, an open source icon and developer of one of the world's fastest growing open source databases. This acquisition accelerates Sun's position in enterprise IT to now include the $15 billion database market and reaffirms Sun's position as the leading provider of platforms for the Web economy and its role as the largest commercial open source contributor.<br />
<br />
所以 Sun 要買下 MySQL 了，這到底是好是壞呢？<br />
短期內，照 Sun 的作法，mysql 應該還是有 free 的社群版本<br />
不過，在背後技術支援，現在有 Sun 強力的背書，或許也是好事吧<br />
<br />
我常遇到客戶，吵著要用 Solaris 而不用 Linux，吵著要用 Oracle 而不敢用 MySQL<br />
現在 MySQL 被 Sun 買下，相信客戶應該比較不會再靠么了吧...XD
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4993999.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4993999.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 17 Jan 2008 09:23:59 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - iTunes、QuickTime、iMovie、Front Row</title>
	<description><![CDATA[
			iTunes 7.6
在電腦上使用 iTunes 或直接在客廳的 Apple TV 上租借和下載喜愛的影片。在 Apple TV 上租借的影片格式最高為帶有環繞音效的 720p HD 品質，在電腦上租借的影片格式最高為 DVD 品質。您還可將租借影片從 iTunes 傳送至 iPod 或 iPhone，以便隨身播放觀看。

同時，在 Apple TV 上可直接購買和下載喜愛的電視節目、音樂和其他影音內容。使用 iTunes 便可將 Apple TV 上購買的項目輕鬆傳回到電腦。

QuickTime 7.4
在電腦上使用 iTunes 或直接在客廳的 Apple TV 上租借和下載喜愛的影片。在 Apple TV 上租借的影片格式最高為帶有環繞音效的 720p HD 品質，在電腦上租借的影片格式最高為 DVD 品質。您還可將租借影片從 iTunes 傳送至 iPod 或 iPhone，以便隨身播放觀看。

同時，在 Apple TV 上可直接購買和下載喜愛的電視節目、音樂和其他影音內容。使用 iTunes 便可將 Apple TV 上購買的項目輕鬆傳回到電腦。

iMovie 7.1.1
此更新項目解決了發佈影片到“.Mac 網路圖庫”時的問題、改進了整體穩定性，並解決了一些其他的小問題。

Front Row 2.1.2
此 Front Row 更新項目提供了錯誤修正和更完善的 iTunes 相容性。
		]]>
	</description>
	<content:encoded><![CDATA[
			iTunes 7.6<br />
在電腦上使用 iTunes 或直接在客廳的 Apple TV 上租借和下載喜愛的影片。在 Apple TV 上租借的影片格式最高為帶有環繞音效的 720p HD 品質，在電腦上租借的影片格式最高為 DVD 品質。您還可將租借影片從 iTunes 傳送至 iPod 或 iPhone，以便隨身播放觀看。<br />
<br />
同時，在 Apple TV 上可直接購買和下載喜愛的電視節目、音樂和其他影音內容。使用 iTunes 便可將 Apple TV 上購買的項目輕鬆傳回到電腦。<br />
<br />
QuickTime 7.4<br />
在電腦上使用 iTunes 或直接在客廳的 Apple TV 上租借和下載喜愛的影片。在 Apple TV 上租借的影片格式最高為帶有環繞音效的 720p HD 品質，在電腦上租借的影片格式最高為 DVD 品質。您還可將租借影片從 iTunes 傳送至 iPod 或 iPhone，以便隨身播放觀看。<br />
<br />
同時，在 Apple TV 上可直接購買和下載喜愛的電視節目、音樂和其他影音內容。使用 iTunes 便可將 Apple TV 上購買的項目輕鬆傳回到電腦。<br />
<br />
iMovie 7.1.1<br />
此更新項目解決了發佈影片到“.Mac 網路圖庫”時的問題、改進了整體穩定性，並解決了一些其他的小問題。<br />
<br />
Front Row 2.1.2<br />
此 Front Row 更新項目提供了錯誤修正和更完善的 iTunes 相容性。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4990303.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4990303.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 16 Jan 2008 12:08:13 +0800</pubDate>
</item>
<item>
	<title>Leopard 上的字典</title>
	<description><![CDATA[
			用了 Leopard 幾天了，Leopard 上的字典算是目前發現第一個好用的東西了...XDD

參考 jjgod 的 Post
先下載了 converter-0.1.tar.bz2 接下來就到  SourceForge 去下載想要用的字典檔
然後只要一一下:
$ CONVERTER_PATH/convert stardict-xxx.tar.bz2
就會自動轉換格式，放到 ~/Library/Dictionaries/ 目錄底下了
夠方便了吧

偏好設定的畫面，可以選擇要啟用哪些字典，若網路有通，也可以查詢 Wikipedia 哦


查詢的結果


也可以直接在網頁上用字典查詢某單字

		]]>
	</description>
	<content:encoded><![CDATA[
			用了 Leopard 幾天了，Leopard 上的字典算是目前發現第一個好用的東西了...XDD<br />
<br />
參考 <a href="http://www.newsmth.net/bbscon.php?bid=719&id=199137">jjgod 的 Post</a><br />
先下載了 converter-0.1.tar.bz2 接下來就到  <a href="http://stardict.sourceforge.net/Dictionaries.php">SourceForge</a> 去下載想要用的字典檔<br />
然後只要一一下:<br />
$ CONVERTER_PATH/convert stardict-xxx.tar.bz2<br />
就會自動轉換格式，放到 ~/Library/Dictionaries/ 目錄底下了<br />
夠方便了吧<br />
<br />
偏好設定的畫面，可以選擇要啟用哪些字典，若網路有通，也可以查詢 Wikipedia 哦<br />
<a href="http://www.flickr.com/photos/candyz/2136326765/" title="Leopard 字典 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2163/2136326765_c4af37e45d.jpg" width="390" height="500" alt="Leopard 字典" /></a><br />
<br />
查詢的結果<br />
<a href="http://www.flickr.com/photos/candyz/2137107702/" title="Leopard 字典 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2032/2137107702_f076627956.jpg" width="500" height="303" alt="Leopard 字典" /></a><br />
<br />
也可以直接在網頁上用字典查詢某單字<br />
<a href="http://www.flickr.com/photos/candyz/2136327295/" title="Leopard 字典 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2402/2136327295_09002fa676.jpg" width="500" height="287" alt="Leopard 字典" /></a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4725963.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4725963.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 26 Dec 2007 09:47:59 +0800</pubDate>
</item>
<item>
	<title>Apple Security Update 2007-009</title>
	<description><![CDATA[
			建議所有使用者執行 Security Update 2007-009，其改進了下列組件的安全性：

通訊錄
CUPS
ColorSync
Core Foundation
Desktop Services
Flash Player Plug-in
gnutar
iChat
IO Storage Family
Launch Services
Mail
perl
python
ruby
Samba
Safari
Shockwave Plug-in
SMB
Spotlight
tcpdump
XQuery

如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。
		]]>
	</description>
	<content:encoded><![CDATA[
			建議所有使用者執行 Security Update 2007-009，其改進了下列組件的安全性：<br />
<br />
通訊錄<br />
CUPS<br />
ColorSync<br />
Core Foundation<br />
Desktop Services<br />
Flash Player Plug-in<br />
gnutar<br />
iChat<br />
IO Storage Family<br />
Launch Services<br />
Mail<br />
perl<br />
python<br />
ruby<br />
Samba<br />
Safari<br />
Shockwave Plug-in<br />
SMB<br />
Spotlight<br />
tcpdump<br />
XQuery<br />
<br />
如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4672175.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4672175.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 18 Dec 2007 09:28:57 +0800</pubDate>
</item>
<item>
	<title>Flickr Uploadr 3.0</title>
	<description><![CDATA[
			剛剛用 Flickr Uploadr 上傳半天，結果跟我說上傳失敗...ooxx
後來發現，竟然我新版的 Flickr Uploadr 3.0

Version 3.0: Released 13th December, 2007. This release is available in 8 languages.

Download the Flickr Uploadr to drag in photos from your computer, add titles, tags and other metadata and upload them all to Flickr.
		]]>
	</description>
	<content:encoded><![CDATA[
			剛剛用 Flickr Uploadr 上傳半天，結果跟我說上傳失敗...ooxx<br />
後來發現，竟然我新版的 <a href="http://www.flickr.com/tools/">Flickr Uploadr 3.0</a><br />
<br />
Version 3.0: Released 13th December, 2007. This release is available in 8 languages.<br />
<br />
Download the Flickr Uploadr to drag in photos from your computer, add titles, tags and other metadata and upload them all to Flickr.
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4645485.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4645485.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 14 Dec 2007 10:17:44 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - GarageBand 4.1.1 and QuickTime 7.3.1</title>
	<description><![CDATA[
			GarageBand 4.1.1
此更新項目改進了整體的穩定性，並解決了將檔案輸出至 iPhone 的問題。

QuickTime 7.3.1 解決了安全性問題。
建議所有 QuickTime 7 使用者安裝此更新項目。 

如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh
		]]>
	</description>
	<content:encoded><![CDATA[
			GarageBand 4.1.1<br />
此更新項目改進了整體的穩定性，並解決了將檔案輸出至 iPhone 的問題。<br />
<br />
QuickTime 7.3.1 解決了安全性問題。<br />
建議所有 QuickTime 7 使用者安裝此更新項目。 <br />
<br />
如需此更新項目的詳細資訊，請參訪網站：http://docs.info.apple.com/article.html?artnum=61798-yh
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4645063.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4645063.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 14 Dec 2007 08:59:56 +0800</pubDate>
</item>
<item>
	<title>flick 新增了線上修圖的功能</title>
	<description><![CDATA[
			flickr 跟 picnik 合作，現在，好像 Pro 帳號的用戶，可以使用 picnik 來線上編輯圖片了

多了一個 "EDIT PHOTO"


進入 Picnik 的畫面


Exposure 調整的畫面

		]]>
	</description>
	<content:encoded><![CDATA[
			flickr 跟 picnik 合作，現在，好像 Pro 帳號的用戶，可以使用 picnik 來線上編輯圖片了<br />
<br />
多了一個 "EDIT PHOTO"<br />
<a href="http://www.flickr.com/photos/candyz/2089582771/" title="1 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2316/2089582771_64a28e8a62.jpg" width="500" height="471" alt="1" /></a><br />
<br />
進入 Picnik 的畫面<br />
<a href="http://www.flickr.com/photos/candyz/2089583115/" title="2 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2249/2089583115_1be20a1a33.jpg" width="500" height="248" alt="2" /></a><br />
<br />
Exposure 調整的畫面<br />
<a href="http://www.flickr.com/photos/candyz/2089583553/" title="3 by candyz0416, on Flickr"><img src="http://farm3.static.flickr.com/2412/2089583553_27074d62d9.jpg" width="500" height="250" alt="3" /></a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4586453.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4586453.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 06 Dec 2007 09:57:41 +0800</pubDate>
</item>
<item>
	<title>About AIM in Gmail</title>
	<description><![CDATA[
			現在可以用 GTalk 跟 AIM Chat 了
About AIM in Gmail

不過，現在還有誰在用 AIM 呢？ (大概只有美國人比較多吧？)
我的名單裡，現在一個 AIM/ICQ 的朋友都沒有...XD
		]]>
	</description>
	<content:encoded><![CDATA[
			現在可以用 GTalk 跟 AIM Chat 了<br />
<a href="https://mail.google.com/support/bin/answer.py?answer=61024">About AIM in Gmail</a><br />
<br />
不過，現在還有誰在用 AIM 呢？ (大概只有美國人比較多吧？)<br />
我的名單裡，現在一個 AIM/ICQ 的朋友都沒有...XD
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4582299.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4582299.html</guid>
	<category>軟體</category>
	<pubDate>Wed, 05 Dec 2007 10:00:00 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - 10.5.1</title>
	<description><![CDATA[
			昨天出 10.4.11
今天 10.5.1 也很快的就推出了
Leopard 可真要多加加油了...

What’s New in this Version
The 10.5.1 Update is recommended for all users running Mac OS X Leopard and includes general operating system fixes that enhance the stability, compatibility and security of your Mac.

http://www.apple.com/support/downloads/macosx1051update.html
		]]>
	</description>
	<content:encoded><![CDATA[
			昨天出 10.4.11<br />
今天 10.5.1 也很快的就推出了<br />
Leopard 可真要多加加油了...<br />
<br />
What’s New in this Version<br />
The 10.5.1 Update is recommended for all users running Mac OS X Leopard and includes general operating system fixes that enhance the stability, compatibility and security of your Mac.<br />
<br />
http://www.apple.com/support/downloads/macosx1051update.html
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4489237.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4489237.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 16 Nov 2007 10:56:38 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - 10.4.11 and iPhoto 7.1.1</title>
	<description><![CDATA[
			Apple 推出了 10.4.11 的更新以及 iPhoto 7.1.1 的更新
對我來說比較重要的是 10.4.11 的更新
因為 Leopard 現在問題還頗多的，還不敢升級上去
看到 10.4.11 主要的更新部份:
Includes Safari 3，難怪我更新到一半，我的 Safari 2.4.x 就當了.......XD

Adds RAW image decoding support for the following cameras: Panasonic Lumix DMC-FZ50, Leica V-Lux 1, Olympus E-400, Olympus EVOLT E410, Olympus EVOLT E510, Canon EOS 40D
最近一直在 400D 跟 40D 之間猶豫，不敢敗 40D 的原因就是 Tiger 不支援 (Leopard 才有支援)，現在 10.4.11 支援了 40D 的 RAW 格式，看來，小朋友又要出走許多了

Improves compatibility when using OpenType fonts in QuarkExpress

Improves reliability when running VMWARE's Fusion

Improves support for using Image Capture to import pictures taken on your iPhone

Improves syncing between iPhone and Yahoo! address books

Addresses an issue copying files from a Mac OS 9 AFP sharepoint

Improved reliability advertising an AFP sharepoint over Bonjour

Addresses an issue which could prevent the use of port mapping when sharing your Mac's internet connection

Improves reliability when trying to authenticate to an AFP share using Kerberos

Improves compatibility with third-party wireless wide-area network devices

Improves reliability when mounting external USB hard drives.

Adds support for Microsoft Presenter Mouse 8000

Addresses an issue in which selecting two rows of album art within the iTunes artwork Screen Saver may cause System Preferences to unexpectedly quit

Includes updated Daylight Saving Time information for customers in Australia, New Zealand, and the United States state of Indiana

Allows the use of the special keys on aluminum Apple Keyboards to control Aperture slideshows

Addresses an issue in which help content for some applications may be displayed in English when using the computer in another Mac OS X language

Includes recent Apple security updates
		]]>
	</description>
	<content:encoded><![CDATA[
			Apple 推出了 10.4.11 的更新以及 iPhoto 7.1.1 的更新<br />
對我來說比較重要的是 10.4.11 的更新<br />
因為 Leopard 現在問題還頗多的，還不敢升級上去<br />
看到 10.4.11 主要的更新部份:<br />
Includes Safari 3，難怪我更新到一半，我的 Safari 2.4.x 就當了.......XD<br />
<br />
Adds RAW image decoding support for the following cameras: Panasonic Lumix DMC-FZ50, Leica V-Lux 1, Olympus E-400, Olympus EVOLT E410, Olympus EVOLT E510, Canon EOS 40D<br />
最近一直在 400D 跟 40D 之間猶豫，不敢敗 40D 的原因就是 Tiger 不支援 (Leopard 才有支援)，現在 10.4.11 支援了 40D 的 RAW 格式，看來，小朋友又要出走許多了<br />
<br />
Improves compatibility when using OpenType fonts in QuarkExpress<br />
<br />
Improves reliability when running VMWARE's Fusion<br />
<br />
Improves support for using Image Capture to import pictures taken on your iPhone<br />
<br />
Improves syncing between iPhone and Yahoo! address books<br />
<br />
Addresses an issue copying files from a Mac OS 9 AFP sharepoint<br />
<br />
Improved reliability advertising an AFP sharepoint over Bonjour<br />
<br />
Addresses an issue which could prevent the use of port mapping when sharing your Mac's internet connection<br />
<br />
Improves reliability when trying to authenticate to an AFP share using Kerberos<br />
<br />
Improves compatibility with third-party wireless wide-area network devices<br />
<br />
Improves reliability when mounting external USB hard drives.<br />
<br />
Adds support for Microsoft Presenter Mouse 8000<br />
<br />
Addresses an issue in which selecting two rows of album art within the iTunes artwork Screen Saver may cause System Preferences to unexpectedly quit<br />
<br />
Includes updated Daylight Saving Time information for customers in Australia, New Zealand, and the United States state of Indiana<br />
<br />
Allows the use of the special keys on aluminum Apple Keyboards to control Aperture slideshows<br />
<br />
Addresses an issue in which help content for some applications may be displayed in English when using the computer in another Mac OS X language<br />
<br />
Includes recent Apple security updates
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4482963.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4482963.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 15 Nov 2007 08:43:00 +0800</pubDate>
</item>
<item>
	<title>Fedora 8</title>
	<description><![CDATA[
			Fedora 8 推出了
這次好像很順利，水像 F7 那樣延了好幾次...

對於更新越來越頻繁的 Linux distrobution 我實在是越來越無力了
我的 Server 都還在用 FC6 (之前也是從 FC3 升上來的)
F8 出來後，FC6 也差不多快要不 maintain 了
我現在已經沒那個力氣去追著跑，只要 Server 活著好好的，就不太會想去動它
若 FC6 不再更新了，我想，我大概會去升級改用 SL5/RHEL5 吧，至少生命週期可以撐個 5-7 年

對我來說 Desktop 大概還是 MacOSX 用的最順手、最習慣

Fedora 8 的 Release Notes
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://fedoraproject.org/">Fedora 8</a> 推出了<br />
這次好像很順利，水像 F7 那樣延了好幾次...<br />
<br />
對於更新越來越頻繁的 Linux distrobution 我實在是越來越無力了<br />
我的 Server 都還在用 FC6 (之前也是從 FC3 升上來的)<br />
F8 出來後，FC6 也差不多快要不 maintain 了<br />
我現在已經沒那個力氣去追著跑，只要 Server 活著好好的，就不太會想去動它<br />
若 FC6 不再更新了，我想，我大概會去升級改用 SL5/RHEL5 吧，至少生命週期可以撐個 5-7 年<br />
<br />
對我來說 Desktop 大概還是 MacOSX 用的最順手、最習慣<br />
<br />
Fedora 8 的 <a href="http://docs.fedoraproject.org/release-notes/f8/en_US/">Release Notes</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4452761.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4452761.html</guid>
	<category>軟體</category>
	<pubDate>Fri, 09 Nov 2007 08:56:56 +0800</pubDate>
</item>
<item>
	<title>Skype and Adium 的 Video Support</title>
	<description><![CDATA[
			最近看到的兩個訊息:
1.Skype 2.0 beta for Linux: the Great Revolution


Linux 上的 Skype 終於要支援 Video 了
目前我都是用 Mac 版的 Skype 跟家人朋友來通視訊的

2.Adium 2.0 的 Video 支援

這個可能還要等好幾個月

不過，能看到越來越多的視訊支援，對使用者也是好事一件啦
		]]>
	</description>
	<content:encoded><![CDATA[
			最近看到的兩個訊息:<br />
1.<a href="http://share.skype.com/sites/linux/2007/11/skype_20_beta_for_linux_with_video.html">Skype 2.0 beta for Linux: the Great Revolution</a><br />
<img src="http://share.skype.com/sites/linux/skypelinux_video.png" /><br />
<br />
Linux 上的 Skype 終於要支援 Video 了<br />
目前我都是用 Mac 版的 Skype 跟家人朋友來通視訊的<br />
<br />
2.<a href="http://www.adiumx.com/blog/2007/10/happy-leopard-day.php">Adium 2.0 的 Video 支援</a><br />
<img src="http://adiumx.com/blog/uploaded_images/vvmockups/Message%20View%20+%20Video%20View_thumb.jpg" width="500" /><br />
這個可能還要等好幾個月<br />
<br />
不過，能看到越來越多的視訊支援，對使用者也是好事一件啦
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4446851.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4446851.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 08 Nov 2007 08:56:12 +0800</pubDate>
</item>
<item>
	<title>Apple 軟體更新 - QuickTime 7.3 and iTunes 7.5</title>
	<description><![CDATA[
			QuickTime 7.3 解決了一些重要的安全性問題，並提供： 
- 支援 iTunes 7.5
- 更新了製作與 iPhone 相容之網頁內容的支援功能
- 在“QuickTime 網頁外掛模組”中更新了 JavaScript 支援功能
- 多項錯誤的修正

建議所有 QuickTime 7 使用者安裝此版本。

如需此更新項目之安全性內容的細節資訊，請參訪網站：http://www.info.apple.com/kbnum/n61798-yh。

iTunes 7.5 包含在任何提供服務的地區啟用 iPhone 和支援 Phase 的新功能（Phase 是專為 iPod nano（第三代）、iPod classic 和 iPod（第五代）所設計的新型互動式音樂遊戲）。此版本同時包括改善穩定性和執行效能的錯誤修正。
		]]>
	</description>
	<content:encoded><![CDATA[
			QuickTime 7.3 解決了一些重要的安全性問題，並提供： <br />
- 支援 iTunes 7.5<br />
- 更新了製作與 iPhone 相容之網頁內容的支援功能<br />
- 在“QuickTime 網頁外掛模組”中更新了 JavaScript 支援功能<br />
- 多項錯誤的修正<br />
<br />
建議所有 QuickTime 7 使用者安裝此版本。<br />
<br />
如需此更新項目之安全性內容的細節資訊，請參訪網站：http://www.info.apple.com/kbnum/n61798-yh。<br />
<br />
iTunes 7.5 包含在任何提供服務的地區啟用 iPhone 和支援 Phase 的新功能（Phase 是專為 iPod nano（第三代）、iPod classic 和 iPod（第五代）所設計的新型互動式音樂遊戲）。此版本同時包括改善穩定性和執行效能的錯誤修正。
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4428367.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4428367.html</guid>
	<category>軟體</category>
	<pubDate>Tue, 06 Nov 2007 09:09:15 +0800</pubDate>
</item>
<item>
	<title>Leopard 終於來了 (升級版到手)</title>
	<description><![CDATA[
			比人家早去申請，結果到今天 11/1 才收到......Orz
發票跟 DVD 光碟一起來，還有一本中文手冊，直接從新加坡坐發機來的



		]]>
	</description>
	<content:encoded><![CDATA[
			比人家早去申請，結果到今天 11/1 才收到......Orz<br />
發票跟 DVD 光碟一起來，還有一本中文手冊，直接從新加坡坐發機來的<br />
<br />
<a href="http://www.flickr.com/photos/candyz/1812339891/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2128/1812339891_6cd91cb54d.jpg" width="500" height="379" alt="Leopard Upgrade DVD" /></a><br />
<a href="http://www.flickr.com/photos/candyz/1813184480/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2291/1813184480_cc94c01ea5.jpg" width="500" height="398" alt="Leopard Upgrade Manual" /></a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4401351.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4401351.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 01 Nov 2007 14:34:22 +0800</pubDate>
</item>
<item>
	<title>升級 Leopard 後的問題</title>
	<description><![CDATA[
			Apple 的官方討論區
Installation appears stuck on a plain blue screen 
一大堆人升級後遇到藍色畫面卡很久...Orz

看來，要小心一點升級...
繼續看其他人安裝後的回報...:p
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://discussions.apple.com/thread.jspa?threadID=1195031">Apple 的官方討論區</a><br />
Installation appears stuck on a plain blue screen <br />
一大堆人升級後遇到藍色畫面卡很久...Orz<br />
<br />
看來，要小心一點升級...<br />
繼續看其他人安裝後的回報...:p
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4378757.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4378757.html</guid>
	<category>軟體</category>
	<pubDate>Sun, 28 Oct 2007 09:24:06 +0800</pubDate>
</item>
<item>
	<title>Leopard 尚未出貨</title>
	<description><![CDATA[
			10/17 老早就訂了
上面明明寫著最遲 10/26 出貨
結果 10/26 都到了，去查詢，上面還寫著尚未出貨
一整個 Orz
打去客服問，說今天應該會出貨啦...XD

終於，我是在 10/26 23:xx 時，才收到出貨通知信...XD
一定要趕在最後幾分鐘才出貨就對了

上面寫著到貨日 11/1
看來，還有得等

就先看看其他人有用出什麼問題來再說吧
		]]>
	</description>
	<content:encoded><![CDATA[
			10/17 老早就訂了<br />
上面明明寫著最遲 10/26 出貨<br />
結果 10/26 都到了，去查詢，上面還寫著尚未出貨<br />
一整個 Orz<br />
打去客服問，說今天應該會出貨啦...XD<br />
<br />
終於，我是在 10/26 23:xx 時，才收到出貨通知信...XD<br />
一定要趕在最後幾分鐘才出貨就對了<br />
<br />
上面寫著到貨日 11/1<br />
看來，還有得等<br />
<br />
就先看看其他人有用出什麼問題來再說吧
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4375327.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4375327.html</guid>
	<category>軟體</category>
	<pubDate>Sat, 27 Oct 2007 15:16:53 +0800</pubDate>
</item>
<item>
	<title>Aperture 1.5.6 Update</title>
	<description><![CDATA[
			About Aperture 1.5.6 Update
Aperture 1.5.6 addresses issues related to performance, improves overall stability, and supports compatibility with Mac OS X v10.5. This update is recommended for all Aperture users.
		]]>
	</description>
	<content:encoded><![CDATA[
			About Aperture 1.5.6 Update<br />
Aperture 1.5.6 addresses issues related to performance, improves overall stability, and supports compatibility with Mac OS X v10.5. This update is recommended for all Aperture users.
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4375293.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4375293.html</guid>
	<category>軟體</category>
	<pubDate>Sat, 27 Oct 2007 15:15:03 +0800</pubDate>
</item>
<item>
	<title>Gmail IMAP</title>
	<description><![CDATA[
			大家應該都知道
Google Blog 上的文章: Free IMAP for Gmail
Gmail Blog 上的文章
		]]>
	</description>
	<content:encoded><![CDATA[
			大家應該都知道<br />
Google Blog 上的文章: <a href="http://googleblog.blogspot.com/2007/10/free-imap-for-gmail.html">Free IMAP for Gmail</a><br />
<a href="http://gmailblog.blogspot.com/2007/10/sync-your-inbox-across-devices-with.html">Gmail Blog 上的文章</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/candyz/archives/4361439.html</link>
	<guid>http://blog.roodo.com/candyz/archives/4361439.html</guid>
	<category>軟體</category>
	<pubDate>Thu, 25 Oct 2007 08:42:30 +0800</pubDate>
</item>
</channel>
</rss>