Archive for May, 2008

Перманентна “Go button” в Firefox 3

Tuesday, May 13th, 2008

якісь нехороші люди додумались прибрати кнопку Go в Firefox 3 для того щоб її повернути в  каталозі chrome потрібно створити/відредагувати файл userChrome.css #urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button { visibility: visible !important; } джерело: http://nancib.wordpress.com/2008/03/04/regain-the-persistent-go-button-in-firefox-3/

Ruby’n'Rails+Mongrel HOWTO

Monday, May 12th, 2008

Starting/Stoping Rails start $ cd ~/rails_folder $ mongrel_rails start -d -p 9090 -e development -P log/mongrel.log stop $ cd ~/rails_folder $ mongrel_rails stop