標籤

2012年6月11日 星期一

Lab 42 製作一個報名網站

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

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



Lab 41 Google Analytics


1. 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






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.
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. 

2. Before you do this lab,all the first you must know is what is XML? what is XSLT? please write down your answer.

Answer:

         XML 用來傳送資料,相當於data。
         而XSLT就是將XML裡的資料,制定出要如何呈現的規格。

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.