What’s new in BarCamp Hong Kong 2008

Starting from 3 days before BarCamp HK 2008, I started to help its promotion and posted the event information on Drupal Hong Kong group, opensource.hk, OAKA & Linux The Gathering mailing lists, and facebook. It is targeted to invite Drupalers and Linux/FOSS friends.

barcamp Hong Kong 2008

I was wearing my T-shirt from offical Pythong foundation store online, insteads of any my love England Premier football jersey. Originally I want to wear a Manchester United FC jersey labelled with Hargreaves #4 to BarCamp, but I still didn’t buy it yet. (Explain later why I would like to get this jersey and love MUFC)

I also introduced myself as “Sammy Fung… Linux, Drupal, Basketball.” in barcamp style.

Drupal in BarCamp!

It is first time to have a topic about Drupal in BarCamp Hong Kong. It is a good start for HK Drupalers. We got >20 people to attend this 45-min long Drupal session in BarCamp HK.

I think Drupal is the best open-source CMS along all PHP and Python CMSs at this moment!

Yes! some python content frameworks likes Django or Pylon are great too. I didn’t study on it yet, but I think it is not suitable to compare Django and Drupal. Because I guess django is somewhat lower abstract layer in CMS, easier for programmer to make simply and smaller piece of codes to get CMS work (in developer’s view), but Drupal is aim for a easier implementation and deployment to user, ease of use (in user’s view).

Fairly to say, I likes to coding in python more than in PHP. :-p

But its ‘node’ concept is the scalable thing to attract me to try and use Drupal. All content types are linked to its node system. And taxonomy of Drupal keeps easier and simply catalogues of content, or you can use it for free keyword tagging.

It is my pleasure that Edison Wong got our event news from Drupal group, and he talked Drupal 6 theming in BarCamp today. And John Britton introduced about Knight Drupal Initiative before Edison’s talk. Thanks for both of your sharing.

And we are happy to forming Hong Kong Drupal User Group today, and Edison created the facebook group. Let’s join us now, all HK drupalers!

I look forward to our upcoming offline events and next show in barcamp HK.

Other news in BarCamp

So, what are news in BarCamp HK 2008 with compare to 2007 ?

And lastly we should thank

What I should apologise ?

Reference

BenLauPedia: 今年在Barcamp講的題目

Gull Blog - barcamp hong kong 2008 完成!

d. otted rhythm - ’tis barcamp again!!!

Digital Anthology - BarCamp Hong Kong 2008, A Great Event Experience!

網絡暴民 - Barcamp HK 2008

BenCrox - BarCamCamp

Reality - BarCamp Hong Kong 2008

Belle - Reflections on BarCamp Hong Kong 2008

跟朋友分享此文章:
  • Print
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • LinkedIn
  • Ping.fm
  • Twitter
  • PDF

Related posts

Moving forum posts to stories in Drupal

I feels Slashdot-like stories in Drupal are very similiar as posts in oldie discussion board (aka forum). The only big difference between story and forum are discussion grouping, old-style forum are grouped topics into hierarchy style, but story with taxonomy provides free tagging.

So I decided to move forum posts in opensource.hk to stories, and disabled the forum function 2 weeks ago.

Forum and Taxonomy

Taxonomy module is required for forum operation in Drupal. So firstly, we look at how taxonomy module works in Drupal.

Table *_term_data got few fields. tid, vid and name are important fields which represents each terms in taxonomy, vocabulary type (forum/…) id, and name of terms.

Table *_term_hierarchy got 2 fields - tid and parent, which are term id and parent term id for a many-to-one hierarchy relationship of taxonomy terms and their parent terms.

Table *_term_node got 2 fields - nid and tid, which are node id and term id for many-to-many relationship of nodes and taxonomy terms.

So, I should move forum related taxonomy terms to normal one, or simply remove them. But I think old forum name were not good tags for stories, number of posts in forum are few, so I removed them in database and added much suitable tags to them myself.

Changing node types

I run the following SQL to change the node type of all forum contents, and promote them to front page,

update node set type=’story’ and promote=1 where type=’forum’

跟朋友分享此文章:
  • Print
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • LinkedIn
  • Ping.fm
  • Twitter
  • PDF

Related posts

維基、播客與香港教育

想到香港的教育時,我不時會把教育聯想到萬維網的,心中有一團火,不禁地寫完又寫。

不論三歲、十幾歲、廿幾歲、還是幾十歲也好,人生在世總是不斷從環境中學習的,尤其身處於一個知識和創意社會,學習一定不會是離開學校或大學便完結,也不會是考取行業內某專業資格後便完結。

學習環境不只是課堂上學習,也包括透過人生經驗和體會來學習。在課堂外的時間,應該讓學生好好地選擇自己感興趣的學科、活動來學習,吸收標準課程外的知識和經驗,來豐富他們的人生,來向社會提供更好的服務和貢獻。

利用現今萬維網或互聯網的開放工具,可以令教育和學習更有成效和效率。


Read the rest of this entry »

跟朋友分享此文章:
  • Print
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • LinkedIn
  • Ping.fm
  • Twitter
  • PDF

Related posts