芳鄰成長園

2010年11月22日 星期一

Lab32

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.
 


 
 

Lab31

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年11月8日 星期一

Lab30


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

Lab29

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.

中原大學

                                                                            中原夜市


Lab28

"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年11月1日 星期一

Lab27

Lab 26

Lab25

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


For housing services, compare the following two websites
http://www.housingmaps.com

http://www.7house.com.tw

List the differences in the user interface design and usability. Make comments
by your use experiences.
比較: 美感,直覺性,流暢,預期反應


美感:7house的配色比較鮮明並且可以讓人對於所租的房屋能有立即感覺,不同於housingmaps 的簡單配色,但是簡單分明的配色卻能讓買屋者能一目瞭然他的需要
直覺性:在7house裡,需要購屋者可以從內部裝潢著手,但是相對的對於想要以地點找房子人卻是housingmap比較方便
流暢: 在7house裡我們可以藉由滑鼠直接點明想的房子的所在地,並且把預算需求還有希望房子的大小都涵蓋在內,直接讓電腦搜索,但是在housingmap裡的地圖搜索卻沒有這樣子的方便
預期反應:使用7house可以讓消費者清楚的知道要買的房子內部裝潢,以及坪數大小,用housingmap或許沒辦法立刻知道內部構造,但是卻可以知道附近可能住了哪些人,而作為住家安全的評估

Lab24