HTML 字元符號表

Posted in 編程, 互聯網 on 二月 14, 2009 by cactis

HTML/ASCII字元對照表

http://www.ascii.cl/htmlcodes.htm

http://htmlhelp.com/reference/html40/entities/symbols.html

Firefox、Flock 常用插件Tab Kit

Posted in 互聯網 with tags on 二月 14, 2009 by cactis

底下列出常用的火狐插件(addon),Flock 嘛也通。

  • Twitter Search: 這個不得不用了。畢竟人容搜尋引擎還是比漫天漫地無邊無際的資料搜尋好。
  • QuickDrag: 用滑鼠拖拉開啟超連結。
  • IE Tab: 直接在 FF 中用 IE 引擎開啟網頁,應付那些落時的網站。
  • Colorzilla:快速取得網頁元件的 dom 路徑及色彩。
  • Firebug: 了解網頁結構及狀況的最好插件。
  • Flagfox: 隨時顯示網站所在的國別。
  • ScribeFire Blog Editor: 在瀏覽器裡撰寫、維護網誌。就在瀏覽器下方直接撰寫,上傳,方便無比。
  • Foxmarks: 在多個不同的瀏覽器間,同步書籤。(目前可用在Firefox, Flock, IE)。使用這個插件,過去面對不同的電腦,多個瀏覽器、重灌電腦時,頭痛的書籤管理問題就迎刃而解了!!
  • xmarks: IE 版本的 Foxmarks.
  • Tab Mix Plus: 分頁加強功能。
  • Tab Kit: FireFox 3.5 版,Tab Mix Plus 仍未支援。可改用 Tab Kit。最好用的 multi row 支援。

  • MouseZoom:用滑鼠控制放大縮小。
  • is.gd:短網址服務。
  • Save Image: 把整個網頁裡的圖一次抓下來吧。
  • FireShot: 截網頁裡的圖,可存檔,也可直接上傳在網路上。內建常用的圖片編輯功能。這個插件非常非常好用。
  • ReminderFox 1.9: 行事曆,工作清單,超好用的。ReminderFox 使用上有點混亂。工作項會重覆出現;它的工作視窗常常過小,需要調整。
  • MeasureIt: 可量頁面上的物件尺寸。實用!
  • FireFTP: 流覽器裡的 ftp。好用!速度很快。
  • CS Lite: Cookies 的管理工具。
  • JS View:方便把 CSS 及 JS 的檔打開查看。
  • GridFox: 標示網頁的欄位比例。
  • bosskey: 記憶體管理。 (安裝後覺得瀏覽器變慢了!)
  • FEBE: 最後,別忘了給自己安裝的插件作備份。
  • QuickRestart: 在檔案裡新增一個重新啟動的指令。目前使用上,最困擾的是 Fire 跟 Flock 的記憶體使用,常常佔用 300k 以上。(也許開太多頁籤的關係。一般工作時,開二十個頁籤並不罕見。)
  • Split Browser: 用來分割、排列瀏覽器頁面的插件。

推薦瀏覽器:

  1. Firefox 下載
  2. Flock 下載

fckeditor error 在 rails 2.2.2

Posted in 未分类 on 二月 12, 2009 by cactis

兩個修改的地方:

Anyways, the punch line is that if you put an explicit require at the
top of active_scaffold/lib/active_scaffold.rb, all is well. ex:


require File.dirname(__FILE__) + '/active_scaffold/config/core'

maybe something similar is going on with the fsck editor plugin (I
don’t use it, so I wouldn’t know)

來源: http://www.mail-archive.com/activescaffold@googlegroups.com/msg00882.html

similarly in the file lib/fckeditor.rb
replace
js_path = “#{request.relative_url_root}/javascripts”
with
js_path = “#{ActionController::Base.relative_url_root}/javascripts”

reference:
http://github.com/salicio/fckeditor/commit/fcf8fbee8cfad3a3df0df50172…

來源: <a target="_blank" href="http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/89e808f2b43612f2">http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/89e808f2b43612f2</a><br /><br /><!--more-->ActionView::TemplateError (undefined method `relative_url_root' for #<ActionController::CgiRequest:0x7fdefdb53d10>) on line #9 of vendor/plugins/active_scaffold/frontends/default/views/_form_attribute.rhtml<br /><br />

Ruby 1.9 的變動清單

Posted in 編程 on 二月 5, 2009 by cactis

Changes in Ruby 1.9: http://is.gd/iqYo

Rails 3.0 unstable is out!

Posted in 未分类 on 二月 5, 2009 by cactis

Rails 3.0 unstable is out now http://tinyurl.com/8b9bur

我推薦的 Twitter 人

Posted in 未分类 on 二月 3, 2009 by cactis

媒體快死客:關注當下媒體轉變的議題帳號。
譯言: web 2.0 型態的譯文網站。
d2h: Ruby on Rails 的創造者, 37signals 的員工。
Obama: 這不用介紹吧。
chitsung: 就是我啦。 ;-P

Rails 2.3.0 出來了

Posted in 編程 on 二月 2, 2009 by cactis

3/16:

DHH 剛在 Twitter 上留言: Rails 2.3 正式推出了。

“Rails 2.3 is out: http://is.gd/nygu — party with app templates, engines, rack, metal, nested forms, http digest, batch finds, and more!”

3/16:

Rails 2.3.2 被放到 gem 上了

http://rubyforge.org/frs/?group_id=307

2/2:

一小時前,DHH 在 Twitter 上通知 Rails 2.3 RC1 出來了!
http://is.gd/i21v

關於 Rails 2.3 的中文資料:

Follow

Get every new post delivered to your Inbox.