Line Dance - Here We Go

自從上過 Guyton Mundy 的 workshop 後,我便成為他的 fans,完全著迷了,每隔一段時間我便會到 YouTube 搜尋一下,看看有否他親身跳舞的片段,剛剛給我發現 Here We Go

Continue reading »

RN Related Tags Plugin 1.4

This version fixed the duplicated tags problem that caused by plugin hook 'action_add_template_vars()' called several times and output is always appended to template variable '$related_tags' due to no initialization is done. And plugin option 'Tag(s) to be hidden' has been changed to use TextMulti of FormUI. You can grab the updated version from the original post.

RN Related Posts Plugin 1.1

This version fixed the bug of duplicated posts that appeared in a scenario that

echo $related_posts;

is placed in a separate template and use

$theme->display( 'foo' );

to display that template.

The problem was caused by plugin hook 'action_add_template_vars()' called several times and output is always appended to template variable '$related_posts' due to no initialization is done.

Thanks Brando and miklb for reporting this problem. You can grab the updated version from the original post.

開發 .NET Web app

最近在公司自己一人開發一個簡單的 .NET Web app,一來一直沒接觸過 .NET,不知內裡究竟,二來在工作上很久沒寫 code,真的頗困難,選擇使用 .NET framwork 3.5 MVC Preview 3 加 VB.NET 來做,本來想用 C# 的,但公司所有 .NET programs 都是用 VB.NET,所以只好沿用它吧,又要繼續努力。

RN Tag Cloud Plugin 1.3a

This version is just a minor release that clear the cache during deactivation. You can grab the updated version from the original post.

Page:  1 2 3 … 5 Next →