Bless Eduardo
2008-02-24 08:29 | Filed Under Arsenal |

难道阿森纳的9号球衣真的被诅咒了?

相关日志
Wordpress Thread Comment
2008-02-22 14:35 | Filed Under WordPress |
启用了此插件,效果是能对留言进行回复了
顺便还对留言显示作了一点小小的美化,在有留言的日志中就能看见效果了
相关日志
元宵节快乐
2008-02-21 17:35 | Filed Under Life |
你快乐吗
我不快乐
我发烧了
身体是次要的
凌晨没有赢下米兰让我很遗憾
两周后再战圣西罗
元宵节快乐
我想吃汤圆

301 Redirect
2008-02-16 10:49 | Filed Under WordPress |
把原来的http://www.sunshow.net/blog/全部重定向到了http://blog.sunshow.net/
使用工具:Redirection
参考文章:http://www.osxcn.com/wordpress/permalink-redirect.html
自己测试效果还好
PS:本站永久Feed地址为:feed.sunshow.net
标签:301, feed, redirect, 重定向相关日志
Firefox3 beta3显示Google Reader的问题
2008-02-14 09:08 | Filed Under Html/JS/CSS, Software |
自从昨天beta3升级以来我的Google Reader显示就有问题,表现在日志部分无法显示出来
不过别人好像没这个问题,可能是因为我的语言设置是中文,使用的还是老版本的Reader的原因
写了个GreaseMonkey脚本解决了这个问题
// This is a greasemonkey script, for use with the Firefox extension Greasemonkey.
// More info: http://greasemonkey.mozdev.org/
//
// ==UserScript==
// @name Google Reader Display Fix
// @author Sunshow
// @e-mail sunshow@gmail.com
// @Version 0.5
// @description Google Reader display fix for firefox3 beta 3
// @include http://www.google.com/reader/*
// ==/UserScript==
var objTable = document.getElementById('viewer-box-table');
objTable.style.display = 'block';
标签:Google Reader, Greasemonkey, 脚本相关日志


