GH教學

GodHelp線上補習班、各類教學分享網站(程式設計、Flash遊戲教學、影音轉檔、動畫、繪圖、Go Home Schooling.....等等)

搜尋

行2字元1語法錯誤

行2字元1語法錯誤
查了很久終於找到問題
是由於load javascript不存在所造成
所以檢查一下引用的JS或者其他程式是否不存在

<SCRIPT language=JavaScript src="./js/Default.js"></SCRIPT>

CSS自訂anchor取代預設a:的設定

如何自行設定Anchor
讓原本常用的Style a:

a:link {text-decoration: none;Color: #330066;font-size:16px;font-family:Arial}
a:visited {text-decoration: none; Color: #330066;font-size:16px;font-family:Arial}
a:active {text-decoration: none; Color: red;font-size:16px;font-family:Arial}
a:hover {Color: white ;background-Color: #330066;font-size:16px;font-family:Arial}


只要在HTML設定如下CSS即可

<html>
<head>
<style type="text/css">
.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}

.class3 A{color:green}
.class3 {color:blue}

</style>
</head>

<body>
<span class="class1">
<a href="http://didier.idv.tw">Didier</a>
<br>
<a href="http://didier.idv.tw">Shining</a>
</span>
<br>
</body>
</html>

數字捕0格式化 字串長度固定

可讓數字固定10碼,前面補0

select REPLICATE('0',10-len(10))+convert(varchar(10),10)

免費Mail Server設定

可以使用Google 應用服務就可以啦
1.設定MX Record
Priority Mail Server設定

1 ASPMX.L.GOOGLE.COM.
5 ALT1.ASPMX.L.GOOGLE.COM.
5 ALT2.ASPMX.L.GOOGLE.COM.
10 ASPMX2.GOOGLEMAIL.COM.
10 ASPMX3.GOOGLEMAIL.COM.
參考
http://www.google.com/support/a/bin/answer.py?answer=33352&topic=9196

2.指定您的Mail到以上Google的MailServer
參考
http://www.google.com/a/help/intl/zh-TW/admins/editions_spe.html

3.Google 應用服務管理介面
https://www.google.com/a/

4.Mail登入
https://mail.google.com/a/DomainName

5.自訂 URL www.DomainName,您必須請您的網域代管商變更 CNAME 記錄ghs.google.com
預設http://partnerpage.google.com/didier.idv.tw

參考資料
http://sofree.twbbs.org/blog/2008/02/27/best-gmail/
http://www.chunmin.com/archives/34

活動

給您專屬賀卡

好站

知識+名片

GH知識+

天氣

Sitetag台灣部落格列表

統計

Blog Look Score and Rank