Tuesday, October 13, 2009
This tutorials is about Internationalization in Ruby on Rails 2.2 and later. You don’t need to invent a wheel from scratch all stuff for internationalization and localization of your application is available in standard Rails package since version 2.2.
Complete internationalization tutorial
Friday, May 29, 2009
Leidsin täna seda → Isikukood. Algoritm on selge aga näidese kood on räpp…
Siis…
Versioon PHP by Setor
Versioon PHP 2 by MiamiBC (kõige lihtsam ja arusaadavam)
Java version by Incubo
Minu versioon Ruby keeles
Mika Tuupola versioon JavaScript
Kui sul on mingi teine versioon siis saada mulle ka
Monday, January 19, 2009
Often we need to generate some websites with static content, for example without any line of PHP code or without Ruby on Rails, just need to have plain HTML files. As for Me I hate to edit 50 HTML pages manually. I found a nice solution. It’s Webby
This is a great solution to complete such task.
You can check how it’s work here or there (old version).
There are more tools like Webby, Nanoc and jekyll. I have didn’t tried them, but I guess the functionality is the same.
Friday, December 19, 2008
Just for some Ruby practice, this class do the same (gets the currency rates) as PHP in my previous post.
Check the Ruby code here.