wordpress plugin: 页面平滑滚动

January 19, 2010 2 Comments

这几天都没更新,看过几篇好的介绍chrome 插件的文章也没有分享。

前些天看了下jQuery,昨天心血来潮写了个页面平滑滚动的插件。

比如有些页面会在底部添加一个类似Top的按钮,点击后页面会滚动到页面顶部。这个插件的功能就是实现平滑的滚动,并且不会在地址栏上添加锚点的名字。用的是jQuery+jquery.scrollTo,我自己写的代码不过简单的十行而已。所以插件比较小且简单,用处不大,喜欢的就试试吧。

不知道类似功能的插件是不是已经有了,见过的告知一下,谢谢。

测试:点此到底部,这就是装上插件的效果,这里的加的链接是“#footer”,因为页面底部有一个<div id=”footer”>的 标签。

下载

WordPress 用户界面的进化 2003-2009

August 8, 2009 3 Comments

记得使用WordPress是从07年的version2.1开始使用的,到现在的2.8.3。期间的几个版本都使用过,见到了WP的功能愈来愈强大,用户界面也更加人性化。这里所说的用户界面就是WP的Dashboard–后台管理页面。2.1之前的版本是什么样子的或许好多人都没见过,今天正好满足一下大家的好奇心。

WordPress 0.71 – Gold 2003年5月

进入后台打开的是发表日志的页面,没有后台管理页面,功能单一,只能为每篇日志指定分类。该版本的安装比较繁琐,因为有些信息需要你手动的去修改。

Read more…

wordpress 主题:flashy

August 1, 2009 10 Comments

screenshot

主题简介:这是我做的第二个主题,却是第一个自认为可以拿出来发布的主题。零插件要求,支持widget。通过了xhtml、css3.0验证,兼容主流浏览器:IE 6、7、8;Firefox 3.0\3.5;Safari 4;Opera 9;Google Chrome 2.0+

版本号:1.1

使用版本:wordpress 2.8+ (其他版本暂未测试)

主题演示:演示

下载试用:下载

支持的插件: wp-pagenavi (version 2.50 for wordpress 2.8 ),WordPress Related Posts,WP-RecentCommentsBreadcrumb-navxt

主题使用:需要在sidebar部分顶部widget的class中添加top;后台可以添加自定义feed链接。

————————————————-版本更新内容————————————————–

Read more…

wordpress plugin : wp-picasa-image

July 30, 2009 2 Comments

wp-picasa-image

This is my first plugin, it’s very simple and light.

Description:

You just need to copy the address of the pictures from Picasa album, then this plugin will help you modify the address to show in you posts. If the address of picture is not from Picasa, it won’t do anything.

The plugin has been embeded into backstage editor, so you don’t need to modify the theme files.

Requires Version:

I just test it with 2.8. If anyone found bug on other lower version, please let me know.

Plugin Version: 1.0

Download: wp-picasa-image (download)

中文插件页面