tyson記事本

Google & man(Unix) are your best friends!

Skip to: Content | Sidebar | Footer

Month: September, 2007

技能消失恐慌?

18 September, 2007 (14:12) | T.Life | By: tyson

在看[地海系列]的書中, 有一段就是技能逐漸變弱甚至消失..
但在日常生活中, 如果發生了… 真的會恐慌 (感受到書中表達)

Slimbox, the ultimate lightweight Lightbox clone

12 September, 2007 (11:39) | JavaScript, jQuery | By: tyson

http://www.digitalia.be/software/slimbox
http://www.huddletogether.com/projects/lightbox2/
http://www.mootools.net/

Play Fifteen puzzle – a game example with jQuery

12 September, 2007 (10:40) | JavaScript, jQuery | By: tyson

jQuery game
http://www.alexatnet.com/node/68

#game15 {
width: 255px; height: 290px; border: 1px solid gray;
}
#game15-controls {
margin: 10px;
height: 25px;
}
#game15-field {
width: 240px;
height: 240px;
margin: 10px 0px 10px 10px;
}
.game-cell {
width: 55px;
height: 55px;
border: 1px solid gray;
text-align: center;
line-height: 55px;
color: #aaa;
font-family: arial;
font-weight: bold;
font-size: 30px;
background: white;
position: absolute;
overflow: hidden;
}

jQuery(function () {
// Game model object
var field = new (function () {
this.moves = 0;
this.cells = [ [0,0,0,0], [0,0,0,0], [0,0,0,0], [0,0,0,0] ];
this.isFree [...]

業務職掌, 管理職掌, 資訊常識

6 September, 2007 (10:14) | T.Working | By: tyson

在工作時, 是很重要的
業務職掌: 每個人所佔的職缺, 所負責的業務, 在這個職務規劃時就被定義好
                  當然, 在未定的情況下, 常常有支援或協助
                  但還是得很清楚自己該做的事, 該負責的業務
管理職掌: 人事物, 都有其管理或被管理. 所以要很清楚, 才不會”搞錯對象”, “找錯人”,
                  ”罵錯單位”
資訊常識: 現在什麼時代了, 這種就像要活命就該呼吸喝水的事…
                  自己覺得不足, 就該自我充實吧~~~
在發生某件事, 餘幹^H感….

增設一個目錄, 寫關於我的工作

6 September, 2007 (10:00) | 0.Blog, T.Working | By: tyson

記錄一些事..
社會的歷練都是一種學習與精進~
update: 原來我早就有 99.Working 的目錄了   換成 T.Working 好囉~