Andrew Chen
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.
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.
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.
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.
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
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.
write a code to generate the table of 9*9 products. (九九乘法表)
Hint: The javascript code should be enclosed by script tags.
訂閱:
文章 (Atom)