Month: December 2006

  • Advent links

    Well, I recommend two links for Ruby and Rails fan. Advent like calendars but instead of chocolate nice Ruby and Rails tips. From other things – exactly as Amazon has predicted two books I’ve ordered, have arrived here to Poland. I’m impressed with delivery date prediction, polish companies could learn a lot from Amazon. Anyway,…

  • JavaScript templates – Minus Mor plugin

    First we need to install plugin: cd rails_app_directory ./script/plugin install http://svn.danwebb.net/external/rails/plugins/minus_mor Now we can use in views new kind of files .ejs templates. They are just like .rhtml, but instead of embedding Ruby code in HTML, You use JavaScript as an native language, and insert Rails/Ruby code with well known <%= and <% tags. This…

  • Do You need to learn type faster?

    http://cognitivelabs.com/word_shoot.htm is simple, but very addictive word game, aiming to help You learn type faster on keyboard. I’ll try to give it five minutes a day, I think it can help me improve typing speed and accuracy.

  • FireBug rocks

    Yes it is some kind of “wunderwaffe” when You have to develop something with JavaScript. However I have discovered that on addons.mozilla.org is some old, rusty 0.4.1 version, while on getfirebug.org You can get new, shinny 1.0b5. It rocks even more ;-)))

  • RNS – update

    Last night I have deployed next RNS version, this time it is 0.214. I have fixed stupid bug with storing coordinates of last visited location in cookie. I have used minus sign as separator between numbers (like 51.223-21.23-11 where last number is zoom level). As far I have tested it in Europe it was fine,…