All posts tagged plugins

WordPress 豆瓣插件: douban-collections 0.7.0

Sunng浏览器性能测试顺利完成,peformance QA samson 顺利完成on board之后第一个task……

[Screenshots]

[Changelog]

  • 加上每页最多显示在读,读过和想读的书的数目配置选项,如上图所示

WordPress 豆瓣插件: douban-collections 0.6.0

[ 07:47pm Update: 终于approve了,怀疑是不是人工的(也蛮辛苦的唉),anyway…… here is the link: wordpress plugin link ]

都版本升级了,wordpress那边竟然还没有approve,什么效率……

不想等的,可以到 github下载 zip或是tar包,screenshot请参见 这里

[Changelog]

  • 页面顶部显示豆瓣用户的信息
  • 可以显示总数最多500本书,包括想读,在读和读过
  • 使用豆瓣api key调用豆瓣api

WordPress appvore之前,所有最新的code都可以在 http://github.com/samsonw/wp-douban-collections 找到,死人的wordpress……

WordPress 豆瓣插件: douban-collections 0.5.0

动机同上个插件一样,来源于鄙人自己的需求,并且相当自然优雅的复用了上个插件的代码i 。由于最近的忙碌,我发现已经没有了任何废话的精力ii,更何况置于如此严肃(至少看起来很严肃)的标题之下。不过既然都做了,还是有必要需要流水账一般的罗列一番:

[Project Links]

[Live Demo & Screenshots]

查看live demo请猛击这里,下图是后台设置界面的截图,没法live…:


Continue reading →

[Footnotes]
  1. 好吧,最低级原始、简单粗暴的复用,copy & paste … []
  2. 所谓精尽人亡也 …… []

Grid Archives 0.6.3

As requested here, Grid Archives 0.6.3 added an option for users to choose whether to display the post date or not.

[ChangeLog]

  • added an option to not display post date

[Screenshots]

Grid Archives 0.6.2 Bug Fix

Minor change in this bug fix build: PHP magic quotes (default on) causes the “‘” been escaped to “\’”, then “\” itself escaped to “\\”, and so on…. a simple stripslashes should fix this issue.

[ChangeLog]

Release OpenExplorer Eclipse Plugin 1.1.0

已经是好久之前的事情了,现在才想到觉得还是有必要要更新下……

故事起源于这个feature request,不然我早就已经忘记我还有share过那么一个plugin,后来经过我一番调查取证后发现问题更严重一点,我不但忘了其存在甚至连其所有的code也全部丢失了i

于是重新的开发从反编译开始,找到一个toolii,相当简单易用,还好本来的code文件不多且不是很复杂,所以逆向工程后出来的结果相对令人满意iii,虽然结果不perfect,但至少唤起了我些许记忆。

修改完明显是机器处理过的僵硬代码后新功能的开发终于可以开始了,吸取上次教训,这回code全部放到了github,有备无患。

对了都快忘了,下面上主题,最新版 1.1.0 加了上面那个comment里面的选中功能(不过目前只支持windows),另外还加进了Mac OS X的supportiv,暂时就这些吧,如果还是用的2009.02的1.0.0版本的还烦更新下,over~

[Footnotes]
  1. 就在我全面转向mac os x后,原来的windows某日又突然crash…… []
  2. 不用java好多年,反编译的世界亦是日新月异啊 []
  3. 当然注释什么的是不用想了… []
  4. 自己开发机器的平台当然要支持下啦…… []

Grid Archives 0.6.0 released

As promised before, a version (0.6.0) of Grid Archives just got released.

[Change Log in this version:]

  • added settings page in admin
  • added options in settings for user to specify the maximum post title and maximum post content length
  • added options in settings for user to specify the monthly summaries
  • remove .grid_archives_column width property
  • trim monthly summaries before parse

[Screenshots]

Grid Archives 0.5.0 released

Grid Archives finally got released on wordpress:
http://wordpress.org/extend/plugins/grid-archives/

To be frank, this can not be called a stable release, there’s still a lot more work to do:

  • add options page for users to input monthly summaries and other possible options (excerpt words length, grid size, color etc)
  • tweak css to be more compatible with different themes

These are the 2 big items current in my mind, and also the things that are very critical to make the plugin really “works”.

So my suggestion is: DO NOT install this version (0.5.0) of grid archives i, instead, waiting a few days after Grid Archives really get mature. That shouldn’t take very long as I’m currently actively developing it. You can also fork me on github if you’re interested and do not want to wait just a couple of days.

[Footnotes]
  1. You may have to manually edit the plugin file after installation, well, 80% … []

New Grid Archives Page

Announce the newly designed “Archives” page:

(click here to view the live demo)

All the work here concludes to a fresh new wordpress plugin – Grid Archives, which is actively under development.

There’s definitely a lot more work to do to make the plugin more flexible and more compatible with other themes, all the code has been checked in to github if you’re interested:

http://github.com/samsonw/wp-grid-archives

Any feedback or suggestion is welcome and appreciated.

Open Explorer Plugin for Eclipse

[ Update: Open Explorer 1.3.0 and 1.4.0 were released, the latest version can be downloaded here. ]

Share a recently developed Eclipse plugin:

openexplorer

The idea is simple.

Assume you are already familiar with “Package Explorer” and “Navigator” view in eclipse, which can help us a lot in viewing the directory structure during development.

But have you had a chance to want to open the directories and files there in the system file browser, say “Windows Explorer”?

I usually do, and I almost repeat the same routine everyday (Right click the directory-> Choose Properties -> Copy the Location-> Open Explorer(e.g. “My Computer”) -> Paste the Location -> Enter), which make me feel boring and silly.
Continue reading →