奇客资讯、软件硬件、编程系统

April 16th, 2008

permalink links for 2008-04-15

装机必备 – 简单就是美!
史上最简单的下载站
(tags: web2.0 software download)

April 12th, 2008

permalink links for 2008-04-11

仅14KB的纯JS版超级马里奥游戏
国外的编程强人CupBoy就用Javascript代码编写了一个Mario游戏。这个游戏没有使用任何外部图片或其它元素,纯粹只用JS代码编写,还有带音效的版本
(tags: javascript game fun)

April 7th, 2008

permalink links for 2008-04-06

PocketT for WordPress
PocketT, WordPress, 一款简约的minilog模板
(tags: themes wordpress)

Flickr:Moleskine: One Page at a Time. 分享區
Moleskine Pool. 我觉得连笔记本都追求高档品牌是不必要的,但这并不妨碍我去欣赏高档笔记本,尤其是那些精美的设计
(tags: art cool design illustration fun)

( ( ( 潛 艇 日 誌 ) ) ) » 網路設計的黑暗時代
设计最初的意图是什么,不断upgrade的意图又是什么,所谓追求perfect又是什么,在这个追逐gdp的时代,你,有没有做点什么,或者思考。
(tags: design editorial think)

April 6th, 2008

permalink links for 2008-04-05

moonmoon
类似于planetplanet的聚合程序,不过是用php写的
(tags: php rss free software)

命令参考大全,卷 1,a – c – bc 命令
bc的中文man page
(tags: linux howto)

Mimbo
Mimbo 是一款杂志风格的WP模板,以绿色和灰色为主基调
(tags: wordpress themes)

April 2nd, 2008

permalink links for 2008-04-01

Garland Theme Download – Available for Wordpress Theme and Blogger Template (Blogspot) | JackBook.Com
仿 Drupal 默认风格的 Blogger 和 WordPress 模版
(tags: blogger wordpress themes)

March 30th, 2008

permalink links for 2008-03-29

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

permalink 各种符号的英文读法

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

permalink 兼容 IE,Firefox 的图片自动缩放 CSS

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

permalink 用JAVASCRIPT实现表格行自动增加

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

permalink links for 2008-03-23

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)

Page 16 of 26« First...«13141516171819»...Last »