2011年11月28日 星期一

Lab 30 Mash-Up 4 (Calendars)


Lab 29 Mash-up 3 (Blogs)

Lab 28 Mash-up 2 (Maps)

comparision!!!!!!!!!!!!!!

housingmaps                         yungching

美感:樸素簡單                       美感:色彩鮮豔
直覺性:易懂                          直覺性:較清楚
流暢:較不流暢                       流暢:較流暢
預期反應:須一項一項看          預期反應:不錯

Lab 27 Mash-up 1 (Publish)

2011年11月21日 星期一

Lab 26 navigation bar

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

 

Lab 25 Making images accessible

1. Study what an ALT tag is.
2. Use KompoZer to edit the following homepage
at http://bloggercamp.blogspot.com/2007/01/2007.html

You can copy and paste the content to your KompoZer.

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.



Lab 21 HTML


HTML 

Accessibility
  • What is web accessibility?
  • Accessible search engine
  • Use accesskeys

Preparation

1. Using Microsoft Notepad, Copy and paste the HTML example atIntroduction to HTML
2. Save the file as myfile.html
3. Open the file using Firefox.

New editor
4. Enter http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
5. Copy and paste the HTML example at Introduction to HTML
6. Verify your results on the screen.





2011年11月8日 星期二

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

Cycu  :  3 Fails





Taiwan Entertainment : 1 Fails

MSN : 4 Fails

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





















2011年11月7日 星期一

Lab 22 More on HTML


Headings
1. Copy and paste the Headings example at http://www.w3schools.com/html/html_primary.asp
2. Enter http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
3. What kind of effects can you see?

Lists
4. Copy and paste the Headings example athttp://www.w3schools.com/html/html_lists.asp
5. Enter http://www.w3schools.com/html/tryit.asp?filename=tryhtml_basic
6. What kind of effects can you see?

----------------------------------------------------------------------------------------------------------------------------------




<h1>標籤 : 標題(heading)字體漸小

 

<ul>標籤 : 沒有排序(Unordered Lists)


<ol>標籤 : 有排序(Ordered Lists)