2007年2月28日 星期三

拿到 zipit 了

今天(2/27)拿到 Zipit 了,
價格不貴, 但卻是一個 具備 WiFi, 音效, 鍵盤, 320x240 LCD, ARM core 的 Linux 系統.
算是麻雀雖小, 五臟具全.

試了一下, 果然可以掃描到公司的 Wireless access point.
等到手邊車機的 Flash disk 穩定工作後, 就得趕快來玩一玩.

direct disk access - FAT12/16 operation

在 embedded dos 的環境真是不方便.
今天(2/27)要測試直接分析硬碟來 讀取/更新 檔案 的程式, 就要分成好幾個小程式來測試.

不過也總算完成了.

接下來, 就是去修改 usrvar.dat/usrvar.des 等等的檔案操作.
總算又往前邁進一步了.

2007年2月26日 星期一

biosdisk() cannot read too many sectors

今天試著將之前分析 floppy disk 的程式, 擴展成可以處理 FAT16 的硬碟分區.
發現 biosdisk(_DISK_READ,,,) 竟然無法一次讀取 122 個 sectors. (沒超過 64KB)
真不知道發生了什麼倒楣事, 只好改成一次讀一個 sector.

幸好只有這個問題, 下班前就可以完成這個部分.
下一個動作就是讀檔, 更新.
- 2007/02/27 00:57, 總算完成讀檔的部份, 但還缺檔名分析的部份
- 2007/02/27 15:00 左右, 完成檔名分析的部份.

接下來就是改寫 gps.exe 中相關的檔案操作部分.

write a pop-up calendar selection dialog in javascript

http://www.x-desktop.org/

there is a good reference in this site.

2007年2月25日 星期日

how cute my daughter is

Yesterday's afternoon, wife, daughter and me go to community park for sliding.

Daughter's laughter make us happy.

modal dialog by javascript

collect the information from web
"modal dialog" +javascript

I would like to do something about this.

----
after the reading, I think that a mask div with transparent image is the easist way to do that.
http://192.168.0.102/cgi-bin/mtn/p.pl

press the DIV-ON anchor

TODO:
1. catch the resize/scroll event to center the dialog.
2. add a control script to move the dialog.