系统更新到3.3

之前主要是没有升级成功,停在解压那一步,同时wp-content下面是有一个wordpress-3.tmp的文件。可能是因为wp-content目录下面languages的问题,重命名该目录,升级很顺利。以为是插件的问题,但是尝试过把所有的插件禁用无效。

如何你的WordPress升级也遇到同样的问题,不妨试试这个办法。

Google Reader 新的自定义样式

新版google reader 空白太多了,导致阅读的空间变小了。
其实对我来说最不能忍受的是共享功能没有,原来关注的人也没有了。非常不好。

#top-bar {
height: 32px !important;
}

#logo {
margin-top: -12px !important;
}

#search {
padding: 3px 0 !important;
}

#lhn-add-subscription-section {
height: 32px !important;
}

#scrollable-sections-top-shadow, #scrollable-sections-bottom-shadow {
display: none !important;
}

#viewer-header {
height: 32px !important;
}

#entries {
padding-right: 0px !important;
}

#sections-header {
height: 32px !important;
}

#sections-holder {
padding-right: 0px !important;
}
.entry .collapsed{
padding:1px 0 !important;
}

Stack Overflow ebooks

http://hewgill.com/~greg/stackoverflow/ebooks/

These books contain the top questions from a selection of the top tags on Stack Overflow. The top questions include those with a score of 10 or greater (except in the case of a high volume tag like c#). I have to limit the number of questions in each book because of the poor O(n2) performance of kindlegen.

Each book is organised in three different ways:

  1. The table of contents shows the questions sorted by vote score (highest first).
  2. The main body of the book contains questions sorted by most recent first.
  3. The index contains questions sorted alphabetically by title.