2010年12月13日 星期一

Lab 37 製作一個報名網站

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

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


首先進入google文件,點選新增→表單

 表單編輯介面


選擇問題類型


輸入表單內容


新增問題表格



當表單完成後,選取"更多動作"→"嵌入"



可以看到一段網址,將他貼在編輯文章內容,就可以將他嵌入了^^


完成品

Lab 36 Speed Test

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

Tool: Speedtest

cycu proxy: proxy.cycu.edu.tw:3128
圖示
[URL=http://www.speedtest.net][IMG]http://www.speedtest.net/result/1068759829.png[/IMG][/URL]
http://www.speedtest.net/result/1068759829.png

ncu proxy.csie.ncu.edu.tw:3128
圖示
[URL=http://www.speedtest.net][IMG]http://www.speedtest.net/result/1068758662.png[/IMG][/URL]
http://www.speedtest.net/result/1068758662.png



no proxy
圖示
[URL=http://www.speedtest.net][IMG]http://www.speedtest.net/result/1068760542.png[/IMG][/URL]
http://www.speedtest.net/result/1068760542.png

2010年12月6日 星期一

Lab 35: Blog Cloud


Build a blog cloud for your blog.


1.選擇"新增小工具"
2.點選"標籤"



選擇雲端


紅色框框內就是囉^^


Lab 34 Syndication with RSS 2.0

1. 進入你的部落格,登入,選擇自訂


2. 新增小工具

3. 選取 資 訊提供 新增


將 RSS 或 Atom 資訊提供的內容加入您的網誌。

Blogger 製作







輸入欲追蹤網址




勾選想要的功能




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





Lab 33 匯出部落格

1. 將你的部落格匯出為 XML,請使用blogspot 已經提供的匯出工具




2. 在blogspot 新建一個空白部落格。


  

3. 將剛才匯出部落格匯入到新的部落格








4. 檢查匯出情況,是否有出現異常,資料遺失或被變更?

就只有文章被複製,其他個人化介面都不見了。

2010年11月22日 星期一

Lab 32: 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.



參考網址的程式碼



九九乘法表就出來囉^^

有Button版本

變成先看到Button

按下Button後會出現九九乘法表





Lab 31: Create Image using DOM

1. Open KompoZer
2. Hand code a javascript that loads an image from Internet based on
the DOM model.
3. Take a look at the sample code that shows how window.onload to load the image.
4. Use a button to load the image. Try how onclick works.


一開始照著程式碼打


會發現圖案直接顯示


加入Button的程式碼後



一開啟網頁後,顯示出Button

按下Button後,會顯示圖案





2010年11月8日 星期一

Lab 29 Hand code a form

Hand code a HTML or use KompoZer to edit an HTML so that the webpage can send a request to Google like
http://maps.google.com/maps?q=24.9586,+121.24114

Use Form CGI that includes action, input, and submit.
Try a few different coordinates.











Lab 28 Lab Form and Actio

"logic will get you from A to B - imagination will take you anywhere"

How to use Form to invoke a remote service through CGI.

1. Copy the search box of this search page,
inlcuding radio buttons, text input, and submit button.
2. Open your KompoZer HTML editor.
3. Open a new empty HTML file.
4. Paste the search box into this new file.






5. Use KompoZer to add a Form to this search box. Do not hand code the HTML. Just fill the blank in the Form dialog.


6. In the form dialog, set Action="http://google.com/search" and name of Form as "f" and method as "get"
(See Hint if it does not work.)

7. Save your file on your computer. Run your HTML by Firefox. What do you get?


8. Set method as "post"

9. Run your HTML by Firefox. What do you get?

Lab 30 navigation bar


1. 進入你的部落格,登入,選擇自訂
2. 新增小工具
3. 選取
HTML/JavaScript
4. 撰寫或貼上所需連結(範例)



先新增工具HTML/JavaScript




輸入標題,按下新增連結。




輸入目標網址,在打上想要的文字就OK囉! 


完成啦^^