Get list on Google

As I’m still building the EVA Zone using textpattern . A recent log entries shows that a google search has reached my site. So I come to realize my never-promote-before new site is listed on the google’s list already. It’s quite surprising to me. I think the main reasons are:

  1. Standard compliant: I’m using XHTML transitional and try to validate each page as possible. Althought the CSS I used has some hack on PNG so it does not validate.
  2. The use

WTF with the code?

We all do stupid mistakes when we are programming for a long time and yet unsure what we are doing without a clear mind. Here is the place to collect all those stupidity. It’s not only a place to get a little fun, but also a place for programmers to learn from other people’s mistakes.

Related Link: The Daily WTF


Googling your desktop

Using the google technology to search your desktop: files, word doc, powerpoint, emails. Just like other desktop search software, once you install you need a one-time indexing all your files on your computer, which may takes several hours. But it is only done when your computer is in idle so you can still work your way.

Related Link: Google Desktop


不恐怖的生化危機

re2.jpg 繼上集愛麗斯和其他特遣的救援隊員奉命對付數以百計四出走動攻擊的喪屍以及阻止“紅后”將病毒繼續擴散後,今次愛麗斯的任務更加艱鉅。愛麗斯一覺睡醒後,發覺自己已成為遮天集團被生化改造的試驗品,變得更有力量、


完美嬌妻背後

stepfordwives.jpg (From yahoo ) 漂亮能幹的祖安娜突然遭解僱、婚姻出現問題,總之壞事接踵而至。祖安娜與華特遂決定搬到一個偏遠的效區小鎮史代福重新開始,華特對這個環境優美、鄰居又親切的地方再滿意不過,而且更被以威邁克先生為首的男


心水精選 — 學友Black & White

jackybw.jpg 學友最近的大碟 Black And White,是一隻新曲加精選,在這個精選碟泛濫的情況之下,要一讚的是這次的選曲, 這次精選的是一些二三線的歌曲,又或沒有主打的歌曲,有勁多心水,絕對推介!學友真的很有心呢!學友的國語碟都是很有


The Ring and The Grudge

grudgeposter.jpg

Continue reading...

Skinning your Gmail

This is done by using a custom style sheet. The basic principle is to design another set of style and with every styles add “body#gmail-google-com” as prefix (i.e. the ancestor element). Install the firefox extension URL id , copy the CSS to your chrome directory and rename it. Then Firefox would apply to style in the file to the specific web site the id mentioned. This is quite an interesting way to skin your web content as long as they are using CSS


GMail new function

If you have checked your gmail today, you probably would discover some nice features have been implemented. They includes:

  1. Organise ane search contact are more convenient now.
  2. Email forwarding to other account
  3. Save email as Draft

Related Link: Gmail New Features


Textile VS MarkDown

最近因為要研究 textpattern ,所以會接觸到其built-in的 textile 。簡單來說,textile是一種簡單的文章語言,方便使用者不用打html code來寫web content。

例如:使用者只要打

 * first item * second item

就可以得出這些code:

  • First item
  • Second item
  • <