February 7, 2010
LESS.app For Mac OS X -- LESS CSS app
給 OSX 用的 LESS CSS 自動 Compiler。見 http://incident57.com/less/。網頁中的 Reviews 一欄是純搞笑。
February 6, 2010
HTML5 Video 小抱怨
html5 video 最大的問題是: 瀏覽器可能會放不動。Web App Programming 的謎事則為:所有人都先一味地在瀏覽器上瘋狂加蓋,然後討論這地基不深,瓶頸太細。結論則是,世間要花金銀升級硬體來滿足自身的讀網需求以及網頁規格這十年來的演進與重構。
Readibility: 發人省思的 Bookmarklet
Readability 是一個 Bookmarklet 小工具,祂能做的事,便是將目前看的網頁,去蕪存菁;(非常神奇地)找出重要的部份,然後以最古典、舒適的方式呈現出來。
Upgraded to MTOS 5
It's done. I chose the Pico theme after seeing and inspired by the Readability Bookmarklet earlier today.
The upgrade is easy, however, I need to vim the Markdown.pl a bit to get around to this "Wide character in subroutine entry" bug that block all publishing.
Took a little while to understand the relations between a "Website" and a "Blog". I think I like MTOS5 so far. The new admin UI looks sharp. Maybe it'll make me write more. I do hope so.
February 2, 2010
Tip: Install a CPAN module directly from URL
I wonder how many people know this. With CPANPLUS, you can install any cpan module directly from its tarball URL:
cpanp -i http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Plack-0.99_02.tar.gz
Very handy, indeed.
February 1, 2010
Capify The Pony
I managed to deploy Jifty apps with Capistrano.
Capistrano is a tool for deploying Rails apps, however, with some small tweaks, it can be used to deploy Jifty apps.
January 22, 2010
Recommending: lesscss
LESS CSS is a nice tool to simply your CSS work. It extends the syntax of CSS itself a little bit to make many tedious work easier. For instance, you can write nested rules:
.hd {
color: #000;
.title { font-size: 140%; }
}
And that compiles to:
.hd { color: #000; }
.hd .title { font-size: 140%; }
This is my favorites feature of LESS among others.
January 21, 2010
Plurking in Perl
Net-Plurk and AnyEvent-Plurk are fine, but they are sometimes too big for one small purpose.
January 14, 2010
url2qrcode bookmarklet
這個 bookmarklet 把目前網頁轉成 qrcode / This bookmarklet displays a qrcode for current URL:
在需要即時將網址傳到手機上時好用 / Particularly useful for sending an URL to phone.
January 7, 2010
DNS Benchmarking
The namebench is a GUI tool that tells you how DNS performed based on your own browser history. Based on the fact that I often visit the websites that I have already visited before, I really like such idea.
Recent Comments