連結列

2012年6月11日 星期一

Lab 42 製作一個報名網站



社團,學校,公司舉辦各種活動,少不了一個報名網站。利用
免費的Google 文件加上Google 部落格,就可以製作一個乾淨
俐落的報名網站。

請參考以下範例,製作一個報名網站。
http://eecscycu.blogspot.com/2010/12/99.html



親愛的夥伴
在這充滿愛與歡欣的聖誕佳節
感謝您一年來的辛勞與付出~


敬邀參加
99學年度電資學院聖誕感恩餐會
餐會時間:12/22(三)中午12:00
餐會地點:篤信電學大樓B1中廊


電機資訊學院院長
洪穎怡敬邀 99.12.05


敬請填寫下方報名表,以便統計出席人數,謝謝您!



Lab 41 Google Analytics

Enter Google Analytics
2. Put the code provided by Google Analytics in your own blog.
3. Check the results to see the daily traffic chart, the recent visitors by locations.





Lab 40 Speed Test


測試中原大學與中央大學對外頻寬速度。
Tool: Speedtest


cycu proxy: proxy.cycu.edu.tw:3128

ncu proxy.csie.ncu.edu.tw:3128
(無法連結)

no proxy

Lab 39 Syndication with RSS 2.0

Lab 39 Syndication with RSS 2.0

1. 進入你的部落格,登入,選擇設計
2. 新增小工具
3. 選取
資 訊提供 新增
將 RSS 或 Atom 資訊提供的內容加入您的網誌。

Blogger 製作

4. 撰寫或貼上所需連結(範例)


2012年6月4日 星期一

Lab 38 XML (2)

1. Register and Download Xray, an XML, XSLT editor and processor.

2. Given the 
Listing 1. An XML document representing the results of a soccer tournament

Listing 2. A basic style sheet for the soccer results

use the XSLT as in the Listing 2 to transform the XML file as in the Listing 1.
(archive)

3. View the formatted HTML file.



4. Given the
Listing 1. An XML document representing the results of a soccer tournament
Listing 3. A style sheet that computes team standings


compute the team standings in a table.

5. View the formatted HTML file.

Lab 37 XML

1. Register and Download Xray, an XML, XSLT editor and processor. (安裝X-Ray需要權限)

2. Before you do this lab,all the first you must know is 
    what is XML?   擴充的標籤語言
    what is XSLT?  賦予這些XML樣式的語言
    please write down your answer.

3. Given the the XML file and XSLT file ,
use Xray to do the transformation of the XML into HTML.
You have to replace [ with <.

4. View the formatted HTML file.

2012年5月28日 星期一

Lab 36 Programming in DOM

1. Open KompoZer
2. Based on the code as in

http://www.scottandrew.com/weblog/articles/dom_4 ,
write a code to generate the table of 9*9 products. (九九乘法表)

Hint: The javascript code should be enclosed by script tags.