4款超赞的FlashDen商业Flash相册
作者:darkwood 日期:2009-03-25
防止网页内邮件地址被Spam爬虫收录造成垃圾邮件的6种办法
作者:darkwood 日期:2009-03-25
当在一个网站上显示e-mail地址的时候你肯定会混淆它以防止收到spammers的攻击。但是哪种混淆方法是最好的呢? 用图片代替?用#、[at]替换@?不,这不再是个好办法。如果你是垃圾邮件的受害者,并且在寻找既能正常在网页上显示自己的邮箱地址,又能有效防止垃圾邮件的办法, 下面六种方法绝对坚如磐石而且可以避免你的地址收到攻击者的伤害。
1.用CSS来改变代码的方向
- <style type="text/css">
- span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
- </style>
- <p><span class="codedirection">moc.etalllit@7raboofnavlis</span></p>
2.使用CSS的display:none
- style type="text/css">
- p span.displaynone { display:none; }
- </style>
- <p>silvanfoobar8@<span class="displaynone">null</span>tilllate.com</p>
3.ROT13加密
ROT13加密e-mail地址可以通过使用这个工具或者php的str_rot13函数,然后通过javascript来解密。
- <script type="text/javascript">
- document.write(
- "<n uers=\"znvygb:fvyinasbbone10@gvyyyngr.pbz\" ery=\"absbyybj\">".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);}));
- </script>silvanfoobar's Mail</a>
4.Javascript代码替换
- <script language="javascript">
- function TagReplace(str)
- {
- str = str.replace("Cople's","cople.cn")
- str = str.replace(" Mail","/qq.com")
- str = str.replace("/","@")
- return(str)
- }
- document.write (TagReplace("Cople's Mail"))
- </script>
常用的10款中文手写字体 & 下载
作者:darkwood 日期:2009-03-09
常见Web Logo字体
作者:darkwood 日期:2009-03-09
柔和型(The Softies)
一个很明显的趋势--使用比较柔和的,圆角的字体。
A clear trend in new identities is the use of soft, rounded typefaces dominated by VAG Rounded (AKA Rundschrift), but also including Helvetica Rounded, Arial Rounded, Bryant, and FF Cocon. All of these lend a modern friendliness to what might otherwise be a cold trademark. Here are a few examples:
![]()
ClipShack — video sharing
Font:VAG Rundschrift and Light obliqued



2009年1月 - 2009年2月 项目描述: CMMB移动电视。 项目中职责: UI/UE。
2008年12月 - 2009年2月
项目描述:
广州工商移动办公。
项目中职责:
UI/UE。






