2009年6月5日 星期五

Lab navigation bar


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

2009年5月20日 星期三

專業愈好 愈易就業

生醫福祉工程特論 (鍾文耀老師)

  今天一上課老師就發了幾張影印的新聞報導給我們看,其中一張有著斗大的標題『克魯曼:專業愈好 愈易就業』,老師說上課前要先跟我們來分享一些經驗…
-----(以下是老師的一些話與報導內容的整理)-----

  保羅·羅賓·克魯曼(Paul Robin Krugman,1953年2月28日),美國經濟學家及紐約時報專欄作家,普林斯頓大學經濟系教授,2008年諾貝爾經濟學獎得主,他受邀來台做為期兩天的演講,與政府、學生們進行座談與對話。近幾年的畢業生要找工作可能會很傷腦筋,因為面對的是失業率居高不下的環境,克魯曼建議學生們培養分析事情、解決問題的專業能力,『專業技能愈好,就業機會愈大』。

  在與學生座談的時候,有學生問克魯曼,當遇到與教科書上敘述不一樣的時候該怎麼辦,他的回答還先開了自己個玩笑,說自己所寫的教科書也沒有很好,光讀教科書沒有用,凡事總有例外,要鑑往知來、參考歷史的教訓才是真的。另外有學生提到,貧富差距愈來愈大,台灣也是收入兩極,人文語言的學生求職很吃虧,請教克魯曼有何建議,他則說:『專業技能愈好,就業機會愈大,心態也很重要。我可以告訴你,貧富差距愈永遠存在,但人的價值不在於收入的多寡,用錢衡量成就是不對的,各種領域都有他們發揮的地方,不要自我設限,通才才是最重要的』。

  鍾老師也說,現在社會有很多失業等工作的人,但這些人明明好手好腳的為什麼會找不到工作呢?問題在於他們不夠積極,沒有充分地表現出他們想要爭取一份工作的心,若自己能力不夠也不會去增進自己的能力,只會抗議、等待是沒用的。

相關新聞:http://udn.com/NEWS/FINANCE/FINS6/4908618.shtml
     http://udn.com/NEWS/OPINION/X1/4909729.shtml

2009年5月15日 星期五

Lab DOM

[Lab]
1. Open NVu
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.


Lab Create Image using DOM

1. Open Nvu
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.



2009年5月9日 星期六

2009年5月8日 星期五

Lab XML (2)

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

2. Given the
Listing 1. An XML document representing the results of a soccer tournament
Listing 2. A basic style sheet for the soccer results

use the XSLT as in the Listing 2 to transform the XML file as in the Listing 1.
(archive)

3. View the formatted HTML file.
4. Given the
Listing 1. An XML document representing the results of a soccer tournament
Listing 3. A style sheet that computes team standings

compute the team standings in a table.

5. View the formatted HTML file.



Lab XML

1. Register and Download Xray, an XML, XSLT editor and processor.(安裝X-Ray需要權限)

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.