本週閱讀2006.11.01-2006.11.07
- Use Thunar as default Gnome file manager,不過照著改了之後thunar呈現水土不服,頻頻當掉,只好作罷。
- Windows CE 6 arrives with 100% kernel source
- Microsoft WinCE 6 的 100% shared source
- Pay for Hesitate
- Wikipedia - Esoteric programming
- Wikipedia - Brainfuck
- 玩转flickr del.icio.us Digg 之完全攻略
- 找出Java程式吃掉CPU的元兇
- Microsoft Habu Laser Gaming Mouse
- Bulletproof HTML: 37 Steps to Perfect Markup
- This meta element will be ignored if the real HTTP header contains encoding information. It can be useful anyway, though, because it will be used if a visitor saves our page to the hard drive and looks at it locally. In that situation, there's no web server to send HTTP headers, so the meta element will be used instead.
- There is no default encoding for HTML, so we should always make sure to specify it.
- The purpose of HTML is to mark up the semantics of a document, and -- to some extent -- to show the structure of its content. HTML has nothing at all to do with the way this document looks in a browser (although browsers have a default style for each element type).
- It is semantically wrong to mark up non-tabular information as a table.
- This meta element will be ignored if the real HTTP header contains encoding information. It can be useful anyway, though, because it will be used if a visitor saves our page to the hard drive and looks at it locally. In that situation, there's no web server to send HTTP headers, so the meta element will be used instead.
- Novemberborn: JavaScript Terminology
var msg = "hello world";
function foo(){
alert(msg);
};
foo();
Now, if you call foo, it’ll alert hello world! But how does it know the value of msg, which wasn’t defined in the function body foo? It turns out that if the JavaScript interpreter can’t find a variable in it’s current scope, it’ll go up the scope chain and searches the parent scope until it finds the variable. In our case it finds msg in global scope. - [PORTER勸敗網站] Cool Cat購物流程~~想入手日本PORTER必看
- self-improvement對於新手而言,我建議往以下這三個方向發展:Toolsmith, Language Lawyer,Chief programmer
- lilURL - A Free/Open Source Clone of TinyURL
- Debian 和 Mozilla® 在 Firefox 的 LOGO 和 名稱 上的爭議
沒有留言:
張貼留言