人生是一场不能存盘的RPG,我只能尽量多搞几个Screenshot

July 5, 2006

ZBlog writer不能用了

Filed under: Blog使用

今天发现ZBlog writer 在公司不能用了,错误如下
—————————
发布错误
—————————
发布项错误 — ‘ascii’ codec can’t encode characters in position 19-24: ordinal not in range(128)
—————————
OK
—————————
—————————
下载错误
—————————
下载日志出错 — XmlRpc 列表分类请求失败:RpcPublisherError[’mt.getCategoryList’ type:Socket Error, code:0 msg:(7, ‘getaddrinfo failed’)]
—————————
OK
—————————

很显然公司的firewall又搞了什么花样.只好在IE里写,很不爽.等待ZBolg的proxy 功能.

May 30, 2006

ZBlogWriter

Filed under: Blog使用

发现了一个很好用的blog writer.

http://www.zoundry.cn/download.html

它可以把blog备份到本地C:\Program Files\Zoundry Blog Writer\users\**\docrepo

可以编辑已发布的blog的分类及内容(注意 check “update existing post”)

按分类发表blog

写很多再一次性post

第一次使用时,出现了异常,但重新打开,已写的内容还存在.

May 16, 2006

给我的Categories加icon

Filed under: Blog使用

进入 Manage->file->修改css,

添加以下部分

#categories ul li
{
        margin-left: 6px;
 list-style-type: none;
 list-style-image: url(http://recordsome.blogsome.com/images/bullet.gif); 
}

后来觉得这样不是很好,正解应该是修改css中的Content & menu一节,

#menu ul ul {
 margin-left: 0;
 list-style: disc;
 list-style-position: inside;
 padding-left: 0.5em;
 text-indent: 0;
 
 color: black;
}

改为

#menu ul ul {
 margin-left: 0;
 list-style-position: inside;
 padding-left: 1em;
 text-indent: 0;
 list-style-type: none;
 list-style-image: url(http://recordsome.blogsome.com/images/bullet.gif); 

 color: black;
}

Cool!目标实现了,但是由于加了icon和padding,右边菜单区域的空间有点太窄了,于是又修改了

#menu {
 width: 16em;      

增加width的值.

 

May 13, 2006

Blogsome的Categories菜单层级显示

Filed under: Blog使用

一直想有这种效果,去论坛上看了一下,刚好有这个问题的回答

Show Topic Categories and Subcategories

到Mange->files把index.html中的

{list_cats optionall=0 all=All sort_column=name}

修改成就可以了
{list_cats hide_empty=0 optioncount=1 sort_column=name hierarchical=1 children=1}

此外,还可以添加optiondates=1, feed=RSS,optional=1  效果试试就知道了.

(为了方便显示,我去掉了所有的value的单引号)






















Get free blog up and running in minutes with Blogsome
Theme designed by Hadley Wickham