更新说明
本版制作理念不变:稳定性在首位,精简和优化在其次。随着正式版的上市,相信有越来越多的朋友开始转向WIN7,一个新时代即将来临。应广大金狐系统爱好者的要求,特别制作此版。相对前一版主要更新如下:
1.集成截止2009/10/28微软正式发布的所有重要安全补丁;
2.新增家庭高级版的四个版本,让爱好者有更多选择更多体验;
更新说明
本版制作理念不变:稳定性在首位,精简和优化在其次。随着正式版的上市,相信有越来越多的朋友开始转向WIN7,一个新时代即将来临。应广大金狐系统爱好者的要求,特别制作此版。相对前一版主要更新如下:
1.集成截止2009/10/28微软正式发布的所有重要安全补丁;
2.新增家庭高级版的四个版本,让爱好者有更多选择更多体验;
Gmail 最酷的一个功能就是它的过滤器(Filter)——通过适当的设置,过滤器可以大大增强本已十分强大的Gmail邮箱。通过建立一些简单的过滤规则,就可以节省下很多时间及空间、删除收件箱里不要的邮件甚至把你的Gmail变成一个多功能的工具。
当然,Gmail的过滤器也有一些不足,希望Gmail能在今后改进这些功能:
而因为国家实行保护知识产权专项治理, 所有Picasaweb的国内IP被封了, 所以本站图片无法正常显示, 请大家修改一下本机的hosts文件, 重定向Picasaweb的IP, 方可正常显示本站托管在 Google Picasa 网络相册上的图片.
使用下面的方法后, 不但可以正常显示本站的图片, 而且你也可以正常使用你的Google账号登录Picasaweb, 里面的图片和网页架框均会恢复正常, 预祝大家使用愉快~ 下面来看看Google网络相册Picasaweb无法访问的解决方法:
[http://player.youku.com/player.php/sid/XMTMzMzc1MDQ4/v.swf]
第一:在 <%@ Page 中加入Culture="auto" UICulture="auto" 两个属性
第二:在 <asp:ScriptManager 中加入EnableScriptGlobalization="true" 属性
样式文件命名
主要的 master.css
布局,版面 layout.css
专栏 columns.css
文字 font.css
打印样式 print.css
主题 themes.css
Small changes can cause big improvements. Todays topic is about small css improvements, resulting in visual feedback for your visitors and improvements to your blogs user interface. Most of the CSS below only works in the newest browsers, but it shouldn’t prevent you from using it.
Instead of just changing the color of your links, provide your websites’ visitors with visual feedback for their interaction.
If you have a low contrast between the link-color and the background-color (white on light-green, like in the image shown above), apply a light text-shadow to your navigation links.

The text-shadow property adds a grey drop-shadow with one pixel to the bottom relative to the text (0px on the x-axis, 1px on the y-axis, 0px blur radius and the color #555)
a:link { text-shadow: 0px 1px 0px #555; }