53 CSS-Techniques You Couldn’t Live Without | Smashing Magazine
http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/
2007年1月21日 星期日
2007年1月19日 星期五
看你的電腦規格是否準備好跑Vista
Windows Vista Upgrade Advisor
http://www.microsoft.com/windowsvista/getready/upgradeadvisor/default.mspx
CNET's Vista Readiness Advisor - Can your computer run Windows Vista? - CNET.com
http://reviews.cnet.com/4520-3672_7-6671810.html
http://www.microsoft.com/windowsvista/getready/upgradeadvisor/default.mspx
CNET's Vista Readiness Advisor - Can your computer run Windows Vista? - CNET.com
http://reviews.cnet.com/4520-3672_7-6671810.html
2007年1月18日 星期四
各家廠商檢測Virus結果比較
VIRUSTOTAL - Free Online Virus and Malware Scan
http://www.virustotal.com/en/indexf.html
把樣本檔案丟上去網站,就可以比較各家的防毒廠商的結果。
http://www.virustotal.com/en/indexf.html
把樣本檔案丟上去網站,就可以比較各家的防毒廠商的結果。
共享書籤
del.icio.us
http://del.icio.us/
Digg / News
http://www.digg.com/
Clipmarks - Bite-size highlights of the web.
http://www.clipmarks.com/
HEMiDEMi - 共享書籤
http://www.hemidemi.com/
http://del.icio.us/
Digg / News
http://www.digg.com/
Clipmarks - Bite-size highlights of the web.
http://www.clipmarks.com/
HEMiDEMi - 共享書籤
http://www.hemidemi.com/
圖片產生器
RedKid.Net
http://www.redkid.net/generator/soup/sign.php
Custom Sign Generator Page, Over 5,000 Parody Image Generators (Personalized Flash Ecards & JPG Pictures) To Play With, Ajax Web 2.0 Applications
http://www.customsigngenerator.com/
ImageChef
http://www.imagechef.com/ic/product.jsp
http://www.redkid.net/generator/soup/sign.php
Custom Sign Generator Page, Over 5,000 Parody Image Generators (Personalized Flash Ecards & JPG Pictures) To Play With, Ajax Web 2.0 Applications
http://www.customsigngenerator.com/
ImageChef
http://www.imagechef.com/ic/product.jsp
2007年1月15日 星期一
換成新版的Blogger
研究了好久,終於發現換成新版的Blogger原來很簡單。
中文版的Blogger沒有顯示轉換新Blogger的功能,所以在設定檔裡將語系設成英文,英文版的Blogger控制頁中就有轉換的功能,改完之後,再設回中文語系即可。
轉換過程需要一點時間,而且中文有一點點問題,原來的自己設定的中文連結變亂碼,不過POST的文章都還是正常。
中文版的Blogger沒有顯示轉換新Blogger的功能,所以在設定檔裡將語系設成英文,英文版的Blogger控制頁中就有轉換的功能,改完之後,再設回中文語系即可。
轉換過程需要一點時間,而且中文有一點點問題,原來的自己設定的中文連結變亂碼,不過POST的文章都還是正常。
2007年1月14日 星期日
用CSS為link加上icon
Showing Hyperlink Cues with CSS (Ask the CSS Guy)
http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
Attach icons to anything with CSS
http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS
以下是CSS語法:
a[href $=\'.pdf\'] {
padding-right: 18px;
background: transparent url(icon_pdf.gif) no-repeat center right;
}
a[href ^=\"mailto:\"] {
padding-right: 20px;
background: transparent url(icon_mail.gif) no-repeat center right;
}
a[class =\"popup\"] {
padding-right: 18px;
background: transparent url(icon_popup.gif) no-repeat center right;
}
a[class ~=\"popup\"] {
padding-right: 18px;
background: transparent url(icon_popup.gif) no-repeat center right;
}
http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
Attach icons to anything with CSS
http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS
以下是CSS語法:
a[href $=\'.pdf\'] {
padding-right: 18px;
background: transparent url(icon_pdf.gif) no-repeat center right;
}
a[href ^=\"mailto:\"] {
padding-right: 20px;
background: transparent url(icon_mail.gif) no-repeat center right;
}
a[class =\"popup\"] {
padding-right: 18px;
background: transparent url(icon_popup.gif) no-repeat center right;
}
a[class ~=\"popup\"] {
padding-right: 18px;
background: transparent url(icon_popup.gif) no-repeat center right;
}
訂閱:
文章 (Atom)