<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>許心俞的部落格 &#187; 上課教材</title>
	<atom:link href="http://www.kayo-web.com/blog/category/%e7%b6%b2%e8%b7%af%e8%a1%8c%e9%8a%b7/%e4%b8%8a%e8%aa%b2%e6%95%99%e6%9d%90/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kayo-web.com/blog</link>
	<description>我的工作即是生活，喜歡工作中的生活!!!!</description>
	<lastBuildDate>Tue, 03 Jan 2012 12:46:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>受保護的文章： 網路對消費行為的改變(一)</title>
		<link>http://www.kayo-web.com/blog/2011/12/%e7%b6%b2%e8%b7%af%e5%b0%8d%e6%b6%88%e8%b2%bb%e8%a1%8c%e7%82%ba%e7%9a%84%e6%94%b9%e8%ae%8a/</link>
		<comments>http://www.kayo-web.com/blog/2011/12/%e7%b6%b2%e8%b7%af%e5%b0%8d%e6%b6%88%e8%b2%bb%e8%a1%8c%e7%82%ba%e7%9a%84%e6%94%b9%e8%ae%8a/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 11:50:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>
		<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1261</guid>
		<description><![CDATA[受保護的文章不會產生摘要。]]></description>
			<content:encoded><![CDATA[<form action="http://www.kayo-web.com/blog/wp-pass.php" method="post">
<p>本文受密碼保護，須填寫您的密碼才能閱讀。</p>
<p><label for="pwbox-1261">登入密碼：<br />
<input name="post_password" id="pwbox-1261" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="送出" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/12/%e7%b6%b2%e8%b7%af%e5%b0%8d%e6%b6%88%e8%b2%bb%e8%a1%8c%e7%82%ba%e7%9a%84%e6%94%b9%e8%ae%8a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>為網頁添加hCard微格式</title>
		<link>http://www.kayo-web.com/blog/2011/07/%e7%82%ba%e7%b6%b2%e9%a0%81%e6%b7%bb%e5%8a%a0hcard%e5%be%ae%e6%a0%bc%e5%bc%8f/</link>
		<comments>http://www.kayo-web.com/blog/2011/07/%e7%82%ba%e7%b6%b2%e9%a0%81%e6%b7%bb%e5%8a%a0hcard%e5%be%ae%e6%a0%bc%e5%bc%8f/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 07:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1224</guid>
		<description><![CDATA[
範例
Joe Doe
The Example Company
604-555-1234
http://example.com/
 
程式碼&#60;div&#62;
     &#60;div&#62;Joe Doe&#60;/div&#62;
     &#60;div&#62;The Example Company&#60;/div&#62;
     &#60;div&#62;604-555-1234&#60;/div&#62;
     &#60;a href=&#8221;http://example.com/&#8221;&#62;http://example.com/&#60;/a&#62;
&#60;/div&#62;
這裡，正式名稱（class=&#8221;fn&#8221;），組織（class=&#8221;org&#8221;），電話號碼（class=&#8221;tel&#8221;）和url（class=&#8221;url&#8221;）分別用相應的class標示；同時，所有內容都包含在class=&#8221;vcard&#8221;裡
範例二
Wikimedia Foundation Inc.
200 2nd Ave. South #358
St. Petersburg, FL 33701-4313
USA
Phone: +1-727-231-0101
Email: info@wikimedia.org
Fax: +1-727-258-0207
&#60;div&#62;
  &#60;div&#62;Wikimedia Foundation Inc.&#60;/div&#62;
  &#60;div&#62;
    &#60;div&#62;200 2nd Ave. South #358&#60;/div&#62;
    &#60;div&#62;
      &#60;span&#62;St. Petersburg&#60;/span&#62;,
      &#60;span&#62;FL&#60;/span&#62; [...]]]></description>
			<content:encoded><![CDATA[<div class="vcard">
<div class="fn">範例</div>
<div class="fn">Joe Doe</div>
<div class="org">The Example Company</div>
<div class="tel">604-555-1234</div>
<p><a class="url" href="http://example.com/">http://example.com/</a></p>
<blockquote><p> </p></blockquote>
<p>程式碼&lt;div&gt;<br />
     &lt;div&gt;Joe Doe&lt;/div&gt;<br />
     &lt;div&gt;The Example Company&lt;/div&gt;<br />
     &lt;div&gt;604-555-1234&lt;/div&gt;<br />
     &lt;a href=&#8221;http://example.com/&#8221;&gt;http://example.com/&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>這裡，正式名稱（class=&#8221;fn&#8221;），組織（class=&#8221;org&#8221;），電話號碼（class=&#8221;tel&#8221;）和url（class=&#8221;url&#8221;）分別用相應的class標示；同時，所有內容都包含在class=&#8221;vcard&#8221;裡</p>
<p>範例二</p>
<p>Wikimedia Foundation Inc.<br />
200 2nd Ave. South #358<br />
St. Petersburg, FL 33701-4313<br />
USA<br />
Phone: +1-727-231-0101<br />
Email: <a href="mailto:info@wikimedia.org">info@wikimedia.org</a><br />
Fax: +1-727-258-0207</p>
<pre>&lt;div&gt;
  &lt;div&gt;Wikimedia Foundation Inc.&lt;/div&gt;
  &lt;div&gt;
    &lt;div&gt;200 2nd Ave. South #358&lt;/div&gt;
    &lt;div&gt;
      &lt;span&gt;St. Petersburg&lt;/span&gt;,
      &lt;span&gt;FL&lt;/span&gt; &lt;span&gt;33701-4313&lt;/span&gt;
    &lt;/div&gt;
    &lt;div&gt;USA&lt;/div&gt;
    &lt;/div&gt;
  &lt;div&gt;Phone: &lt;span&gt;+1-727-231-0101&lt;/span&gt;&lt;/div&gt;
  &lt;div&gt;Email: &lt;span&gt;info@wikimedia.org&lt;/span&gt;&lt;/div&gt;
  &lt;div&gt;
    &lt;span&gt;&lt;span&gt;Fax&lt;/span&gt;:
    &lt;span&gt;+1-727-258-0207&lt;/span&gt;&lt;/span&gt;
  &lt;/div&gt;
&lt;/div&gt;

注意，在這個例子中，正式名稱（class="fn"）和組織（class="org"）寫在了一個屬性中，表示這是一個組織，而不是個人。

<strong>屬性</strong><strong> </strong>

<a title="Geo" href="http://zh.wikipedia.org/wiki/Geo">Geo</a>可以被包含在hCard中，表示某個位址的座標。

其他常用的hCard屬性包括：
<ul>
<li>bday - 生日</li>
<li>email</li>
<li>honorific-prefix -（西式）名字前的尊稱，例如：<a title="博士" href="http://zh.wikipedia.org/wiki/%E5%8D%9A%E5%A3%AB">博士</a>（Dr.）、<a title="牧师" href="http://zh.wikipedia.org/wiki/%E7%89%A7%E5%B8%AB">牧師</a>（Rev.）等，在東方會放在名字的後方。</li>
<li>honorific-suffix -（西式）名字後的尊稱，一般都是封銜，例如：<a title="太平绅士" href="http://zh.wikipedia.org/wiki/%E5%A4%AA%E5%B9%B3%E7%B4%B3%E5%A3%AB">太平紳士</a>（<a title="JP" href="http://zh.wikipedia.org/wiki/JP">JP</a>）、<a title="大紫荆勋章" href="http://zh.wikipedia.org/wiki/%E5%A4%A7%E7%B4%AB%E8%8D%8A%E5%8B%B3%E7%AB%A0">大紫荊勳章</a>（<a title="GBM" href="http://zh.wikipedia.org/wiki/GBM">GBM</a>），一般詳列在名字的最後方。</li>
<li>logo</li>
<li>nickname - 昵稱、愛稱或外號。西方人的名字一般都有簡寫，有時這些昵稱或外號就用來分辨同名的人。例如：William "Bill" Gates 中間的"Bill"。</li>
<li>note</li>
<li>photo</li>
<li>post-office-box</li>
</ul>
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/07/%e7%82%ba%e7%b6%b2%e9%a0%81%e6%b7%bb%e5%8a%a0hcard%e5%be%ae%e6%a0%bc%e5%bc%8f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PageRank Buttons &#8211; Add one to your site</title>
		<link>http://www.kayo-web.com/blog/2011/07/pagerank-buttons-add-one-to-your-site/</link>
		<comments>http://www.kayo-web.com/blog/2011/07/pagerank-buttons-add-one-to-your-site/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 02:51:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1218</guid>
		<description><![CDATA[



Check Page Rank of your Web site pages instantly:













This page rank checking tool is powered by Page Rank Checker service




]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;">
<table cellspacing="1" style="margin:10px auto 40px;width:400px;border:1px solid #DDD;text-align:center;">
<tr>
<td style="background:#D1FFA4;vertical-align:middle;">
<p style="font-size:11px;font-family:Verdana;margin:0px;padding:2px;color:#666;"><strong>Check Page Rank of your Web site pages instantly:</strong></p>
</td>
</tr>
<form action="http://www.prchecker.info/check_page_rank.php" method="post" style="margin:0px;padding:0px;">
<tr>
<td style="border:1px solid #CCC;padding:10px;background:#DDD;">
<input type="hidden" name="action" value="docheck">
<input type="text" value="http://" name="urlo" maxlength="150" style="width:250px;padding:1px 2px 2px 3px;margin-right:10px;font-size:13px;font-family:Arial;">
<input type="submit" name="submit" value=" Check PR " style="width:80px;font-size:11px;font-family:Arial;padding:1px;">
</td>
</tr>
</form>
<tr>
<td>
<p style="margin:0px;padding:3px 0px 1px 0px;color:#AAA;font-size:9px;font-family:Verdana;">This page rank checking tool is powered by <a href="http://www.prchecker.info/" target="_blank">Page Rank Checker</a> service</p>
</td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/07/pagerank-buttons-add-one-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011.04 創市際月刊報告書</title>
		<link>http://www.kayo-web.com/blog/2011/06/2011-04-%e5%89%b5%e5%b8%82%e9%9a%9b%e6%9c%88%e5%88%8a%e5%a0%b1%e5%91%8a%e6%9b%b8/</link>
		<comments>http://www.kayo-web.com/blog/2011/06/2011-04-%e5%89%b5%e5%b8%82%e9%9a%9b%e6%9c%88%e5%88%8a%e5%a0%b1%e5%91%8a%e6%9b%b8/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 05:36:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[ARO觀察]]></category>
		<category><![CDATA[研究案例]]></category>
		<category><![CDATA[網路新知]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1209</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="700" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://embedit.in/C2x6UGhV9B.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="466" height="400" src="http://embedit.in/C2x6UGhV9B.swf" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/06/2011-04-%e5%89%b5%e5%b8%82%e9%9a%9b%e6%9c%88%e5%88%8a%e5%a0%b1%e5%91%8a%e6%9b%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>常見免費網路硬碟整理 Free Web FTP</title>
		<link>http://www.kayo-web.com/blog/2011/05/%e5%b8%b8%e8%a6%8b%e5%85%8d%e8%b2%bb%e7%b6%b2%e8%b7%af%e7%a1%ac%e7%a2%9f%e6%95%b4%e7%90%86-free-web-ftp/</link>
		<comments>http://www.kayo-web.com/blog/2011/05/%e5%b8%b8%e8%a6%8b%e5%85%8d%e8%b2%bb%e7%b6%b2%e8%b7%af%e7%a1%ac%e7%a2%9f%e6%95%b4%e7%90%86-free-web-ftp/#comments</comments>
		<pubDate>Sun, 08 May 2011 02:47:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>
		<category><![CDATA[課程]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1183</guid>
		<description><![CDATA[上班經常遇到將檔案放在公司或家裡忘了帶，
不然就是把隨身碟忘了帶或帕無氣(搞丟)！
同事怕麻煩 (還要跟MIS申請及看臉色)，三不五時來問哪裡有FTP空間可以使用？
不論你是打算將照片、音樂、影片、網頁…..分享或是備份。
都要記住免費雖然好用，但是並不保證安全、永久而且還有很多限制喔！
以下是整理的資訊。
 
Drop.io  http://cn.drop.io 一般免費文件分享系統

可上傳最大空間為100MB。
可自訂網址或密碼，也就是使用者在上傳檔案時，同時可以設定一組 drop.io/YourName 的網址。。
檔案保存不限制，可自行選擇。



Megaupload.com  http://www.megaupload.com 

可上傳最大空間為200MB



Oron  http://www.oron.com 
 免費檔案分享空間，還可以賺取收益

花個一分鐘註冊就就可以獲得250GB的免費空間，單檔最大可以上傳400MB的檔案
累積下載滿1000次就可以最高有機會獲得10元美金，另外這網站還可以邀請別人來註冊以獲取收益。
沒有註冊的使用者，單檔可以上傳200MB的檔案，如果是註冊的使用者可以上傳400MB的檔案。
檔案的保存期限是30天內無人下載就會刪除檔案。
非註冊會員請稍待60秒，註冊會員請稍待50秒就可以進行下載。



訊6(Xun6)   http://www.xun6.com/ 

中文介面的免費空間，檔案伺服器在美國
檔案支援單檔100MB，
保存時間為30天無人下載系統將會自動刪除
沒有什麼令人討厭或是彈出式的廣告，讓使用者免於廣告視窗的騷擾。
所有檔案不論驗證過與否，只要累積滿200次下載就可以加入訊6的檔案分享賺錢系統。



Screencast.com  http://www.screencast.com 

強調共享影片、圖片的網路硬碟，上傳的的所有圖片與影片都不會被壓縮，圖片和影片將可以使用原尺寸來和朋友分享。
可上傳最大空間小於100MB
提供給註冊使用者免費的2GB儲存空間與每月2GB的流量
提供的連結能直接內嵌入網頁或部落格
目前只提供英文介面。

4shared  http://www.4shared.com
國外非常有名的免費檔案儲存空間。

有推出中文介面！
免費：10GB容量、無限流量、0GB特級流量=$0/Month FREE
特級：100GB容量、無限流量、100GB特級流量=$9.95/Month
上傳的部分，檔案格式類型不限制，每個檔案最大可以支援到200MB。
保存期限：30天未登入帳號，將刪除所有檔案，用戶每30天登入一次，就不會被砍檔案，不過也是有保存時間限制。
下載時有些檔案需要進行倒數，網站上廣告又有點雜。

 
Box.net  http://www.box.net &#124;  http://www.boxcn.net 
(據說可突破中國大陸GFW封鎖)
免費1GB檔案儲存空間、不砍檔！

介面只有英文。
免費空間1GB，每個月有10GB的下載流量限制。
永久保存檔案，不砍檔
圖片檔案、文書類型的檔案可以直接在網站上預覽檔案
提供檔案內嵌模式，直接在網站上秀出檔案，讓檔案不再是冷冰冰的一串超連結，透過flash來讓使用者將檔案嵌入網站，添加了更多趣味。

ASUS WebStorage  http://www.asuswebstorage.com/
沒錯就是台灣廠商，華碩旗下公司的全球聯訊
所推出的雲端網路硬碟服務。

11國語言介面（包含英文、簡體中文、繁體中文）
免費帳戶僅有 1GB 空間，但如果你有購買 ASUS 的電腦，還能依照不同的型號來免費獲得額外的使用空間和使用期限。
透過網頁介面上傳檔案，速度稍微慢一些，但可以一次上傳多個檔案。
付費項目是沒有空間、流量限制的，也就是說使用者只需要繳年費，就能使用無限制存取空間（一年約 TWD 1,340 元）

115網路U盤  http://u.115.com/
是中國大陸的雨林木風科技公司所提供的一項服務，
儲存容量大、免費、快速、穩定且易用。

首頁相當乾淨簡潔，無須註冊就能夠上傳或下載檔案。
免費註冊後能獲得高達8GB儲存空間（永久空間3GB、臨時空間5GB），且空間會隨著用戶等級的提高而增加。
單檔大小限制：音樂 20MB、圖片20MB、文件200MB、檔案1000MB。
檔案未續期有效期限是31天，按時續期檔案就不會被刪除。
用戶每天上線使用，只要每天登入點選，就能隨機獲得5MB-100MB 的額外空間。

]]></description>
			<content:encoded><![CDATA[<p>上班經常遇到將檔案放在公司或家裡忘了帶，</p>
<p>不然就是把隨身碟忘了帶或帕無氣(搞丟)！</p>
<p>同事怕麻煩 (還要跟MIS申請及看臉色)，三不五時來問哪裡有FTP空間可以使用？</p>
<p>不論你是打算將照片、音樂、影片、網頁….<strong>.</strong>分享或是備份。</p>
<p>都要記住免費雖然好用，但是並不保證安全、永久而且還有很多限制喔！</p>
<p>以下是整理的資訊。</p>
<h3><span id="more-416"> </span></h3>
<h3><strong>Drop.io  <a href="http://cn.drop.io/">http://cn.drop.io</a> </strong><strong>一般免費文件分享系統</strong></h3>
<ul>
<li>可上傳最大空間為100MB。</li>
<li>可自訂網址或密碼，也就是使用者在上傳檔案時，同時可以設定一組 drop.io/YourName 的網址。。</li>
<li>檔案保存不限制，可自行選擇。</li>
</ul>
<h3><strong><br />
</strong></h3>
<h3><strong>Megaupload.com  <a href="http://www.megaupload.com/">http://www.megaupload.com</a></strong><strong> </strong></h3>
<ul>
<li>可上傳最大空間為200MB</li>
</ul>
<h3><strong><br />
</strong></h3>
<h3><strong>Oron  <a href="http://www.oron.com/">http://www.oron.com</a> </strong></h3>
<h3><strong> </strong><strong>免費檔案分享空間，還可以賺取收益</strong></h3>
<ul>
<li><span style="font-size: 13px; font-weight: normal;">花個一分鐘註冊就就可以獲得250GB的免費空間，單檔最大可以上傳400MB的檔案</span></li>
<li><span style="font-size: 13px; font-weight: normal;">累積下載滿1000次就可以最高有機會獲得10元美金，另外這網站還可以邀請別人來註冊以獲取收益。</span></li>
<li><span style="font-size: 13px; font-weight: normal;">沒有註冊的使用者，單檔可以上傳200MB的檔案，如果是註冊的使用者可以上傳400MB的檔案。</span></li>
<li><span style="font-size: 13px; font-weight: normal;">檔案的保存期限是30天內無人下載就會刪除檔案。</span></li>
<li><span style="font-size: 13px; font-weight: normal;">非註冊會員請稍待60秒，註冊會員請稍待50秒就可以進行下載。</span></li>
</ul>
<h3><strong><br />
</strong></h3>
<h3><strong>訊6(Xun6)   <a href="http://www.xun6.com/">http://www.xun6.com/</a></strong><strong> </strong></h3>
<ul>
<li>中文介面的免費空間，檔案伺服器在美國</li>
<li>檔案支援單檔100MB，</li>
<li>保存時間為30天無人下載系統將會自動刪除</li>
<li>沒有什麼令人討厭或是彈出式的廣告，讓使用者免於廣告視窗的騷擾。</li>
<li>所有檔案不論驗證過與否，只要累積滿200次下載就可以加入訊6的檔案分享賺錢系統。</li>
</ul>
<h3><strong><br />
</strong></h3>
<h3><strong>Screencast.com  <a href="http://www.screencast.com/">http://www.screencast.com</a></strong><strong> </strong></h3>
<ul>
<li>強調共享影片、圖片的網路硬碟，上傳的的所有圖片與影片都不會被壓縮，圖片和影片將可以使用原尺寸來和朋友分享。</li>
<li>可上傳最大空間小於100MB</li>
<li>提供給註冊使用者免費的2GB儲存空間與每月2GB的流量</li>
<li>提供的連結能直接內嵌入網頁或部落格</li>
<li>目前只提供英文介面。</li>
</ul>
<h3>4shared  <a href="http://www.4shared.com/" target="_blank">http://www.4shared.com</a></h3>
<h3>國外非常有名的免費檔案儲存空間。</h3>
<ul>
<li>有推出中文介面！</li>
<li>免費：10GB容量、無限流量、0GB特級流量=$0/Month <strong>FREE</strong></li>
<li>特級：100GB容量、無限流量、100GB特級流量=$9.95/Month</li>
<li>上傳的部分，檔案格式類型不限制，每個檔案最大可以支援到200MB。</li>
<li>保存期限：30天未登入帳號，將刪除所有檔案，用戶每30天登入一次，就不會被砍檔案，不過也是有保存時間限制。</li>
<li>下載時有些檔案需要進行倒數，網站上廣告又有點雜。</li>
</ul>
<p><strong> </strong></p>
<h3>Box.net  <a href="http://www.box.net/">http://www.box.net</a> |  <a href="http://www.boxcn.net%20%20/">http://www.boxcn.net </a></h3>
<h3><a href="http://www.boxcn.net%20%20/"></a>(據說可突破中國大陸GFW封鎖)</h3>
<h3>免費1GB檔案儲存空間、不砍檔！</h3>
<ul>
<li>介面只有英文。</li>
<li>免費空間1GB，每個月有10GB的下載流量限制。</li>
<li>永久保存檔案，不砍檔</li>
<li>圖片檔案、文書類型的檔案可以直接在網站上預覽檔案</li>
<li>提供檔案內嵌模式，直接在網站上秀出檔案，讓檔案不再是冷冰冰的一串超連結，透過flash來讓使用者將檔案嵌入網站，添加了更多趣味。</li>
</ul>
<h3>ASUS WebStorage  <a href="http://www.asuswebstorage.com/">http://www.asuswebstorage.com/</a></h3>
<h3>沒錯就是台灣廠商，華碩旗下公司的全球聯訊</h3>
<h3>所推出的雲端<a href="http://www.freegroup.org/tag/%E7%B6%B2%E8%B7%AF%E7%A1%AC%E7%A2%9F/">網路硬碟</a>服務。</h3>
<ul>
<li>11國語言介面（包含英文、簡體中文、繁體中文）</li>
<li>免費帳戶僅有 1GB 空間，但如果你有購買 ASUS 的電腦，還能依照不同的型號來免費獲得額外的使用空間和使用期限。</li>
<li>透過網頁介面上傳檔案，速度稍微慢一些，但可以一次上傳多個檔案。</li>
<li>付費項目是沒有空間、流量限制的，也就是說使用者只需要繳年費，就能使用無限制存取空間（一年約 TWD 1,340 元）</li>
</ul>
<h3>115網路U盤  <a href="http://u.115.com/">http://u.115.com/</a></h3>
<h3>是中國大陸的雨林木風科技公司所提供的一項服務，</h3>
<h3>儲存容量大、免費、快速、穩定且易用。</h3>
<ul>
<li>首頁相當乾淨簡潔，無須註冊就能夠上傳或下載檔案。</li>
<li>免費註冊後能獲得<strong>高達8GB儲存空間</strong>（永久空間3GB、臨時空間5GB），且空間會隨著用戶等級的提高而增加。</li>
<li><strong>單檔大小</strong>限制：音樂 20MB、圖片20MB、文件200MB、檔案1000MB。</li>
<li>檔案未續期有效期限是31天，按時續期檔案就不會被刪除。</li>
<li>用戶每天上線使用，只要每天登入點選，就能隨機獲得5MB-100MB 的額外空間。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/05/%e5%b8%b8%e8%a6%8b%e5%85%8d%e8%b2%bb%e7%b6%b2%e8%b7%af%e7%a1%ac%e7%a2%9f%e6%95%b4%e7%90%86-free-web-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>里昂英語俱樂部</title>
		<link>http://www.kayo-web.com/blog/2011/04/%e9%87%8c%e6%98%82%e8%8b%b1%e8%aa%9e%e4%bf%b1%e6%a8%82%e9%83%a8/</link>
		<comments>http://www.kayo-web.com/blog/2011/04/%e9%87%8c%e6%98%82%e8%8b%b1%e8%aa%9e%e4%bf%b1%e6%a8%82%e9%83%a8/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 02:10:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1195</guid>
		<description><![CDATA[



]]></description>
			<content:encoded><![CDATA[<p><!--CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt--></p>
<div style="width: 999px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="999" height="1609" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.motiontree.com/editor/MTSpace.swf?bid=1036445" /><embed type="application/x-shockwave-flash" width="999" height="1609" src="http://www.motiontree.com/editor/MTSpace.swf?bid=1036445"></embed></object></p>
<div><a href="http://motiontree.com/v1036445" target="_blank"><img style="border:none;" src="http://motiontree.com/srcfile/img/common/0804eb_01.png" alt="" /></a><a href="http://motiontree.com/editor/selector/" target="_blank"><img style="border:none;" src="http://motiontree.com/srcfile/img/common/0804eb_02.png" alt="" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/04/%e9%87%8c%e6%98%82%e8%8b%b1%e8%aa%9e%e4%bf%b1%e6%a8%82%e9%83%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>{&#8221;error&#8221;:1,&#8221;message&#8221;:&#8221;對不起,您沒有執行此項操作的許可權!&#8221;,&#8221;content&#8221;:&#8221;&quot;}</title>
		<link>http://www.kayo-web.com/blog/2011/04/%e6%b2%92%e6%9c%89%e5%9f%b7%e8%a1%8c%e6%93%8d%e4%bd%9c%e7%9a%84%e8%a8%b1%e5%8f%af%e6%ac%8a/</link>
		<comments>http://www.kayo-web.com/blog/2011/04/%e6%b2%92%e6%9c%89%e5%9f%b7%e8%a1%8c%e6%93%8d%e4%bd%9c%e7%9a%84%e8%a8%b1%e5%8f%af%e6%ac%8a/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 03:44:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ecshop]]></category>
		<category><![CDATA[上課教材]]></category>
		<category><![CDATA[技術區]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1189</guid>
		<description><![CDATA[最近幫客戶用ECshop制作了個購物車，安裝進行後臺操作時經常出現下面的錯誤！
{&#8221;error&#8221;:1,&#8221;message&#8221;:&#8221;對不起,您沒有執行此項操作的許可權!&#8221;,&#8221;content&#8221;:&#8221;"}
 而且也不能刪除商品、商品分類、資訊文章！
 總是提示錯誤：
 “您沒有執行此項操作的許可權”
 安裝、刪除、再安裝，測試查找了認為的幾個錯誤都沒能解決！
 上網結果，找到了錯誤的原因！
 原來我替客戶網站的申請了中文域名，然而ECshop的後臺不支持中文域名，用英文域名進入後臺操作錯誤沒有出現！
]]></description>
			<content:encoded><![CDATA[<p>最近幫客戶用ECshop制作了個購物車，安裝進行後臺操作時經常出現下面的錯誤！</p>
<p>{&#8221;error&#8221;:1,&#8221;message&#8221;:&#8221;對不起,您沒有執行此項操作的許可權!&#8221;,&#8221;content&#8221;:&#8221;"}</p>
<p> 而且也不能刪除商品、商品分類、資訊文章！</p>
<p> 總是提示錯誤：</p>
<p> “您沒有執行此項操作的許可權”</p>
<p> 安裝、刪除、再安裝，測試查找了認為的幾個錯誤都沒能解決！</p>
<p> 上網結果，找到了錯誤的原因！</p>
<p> 原來我替客戶網站的申請了中文域名，然而ECshop的後臺不支持中文域名，用英文域名進入後臺操作錯誤沒有出現！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/04/%e6%b2%92%e6%9c%89%e5%9f%b7%e8%a1%8c%e6%93%8d%e4%bd%9c%e7%9a%84%e8%a8%b1%e5%8f%af%e6%ac%8a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>將網站直接轉成PDF，線上輸入網址就能搞定，免安裝軟體！</title>
		<link>http://www.kayo-web.com/blog/2011/04/%e5%b0%87%e7%b6%b2%e7%ab%99%e7%9b%b4%e6%8e%a5%e8%bd%89%e6%88%90pdf/</link>
		<comments>http://www.kayo-web.com/blog/2011/04/%e5%b0%87%e7%b6%b2%e7%ab%99%e7%9b%b4%e6%8e%a5%e8%bd%89%e6%88%90pdf/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 02:10:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>
		<category><![CDATA[課程]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1162</guid>
		<description><![CDATA[
除了新聞、報章雜誌外，網路是現代人獲取知識及資訊的最大來源，
更是學習的好工具，不論任何知識或技術。
但是也時候太多的資源，往往來不及一一吸收，
時間上也不允許慢慢閱讀，就算使用時下流行 iPhone 當電子書瀏覽，
也需要將資訊下載保存下來。
 
現在有一個網站你可記下來，他的方便是你隨時登可以使用
因為他不需要下載軟體，更不用安裝軟體
只要登入該網站，輸入你想要保留的網站地址，

可以輕鬆轉成PDF檔案，方便日後慢慢閱讀！
pdfmyurl 是一個免費的線上工具
步驟一：首先登入 http://pdfmyurl.com/在輸入框內輸入網址。
步驟二：在按下右邊的p，系統自動會出現下載模式。
步驟三：下載的就是將整個網站轉成PDF的檔案。
如何使用/插入PDFmyURL在自己的網站：
僅連結的文字或圖像的人會使用特定的下載頁面 /網址：
http://pdfmyurl.com?url=www.opentracker.net
網頁如何提供本文鏈接下載的PDF格式？
語法如下：
&#60;a href=&#8221;http://pdfmyurl.com?url=www.opentracker.net&#8221;&#62; 下載此網頁為PDF格式 &#60;/a&#62;
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1163" href="http://www.kayo-web.com/blog/2011/04/%e5%b0%87%e7%b6%b2%e7%ab%99%e7%9b%b4%e6%8e%a5%e8%bd%89%e6%88%90pdf/pdfmyurl/"><img title="pdfmyurl" src="http://www.kayo-web.com/blog/wp-content/uploads/pdfmyurl.png" alt="pdfmyurl" width="480" height="58" /></a></p>
<p>除了新聞、報章雜誌外，網路是現代人獲取知識及資訊的最大來源，<br />
更是學習的好工具，不論任何知識或技術。</p>
<p>但是也時候太多的資源，往往來不及一一吸收，<br />
時間上也不允許慢慢閱讀，就算使用時下流行 iPhone 當電子書瀏覽，<br />
也需要將資訊下載保存下來。</p>
<p><span id="more-481"> </span></p>
<p>現在有一個網站你可記下來，他的方便是你隨時登可以使用<br />
因為他不需要下載軟體，更不用安裝軟體</p>
<p>只要登入該網站，輸入你想要保留的網站地址，<br />
<a rel="attachment wp-att-1163" href="http://www.kayo-web.com/blog/2011/04/%e5%b0%87%e7%b6%b2%e7%ab%99%e7%9b%b4%e6%8e%a5%e8%bd%89%e6%88%90pdf/pdfmyurl/"></a></p>
<p>可以輕鬆轉成PDF檔案，方便日後慢慢閱讀！</p>
<p>pdfmyurl 是一個免費的線上工具</p>
<p>步驟一：首先登入 http://pdfmyurl.com/在輸入框內輸入網址。</p>
<p>步驟二：在按下右邊的p，系統自動會出現下載模式。</p>
<p>步驟三：下載的就是將整個網站轉成PDF的檔案。</p>
<p><strong>如何使用/插入PDFmyURL在自己的網站：</strong></p>
<p>僅連結的文字或圖像的人會使用特定的下載頁面 /網址：</p>
<p>http://pdfmyurl.com?url=www.opentracker.net</p>
<p><strong>網頁如何提供本文鏈接下載的PDF格式？</strong></p>
<p>語法如下：</p>
<p>&lt;a href=&#8221;http://pdfmyurl.com?url=www.opentracker.net&#8221;&gt; 下載此網頁為PDF格式 &lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/04/%e5%b0%87%e7%b6%b2%e7%ab%99%e7%9b%b4%e6%8e%a5%e8%bd%89%e6%88%90pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube 影片下載與轉檔</title>
		<link>http://www.kayo-web.com/blog/2011/01/youtube-%e5%bd%b1%e7%89%87%e4%b8%8b%e8%bc%89%e8%88%87%e8%bd%89%e6%aa%94/</link>
		<comments>http://www.kayo-web.com/blog/2011/01/youtube-%e5%bd%b1%e7%89%87%e4%b8%8b%e8%bc%89%e8%88%87%e8%bd%89%e6%aa%94/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 06:04:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1087</guid>
		<description><![CDATA[GooTube FLV Retriever：http://kej.tw/flvretriever/

]]></description>
			<content:encoded><![CDATA[<p>GooTube FLV Retriever：<a href="http://kej.tw/flvretriever/" target="_blank">http://kej.tw/flvretriever/</a></p>
<p><a rel="attachment wp-att-1088" href="http://www.kayo-web.com/blog/2011/01/youtube-%e5%bd%b1%e7%89%87%e4%b8%8b%e8%bc%89%e8%88%87%e8%bd%89%e6%aa%94/20110125-2/"><img class="alignleft size-medium wp-image-1088" title="20110125" src="http://www.kayo-web.com/blog/wp-content/uploads/201101251-300x170.jpg" alt="20110125" width="300" height="170" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2011/01/youtube-%e5%bd%b1%e7%89%87%e4%b8%8b%e8%bc%89%e8%88%87%e8%bd%89%e6%aa%94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>副檔名html與htm有何差別</title>
		<link>http://www.kayo-web.com/blog/2010/10/html%e8%88%87htm%e7%9a%84%e5%b7%ae%e5%88%a5/</link>
		<comments>http://www.kayo-web.com/blog/2010/10/html%e8%88%87htm%e7%9a%84%e5%b7%ae%e5%88%a5/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 07:21:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[上課教材]]></category>

		<guid isPermaLink="false">http://www.kayo-web.com/blog/?p=1019</guid>
		<description><![CDATA[那天有同學打來問我,網頁設計用什麼程式比較好,又問副檔名html與htm有何差別?
關於HTML，HTML(HyperTextMark-upLanguage)即超文本標記語言，是WWW的描述語言
這2者沒有差別, 這兩個副檔名可以視為同一個..
會有兩種副檔名, 是因為以前網頁多建置於Unix或Linux伺服器上,
該系統可以支援長副檔名 , 所以可以直接使用 .html ,
而早期Microsoft DOS與Windows 3.0系統, 限制副檔名僅能有三個字元,
所以網頁的副檔名就使用 .htm 了,
雖然現在幾乎所有作業系統都可以支援長的副檔名,
只是大家還是沿用繼續 .htm..
不過有的免費網頁空間會限定首頁必須為 index.html,
所以如果同時存在 index.html 與 index.htm,
則系統會把 index.html 當預設的首頁檔。
]]></description>
			<content:encoded><![CDATA[<p>那天有同學打來問我,網頁設計用什麼程式比較好,又問副檔名html與htm有何差別?</p>
<p>關於HTML，HTML(HyperTextMark-upLanguage)即超文本標記語言，是WWW的描述語言<br />
這2者沒有差別, 這兩個副檔名可以視為同一個..</p>
<p>會有兩種副檔名, 是因為以前網頁多建置於Unix或Linux伺服器上,<br />
該系統可以支援長副檔名 , 所以可以直接使用 .html ,<br />
而早期Microsoft DOS與Windows 3.0系統, 限制副檔名僅能有三個字元,<br />
所以網頁的副檔名就使用 .htm 了,<br />
雖然現在幾乎所有作業系統都可以支援長的副檔名,<br />
只是大家還是沿用繼續 .htm..</p>
<p>不過有的免費網頁空間會限定首頁必須為 index.html,<br />
所以如果同時存在 index.html 與 index.htm,<br />
則系統會把 index.html 當預設的首頁檔。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayo-web.com/blog/2010/10/html%e8%88%87htm%e7%9a%84%e5%b7%ae%e5%88%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

