首頁 |
顯示具有 lab 標籤的文章。 顯示所有文章
顯示具有 lab 標籤的文章。 顯示所有文章

2010年6月14日 星期一

Lab 36: Packet Sniffer

1. Install Protocol Analyzer Ethereal at http://www.wireshark.org/
2. Capture the packets at your Ethernet interface card.
3. Enter a login required website that you often go to, such as web mail. Don't use the real account or password.
4. Try to catch the packet that contains the password.

2010年6月7日 星期一

Lab 34: Speed Test

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

Tool: Speedtest
cycu proxy: proxy.cycu.edu.tw:3128


ncu proxy.csie.ncu.edu.tw:3128


no proxy

2010年5月31日 星期一

Lab 33: Google Analytics

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

Lab 32: blog cloud

Lab 31: Syndication with RSS 2.0

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

Blogger 製作

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

Lab 30: navigation bar

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

2010年5月24日 星期一

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

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






2010年5月16日 星期日

Lab 27: Using XML and XSLT

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 26: Using XML

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

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

3. View the formatted HTML file.




2010年5月10日 星期一

Lab 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 likehttp://maps.google.com/maps?q=24.9586,+121.24114Use Form CGI that includes action, input, and submit.Try a few different coordinates.





Lab 25 Lab Form and Action

"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?






2010年5月3日 星期一

Lab 24: Mash-Up 4 (Calendars)


建立你的行事曆,並與學校行事曆合併
Google日曆-中原大學行事曆-html版本<
http://www.google.com/calendar/embed?src=sth4g0ns7lj48crs0gsm3ekuns%4...> 進入後按右下角+Google日曆即可訂閱




Lab 23: Mash-up 3 (Blogs)

部落格與相本的結合運用。透過部落格分享你的照片集,省去傳送大量照片的缺點,自由書寫照片中的故事。

Create a slide show of your album. Embed the album in your blog.

Hint: 挪威奧斯陸之行
album


客倌們!!!來看看我們家小虎!!!!!

小虎喇喇 好吃
寄件者 可愛小虎

小虎好帥


寄件者 可愛小虎


小虎像天使 
但下一秒他就咬我 發Q
寄件者 可愛小虎


一臉剛睡醒凶狠
寄件者 可愛小虎



Lab 22: Mash-up 2 (Maps)

真實案例
96年度全人 關懷獎 -崔媽媽科技服務工作團隊


For housing services, compare the three websites
http://www.housingmaps.com
http://www.urmap.com.tw/
http://www.7house.com.tw

List the differences in the user interface design and usability. Make comments
by your use experiences.


比較: 美感,直覺性,流暢,預期反應

就我覺得呢
美感-
7house>HousingMaps>Urmap
直覺性-7house>Urmap>HousingMaps
流暢-
7house>Urmap>HousingMaps
預期反應-Urmap>7house>HousingMaps

Lab 21: Mash-up 1 (Publish)

1. Upload a sample ppt to Google Docs.
2. Publish the uploaded ppt.
3. Embed the online ppt to your blog.

The reason to do so is that the readers don't have to have ppt to view your presentation. For example, some users work with Linux or Unix, and others work with MacOS. They will appreciate you for doing so.

範 例:
如何活用 Gmail 工作坊


2010年4月19日 星期一

Lab 20: Making web pages accessible

1. Use Firefox Accessibility Extension to identify the accessibility failures and warnings in http://google.com
2. Fix the failures you found.

很多其實沒有框架卻要設定框架標題 還有修改字體大小的

所以 以下是修改前後的比較 剩餘的都是大小跟框架標題的錯誤

Lab 19: Firefox Accessibility Extension

Use Firefox Accessibility Extension to check the accessibility of three sites that you visit most.
Report the summary of all the errors and warnings for each site.

1.考選部http://wwwc.moex.gov.tw/sitemap.asp


2.www.epa.gov.tw


3.法務部http://www.moj.gov.tw/

Lab 18: Making images accessible

1. Use KompoZer or Notepad to edit the following homepage
at http://bloggercamp.blogspot.com/2007/01/2007.html

You can copy and paste the content to your KompoZer.

2. Take a look at the HTML 標籤, HTML 原始碼

3. Save your editings and preview your webpage using Firefox

4. Make the webpage accessible by
adding ALT text to the images.

5. Go to the Firefox Add-ons site for Firefox Accessibility Extension

6. Click the "Install now" button on the add-ons website

7. Check whether you can see the ALT text for the images by selecting the "Show Text Equivalent" function.

使用前使用後圖片比較

2010年4月12日 星期一

Lab 17: AccessBar

AccessBar: displays defined accesskeys in a fixed-position bar along the bottom of the window. Added 2005-04-01 (not a joke). Find how many access keys have been defined at

1.www.ocac.gov.tw





2.www.epa.gov.tw





Continued from the above, use google to find 3 more government sites in Taiwan that enable access keys.

3.考選部http://wwwc.moex.gov.tw/sitemap.asp





4.教育部http://www.edu.tw/sitemap.aspx




5.法務部http://www.moj.gov.tw/