My Footsteps updated
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 …
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 …
就是這個. 我想買這個. 我想記載我的足跡. 但是WBT-201也快上市了. 買買買….我要買.
from : http://physicals.spaces.live.com/Blog/cns!4D5001396691152!1403.entry 這個很有台灣味. 可以算是很經典的台灣意象. 挖尬以.
You got a dream, you gotta protect it. People can’t do something themselves, they wanna tell you that you can’t do it. …
DocumentRoot /var/www/html ServerName samtz.dyndns.org ErrorLog logs/samtz-error_log CustomLog logs/samtz-access_log combined Options ExecCGI Options Indexes AllowOverride All RewriteEngine on RewriteCond %{SERVER_PORT} =80 …
#./configure –with-openssl Please edit your lighttpd.conf : server.modules = ( ”mod_rewrite”, ”mod_redirect”, ”mod_alias”, ”mod_access”, ”mod_accesslog”, … ) $SERVER[“socket”] == “:80” { $HTTP[“host”] …