分享两款win平台软件,来自同一个网站:www.stardock.com。
第一个软件:桌面图标分组。下载页面:http://www.stardock.com/products/fences/downloads.asp 或点击这里直接下载。
分享两款win平台软件,来自同一个网站:www.stardock.com。
第一个软件:桌面图标分组。下载页面:http://www.stardock.com/products/fences/downloads.asp 或点击这里直接下载。
来源:http://blog.nixternal.com/2009.06.19/css-border-radius/
CSS3的圆角支持,不同浏览器有不同的css属性实现。偶个人最喜欢Opera ,它是严格按照标准css3属性实现的。
属性详单:
/* 5px四角全部是圆角 */ -moz-border-radius: 5px; /* 5px左上、右下角的圆角 注: 四个值代表从左上角顺时针方向的各个角 */ -moz-border-radius: 5px 0 5px 0; /* 5px坐下,右上角的圆角 */ -moz-border-radius: 0 5px 0 5px; /* 5px左上圆角*/ -moz-border-radius-topleft: 5px; /* 5px左下圆角 */ -moz-border-radius-bottomleft: 5px; /* 5px右上圆角 */ -moz-border-radius-topright: 5px; /* 5px右下圆角*/ -moz-border-radius-bottomright: 5px; Continue reading 目前可用的CSS3圆角属性(border-radius)详细记录
png图片(据说无损)压缩工具PNGGauntlet, 官方网站:http://benhollis.net/software/pnggauntlet/。
偷懒,引用自:http://witmax.cn/pnggauntlet.html,其博客还介绍了结合使用PNGGauntlet和JPEGImager的教程。
软件介绍:
PNGGauntlet是一个.NET程序,通过Ken Silverman的PNGOUT命令行工具来优化PNG文件。现在流行的图像编辑软件像Photoshop、Fireworks制作的PNG文件都不能做到容量最小的。PNGGauntlet能够去除掉PNG文件中多余的数据,而且过程不造成任何图像损伤,只是减少文件大小。你只要选择你想要优化的文件,选择输出路径,点击Optimize(优化)按钮后即可搞定压缩。PNGGauntlet同样可以用来转换JPG,GIF,TGA,PCX和BMP文件为PNG文件。