2006-09-18

香港小學畢業會考常識科試題..... 1953年

香港小學畢業會考常識科試題..... 1953年

Hong Kong Primary School Certificate Examination Paper for the subject of General Knowledge 1953

Gmail HTML Content Layout Editing

網絡溝通, 禮儀常備
Netiquette: Think before you post

  1. Very common
    經常情況
  2. Content is send properly but just is so *wide*.
    太寬的內容不好閱讀


    figure 1(a) -
    before send,
    under Thunderbird

    figure 1(b)
    - recieved under
    Gmail
  3. Edit with HTML for more comfortable reading
    用 html 的語法處理一下
    <div style="margin: auto; max-width: 620px;">...<div>
  4. Limit the content width to 620.
    內容限橫寬 620, 好閱讀多了


    figure 2(a) -
    before send,
    under Thunderbird

    figure 2(b)
    - recieved under
    Gmail

Thunderbird Extension(擴展工具): EditHtml

2006-09-16

Software Freedom Day 2006 (3rd)

What is Software Freedom Day?

http://www.softwarefreedomday.org/about

Software Freedom Day (SFD) is a worldwide celebration of Free and Open Source Software (FOSS). Our goal in this celebration is to educate the worldwide public about of the benefits of using high quality FOSS in education, in government, at home, and in business -- in short, everywhere! The non-profit company Software Freedom International provides guidance in organizing SFD, but volunteer teams around the world organize their own SFD events to impact their own communities.

2006-09-15

巨大的鯊魚一一失蹤

西雅圖水族館換魚缸,把幾個大型的魚類放在一起,以為這樣這些大傢伙們可以相安無事,沒想到連續幾條巨大的鯊魚一一失蹤,一位工作人員決定守夜觀察,竟然拍到這個驚人的片段。

想起 Kraken

2006-09-11

Test CSS3 Native Round Corner and Shadow

Picture:

-moz-border-radius is rendered fine under Firefox 1.5.0.6.
<div style="font-size:16px;
          color:#ffffff;
          background:#9999ff;
          border:1em solid #7777ff;
          padding: 10px;
          -moz-border-radius:2em;
          -webkit-border-radius:2em;
          box-shadow:1em 1em #ffffff;
          -moz-box-shadow:1em 1em #ffffff;">
<br>
</div>

2006-09-09

Gentoo Portage 2.1.1 from RC1-R6

 * In portage-2.1.1, emerge --newuse is now sensitive to changes in IUSE.
 * Immediately after upgrade from 2.1, users may notice a significantly larger
 * number of packages pulled in by --newuse, but that behavior is normal.

 * See NEWS and RELEASE-NOTES for further changes.

 *
 * For help with using portage please consult the Gentoo Handbook
 * at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3
 *
>>> Regenerating /etc/ld.so.cache...
>>> sys-apps/portage-2.1.1 merged.