Showing posts with label others. Show all posts
Showing posts with label others. Show all posts

2009/05/08

The cover people of IThome

Last week, I again interviewed with IThome to talk about why I changed my original career. The process was too big change of my life, because in the past I couldn't do anything with computer, but right now I was being web developer with ZK framework.

Here is the complete content (Chinese only)

2009/04/18

Interview by IThome periodical talking about what's different in IE 8

Last week, I had interviewed by IThome periodical talking about what's different in IE 8.
Here is the complete content (Chinese only)

2007/03/25

ZK-SimplyAjax跟我的機緣

去年的Java2後,有聽同事分享到zk的Ajax Framework,不過我倒是沒去聽內容(太忙了)。
不過等到今年初的新案子需要用到完整的Ajax Framework來輔助我們這個案子的前端架構,又讓我思考了zk的可用性(因有比較過),不知不覺也準備加入這個zk project team,說來說去不知道是不是真的有緣。

現在zk也算是OOS(OpenSourceSoftware)裡很活躍的Porject,因為每天都有人去post問題,當然這Project的管理人也是很熱心的每天幫忙大家回答問題。

2006/10/04

BT 下載時造成 IE 、MSN都不能連線

作業系統為:Windows XP Service Pack 2
問題:Windows 為了防止 Worms 的攻擊,將 TCP/IP 連線數預設為10,BT下載時的連線數預設也是10 ,所以網路連線數已滿,因此IE、MSN要透過網路來連線時已經沒有可用的連線數。

解決方式:下載http://www.lvllord.de/?lang=en&url=downloads EvID4226Patch223d-en.zip,
此 patch 執行檔可修改windows的連線數限制,執行軟體便會出現幫你更改電腦的 TCP/IP 連線數為 50的畫面,只要按下『Y』即可,TCP/IP 連線數便會更改成 50 了,重新開機一次,執行BT下載軟體,在開IE、MSN做測試,此時,連線問題應該解決了。

加強版: 若50個TCP/IP 連線數還不夠,這個軟體還有個進階功能,但需要到命令提示字元下去執行該軟體,輸入該軟體的檔案名稱後面再加上 /?,便會出現進階功能的使用說明,/L=500 連線數就變500了。

NOTE: Window 檔案保護 視窗要求放入XP SP2 CD 請按取消鈕略過 。

2006/10/03

第一次用Google Blogger就出現IE小bug

在blogger的檢視Blog裡,居然是白畫面,但經過FireFox使用並沒有任何問題。
原因出在:範本--> <$BlogMetaData$>
只要把 <$BlogMetaData$> 放到 <table><$BlogPageTitle> </table>的前面,就可以解決IE檢視的問題了。
問題就是編碼,Blogger都是用utf-8來編碼,但是中文的title會造成它編碼後認定網頁的編碼不符合,而造成白畫面。