AJAX vs Dialups
AJAX is short for 'Asynchronous Javascript And XML', the common termfor the technology behind highly interactive web sites like GoogleMaps and Google Mail. Given that the features AJAX enables (from thelarge to the small) are very appealing to designers, we're pretty muchguaranteed to see more and more use of it on web sites.
But please don't reach for AJAX too fast, because there is such athing as being too interactive.
AJAX's interactivity comes through communication, and communicationtakes
豪俾佢
做野!(請廣傳轉載乜都好)
《保衛一種不背棄弱勢社群的民主運動》聯署行動
--支持同志七一繼續牽頭
編按:發起團體將於六月十九日於西洋菜街行人專用區發表初步收集到的簽名人數,歡迎大家踴
無煙新世紀
深夜無線熱播的《創世紀之天地有情》,葉榮添自從許文彪死左之後,就將阿彪個「無煙城」計劃,當左做自己個仔一樣。當然,葉榮添自己,經常在窗明几淨的會議室煲煙(前兩晚先
痛到想死
話說落雨落到狗屎咁既朝早十點幾,我如常返工,o係出lift既時候,濕淋淋既地板令我腳底一滑,好一隻右腳腳指公踢左埋lift門邊
Putting a pleasant Python surprise to use
Although I've been programming in Python for a few years now, it keepssurprising me with little bits and pieces. Here's a neat Python languagefeature that I recently used for the first time (discovered originallythrough Bram Cohen's LiveJournal).
A common programming pattern is 'search for a something to work on, butstop if you don't find anything'. In Python one might write it somethinglike this (taken more or less from DWiki 's source):
found = False
Pitfalls in generating Last-Modified:
Every HTTP reply from a web server can include a Last-Modified: header, which theoretically tells interested parties when the web pagewas last modified. This is really something that works best when theweb server is just sending out static files; when it is generatingdynamic content, like DWiki does, things get interesting.
The major use of Last-Modified: is to decide when a browser already hasa current copy of the web page and doesn't need to fetch it again. Thus,with dynamic pages
廣告兩則
I can't stop my tears
每次看到雨絲,看到雨點打在玻璃窗上,總會莫名其妙的想哭。
中午時獨自一人在辦公室吃午餐,看著窗外灰暗的天,忽爾整顆心都好像掉落了,覺得好寂寞好寂寞。
然後聽到滴嗒滴嗒的聲音,我以為是一雙手按
Why a Blog?
Honesty compels me to admit that part of why I am trying blogging isthat I coded a bunch of blog features into DWiki , my wiki-thing, and Iwould feel kind of stupid if they never got used. (The blogdir codehas a clear usage case, but the blog code does not quite so much.)
But that's not all of it. Web pages cry out for a linking structure,an organization, a taxonomy, just like we are supposed to sensiblyorganize directories on our computers