<?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>HKICT Network</title>
	<atom:link href="http://www.hkict.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hkict.net/blog</link>
	<description>香港資訊及通訊科技網絡</description>
	<lastBuildDate>Sat, 19 Jun 2010 07:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>多媒體演示創新系列(8) – HTML5的由來-測試谷歌標題翻譯</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/UH5MGQ9LxHg/2025</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/UH5MGQ9LxHg/2025#comments</comments>
		<pubDate>Sat, 19 Jun 2010 07:36:18 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/19/innovative-series-of-multimedia-presentations-8-html5-origin-test-heading-google-translation/</guid>
		<description><![CDATA[新高中ICT的課程被人詬病的是沒有指定的HTMLW標籤，所以嚴格來講2012的考卷可以考HTML5W的標籤，不要驚慌，只要我們與時並進，HTML5W並不是不能克服，早前園丁已介紹圖解及簡介，不如今次講...]]></description>
			<content:encoded><![CDATA[新高中ICT的課程被人詬病的是沒有指定的HTMLW標籤，所以嚴格來講2012的考卷可以考HTML5W的標籤，不要驚慌，只要我們與時並進，HTML5W並不是不能克服，早前園丁已介紹圖解及簡介，不如今次講歷史吧，同學亦可藉此重溫HTMLW的標準是如何制定吧！ 什麼是 HTML 5？ 來源:  http://www.ithome.com.tw/itadm/article.php?c=60266 HTML 5 (HyperText Markup Language 5)是W3CW協會推出的最新網頁格式標準，大幅增加多項網頁元素和控制器，強化對網頁應用的支援，如支援影音播放的Video標籤，繪圖專用的CanvasW標籤等，已於2008年釋出草案，預定2010年完成功能制定。 在10年前，負責制定WWW網頁格式標準的W3C協會（World Wide　Web Consortium）以為4.0版就可以滿足未來各種網頁內容的需求，再也不需要修改HTML格式標準，頂多進行細部規格的調整。但是隨著網路應用程式的發達，W3C協會發現，有越來越多的網站應用程式需求已超出HTML格式所能支援的範疇，甚至使用者需為特定功能額外安裝擴充元件，例如YouTubeW採用了FlashW格式來播放影音內容。 為了讓HTML語法更容易用來開發各種應用程式，W3C協會從2004年開始制定新的網頁格式標準，也就是HTML 5。在這個新版本中，W3C的制定工作小組大幅增修了多項網頁元素和控制器，於2008年釋出第一個HTML 5草案版本，預定2010年完成功能制定，不再增加新的語法元素，發布2年後若無嚴重問題，2012年再由W3C協會正式發布。 增強元件控制、多媒體和程式繪圖 5.0版完全是為新一代網路應用程式量身打造的標準，語法上提供了各種網頁元素的控制能力與支援多媒體內容和程式繪圖的新標籤等。在已發表的2008年草案中，新增了Section、Video、Progress、Meter、Time、Canvas等多項元素，尤其是Canvas標籤，可以讓開發者透過JavaScript指令在網頁中繪製2D圖形，已有軟體公司利用HTML 5的Canvas標籤打造出一套線上繪圖系統Sketchpad，可以做到像桌面繪圖程式常用的圖像編輯功能。 此外，表單中常用的Input輸入元素也增添了日期、時間、E-mail和網址等4種常用資料形式作為新的屬性。還多了ID、Tabindex、Repeat等全域屬性，例如使用Tabindex屬性可以指定使用者利用Tab鍵在表單項目中移動時的順序，讓操作介面更符合設計者的規畫。另外，HTML 5也納入了部分Google GearsW離線技術，讓應用程式在網路不通的情況下得以在本地端存取資料。 不過，在HTML 5中也移除了部分原本在HTML 4W中的語法，例如＜Font＞、＜Center＞，開發者必須改用CSSW指令來進行這類字體或排版功能的效果。 GoogleW、AppleW競相支援 由於HTML 5大幅增強了針對應用程式的需求，許多網路應用大廠紛紛鼓吹HTML 5。Apple推出的SafariW瀏覽器4.0版是第一個開始支援HTML 5部分語法的瀏覽器，甚至連執行長Steve Jobs都鼓吹要採用HTML 5而捨棄Flash技術。 Google的ChromeW瀏覽器更是標榜對HTML 5的高支援性，甚至Google放棄自身的Google Gears離線技術，改用HTML 5的離線機制。微軟則在今年3月表示，下一版本的IE 9.0版中也將支援HTML 5的部分語法，例如影音標籤等。 YouTubeW影音網站最近也開始支援HTML 5的影音標籤，使用者只要使用支援HTML 5影音標籤的瀏覽器就能播放影片，不需要安裝Flash Player，由瀏覽器負責影音解碼的運算工作，YouTube官網表示，採用HTML 5影音標籤來播放影片，可以減少處理器的負載，讓低階電腦能順暢播放影片。 不過，W3C協會2010年底前才會完成HTML 5的功能，各家瀏覽器全面支援還需一段時間，HTML 5的影響力得等到2011年後才會充分發酵。 Related posts:多媒體演示創新系列(8) &#8211; HTML5的由來 多媒體演示創新系列(7) &#8211; HTML5教學範例示範(demos [...]<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=UH5MGQ9LxHg:FF3AfqZp6CE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=UH5MGQ9LxHg:FF3AfqZp6CE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=UH5MGQ9LxHg:FF3AfqZp6CE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=UH5MGQ9LxHg:FF3AfqZp6CE:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/UH5MGQ9LxHg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/19/2025/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>USB Keyboard for iPad</title>
		<link>http://edblog.hkedcity.net/nss-ict/2010/06/19/usb-keyboard-for-ipad/</link>
		<comments>http://edblog.hkedcity.net/nss-ict/2010/06/19/usb-keyboard-for-ipad/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 03:47:05 +0000</pubDate>
		<dc:creator>netbalone</dc:creator>
				<category><![CDATA[netbalone]]></category>
		<category><![CDATA[2.1 基本機器組織]]></category>

		<guid isPermaLink="false">http://edblog.hkedcity.net/nss-ict/2010/06/19/usb-keyboard-for-ipad/</guid>
		<description><![CDATA[&#160;




將傳統打字機改造成 iPad 的隨身鍵盤, 這設計可謂妙絕!]]></description>
			<content:encoded><![CDATA[&#160;




將傳統打字機改造成 iPad 的隨身鍵盤, 這設計可謂妙絕!]]></content:encoded>
			<wfw:commentRss>http://edblog.hkedcity.net/nss-ict/2010/06/19/usb-keyboard-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>多媒體演示創新系列(8) – HTML5的由來</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/yMOhAHaNoH4/2006</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/yMOhAHaNoH4/2006#comments</comments>
		<pubDate>Mon, 14 Jun 2010 16:01:25 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/15/2006</guid>
		<description><![CDATA[新高中ICT的課程被人詬病的是沒有指定的HTMLW標籤，所以嚴格來講2012的考卷可以考HTML5W的標籤，不要驚慌，只要我們與時並進，HTML5W並不是不能克服，早前園丁已介紹圖解及簡介，不如今次講...]]></description>
			<content:encoded><![CDATA[新高中ICT的課程被人詬病的是沒有指定的HTMLW標籤，所以嚴格來講2012的考卷可以考HTML5W的標籤，不要驚慌，只要我們與時並進，HTML5W並不是不能克服，早前園丁已介紹圖解及簡介，不如今次講歷史吧，同學亦可藉此重溫HTMLW的標準是如何制定吧！ 什麼是 HTML 5？ 來源:  http://www.ithome.com.tw/itadm/article.php?c=60266 HTML 5 (HyperText Markup Language 5)是W3CW協會推出的最新網頁格式標準，大幅增加多項網頁元素和控制器，強化對網頁應用的支援，如支援影音播放的Video標籤，繪圖專用的CanvasW標籤等，已於2008年釋出草案，預定2010年完成功能制定。 在10年前，負責制定WWW網頁格式標準的W3C協會（World Wide　Web Consortium）以為4.0版就可以滿足未來各種網頁內容的需求，再也不需要修改HTML格式標準，頂多進行細部規格的調整。但是隨著網路應用程式的發達，W3C協會發現，有越來越多的網站應用程式需求已超出HTML格式所能支援的範疇，甚至使用者需為特定功能額外安裝擴充元件，例如YouTubeW採用了FlashW格式來播放影音內容。 為了讓HTML語法更容易用來開發各種應用程式，W3C協會從2004年開始制定新的網頁格式標準，也就是HTML 5。在這個新版本中，W3C的制定工作小組大幅增修了多項網頁元素和控制器，於2008年釋出第一個HTML 5草案版本，預定2010年完成功能制定，不再增加新的語法元素，發布2年後若無嚴重問題，2012年再由W3C協會正式發布。 增強元件控制、多媒體和程式繪圖 5.0版完全是為新一代網路應用程式量身打造的標準，語法上提供了各種網頁元素的控制能力與支援多媒體內容和程式繪圖的新標籤等。在已發表的2008年草案中，新增了Section、Video、Progress、Meter、Time、Canvas等多項元素，尤其是Canvas標籤，可以讓開發者透過JavaScript指令在網頁中繪製2D圖形，已有軟體公司利用HTML 5的Canvas標籤打造出一套線上繪圖系統Sketchpad，可以做到像桌面繪圖程式常用的圖像編輯功能。 此外，表單中常用的Input輸入元素也增添了日期、時間、E-mail和網址等4種常用資料形式作為新的屬性。還多了ID、Tabindex、Repeat等全域屬性，例如使用Tabindex屬性可以指定使用者利用Tab鍵在表單項目中移動時的順序，讓操作介面更符合設計者的規畫。另外，HTML 5也納入了部分Google GearsW離線技術，讓應用程式在網路不通的情況下得以在本地端存取資料。 不過，在HTML 5中也移除了部分原本在HTML 4W中的語法，例如＜Font＞、＜Center＞，開發者必須改用CSSW指令來進行這類字體或排版功能的效果。 GoogleW、AppleW競相支援 由於HTML 5大幅增強了針對應用程式的需求，許多網路應用大廠紛紛鼓吹HTML 5。Apple推出的SafariW瀏覽器4.0版是第一個開始支援HTML 5部分語法的瀏覽器，甚至連執行長Steve Jobs都鼓吹要採用HTML 5而捨棄Flash技術。 Google的ChromeW瀏覽器更是標榜對HTML 5的高支援性，甚至Google放棄自身的Google Gears離線技術，改用HTML 5的離線機制。微軟則在今年3月表示，下一版本的IE 9.0版中也將支援HTML 5的部分語法，例如影音標籤等。 YouTubeW影音網站最近也開始支援HTML 5的影音標籤，使用者只要使用支援HTML 5影音標籤的瀏覽器就能播放影片，不需要安裝Flash Player，由瀏覽器負責影音解碼的運算工作，YouTube官網表示，採用HTML 5影音標籤來播放影片，可以減少處理器的負載，讓低階電腦能順暢播放影片。 不過，W3C協會2010年底前才會完成HTML 5的功能，各家瀏覽器全面支援還需一段時間，HTML 5的影響力得等到2011年後才會充分發酵。 Related posts:多媒體演示創新系列(8) &#8211; HTML5的由來-測試谷歌標題翻譯 多媒體演示創新系列(7) &#8211; HTML5教學範例示範(demos [...]<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=yMOhAHaNoH4:k9qvPDwqNOQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=yMOhAHaNoH4:k9qvPDwqNOQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=yMOhAHaNoH4:k9qvPDwqNOQ:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=yMOhAHaNoH4:k9qvPDwqNOQ:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/yMOhAHaNoH4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/15/2006/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>多媒體演示創新系列(7) – HTML5教學範例示範(demos &amp; examples)</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/TJutAZg-cTg/1995</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/TJutAZg-cTg/1995#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:33:56 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/14/1995</guid>
		<description><![CDATA[普遍學生對HTML5W的了解是轟走Adobe FlashW的網頁技術，最容易見到的例子是HTML5版的YoutubeW，課堂中介紹太簡單，學生亦會以為它只是另一個影音插件。 園丁在外國的tweets中見到一個介紹HTML5W的]]></description>
			<content:encoded><![CDATA[普遍學生對HTML5W的了解是轟走Adobe FlashW的網頁技術，最容易見到的例子是HTML5版的YoutubeW，課堂中介紹太簡單，學生亦會以為它只是另一個影音插件。 園丁在外國的tweets中見到一個介紹HTML5W的演示，本身亦是以HTML5作格式的，蠻有意思： 老師可在課堂中示範HTML5的威力。 Related posts:多媒體演示創新系列(8) &#8211; HTML5的由來 多媒體演示創新系列(8) &#8211; HTML5的由來-測試谷歌標題翻譯 多媒體演示創新系列(4) &#8211; HTML5圖解<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=TJutAZg-cTg:-RI8cyS71cA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=TJutAZg-cTg:-RI8cyS71cA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=TJutAZg-cTg:-RI8cyS71cA:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=TJutAZg-cTg:-RI8cyS71cA:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/TJutAZg-cTg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/14/1995/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>多媒體演示創新系列(6) – 跟Steve Jobs學演示</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/mzTYc_IuEtM/1997</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/mzTYc_IuEtM/1997#comments</comments>
		<pubDate>Sat, 12 Jun 2010 23:08:23 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[ICT Video 教學影片]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[steve jobs]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/13/1997</guid>
		<description><![CDATA[我們的學生自少便被誤導「PowerPoint即是演示」，他們以為演示只是隨便複製一堆文字和插入一些罐頭clipart便成，但這幾年來Steve Jobs等科技猛人示範了何謂多媒體演示，以下就是一個頗全面的...]]></description>
			<content:encoded><![CDATA[我們的學生自少便被誤導「PowerPoint即是演示」，他們以為演示只是隨便複製一堆文字和插入一些罐頭clipart便成，但這幾年來Steve Jobs等科技猛人示範了何謂多媒體演示，以下就是一個頗全面的介紹： 有效演示的秘訣 Related posts:多媒體演示創新系列(4) &#8211; HTML5圖解 多媒體演示創新系列(5) &#8211; HTML5的好處及壞處 多媒體演示創新系列(8) &#8211; HTML5的由來<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=mzTYc_IuEtM:o-7mjICllo0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=mzTYc_IuEtM:o-7mjICllo0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=mzTYc_IuEtM:o-7mjICllo0:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=mzTYc_IuEtM:o-7mjICllo0:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/mzTYc_IuEtM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/13/1997/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>[活動推介] 11/8 「e-zone@School 科技創意夏令營」</title>
		<link>http://www.hkict.net/blog/blog/2010/06/12/%e6%b4%bb%e5%8b%95%e6%8e%a8%e4%bb%8b-118-e-zoneschool-%e3%80%8ce-zoneschool-%e7%a7%91%e6%8a%80%e5%89%b5%e6%84%8f%e5%a4%8f%e4%bb%a4%e7%87%9f%e3%80%8d/</link>
		<comments>http://www.hkict.net/blog/blog/2010/06/12/%e6%b4%bb%e5%8b%95%e6%8e%a8%e4%bb%8b-118-e-zoneschool-%e3%80%8ce-zoneschool-%e7%a7%91%e6%8a%80%e5%89%b5%e6%84%8f%e5%a4%8f%e4%bb%a4%e7%87%9f%e3%80%8d/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 06:55:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ICT News]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2B 數據通訊及建網]]></category>
		<category><![CDATA[activities]]></category>
		<category><![CDATA[ITEd 資訊科技教育]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Sharings 工作坊及撰文]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.hkict.net/blog/2010/06/12/%e6%b4%bb%e5%8b%95%e6%8e%a8%e4%bb%8b-118-e-zoneschool-%e3%80%8ce-zoneschool-%e7%a7%91%e6%8a%80%e5%89%b5%e6%84%8f%e5%a4%8f%e4%bb%a4%e7%87%9f%e3%80%8d/</guid>
		<description><![CDATA[「e-zone@School 科技創意夏令營」親身體驗科技好玩之處 (HKICT Network 為此活動學界支持機構) e-zone 及 e-zone@School 聯同數碼港，將於 8 月 11 日（星期三）舉辦科技創意主題夏令日營，讓同學認識最新IT創意趨勢，親身體驗科技好玩之處。 參加夏令營的同學來自不同學校，同學們可一起交流及從趣味活動中增長科技知識，寓遊戲於學習，發揮無窮創意。 活動詳情 日期：2010 年 8 月 11 日（星期三） 時間：上午 10:00 至 下午 5:30（包午餐） 地點：數碼港 集合地點：數碼港二座地下大堂 對象：中三或以上中學生 費用：全免 名額：80 人* 查詢電郵： ezschool@hket.com 立即前往活動登記頁 活動內容 ．認識香港創意工業發展 ．試玩最新科技產品 ．參觀數碼媒體中心及微軟總部 ．體驗互動遊樂場 ．參加 Scratch 體驗工作坊 **出席者均可獲精美禮品乙套，包括： **更有機會贏取豐富獎品，包括： (可按圖放大) 立即前往活動登記頁]]></description>
			<content:encoded><![CDATA[<table style="text-align: center;" cellspacing="0" cellpadding="5" width="100%">
<tbody>
<tr>
<td style="text-align: center;" height="20" valign="top"><strong>「e-zone@School 科技創意夏令營」親身體驗科技好玩之處</strong></p>
<p>(HKICT Network 為此活動學界支持機構)</td>
</tr>
<tr>
<td align="left" valign="top"><span style="font-size: x-small;">e-zone 及 e-zone@School 聯同數碼港，將於 <span style="color: #ff0000;"><strong>8 月 11 日（星期三）</strong></span>舉辦科技創意主題夏令日營，讓同學認識最新IT創意趨勢，親身體驗科技好玩之處。</p>
<p>參加夏令營的同學來自不同學校，同學們可一起交流及從趣味活動中增長科技知識，寓遊戲於學習，發揮無窮創意。</p>
<p></span></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="320" align="center">
<tbody>
<tr align="left" valign="top">
<td width="320"><a href="http://www.e-zone.com.hk/event.php?eventid=287"><img src="http://www.e-zone.com.hk/upload/10411/titile320.jpg" border="0" alt="" width="320" /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td align="left" valign="top"><span style="font-size: x-small;"><span style="font-size: small;"><strong>活動詳情<br />
</strong><br />
</span>日期：<strong>2010 年 8 月 11 日（星期三）</strong><br />
時間：上午 10:00 至 下午 5:30（包午餐）<br />
地點：數碼港<br />
集合地點：<span style="color: #000000;">數碼港二座地下大堂<span style="color: #ff0000;"><br />
</span></span>對象：中三或以上中學生<br />
費用：<strong><span style="font-size: small;">全免<br />
</span></strong>名額：80 人*<a href="http://www.e-zone.com.hk/event_index.php" target="_blank"><span style="font-size: small;"><span style="color: #0000ff;"><br />
</span></span></a>查詢電郵：<strong> </strong><a rel="noreferrer" href="http://www.e-zone.com.hk/event.php?eventid=287" target="_blank"><strong><span style="color: #0000ff;">ezschool@hket.com</span></strong></a></span></p>
<p><span style="font-size: small;">立即前往<a href="http://www.e-zone.com.hk/qa/154b.html" target="_blank"><strong><span style="color: #0000ff; font-size: small;">活動登記頁</span></strong></a></span></p>
<p><span style="font-size: x-small;"><span id="more-1243"></span></span></p>
<p><a href="http://www.e-zone.com.hk/qa/154b.html" target="_blank"><img src="http://www.e-zone.com.hk/other/icon/icon15.gif" border="0" alt="" hspace="0" align="baseline" /></a></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td align="left" valign="top"><span style="font-size: x-small;"><span style="color: #000000;"><span style="color: #0000ff;"><span style="color: #000000;"><strong><span style="font-size: small;">活動內容<br />
</span><br />
</strong>．認識香港創意工業發展<br />
．試玩最新科技產品<br />
．參觀數碼媒體中心及微軟總部<br />
．體驗互動遊樂場<br />
．參加 Scratch 體驗工作坊</span></p>
<p><span style="color: #ff9900;"><strong>**出席者均可獲精美禮品乙套，包括：<br />
</strong></span></p>
<p><strong><img src="http://www.e-zone.com.hk/upload/10411/welgift200.jpg" border="0" alt="" hspace="0" align="baseline" /> </strong></p>
<p><span style="color: #ff6600;"><span style="font-size: small;"><span style="color: #ff9900; font-size: x-small;"><strong>**更有機會贏取豐富獎品，包括：<br />
</strong></span></span></span></p>
<p><span style="color: #ff6600;"><span style="font-size: small;"><span style="color: #ff9900; font-size: x-small;"><span style="color: #666666;">(可按圖放大)</span></span></span></span></p>
<p></span></span></span></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="320" align="center">
<tbody>
<tr align="left" valign="top">
<td width="320"><a href="http://www.e-zone.com.hk/event.php?eventid=287"><img src="http://www.e-zone.com.hk/upload/10411/AsusGift640.jpg" border="0" alt="" width="320" /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td align="left" valign="top"><span style="font-size: x-small;">立即前往<a href="http://www.e-zone.com.hk/qa/154b.html" target="_blank"><strong><span style="color: #0000ff; font-size: small;">活動登記頁</span></strong></a><br />
<a href="http://www.e-zone.com.hk/qa/154b.html" target="_blank"><img src="http://www.e-zone.com.hk/other/icon/icon15.gif" border="0" alt="" hspace="0" align="baseline" /></a></p>
<p></span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.hkict.net/blog/blog/2010/06/12/%e6%b4%bb%e5%8b%95%e6%8e%a8%e4%bb%8b-118-e-zoneschool-%e3%80%8ce-zoneschool-%e7%a7%91%e6%8a%80%e5%89%b5%e6%84%8f%e5%a4%8f%e4%bb%a4%e7%87%9f%e3%80%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>多媒體演示創新系列(5) – HTML5的好處及壞處</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/0evtvPTRb6A/1989</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/0evtvPTRb6A/1989#comments</comments>
		<pubDate>Sat, 12 Jun 2010 02:49:22 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/12/1989</guid>
		<description><![CDATA[新一代網頁標準HTML 5W，成為網絡熱談，因為它不是一個品牌像Adobe FlashW，ICT或夕陽CA可以在考卷直接引用&#8221;HTML 5W&#8220;，現時仍未有任何教科書（包括長人出版社）提及這概念，故此園丁想...]]></description>
			<content:encoded><![CDATA[新一代網頁標準HTML 5W，成為網絡熱談，因為它不是一個品牌像Adobe FlashW，ICT或夕陽CA可以在考卷直接引用&#8221;HTML 5W&#8220;，現時仍未有任何教科書（包括長人出版社）提及這概念，故此園丁想在此列出HTML5的pros and cons（相對流行的動畫W軟件 Adobe FlashW）： HTML 5W的好處： Open Source not Proprietary like Flash Uses less computer resources. Uses 20% of computer resources compared to 40% for Flash &#8211; this makes a big difference when someone is trying to view anything, regardless of their internet connection (DSL, Cable, Modem, T1, etc.) Improves video [...]<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=0evtvPTRb6A:1KPrEiDSULE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=0evtvPTRb6A:1KPrEiDSULE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=0evtvPTRb6A:1KPrEiDSULE:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=0evtvPTRb6A:1KPrEiDSULE:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/0evtvPTRb6A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/12/1989/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>多媒體演示創新系列(4) – HTML5圖解</title>
		<link>http://feedproxy.google.com/~r/igardenorg/~3/cC_4j-GMr0Y/1983</link>
		<comments>http://feedproxy.google.com/~r/igardenorg/~3/cC_4j-GMr0Y/1983#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:59:23 +0000</pubDate>
		<dc:creator>iGardener</dc:creator>
				<category><![CDATA[iGarden]]></category>
		<category><![CDATA[1C 互聯網及其應用]]></category>
		<category><![CDATA[2C 多媒體製作及網站建構]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Freeware 免費資源]]></category>
		<category><![CDATA[Google Stuff 谷歌風]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ICT 資訊及通訊科技課程]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[雲端]]></category>

		<guid isPermaLink="false">http://www.i-garden.org/blog/2010/06/11/1983</guid>
		<description><![CDATA[新一代網頁標準HTML 5W，和AppleW及雲端W趨勢同步並進，大家最關注的應用就是：在沒有安裝FlashW外掛的環境下，可以直接上網看影片、玩遊戲，甚至做多媒體編輯。 甚麼是HTML5W？看看以下的圖...]]></description>
			<content:encoded><![CDATA[新一代網頁標準HTML 5W，和AppleW及雲端W趨勢同步並進，大家最關注的應用就是：在沒有安裝FlashW外掛的環境下，可以直接上網看影片、玩遊戲，甚至做多媒體編輯。 甚麼是HTML5W？看看以下的圖解吧： Source: http://www.focus.com/images/view/11905/ Related posts:多媒體演示創新系列(5) &#8211; HTML5的好處及壞處 多媒體演示創新系列(8) &#8211; HTML5的由來 多媒體演示創新系列(8) &#8211; HTML5的由來-測試谷歌標題翻譯<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/igardenorg?a=cC_4j-GMr0Y:jFNGye12s2o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=yIl2AUoC8zA" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=cC_4j-GMr0Y:jFNGye12s2o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/igardenorg?d=qj6IDK7rITs" border="0"/></a> <a href="http://feeds.feedburner.com/~ff/igardenorg?a=cC_4j-GMr0Y:jFNGye12s2o:-BTjWOF_DHI"><img src="http://feeds.feedburner.com/~ff/igardenorg?i=cC_4j-GMr0Y:jFNGye12s2o:-BTjWOF_DHI" border="0"/></a>
</div><img src="http://feeds.feedburner.com/~r/igardenorg/~4/cC_4j-GMr0Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.i-garden.org/blog/2010/06/11/1983/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
	</channel>
</rss>
