芳鄰成長圖

芳鄰成長圖

2013年1月7日 星期一

Lab 39 Social Services based on Internet

網際網路的影響效益非常多元化 以下舉幾個例子來介紹好處與壞處 1.facebook 創建容易,上手快,是很多人利用的宣傳工具,非常適合弱勢團體使用 不過也充斥一些濫用的例子 例如最近的帥哥FBI在facebook上揚言要炸掉總統府等等 2.PTT 台灣最歷史悠久的BBS系統,每天都高達幾十萬人使用 上面具有許多的資訊交流等等,許多的新聞媒體也都會上去找新鮮事物當作新聞 學生社會運動時上面更是討論熱切,不時會有相關人員上去發言解釋 3.獨立網站 http://www.genesis.org.tw/ 上面是創世基金會的網站,裡面是專門在處理一切事物的網路平台 有任何問題透過這個網站即可

Lab 38 製作一個報名網站

Lab 37 Google Analytics



2012年12月17日 星期一

LAB36 Syndication with RSS 2.0


Lab 35 XML (2)




Lab 34 XML

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

(助教碎碎念:若無法順利安裝在點)

2. Before you do this lab,all the first you must know is
what is XML?
what is XSLT?
please write down your answer.(least 200 words)

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

4. View the formatted HTML file.

2012年12月3日 星期一

Lab 31 & Lab 32 Programming in DOM


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>lab30</title>
<script>
function buildTable(){
docBody = document.getElementsByTagName("body").item(0)
myTable = document.createElement("TABLE")
myTable.id ="TableOne"
myTable.border = 1
myTableBody = document.createElement("TBODY")
for (i = 1; i < 10; i++){
row = document.createElement("TR")
for (j = 1; j < 10; j++){
cell = document.createElement("TD")
cell.setAttribute("WIDTH","50")
cell.setAttribute("HEIGHT","50")
k=i*j
textVal=""+i+"x"+j+"="+k
textNode = document.createTextNode(textVal)
cell.appendChild(textNode)
row.appendChild(cell)
}
myTableBody.appendChild(row)
}
myTable.appendChild(myTableBody)
docBody.appendChild(myTable)
}
window.onclick=buildTable
</script>
</head>
<body>
<br>
<input value="
顯示圖片" onclick="build()" type="button">
</body>
</html>

Lab 30 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.


Lab 29 Hand code a form



Lab 28 Lab Form and Action




Homework 11/26/2012


1. 在時速300km/h的高鐵上如何提供上網,2G, 3G, 4G, Wi-Fi可行嗎? 試提出可行之道。

不行!!!高鐵時速接近300,因為2G,3G,4G,Wi-Fi的速度都跟不上...所以連結步道

WiMAX
提供無線上網具有穩定、快速優勢,為經濟部技術處、威達、工研院、高鐵四方努力成果。


2. 在高鐵沿線兩側部建Wi-Fi基地台(Access Point),能否解決高鐵上網問題,為什麼?

不行,Wi-Fi雖然方便但她通訊速度卻有速度範圍!一般能接受人的行走速度~騎車開車時就無法接收到!!!

2012年11月26日 星期一

Lab 27 Mash-Up 2 (Calendars)


Lab 26 Mash-Up, Part 1 (Maps)

美感:yungching比housingmap色彩豐富多了,會使讀者想深入了解。

直覺性:yungching比housingmap分類來的更簡單明瞭,讀者可從不同的角度,更快找到自己想要找的房子。

流暢:yungching提供客戶更多的服務,像是可以需求留言。

預期反應:housingmap地圖太廣,分類也較不明確。而yungching則顯得豐富許多。

Lab 25 navigation bar


2012年11月12日 星期一

Lab 24 使用HTML 4 和HTML 5的影音播放

html4的影片是由flash套件播放的
html5則是由瀏覽器支援一般檔案格式的影片播放

Lab 23 Making images accessible


Homework 11/5/2012


1. 觀看
場域應用與服務設計: "科技人如何做通俗演講" (4分鐘)
撰寫200演講摘要
電子系畢業不是往學術發展就當工程師,有些時候我們做出來的成品必須讓大家有共鳴!所以前顯易懂的文字來表達我要說的方式會有比較好的效果,最後讓別人知道我所做到底有什麼用途與未來發展

2. 你覺得以後上台作簡報,會做些什麼樣改變?

要勇於表達自己意見,直視台下人員,訓練舞台能力