HOMERSS 2.0RSS comments
sizeSMALLMEDIUMLARGEXTRA LARGE
home

blog
blog_technology
time
06/Mon
02 08 10 10 27
title SILKRT for iphone
title
類
論
別

I installed wptouch for silkrt. enjoy!

http://www.bravenewcode.com/products/wptouch/

time
38/Thu
09 17 09 14 50
title screen shot
title
類
論
別

在 pc 上面的 screen shot(xp),實在比 mac 遜色很多, 今天發現了 Jing

他可以區域選取照相範圍, 還可以在相片上面寫 note, 畫箭頭跟框框, 並可以即時上傳網站或是 blog, 是一個相當好用的工具.

time
28/Wed
07 08 09 00 55
title WP筆記-custom theme 速成
title
類
論
別

要改 WP? 其實不難, 以下是訣竅:

運用版型元件拼出主要頁面,

附屬元件輔助完成頁面功能.

共用串接樣式劃分定位板型,

裝附加元件增加部落格能力.

-

-

詳全文 ReadMore

time
29/Thu
07 17 08 00 45
title 絲路 upgraded to wp2.6
title
類
論
別

As title…

wp-PostRatings (widget) 造成

Fatal error: Call to undefined function __sprintf() in /nfs/c02/h02/mnt/21031/domains/silkrt.com/html/v01/wp-content/plugins/wp-postratings/postratings-stats.php on line 48

暫時關閉此項打星星統計的功能,反正也全都是五顆星,大家都很nice….

待問題修正後在恢復此項服務.

time
29/Mon
07 14 08 03 03
title SyntaxHighlighter
title
類
論
別

今天裝了長久以來想裝的 SyntaxHighlighter (Ticore 自改版,不過不知道要怎麼改contentHeight),用法如下:

在Visual Mode的編輯裡:

(在language=’AS3′
package{
public class Test{
public function Test(){
trace(‘this is a test’);
}
}
}

看到如下

package{
public class Test{
public function Test(){
trace('this is a test');
}
}
}