2008年6月27日 星期五

JAVA期末報告

到圖書館挑選二本Java課本,寫下這些書名與作者出版社與出版日期,每本書各挑選一個習題進行個人研究,說明以下
1.你為什麼挑選這個習題(只有題目,沒有範例或解答),
2.這個習題讓你學到什麼概念,
3.請你製作一個講義說明這個習題。

Book(1)
書名 : 精解JAVA2

作者 : 袁葆宏 劉豐豪 吳建和

出版社 : 旗標

題目 : 陣列排序

原因 : 想多熟悉此類題目,能夠方便就整理出陣列的順序


Book(2)

書名 : 剖析JAVA程式設計

作者 : 廖榮貴 李正光 謝銘琪 許正憲 王龍發

出版社 : 金禾
題目 : 河內塔解法

原因 : 因為沒學過這種解法,所以挑選這題目來熟悉




網際網路應用系統設計 期末報告 電子四丙 9326361 周沛陽 - Google Docs

網際網路應用系統設計 期末報告 電子四丙 9326361 周沛陽 - Google Docs

網際網路期末報告

http://docs.google.com/Presentation?docid=dcp2vz95_1hpvkhscq&hl=en#

2008年6月22日 星期日

Lab Testing User Interface

kFor 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 commentsby your use experiences.

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

美感: houseing map就只是單純的一張地圖沒啥美感,urmap一堆文字美感很差,7house藉著許多廣告增添許多色彩。
直覺性:houseing map一看就知道再找房子的,7house廣告有點多,看了一下才知道用途,urmap一開始以為只是找路的地圖。
流暢: 無庸置疑一定是housing對流暢,另外7house還可以一次訂下所有條件也算是個優點,urmap一點都不流暢,難使用。
預期反應: housing比較適合租屋者,條件比較寬鬆,最主要是價格跟地點。7house比較適合購屋者,條件比較多。Urmap很難使用。

Lab Site Traffic Metrics

1. Enter Sitemeter.
2. Put a Sitemeter in your own blog.
2. Check the site meter to see the daily traffic chart, the recent visitors by locations.

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

2008年6月19日 星期四

Lab Google Mars (AJAX)

1. Observe how Google Mars loads the map and does the zooming. Is the data downloaded oncefor all or retrieved on demand?
ans: retrieved on demand

2. HTML alone cannot perform the functions of Google Mars. So find out which code in the HTMLsource does the map things.

Hints: You may use Nvu to determine what HTML tags are for what.