2013年1月7日 星期一

Lab 39 Social Services based on Internet

網際網路除了商業用途與學術用途之外,還有協助政府服務,社會服務,社會運動等功能,甚至可以作為政治動員。請論述網際網路在社會服務,社會運動的可能性,如果可能,請舉例說明。


全國特殊教育資訊網

有關於特教方面的資訊分享


社團法人中華樂扶(Love)社會服務協會全球資訊網


有關身障人士的課程   也舉辦許多的活動跟競賽


培訓幹部  搭配志願  進行青年的培訓以及服務

Lab 37 Google Analytics




流量介面




程式碼


Lab 38 製作一個報名網站

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





報名完更新報表



2012年12月17日 星期一

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






問題 Listing3 有錯誤 找很久  發現是小於符號被誤判成結束括號  之後的問題是小於符號<另一種打法是 &lt;

Lab 36 Syndication with RSS 2.0



問題一開始不知道是把網址打進去  後來知道了

Lab 34 XML

what is XML?

可延伸標記式語言英語eXtensible Markup Language,簡稱:XML),是一種標記式語言。標記指電腦所能理解的訊息符號,透過此種標記,電腦之間可以處理包含各種訊息的文章等。如何定義這些標記,既可以選擇國際通用的標記式語言,比如HTML,也可以使用像XML這樣由相關人士自由決定的標記式語言,這就是語言的可延伸性。

 what is XSLT?

可擴展樣式表轉換語言Extensible Stylesheet Language Transformations,簡稱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 <.





問題  一開始按transform都沒有反應  後來發現有個中括號沒改成大於小於符號

2012年12月3日 星期一

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