Browsing articles from "十二月, 2011"
十二月
31
2011

2012 新年快樂 Happy New Year

New-Year

2012 新年快樂 Happy New Year

十二月
31
2011

Iphone 4S Checker – Hong Kong Version (v1.01)

iphone4s_500x375

iphone 4s 是不少香港人用來炒賣的手機之一,所以本網設計了一個程式Iphone 4S Checker – Hong Kong Version v1.01,可以監察apple 開賣狀況,當發蘋果開賣時,它會以"beep beep" 的聲音提示用戶,十分方便! http://www.ononpig.com/checkIphone/checkIphone_v1.01.zip

十二月
31
2011

想買iphone 4s? Iphone 4S Checker – Hong Kong Version

iphone4s_500x375

iphone 4s 是不少香港人用來炒賣的手機之一,所以本網設計了一個程式Iphone 4S Checker – Hong Kong Version,可以監察apple 開賣狀況,當發蘋果開賣時,它會以"beep beep" 的聲音提示用戶,十分方便! http://www.ononpig.com/checkIphone/check_iphone_sell.zip

十二月
23
2011

Flash 內加 PayPal Donation Button (AS3)

paypal

Shopping Cart =========================================================== var variables:URLVariables = new URLVariables(); variables.cmd = "_cart"; variables.add = "1″; variables.amount = String(  TOTAL DOLLAR AMOUNT HERE  ); variables.business = "  YOUR PAYPAL EMAIL HERE  "; variables.item_name = "Item 1″; variables.item_number = "123456789″; variables.tax = "0″; variables.currency_code = "USD"; variables.page_style = "PayPal"; variables.no_shipping = "0″; variables.undefined_quantity = "1″; variables.rn = "1″; variables.shipping = "0″; variables.shopping_url = "http://www.ononpig.com"; var request:URLRequest = new URLRequest("https://www.paypal.com/cgi-bin/webscr"); request.method = URLRequestMethod.POST; request.data = variables; navigateToURL(request, "_self"); Donation [...]