07月 7th, 2008  | Tags: ,

把下面的数据复制到“记事本”中,用文件名“rarreg.key”命名该文件,保存到winrar安装文件夹即完成注册。

RAR registration data
Ian Gledhill
Single PC usage license
UID=1b80823684224d9b748a
6412212250748a81108382cda7d3d039b93ea05369c1b3222bcc93
248e0a5c901e7a89b5946035c6ab9048e2c5c62f0238f183d28519
aa87488bf38f5b634cf28190bdf438ac593b1857cdb55a7fcb0eb0
c3e4c2736090b3dfa45384e08e9de05c58604100fe88f402153c05
aa6e9cf44271379afcc502a027ec9ef029e9691f1d734d58eb8016
4dfef1ff926eee74128b50442ab561e9abfdd6b8490e36e46004bb
71874b07a0fb27a6c5d662140fae567747083ae2ed070249382990

07月 4th, 2008  | Tags: ,

Lightbox是一个很华丽的图片显示效果,当然也许你并不喜欢。它通过JS使图片直接呈现在当前页面之上而不用转到新的窗口。但是缺点是必须要加载完页面以后才有效果,在这点上highslide做得更好。lightbox效果有很多版本,这里我就不一一列举。它们都是靠JS实现的,JS文件小的十几K,大的上百K。当然了,相应的能实现更多特效。如果只是需要在个别页面实现一个类似Lightbox的效果,单纯依靠CSS实现,不含js也是很不错的。点击右侧图片查看效果。

06月 30th, 2008  | Tags: , ,

12生肖与12星座英语表达

Twelve Years of Animals(12生肖)
1.Year of the Rat 鼠年
2.Year of the Ox 牛年
3.Year of the Iiger 虎年
4.Year of the Rabbit 兔年
5.Year of the Dragon 龙年
6.Year of the Snake 蛇年
7.Year of the Horse 马年
8.Year of the Goat 羊年
9.Year of the Monkey 猴年
10.Year of the Rooster 鸡年
11.Year of the Dog 狗年
12.Year of the Boar 猪年
Read more…

06月 21st, 2008  | Tags: ,

继续学习,知道得还是太少啊,连门槛都还没摸到。

CSS控制大小写

首字母大写
text-transform:capitalize;
全部大写
text-transform:uppercase;
全部小写
text-transform:lowercasecase;

06月 20th, 2008  | Tags: , ,

中文 WordPress 工具箱随机日志注解备忘。

在模板里调用:

<?php random_posts(); ?>

调用方式:
random_posts ($limit = 5, $length = 400, $before = ‘<li>’, $after = ‘</li>’, $show_pass_post = false, $show_excerpt_in_title = true)

$limit:显示文章数,缺省5篇;
$length:摘要长度,缺省400;
$before:每条记录前显示的文字,缺省<li>
$after:每条记录后显示的文字,缺省</li>
$show_pass_post:是(true)/否(false)显示保护了的文章,缺省否(false)
$show_excerpt_in_title:是(true),摘要显示于文章链接的title;否(false),直接显示于页面;缺省是(true)

Page 1 of 1012345»...Last »
TOP