2011年12月19日 星期一

Lab 38_Syndication with RSS 2.0

1. 進入你的部落格,登入,選擇設計
2. 新增小工具
3. 選取
資 訊提供 新增
將 RSS 或 Atom 資訊提供的內容加入您的網誌。

Blogger 製作

4. 撰寫或貼上所需連結(範例)




 

2011年12月12日 星期一

Homework 12-05-2011

1. 推薦一則 ted.com 演講給你朋友,告訴你的朋友這個演講好在哪裡。
2. 參考 Wikipedia,雲端運算的關鍵是甚麼? Google, Amazon, Microsoft 有哪些雲端服務?

1.Nathan Myhrvold-



Nathan Myhrvold提到了要真正的了解烹飪的科學,必須要擁有化學、物理的知識,另外又很特別的將烹飪過程剖面,讓我們有了不同以往的感受,可以從中看到食物互相的作用影響。很特別的一場講座,是前所未有的新知,又富有畫面能去感受,很酷!


2.雲端運算(英語:Cloud Computing),是一種基於網際網路的運算方式,透過這種方式,共享的軟硬體資源和資訊可以按需提供給電腦和其他裝置。整個執行方式很像電網。

Google: Google翻譯、Google地圖、Google文件
網路連結已變得普遍,即時無法連結網路, Google Gears也能提供網路應用程式在離線狀態下使用,目前Google文件(Google Doc)、Gmail已具離線操作功能,其他應用程式的離線作業也正在進行中。

Amazon: Amazon SimpleDB 、Amazon Elastic MapReduce 
最常用的就是EC2+S3的服務了,利用EC2建置網站或各式各樣的伺服器,然後與S3的超大儲存空間搭配應用,因此讓Amazon成為美國最受歡迎的雲端服務廠商之一。

Microsoft:Hotmail、SkyDrive


2011年12月5日 星期一

Lab 32_Hand code a form

Before you do this lab, you must understand what is CGI(Common Gateway Interface) and Form.

1. So please search the answer and post your opinion in your blog.
2. 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.





Lab 31_Lab Form and Action

Dynamic pages, content generated by server-side programs.
CGI, Common Gateway Interface, for sending requests to server-side programs.



static page
Ex:
http://www.google.com/

dynamic page
Ex:
http://www.cna.com.tw/

URL that sends a request by CGI
Ex:
http://maps.google.com/maps?q=24.9586,+121.2411
"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?






2011年11月29日 星期二

Lab 30_Mash-Up 4 (Calendars)

建立你的行事曆,並與學校行事曆合併


Google日曆-中原大學服務學習活動行事曆-html版本
進入後按右下角+Google日曆即可訂閱




原本就有使用google calendar
黃色行程是合併了中原大學服務學習活動行事曆

2011年11月28日 星期一

Lab 29_Mash-up 3 (Blogs)

部落格與相本的結合運用。透過部落格分享你的照片集,省去傳送大量照片的缺點,自由書寫照片中的故事。

Create a slide show of your album. Embed the album in your blog.

Hint: 挪威奧斯陸之行
album
 
------------------------------------------------------------------------------------
 
 

Lab 28_Mash-up 2 (Maps)

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


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

http://yungching.housefun.com.tw/

List the differences in the user interface design and usability. Make comments
by your use experiences.


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


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

美感:
yungching
介面豐富,顏色較多,感覺整個網頁較有活力
不過也相對撩亂了點

housingmaps

相當簡要,只有地圖跟座標可以做變化
但拉大比例尺後,各式各項的建築模型都出來了

直覺性:

yungching
會比較容易找到想要的房子
housingmaps
我想這個地圖搜尋,是要出去玩,能事先規劃及了解的路線吧

流暢:

yungching
速度挺快的!

housingmaps
相較前者差一點!


預期反應:
yungching
雖然廣告較多,但對於台灣人來說實用許多
housingmaps
這個是全球化地圖,使用者方面應該比較多

Lab 27_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.

範例:
如何活用 Gmail 工作坊

2011年11月23日 星期三

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 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?


Lab 21_HTML

HTML

Tutorial 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月9日 星期三

2011年10月31日 星期一

Lab 20_Google Accessibility

  1. Google Search Keys Numbers the results in a Google search page and you can type the corresponding number to follow the link.
  2. Google Access Keys Enables navigation through Google search results.

    Lab 19_AccessBar

    AccessBar: displays defined accesskeys in a fixed-position bar along the bottom of the window. Added 2005-04-01 (not a joke). Find how many access keys have been defined at
    www.ocac.gov.tw www.epa.gov.tw

    Continued from the above, use google to find 3 more government sites in Taiwan that enable access keys.

     www.ocac.gov.tw 
















     www.epa.gov.tw
































    衛生署
































    宜蘭縣政府
































    中央氣象局

    Lab 18_Clean Language

    1. Save the JavaScript file of Clean Language to your desktop. Make changes to the script with self-defined bad words. To do this, save the JavaScript on your desk top. Use Notepad editor to make changes. Install the modified script as Greasemonkey.

    2. Use Google to search webpages that contains some bad words.

    3. Try whether the filtering take effects.

    Lab 17_Greasemonkey

    1. Please read the information about Greasemonkey and cookiebefore you start the lab.
    2. Install Greasemonkey 0.9.1. Check the lower right corner of your Firefox and you should find a monkey at the right.
    3. 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?
    4. You can turn off Greasemonkey by clicking on the monkey face at the URL bar of Firefox. Click again to activate Greasemonkey.
     http://www.nytimes.com



     












     class blog
















     Google

    Lab 16_Using Google PageRank

    在Firefox上安裝 PageRank , 然後使用 PageRank 量測以下網站的 PageRank (0~10分)

    紐約時報 http://www.nytimes.com: 9/10

     















    CNN http://www.cnn.com/: 8/10

     















    台灣雅虎 http://tw.yahoo.com: 9/10


     














    蕃薯藤 http://www.yam.com: 7/10




     















    PCHome 購物 http://shopping.pchome.com.tw/: 6/10


     














    接著,以PageRank量測你常用的三個網站。

    FACEBOOK: 10/10





























    CYCU: 7/10






























    URCOSME: 4/10

    2011年10月24日 星期一

    Lab 15_製作線上投影片

    Lab 14_共同編輯文件

    閱讀莫拉克風災電腦教室再生計畫,假設這個計畫是由你發起,你要擬定一張志工排班表,以及修復場地值班人員。

    請製作一張值班人員表,為了提升效率,你決定先擬好空白表格,再開放編輯權限給你的夥伴填寫,請夥伴上網登記輪值時間。
    製作志工時間登記表,當志工們填寫資料,管理者可以得到一份excel清單,為了保障個人隱私,請不要將excel公開給所有人。


    莫拉克風災研究生值班表

    莫拉克風災電腦修復時段調查表

    Lab 13_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.
    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.

    Hint: This is a sample Word document.
     


    igoogle
















     DOC
















    PDF