2007年6月15日 星期五

Lab Drag-and-Drop by AJAX

1. Go to Laszlo
2. Study and play around the "drag-and-drop" example.
3. Use this method to control music playing of the song "Where to begin".
4. Add the song to the program.
5. Change the photo to the CD title.
6. If you drag and drop the photo to the "play" area, the music plays.
7. If you drap and drop the photo to the "pause" area, the music pauses.











2007年6月8日 星期五

Lab Movie Player by AJAX

1. Go to Laszlo
2. Study and play around the "scripting" and "video" examples.
3. Use this script to control movie playing.
4. If you push the "pause" button, the movie pauses.
5. If you push the "resume" button, the movie resumes.



程式碼&結果:

2007年6月1日 星期五

三創競賽觀後感 (2)

電子三丙 9326332 黃信熾

1.s9226219的blog


2.涼麵之BLOG


3.順ㄍ的blog


以上點選進去後就可以直接進入到部落格的文章了!!

三創競賽觀後感

今天三創競賽的博覽會
裡頭內容豐富萬千
看到許多同學發明的心血
這也正好配合學校一直秉持著三創的教育精神
我認為這是一個很好的活動
我有參觀的十來個攤位裡頭
一開始印象最深刻的是造訪第四個攤位的樣子
那攤位是主題是”要 要 要 鑰匙”
裡頭有三種發明的樣式
一開始沒聽解說時會覺得這東西是什麼?能用嗎?
結果聽了解說之後
內心覺得這是一個很東西且實用
把我們生活中會遇到鑰匙一堆的困擾
在那發明下問題化簡大半以上
因為又有分(1)一般家用(2)租屋用(3)上班族業務用的保管鑰匙的收納物品
我是覺得這個概念真的很棒
雖然不是很豪華的發明
但是卻超實用
如果有廠商贊助做更精密的研發
我想那個整體上的質感會更趨於完美與完善
我想這一個是我給它在創意上第一名,也很實用。

接下來造訪的攤位中還有一個是我也覺得很棒的
那攤位名稱是”實境導航 有障無礙”
這一個攤位我是把他歸類在科技面的應用
算是超越GPS的技術吧
使用現在熱門的Wi-Fi無線上網技術
看到展場人員Demo,我覺得是不錯的
讓人民在使用時可以更人性化、更方便,而且又是真的實境的引導
我覺得這個技術只差一個那個code圖要推展開來
如果這個能蓬勃推展後
我想會是讓這整個社會更進步的!!


以上是我的感想~~
以上那兩個攤位是我覺得都是第一名的表現!!

Lab DOM and JavaScript

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 Img using DOM

1. Open Nvu

2. Hand code a javascript that loads an image from Internet based on
the DOM model.



3. Use window.onload to load the image.

4. Use a button to load the image. Try how onclick works.





Hint: The javascript code should be enclosed by script tags.
Reference: DOM (Document Object Model)