免費的Google 文件加上Google 部落格,就可以製作一個乾淨
俐落的報名網站。2010年12月13日 星期一
Lab 36 Speed Test
測試中原大學與中央大學對外頻寬速度。
Tool: Speedtest
google chrome→選項→變更代理伺服器→區域網路設定
cycu proxy: proxy.cycu.edu.tw:3128
ncu proxy: proxy.csie.ncu.edu.tw:3128
no proxy
Tool: Speedtest
google chrome→選項→變更代理伺服器→區域網路設定
cycu proxy: proxy.cycu.edu.tw:3128
ncu proxy: proxy.csie.ncu.edu.tw:3128
no proxy
中原大學對外寬頻速度 |
中央大學對外寬頻速度 |
no proxy |
2010年12月6日 星期一
Lab 33 匯出部落格
1. 將你的部落格匯出為 XML,請使用blogspot 已經提供的匯出工具
2. 在blogspot 新建一個空白部落格。
3. 將剛才匯出部落格匯入到新的部落格
4. 檢查匯出情況,是否有出現異常,資料遺失或被變更?
資料沒有遺失或受到變更,但是匯出的網誌並不會連同小工具ㄧ起匯出,所以新匯入的網誌需要重新設定小工具。
2. 在blogspot 新建一個空白部落格。
3. 將剛才匯出部落格匯入到新的部落格
4. 檢查匯出情況,是否有出現異常,資料遺失或被變更?
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日 星期一
Lab 29 Hand code a form
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.
http://maps.google.com/maps?q=24.9586,+121.24114
Use Form CGI that includes action, input, and submit.
Try a few different coordinates.
Lab 28 Lab Form and Action
"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?
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?
- 當method設定為get時,按下google搜尋,會跳到搜尋頁面。
8. Set method as "post"
9. Run your HTML by Firefox. What do you get?
- 當method設定為post時,按下google搜尋,不會跳到搜尋頁面。
2010年11月1日 星期一
Lab 27 Mash-Up 4 (Calendars)
建立你的行事曆,並與學校行事曆合併
Google日曆-中原大學行事曆-html版本<http://www.google.com/calendar/embed?src=sth4g0ns7lj48crs0gsm3ekuns%4...>
進入後按右下角+Google日曆即可訂閱
Google日曆-中原大學行事曆-html版本<http://www.google.com/calendar/embed?src=sth4g0ns7lj48crs0gsm3ekuns%4...>
進入後按右下角+Google日曆即可訂閱
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)
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.
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.
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.
修改前 |
修改後 |
2010年10月18日 星期一
Lab 19 HTML
1. Using Microsoft Notepad, Copy and paste the HTML example at Introduction 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.
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.
Lab 18 Comparing browsers
Install Google Browser Google Chrome and Firefox 3.0, try a few websites and compare their performance. For example, youtube, blogspot, msn, and yahoo.
- google 瀏覽器跑網頁的速度比火狐快許多
- 兩種瀏覽器皆有多種支援外掛擴充程式
- 網址列google 瀏覽器沒有顯示http://而火狐反之
- 畫面來說 google 瀏覽器較火狐精簡,火狐的版面與IE比較相近
Homework 5
1. 網路可不可能增進身心障礙者的便利,請舉例說明?
網路是可以稱進身心障礙者的便利,例如內政部的優先採購網路資訊平台、身心障礙諮詢網皆是。
2. 瀏覽器會洩漏使用者的隱私嗎? 為甚麼?
瀏覽器雖然會儲存使用者的cookie,但是伺服器只會准許網站取用本身傳送的 cookie 而並非由其他網站傳送的 cookie,可確保使用者的隱私。當然這是要在網路公司沒有發生意外洩露用戶搜尋資訊的情況下為前提。而現在推出了一款不會儲存cookie的瀏覽器Browzar(download),適用於使用公共電腦的使用者,保障使用者安全使用網路。
2010年10月17日 星期日
2010年10月11日 星期一
Lab 16: Accessibility in GreaseMonkey
Google Search Keys Numbers the results in a Google search page and you can type the corresponding number to follow the link.
Google Access Keys Enables navigation through Google search results.
Google Access Keys Enables navigation through Google search results.
Lab 14 Greasemonkey
Install Greasemonkey 0.8.
Cookie Monster - Show cookie contents: Shows the contents of the current page cookie. Just mouse over the "Cookie" text on the bottom left. Check what cookies http://www.nytimes.com writes to you. Does our class blog use cookie or not? Does Google use cookie? Yes!
2010年10月4日 星期一
Lab 13 Google Mars
1. Observe how Google Mars loads the map and does the zooming. Is the data downloaded once for all or retrieved on demand?
依照使用者的檢索需求下載地圖,如此不僅不會因為下載全部地圖而浪費時間,還可以立即更新地圖。
2. 這個服務的特色有哪些?
讓一般民眾透過這項服務輕易地瀏覽火星的地貌,自行探索火星。
依照使用者的檢索需求下載地圖,如此不僅不會因為下載全部地圖而浪費時間,還可以立即更新地圖。
2. 這個服務的特色有哪些?
讓一般民眾透過這項服務輕易地瀏覽火星的地貌,自行探索火星。
Lab 12 Using Google PageRank
在Firefox上安裝 PageRank , 然後使用 PageRank 網站的 PageRank (0~10分)
(9/10)紐約時報
(8/10)CNN
(8/10)台灣雅虎
(7/10)蕃薯藤
(6/10)PCHome 購物
(4/10)Monday 購物
(5/10)巴哈姆特哈拉區
(6/10)中原大學 I-Learning
(7/10)Youtube-The Secrete
參考資料:
PageRank-Google 決定搜尋排名的關鍵技術
PageRank 的論文
(9/10)紐約時報
(8/10)CNN
(8/10)台灣雅虎
(7/10)蕃薯藤
(6/10)PCHome 購物
(4/10)Monday 購物
(5/10)巴哈姆特哈拉區
(6/10)中原大學 I-Learning
(7/10)Youtube-The Secrete
參考資料:
PageRank-Google 決定搜尋排名的關鍵技術
PageRank 的論文
Lab 11 Using your iGoogle
- 在你的iGoogle 討論群組 Google Group,加入這個討論區 http://groups.google.com/group/mobile-computing
- 在你的iGoogle 閱讀群組 Google Reader,加入這個部落格 http://minstral.blogspot.com/
Lab 10 Google Docs
1. Go to Google Docs. Google Docs lets you write Word documents through an online web service.
2. Start writing.
3. Publish the Word document.
4. What's the URL of your document. (My document)
5. Add the Google Docs to your personal portal. At the portal page, you should be able to see the active documents.
6. Save your document as .doc and .pdf, the two common formats for documents.
2. Start writing.
3. Publish the Word document.
4. What's the URL of your document. (My document)
5. Add the Google Docs to your personal portal. At the portal page, you should be able to see the active documents.
6. Save your document as .doc and .pdf, the two common formats for documents.
Homework 3
1. 本系任三位老師得近年著作,請列出這三個超聯結。
張耀仁 老師 / 陳淳杰 老師 / 鐘日龍 老師
2. Firefox 最新的市占率為何? 請註明你的資料來源。
Statcounter Globalstats 由曲線圖大約可以看出Firefox市佔率約為32%左右。
3. 在Homework 2 中,你得到多少篇回應? 這些回應對你有幫助嗎?
沒有收到任何回應。
張耀仁 老師 / 陳淳杰 老師 / 鐘日龍 老師
2. Firefox 最新的市占率為何? 請註明你的資料來源。
Statcounter Globalstats 由曲線圖大約可以看出Firefox市佔率約為32%左右。
3. 在Homework 2 中,你得到多少篇回應? 這些回應對你有幫助嗎?
沒有收到任何回應。
2010年9月27日 星期一
訂閱:
文章 (Atom)