2011年1月13日 星期四
2011年1月3日 星期一
2010年12月13日 星期一
2010年12月6日 星期一
Lab 33 匯出部落格
1. 將你的部落格匯出為 XML,請使用blogspot 已經提供的匯出工具
2. 在blogspot 新建一個空白部落格。
3. 將剛才匯出部落格匯入到新的部落格
4. 檢查匯出情況,是否有出現異常,資料遺失或被變更?
文章都跟原BLOG一樣,但連結則無法匯入
2. 在blogspot 新建一個空白部落格。
3. 將剛才匯出部落格匯入到新的部落格
4. 檢查匯出情況,是否有出現異常,資料遺失或被變更?
文章都跟原BLOG一樣,但連結則無法匯入
2010年11月22日 星期一
Lab 32: DOM
1. Open KompoZer
2. Based on the code as in
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.
write a code to generate the table of 9*9 products. (九九乘法表)
Hint: The javascript code should be enclosed by script tags.
Lab 31: 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.
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日 星期一
2010年11月1日 星期一
Lab 26: Mash-up 3 (Blogs)
部落格與相本的結合運用。透過部落格分享你的照片集,省去傳送大量照片的缺點,自由書寫照片中的故事。
Create a slide show of your album. Embed the album in your blog.
Create a slide show of your album. Embed the album in your blog.
Lab 25: Mash-up 2 (Maps)
真實案例
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的網頁能從小圖直接觀看房子的外觀
就這點來說直覺性就比HousingMaps來的好
流暢:7HOUSE的可以利用查詢了解特性房子的特性,這點也比HousingMaps來的直接
預期反應:就我而言,如果以後要搜尋有關房屋的話,7HOUSE的使用性我覺得會比
HousingMaps來的高,也比較實用。
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的網頁能從小圖直接觀看房子的外觀
就這點來說直覺性就比HousingMaps來的好
流暢:7HOUSE的可以利用查詢了解特性房子的特性,這點也比HousingMaps來的直接
預期反應:就我而言,如果以後要搜尋有關房屋的話,7HOUSE的使用性我覺得會比
HousingMaps來的高,也比較實用。
Lab 24: 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.
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.
2010年10月25日 星期一
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.
2. Fix the failures you found.
Lab 22 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.
yahoo 拍賣 7 warnings , 8 failures
yahoo 首頁 7 warnings , 8 failures
google 首頁 9 warnings , 6 failures
Report the summary of all the errors and warnings for each site.
yahoo 拍賣 7 warnings , 8 failures
yahoo 首頁 7 warnings , 8 failures
google 首頁 9 warnings , 6 failures
2010年10月18日 星期一
Lab 21: 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.
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 20 More on HTML
Headings
1. Copy and paste the Headings example athttp://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?
1. Copy and paste the Headings example athttp://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?
訂閱:
文章 (Atom)















