Author Archive
trigger expose functionality
八月.12, 2010 Posted in RSS
turn off :defaults write com.apple.dock mcx-expose-disabled -bool truekillall Dock
turn on :defaults write com.apple.dock mcx-expose-disabled -bool falsekillall Dock
pros and cons while using table layout
八月.08, 2010 Posted in RSS
Why do Google and Twitter use table layout?http://stackoverflow.com/questions/1236053/why-do-google-and-twitter-use-table-layout
Why not use tables for layout in HTML?http://stackoverflow.com/questions/83073/div-vs-table/84986#84986
Things...
un-minimize window in Mac
八月.02, 2010 Posted in RSS
Orig : http://blog.nimit.maru.us/2008/06/unminimize-or-restore-a-window-in-mac-os-x/
By using Cmd+Tab, because you release Cmd click option to un-minimize it
Best Solution : Using QuickSilver!!!!
firefox font.name and font.name-list
八月.01, 2010 Posted in RSS

Mac 10.5 (Leopard)font.name.sans-serif for each country
font.name-list.sans-serif for each country
Ubuntufont.name.sans-serif : sans-seriffont.name-list.sans-serif : sans-serif
Windowsneed someone update
articles to introduce what’s the difference between serif and sans-serif
七月.30, 2010 Posted in RSS
1. http://blog.othree.net/log/2007/07/24/serif-sans-serif/
2. http://blog.roodo.com/rocksaying/archives/3130437.html (deprecated?)
Lessjs : vary your css
七月.25, 2010 Posted in RSS
Origin : http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/
step 1 : arrange less file and less.js
<link rel=”stylesheet/less” href=”/stylesheets/main.less” type=”text/css” /><script src=...
Data URIs advantage
七月.22, 2010 Posted in RSS
Data URIs make CSS sprite obsoletehttp://www.nczonline.net/blog/2010/07/06/data-uris-make-css-sprites-obsolete
What’s Data URIhttp://www.nczonline.net/blog/2009/10/27/data-uris-explained/
Data URI for IE7 and underhttp://www.phpied.c...
system preference shortcut of mac os
七月.18, 2010 Posted in RSS
For system preferences…
of course we can add a shortcut globally in keyboard shortcut section.
However, mac os provides a series of shortcuts by default for us and all of them are enabled by Alt
I list some items I use frequent...
using g in Vim
七月.15, 2010 Posted in RSS
gdwill take you to the local declaration.gDwill take you to the global declaration.g*search for the word under the cursor (like *, but g* on ‘rain’ will find words like ‘rainbow’).g#same as g* but in backward direction.ggdGdele...























