http://www.vidoons.com/good-presentation-guide
Explanation on What is "Death by PowerPoint", suggestion on What to avoid and How to Make a Good Presentation.
http://www.vidoons.com/examples
Examples
http://www.youtube.com/watch?v=bE30lkpuPD8&list=UU1jizFKqtjxvofckzUACbKg
2014年9月4日 星期四
2014年9月3日 星期三
[CakePHP] A web-based Terminal
http://runnable.com/Ub-ilIUmp-YOAABB/implement-pagination-on-a-cakephp-project
You can try running CakePHP via terminal box on the web page. Great tool!
You can try running CakePHP via terminal box on the web page. Great tool!
2014年8月9日 星期六
[Save Brain Cells] [JS] Check All and Uncheck All by 5 Lines of JS Codes
http://injerry.pixnet.net/blog/post/6477885-%E4%BA%94%E8%A1%8C%E6%90%9E%E5%AE%9Acheckbox%E5%85%A8%E9%81%B8%E6%88%96%E5%85%A8%E4%B8%8D%E9%81%B8
Having examples right away:
http://www.wowbox.com.tw/blog/article.asp?id=2923
Having examples right away:
http://www.wowbox.com.tw/blog/article.asp?id=2923
<script type="text/javascript">
function check_all(obj,cName)
{
var checkboxs = document.getElementsByName(cName);
for(var i=0;i<checkboxs.length;i++){checkboxs[i].checked = obj.checked;}
}
</script>
<body>
<p><input type="checkbox" name="all" onclick="check_all(this,'c')" />全選/全不選</p>
<p><input type="checkbox" name="c" value="" /></p>
<p><input type="checkbox" name="c" value="" /></p>
<p><input type="checkbox" name="c" value="" /></p>
<p><input type="checkbox" name="c" value="" /></p>
</body>
2014年8月6日 星期三
[Next Level Challenge!] How to Present Your System to New Users
[ This is written based on my personal experience. And this is my first attempt! ]
Task Oriented Approach
- give them some instructions, then have a little assignment / task for them to accomplish.
- try to make the first task as simple as possible, so that they will not be afraid of it at the first sight.
Do not provide them too much information at the first moment. That can scare the new users. Teach only some key concepts relating to the task.
Have some attractive diagrams to present the fundamental concepts. This can make the explanation much easier.
How to start writing a user manual for completely new users
Preface
1. what the system is for
2. what is the difference between the new system and the other existing systems
3. How the system model is constructed [ Some simple diagrams ]
4. How does the above relating to other systems [ Diagram of the relationship between system model drawn above and the models of the existing systems ]
5.
Task Oriented Approach
- give them some instructions, then have a little assignment / task for them to accomplish.
- try to make the first task as simple as possible, so that they will not be afraid of it at the first sight.
Do not provide them too much information at the first moment. That can scare the new users. Teach only some key concepts relating to the task.
Have some attractive diagrams to present the fundamental concepts. This can make the explanation much easier.
How to start writing a user manual for completely new users
Preface
1. what the system is for
2. what is the difference between the new system and the other existing systems
3. How the system model is constructed [ Some simple diagrams ]
4. How does the above relating to other systems [ Diagram of the relationship between system model drawn above and the models of the existing systems ]
5.
2014年8月2日 星期六
[Linux Datetime] Synchronize Server Datetime
NTP Server - We need a Network Time Protocol Server to do the time synchronization task.
Example Domain: time.stdtime.gov.tw, stdtime.gov.hk
http://www.vixual.net/blog/archives/5
http://www.hko.gov.hk/nts/ntimec.htm
Run these commands:
ntpdate : set server clock time
hwclock - set hardware clock time
Example Domain: time.stdtime.gov.tw, stdtime.gov.hk
http://www.vixual.net/blog/archives/5
http://www.hko.gov.hk/nts/ntimec.htm
Run these commands:
ntpdate -s stdtime.gov.hkhwclock --systohc
ntpdate : set server clock time
hwclock - set hardware clock time
2014年7月29日 星期二
訂閱:
文章 (Atom)
Weight Loss! The journey continues
是一個漫長的奮鬥旅程…… 最近嘗試努力改變的生活習慣: 晚上九時半去瞓覺 瞓覺前唔用電子奶咀,即喺ipad同手提電話(因為呢家部電話用耐咗,會無電要叉過夜) 用蔬果代替日常零食,例子有:車厘茄、藍莓、士多啤梨、粟米芯、提子,都係細細地嘅一舊一舊comp食啲 唔食熱氣零食 安靜去每...
-
裝水喉要用銅喉, 不要鐵喉, 熱水冷水都是。 裝煤氣喉因化學原理要用特製鐵喉, 不能用銅喉。如果是用煤氣熱水爐, 就要搵煤氣公司整。 用煤氣熱水爐拆要找煤氣公司, 清拆費$165公價, 安裝費一般無特別改位公價$475, 如煤氣公司check到有漏氣, 要換喉, 可在牆外...
-
Wow, 又一突破,自己換水龍頭 話說尋晚搭完飛機返到香港,第一時間拎曬行李喼d衫出黎洗,執好d野後,想沖埋涼一機過洗曬d衫,但唔知係咪去完旅行太興奮,開完個水龍頭之後點關都關唔到,感覺到裏面有d野斷左/鬆左/甩左咁,唯有沖完涼即刻放個花灑落水桶度,即刻拿拿淋去關水制。。。我...
-
8 January 2012 at 15:16 前言 話說12月左右, 考試前幾日開始左下面隻智慧齒異常的痛, D牙肉好腫, 所以去左POLY睇牙。之前E生都話過我隻智慧齒斜生, 頂住前面隻牙, 一來容易SIP食物, 2來可能影響前面隻牙會蛀, 所以叫我最好...
-
What is Interceptor? http://viralpatel.net/blogs/spring-mvc-interceptor-example/ Add autowired interceptors from Java Config http://stac...
-
Source: http://www.hket.com/eti/article/913472db-26f6-465a-b643-c5daaba82f4b-406134?category=green_news&source=print&printable=tru...