Feeds:
Posts
回應

Archive for the ‘Wordpress’ Category

Domain mapping

弄了很久,domain mapping終於成功,真的被這些DNS弄得我頭暈!
考慮了很久,決定用在這裡。
現在可以以 http://heidi-lee.com 或是 http://heidilee.wordpress.com 連接到我的blog!

Read Full Post »

WordPress Plugin

我曾用過的Plugin:
1. Recent Comment  – 可列出最後留言。
2. WP-PageNavi – 可在頁尾加上 page 1, 2, 3。
3. LiveCalendar – 可加上日曆。
4. Category Order 1.9.7
5. Enlarger – 可將插入的圖顯示為縮圖,只要在圖上一click就會自己放大。
6. wp-chunk – 可縮短文章中列出的網址
7. Custom Smileys – 加表情公仔
8. Bad Behaviour – Prevent spam (我忘了在那裡download)
9. Image Counter – (我忘了在那裡download)
10. Ultimate Tag Warrior – 在blog加上tag,詳細教學我看天佑的自由天地。這一個我覺得很難,我弄極也弄不好。

Read Full Post »

WordPress Editor

WordPress可以安裝不同的plugin,其中一個很多人常用的是有關Editor Tool Bar,例如FCKeditor就是其中一個。
有一些plugin 只需上載後,然後啟用就可以用了。有一些還在將function 加入theme中,才能應用。
而每一個editor都可有美中不足的地方。
在一位西班牙朋友的blog中,我得悉原來editor除了下載plugin之外,還可以在/wp-includes/js/tinymce/tiny_mce_gzip.php 自我修改的。
在line 127
$mce_buttons = apply_filters(’mce_buttons’, array(’bold’, ‘italic’, ’strikethrough’, ’separator’, ‘bullist’, ‘numlist’, ‘outdent’, ‘indent’, ’separator’, ‘justifyleft’, ‘justifycenter’, ‘justifyright’ ,’separator’, ‘link’, ‘unlink’, ‘image’, ‘wordpress’, ’separator’, ‘undo’, ‘redo’, ‘code’, ‘wphelp’));
然後加上blod了的部分
$mce_buttons = apply_filters(’mce_buttons’, array(’bold’, ‘italic’, ’strikethrough’, ’separator’, ‘formatselect’, ‘fontsizeselect’, ‘forecolor’, ’separator’, ‘bullist’, ‘numlist’, ‘outdent’, ‘indent’, ’separator’, ‘justifyleft’, ‘justifycenter’, ‘justifyright’ ,’separator’, ‘link’, ‘unlink’, ‘image’, ‘wordpress’, ’separator’, ‘undo’, [...]

Read Full Post »

Email Logo

看看我的sidebar,這裡有我的email logo。
起初,我還以為是在Gmail內找出來,原來我錯了。
如果大家的電郵也是用Gmail的,hkwebs.net有整出Gmail 貼紙來。
如果大家是用別家的電郵,可到E-Mail Icon Generator整一個。這裡還有選擇,例如Gmail、Yahoo、MSN、Hotmail等。

Read Full Post »

WordPress安裝方法

既然曾辛辛苦苦自己架設了wordpress,又找了一些plugin資料。
雖然最後,我沒有用自己架設的,也想跟大家分享一下。
有關安裝方法可參考這裡的無痛安裝方法。
我亦曾在深水埗黃金商場看見一本叫“WordPress部落格-網誌架站住”的書。
有關中文化的檔案可在到OSSF:自由軟體鑄造場下載zh_TW.mo
安裝後,如果大家依然想修改中文翻譯或保留一些字做英文(例如: 小妹就不喜歡 年、月、日是已中文顯頁的話),可下載zh_TW.po檔案。
然後可用proEdit來修改,再按Ctrl + S就會儲存及轉成mo檔。只要再upload新的mo檔就可以了。
proEdit可在這裡下載。
程式安裝完成後,可到Theme Viewer下載喜歡的theme和在WordPress Plugin Datebase下載不同的plugin。
看來好像很複雜,但安裝部份算是最簡單了。

Read Full Post »

My Blog is opened

我只懂html, css和少許java script但我卻不太懂php。
全因為朋友felicia,無意中知道wordpress.org是可以自己作hosting,而且還有很多很好的plugin功能,十分吸引,於是做了很多research來看看我究竟能否開設一個wordpress。
最後,我的確成功裝好了。
不過…
還要修改一下theme,而且不是每一個plugin都易於安裝。
最後,我用了六至八個的plugin,css也改了。
但始終有一些theme和plugin function改不好,全不是我想要的東東。
再想到每一次想修改版面或是增加plugin都要這麼費時和苦惱。不行了,結果,我跟纏擾了我很久的php說再見!
我只好用回wordpress.com的免費賬戶。
免費賬戶沒有太多的theme可以選,若要改css也要付費。但常用的sidebar功能早已設定好,十分易用和方便。
今天,我的部落格終於啟用了!
開張大吉!
My blog is now opened.
This is my first post in here. Welcome you all to come!

Read Full Post »