7/29/2008

在iPhone上看電子書

1.安裝lighttpd (這是一套web server on iPhone)
2.刪除 /Sites 內所有file
3.修改lighttpd.conf (/usr/local/etc/lighttpd.conf),加入以下兩段
  • dir-listing.activate = "enable"
  • dir-listing.encoding = "utf-8"
4.reboot iPhone

以上完成後可以browse folders,中文顯示也沒問題

6/26/2008

.NET 2003 ServerSide script call ClientSide javascript

//On  Server side script writing down those code
//call client script to close window
string strscript = "";
if(!Page.IsStartupScriptRegistered("clientScript"))
    Page.RegisterStartupScript("clientScript", strscript);

如同上面的code可以允許直接call javascript


6/25/2008

iPhone Resource

iphone4.TW在地化服務

http://iphone4.tw/unlock/

http://iphone4.tw/showme/

http://iphone4.tw/apps/

Jason自加文件

http://jason-hk.com/rep.xml

iphone Cake軟體源

http://iphonecake.com/src/new

http://iphonecake.com/src/all

iphonebus

http://iphonebus.com/apps/rep.xml

CNPDA愛瘋資源(超讚!!)

http://repo.cnpda.com.cn

模擬器的ROMs下載(超讚!!)

http://repo.iphoneroms.com

Weiphone Source

http://app.weiphone.com/installer/


#6/26/2008補 iPhoneCake也增加了破解源#

http://www.iphonecake.com/c.xml

6/27/2007

First touch

It's my first touching on Blog.