[Web] 連結分享
PHP
-
Michael Kimsal 預測在 PHP4 終結之前,會有一個工具協助大家讓 PHP4 和 PHP5 並存,而不是用現在的 CGI 及 Module 共存模式。
JavaScript
-
Five quick JavaScript tips (簡體中文解釋:三月的蚁穴::JavaScript开发时的五个小提示)
簡單列一下:
- Use the submit event on forms
- If something is clickable, make sure it’s a link
- Simple loop optimisation
- Use anonymous functions for event handlers
- Use Array.join instead of concatenating strings
Categories: 連結分享
還蠻喜歡三月的蚊穴,會在每個點上面加上一些自己的看法與註解。