2007年5月25日 星期五

Homework 5-18-2007

1. 根據FIND網路脈動 ,企業於Web2.0的使用上,仍緩步前進,這份報告已歸納哪些原因?你認為應該還有哪些原因?

(I)
(a)公司的資訊放在更透明化的地方,是經營管理者所擔憂的重點。
(b)職員在網路上討論公司事務,會使公司名聲陷入某種風險。
(c)缺乏部落格或其他社群媒介工具相關的指導守則或是政策,不知道該如何應付那些與公眾面對面的溝通模式


(II)
(a)公司管理對外公開的部落格(public blog)的困難,公司職員多的關係吧,發表文章或留言的數量應該不會是小數目。

(b)員工爆料、抱怨公司制度等情況發生,畢竟這是公司對外公開的部落格,不管最後事實真假對公司形象都會有所傷害。

(c)員工平常下班後都是身心疲憊,對於大多數人而言都是想放鬆,如看電視、泡茶等休閒或是休息,要再額外花時間去經營公司對外公開的部落格,可能不是那麼容易。



2. 閱讀兩篇有關網站行銷效益評估的論文,撰寫500字到1000字心得。

台灣是海島國家,又有許多風景勝地、國家公園、原住民文化等等

認真算起來,真的有很多可以當作觀光景點

那我想觀光產業我們台灣值得好好發展的方向

因為就如一開頭提到的,

台灣有很多風景勝地、多元化的人文景觀

發展觀光業可以讓全世界認識台灣或知道台灣

增加台灣在國際上的能見度

然而現在網路已經是許多人每天都會接觸的工具

要在網路上取得資訊是多麼容易

只要使用搜尋引擎,就有上萬筆、數十萬筆的資料甚至上百萬筆的資料

但是很少是從政府方面獲得

可能是政府的相關網站點閱率也是不及一些重要的入口網站

再加上政府的網站引起人民的興趣不及那些重要的入口網站

所以宣傳效果常常都是大打折扣

等於說錢花了,但無法收到等值的回收

一切就是很可惜,但我相信政府都是用心的

或許方法沒想的很周全吧

例如:報稅季節。雖然政府有在做宣傳,但也都是以電視宣傳為主,自強號車上的跑馬燈也會有,但是效果就還是那樣,知道這消息的市場人數還是那樣,成長幅度不會太大

不過我知道本校資管系有跟桃園縣政府合作推銷桃縣的農產品,就本校資管系負責架構網頁這方面,用網路的便捷性、全球性,推銷出去

那合作結果下來,效果也不錯

我想這就是一個不錯的例子,用網路這工具推銷、宣傳自己的產品

是可以參考的例子!

2007年5月18日 星期五

Lab Form and Action, Part II

Hand code a 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 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 Nvu HTML editor.

3. Open a new empty HTML file.

4. Paste the search box into this new file.

5. Use Nvu 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. Run your HTML by Firefox. What do you get?







8. Set method as "post"



9. Run your HTML by Firefox. What do you get?



2007年5月11日 星期五

Homework 5-11-2007: XSLT Part II

1. Given the RSS of Yam News, write an XSLT file
and use Xray to generate an HTML that contains the titles of items in the RSS.








2. View the formatted HTML file.

Lab XSLT

1. Register and Download Xray, an XML, XSLT editor and processor.



2. Given the the XML file and XSLT file ,
use Xray to do the transformation of the XML into HTML.
You have to replace [ with <.









3. View the formatted HTML file.

Homework 5-4-2007

1. Do
Lab: Webpage Accessibility, Part II



2. Do
Lab: Valiadating PageRank


我認為兩者是呈正相關的關係,因為是推薦或得獎的網站,也就是這個原因有人推薦或是得獎,其指名度與權威性夠,所以PageRank分數高。

2007年5月4日 星期五

5-4-2007: Lab Webpage Accessibility

Use Nvu to edit the following homepage
at http://maplepoem.blogspot.com/2005/03/blog-post_111070085865304732.html

1. You can copy and paste the content to your Nvu.

2. Take a look at the HTML 標籤, HTML 原始碼

3. Save your editings and preview your webpage using Firefox

4. Create a clickable link at the term 中原大學 so that
this link goes to http://www.cycu.edu.tw



5. Make the webpage accessible by
(1) adding ALT text to the images and
(2) adding a title to the URL link at Step 4.