顯示具有 Lab 標籤的文章。 顯示所有文章
顯示具有 Lab 標籤的文章。 顯示所有文章

2009年6月19日 星期五

Lab Web Traffic Stress Test

1. Download Stress Test
2. Take a look at the user manual.
3. Test a static page.
Try combinations of stress levels and stress multipliers to simulate 10 users and 100 users.
4. Test a dynamic page.
Try combinations of stress levels and stress multipliers to simulate 10 users and 100 users.
5. Compare the response time of both pages and explain why.

這裡可以改stress level
偵測網站為系上網站
結果報告

Read more...

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

先利用wireshark過濾ptt.cc的封包

帳號密碼打入後123 123
全部都可以再封包紀錄
不論輸入任何字都可記錄下來

換成加密過的ssh
利用pietty這套軟體

帳號打入bbs就可切換去bbs模式

在wireshark中經過加密的資料
無法讀出來

Read more...

2009年6月12日 星期五

Lab Drag and Drop

1. Go to Laszlo and enter (Laszlo in 10 minutes).
2. Study and play around the "drag-and-drop" example.
3. Use this method to control movie playing as in the previous lab.
4. If you drag and drop the photo to the "play" area, the movie plays.
5. If you drap and drop the photo to the "pause" area, the movie pauses.

Read more...

Lab Movie Player

1. Go to Laszlo and enter (Laszlo in 10 minutes).
2. Study and play around the "scripting" and "video" examples.
3. Use this script to control movie playing.
4. If you push the "pause" button, the movie pauses.
5. If you push the "resume" button, the movie resumes.

Read more...

Lab Speed Test

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

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

1.中央大學區網中心proxy:proxy.csie.ncu.edu.tw:3128
國內速度(東海大學測試點)


國外測速(LA USA)


2.中原大學proxy: proxy.cycu.edu.tw:3128
國內速度(東海大學測試點)



國外測速(LA USA)



3.教育部proxy:proxy.edu.tw:3128
國內速度(東海大學測試點)


國外測速(LA USA)


以前測過
國際頻寬最快的是
國家高速網路中心的proxy
但是現在只開放給有申請的
所以無法測試~

Read more...

2009年6月5日 星期五

Lab Form Rewriting

課程綱要查詢



電子系課程

*查詢學年期:


*部別:






註:


1.課程時間沒有輸入時,則會顯示該類別的所有課程

2.課程時間格式(比如: 2-EFG 或 3-C )





Read more...

Lab navigation bar


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


Read more...

Lab Syndication with RSS 2.0



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

Blogger 製作

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









我連結到另外一個紀錄一些ubuntu的blog

Read more...

Lab blog cloud


Build a blog cloud for your blog.

Read more...

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

Google Analytics 之前code已經放入一段時間
目前有三個blog在分析
流量來源分析
連入網站的國家分析

Read more...

2009年5月15日 星期五

Lab DOM

[Lab]
1. Open NVu
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.

sourcecode
結果

Read more...

Lab Create Image using DOM

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


source code
結果

clickclick

click

Read more...

2009年5月8日 星期五

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

Read more...

Lab XML

1. Register and Download Xray, an XML, XSLT editor and processor.
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 <.
xslt

xml
3. View the formatted HTML file.

Read more...

Lab Hand code a form

Hand code a HTML or use Nvu 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.
原始碼:
搜尋頁面
搜尋結果

Read more...

2009年5月1日 星期五

Lab Mash-up 4

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

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

Hint: 挪威奧斯陸之行
album


這是去年新生開宿

第一個主辦的活動

From 2008.09.0607開宿



Read more...

Lab Mash-up 3

Maps of the Swine Flu Outbreak - Part 1
Maps of the Swine Flu Outbreak - Part 2
Maps of the Swine Flu Outbreak - Part 3

這些應用的特點是什麼?

ps. More applications of Google Maps

結合網路免費的地圖
形成類似GIS地理資訊系統
讓我們可以直接從世界地圖來查詢哪個國家、哪個城市
有哪些豬流感的通報病例或相關新聞事件
大家可以直接從這些訊息看看整個疫情的蔓延情況
盡量少去可能有問題的地方出差或旅遊

地圖上的資訊並不一定是衛生單位或WHO世界衛生組織所公告的確實資訊
但是可以透過免費的平台和網友的力量
去製作最快速的資訊
少了政府太慢的行政效率
還有分散的消息
把它做統整
若查到某地區有相關案例
也可以透過Google News搜尋該國新聞單位或衛生單位所發布之最新訊息
做更詳實的確認

這可以讓大眾
了解目前最快的分布資訊與趨勢
以及應對之道

Read more...

Lab Mash-up 2



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

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


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

example: TMM

感覺
http://www.housingmaps.com
http://www.urmap.com.tw/asp/kijiji/

這兩個網站製作相似度很大
一個是整合google map
另外一個是整合台灣的urmap
點入一樣都有照片資訊
聯絡方式等等
也有更詳細的連結照片





但是感覺上
housing map網站上圖片大小製作等等比較精美
點詳細連結進去
還是housing map製作的比較精美

但是kijiji上有多了整合skype聯絡方式
更方便網路線上連絡


相對的7house
比較類似傳統的關鍵字搜尋
搜尋者只能透過文字介紹知道附近環境
無法確實在地圖上很方便的看到附近的設施和便利性
但容易依照想要的規格或是預算找到房子
詳細資料也是制式化的表格資訊
但是多了貸款試算等功能
也結合相關銀行整合相關功能與資訊

以流暢度來說每間感覺都差不多
因為都有大量的圖片影像資訊
搜尋方便度
也是各有利弊
一方面是比較容易以區域環境搜尋
另一方便比較容易以需求性去做搜尋

但是精美程度
HousingMap在map上有比較大的圖片可以做觀看

Read more...

  © Free Blogger Templates Blogger Theme II by Ourblogtemplates.com 2008

Back to TOP