March 30th, 2008
Unix Toolbox
包含了很多有用的Linux/Unix命令,涵盖了:系统管理、进程管理、网络控制、SSH/SCP、VPN、RSYNC、SUDO、文件加密、分区加密、SSL认证、CVS/SVN等版本控制软件、有用的命令、如何安装软件、多媒体文
(tags: linux unix howto)
Linux的备份
这些拷贝和归档命令提供系统和数据备份的基本功能
(tags: linux howto)
光标处插入文本的jQuery插件
本文提供用于往文本框[input:text , textarea]光标当前位置插入内容以及选中页面指定元素内容的js脚本,采用基于jQuery的插件形式
(tags: javascript jquery)
Lenovo Service and Support Training
联想产品的服务支持培训网站
(tags: hardware service thinkpad)
CSS Compatibility and Internet Explorer
IE 官方提供的 IE5 到 IE8 的 CSS 兼容列表
(tags: css webdesign tips)
解决跨域iframe内容读写Cookies的问题
(tags: cookie iframe webdesign lesson)
March 29th, 2008
author: Linghucong
via: Linghucong’S BlogSpot
* asterisk
# 读法很多:
pound
pound sign
hash
number (sign)
sharp
(garden)fence
octothorp
括号内的单词可以省略。
+ plus 加号;正号
- minus 减号;负号
± plus or minus 正负号
× is multiplied by 乘号
÷ is divided by 除号
= is equal to 等于号
≠ is not equal to 不等于号
≡ is equivalent to 全等于号
≌ is equal to or approximately equal to 等于或约等于号
≈ is approximately equal to 约等于号
< is less than 小于号
> is more than 大于号
≮ is [...]
March 29th, 2008
author: Loveyuki
via: Loveyuki’s BLOG
IE 6 只有在图片完全下载完成后才会自动调整大小
这里使用了 expression,但是利用了一次加载,所以 expression 不会造成内存泄漏
.Image {
max-width:600px;height:auto;cursor:pointer;
border:1px dashed #4E6973;padding: 3px;
zoom:expression( function(elm) {
if (elm.width>560) {
var oldVW = [...]
March 29th, 2008
title: 用JAVASCRIPT实现表格行自动增加,同时自动向上移动有数据的行,无数据的行向下移动
author: java翅膀扑腾着
//記入行数の選択
function doSelectKey(){
//alert(”key>>>”+event.keyCode);
if(event.keyCode != 9){
event.returnValue=false;
}
}
//記入行マウスのスクロール
function doSelectRoll(){
event.returnValue=false;
}
//システム日付の取得
function getNowDate(){
var date = new Date();
var strYear = “” + date.getFullYear();
var strMonth = “” + (1 + date.getMonth());
if(strMonth.length == 1){
strMonth = “0″ + strMonth;
}
var strDay = “” + date.getDate();
if(strDay.length == 1){
strDay = “0″ [...]
March 24th, 2008
WiSSH :: Windows RDP over SSH Tunneling
WiSSH是一个SSH协议的客户端,可以提供方便、安全的远程访问功能
http://rapidshare.com/files/101410843/2696W.v2.86.rar
http://w13.easy-share.com/1699924603.html
(tags: freeware ssh security)
www private pastebin - collaborative debugging tool
使用pastebin可以分享代码片段,另外站点本身也是开源软件
(tags: code web service opensource)
March 23rd, 2008
Windows XP to Leopard Tutorial by ~deskmundo on deviantART
把自己的xp改造城Mac OSX Leopard!
(tags: tips windows)
March 21st, 2008
Make your NotePad++ like TextMate
(tags: tips software hack editor coding)
腾讯网络安全技术峰会专题_科技频道_腾讯网
3月18日,由中国最大的互联网综合服务提供商腾讯发起和组织的互联网安全峰会在深圳召开。包括微软、盛大、新浪等互联网界各大巨头的技术专家,学者和专业人士参与了此次的交流
(tags: news security)
March 17th, 2008
YAML Builder | A tool for visual layout development of YAML based CSS layouts
在线制作精美网页,代码优良,省时省力
(tags: css webdesign tool)
推荐的 PHP 读物列表
IBM的PHP教程
(tags: developerworks ibm php lesson)
有备无患:为Blogger经典模板(FTP发布)添加标签云
给blogger.com的ftp模式发布的网页添加类似WordPress的标签云
(tags: blogger hacking python)
March 15th, 2008
比较简便的圆角效果实现
(tags: javascript webdesign css)