Archive

Posts Tagged ‘rails’

Video on Usability by Adam Dunford and Jason Edwards

June 18th, 2009 Petros No comments

Categories: ui Tags: , , , ,

Students can earn $4500 this summer

March 30th, 2009 Petros No comments

Are you a student? Are you over 18 years old? Do you want to earn $4500 this summer? Do you love Rails and think you can contribute in core code? Then you should learn all about it at Get Paid to Work on Rails.

Categories: news Tags: ,

Rails drop down lists

November 17th, 2008 Petros No comments

Sometimes you want to have a drop down list in your Rails application that contains both the items from a collection of model instances and some other items that are not coming from the collection.

Read more…

Categories: tips Tags: , ,

Rails and Greek

February 17th, 2008 Petros No comments

Rails is great when you want to start quickly and 10 minutes later have your first web application up and running. This is because many things that are needed are pre-configured. This is true but unfortunately if you live in a part of the world where everyone speaks a weird sounding language that has characters that are not standard, you have to use Unicode.

I live in this part of the world where everyone speaks Greek. Somehow we manage to communicate, but that’s another story.

I want to share with you what I found the hard way. How to setup your Rails application to handle Greek language without any problems:

Read more…

Categories: tips Tags: ,