2010年12月23日

Blogger Code format

嘖嘖,每改一次版型就用一次,記一下以免自己忘記
參考http://blog.lyhdev.com/2010/09/bloggersyntaxhighlighter.html
目前支援: AS3, Bash, ColdFusion, CSharp, Cpp, Css, Delphi, Diff, Erlang, Groovy, JScript, Java, JavaFX, Perl, Php, Plain, PowerShell, Python, Ruby, Scala, Sql, Vb, Xml

println "Hello World";
println "1 + 2 + 3";

Drupal theme研究

Technorati 的標籤:,
紀錄一下研究Drupal Themes (查了一下網路跟聽學長的經驗後從Zen入手) 看了哪些參考資料:
  1. Core templates and suggestions | drupal.org - 用來查可以設的參數
  2. Structure of the .info file | drupal.org - Zen有幫忙架構好.info檔,不過要自己用region的話還是會動到裡面參數,就乾脆一次看懂
  3. Overview of theme files | drupal.org - 關於theme的簡單介紹
  4. 使用regions 的要訣 | JOE Tsui's Drupal site - 關於region的一篇中文文章
  5. JohnAlbin sets out to give a Theme talk at DrupalCamp Chicago | Drupal Taiwan 正體中文支援站 – John Albin 投影片好入門~

-- TBC