SMS Timer for Mac OS X
在使用Skype傳送簡訊時, 也許會期望Skype提供定時發送簡訊功能吧?! 我就有這個需求.所以索性寫了一個無敵陽春的 SMS Timer 程式.歡迎到這裡下載. When you use the Skype to send the SMS, you may need a function which is …
在使用Skype傳送簡訊時, 也許會期望Skype提供定時發送簡訊功能吧?! 我就有這個需求.所以索性寫了一個無敵陽春的 SMS Timer 程式.歡迎到這裡下載. When you use the Skype to send the SMS, you may need a function which is …
又更新了 My Footsteps 這隻程式拉. 可以記載上次瀏覽過的位置.也可以記載zoom的大小.還有地圖形態. 另外還可以傳遞參數.直接連接地圖. 例如上週末去野柳和石門洞玩所更新的照片如下 http://www.samtseng.liho.tw/~samtz/blog/myfootsteps.html?lng=121.6318702677539&lat=25.249353865843863&zoom=12&maptype=G_SATELLITE_MAP 😀 野柳
I just updated my foot steps page(http://www.samtseng.co.cc/~samtz/blog/myfootsteps.html). It supports using mouse wheel scroll to zoom in/out. Resizing windows the map layout will …
From : http://kawa.at.webry.info/200511/article_9.html 1 2 3 4 5 6 7 8 9 function processunicode(text) { if (navigator.appVersion.indexOf(”KHTML”) > -1) { var esc …
取得瀏覽器種類 1 2 3 4 5 6 7 8 9 10 function getbrowser() { var agt = navigator.userAgent.toLowerCase(); if (agt.indexOf(’msie’) != -1) …
用正規表示式檢查整數. 1 2 3 4 5 function checkint(str) { var regex = /^[1-9]+\d*$|^-[1-9]+\d*$/; re = new RegExp(regex); return (str.match(regex)) != null ? …
################################# # data string as following : ################################# TITLE=title name CLICK=click Login button to continue. TYPE=type your login password and. RETYPE=retype your …
When you invoke any of the following methods, and a match is found, the global RegExp object is updated: exec() match() test() …
So what you need to do first is have the window you want to close be connected to an IBOutlet in the …
Want to customize/organize your XCode 2.1 templates?? Here’s a few things I do to help myself. First off let’s get an understanding …