RedStrong Red (default) BlueCalm Blue GreenFresh Green

Chose your color scheme.

Archive for 'Programming'

Sapo Codebits

Posted on November 16, 2007, by admin, under Blog, Events, Programming, Web.

It’s been a while since I wrote anything in this blog, mainly because I’ve been too busy with my new job at w20 developing in Ruby on Rails and I guess, all these side-projects aren’t leaving me much more free time.

Anyway, yesterday was the final day of the Sapo Codebits competition, an event in Portugal inspired by Yahoo’s hackday but with a different twist, more workshops and activities.

BookwormsI was very pleased to win the Idea award for the BookWorms project, a social network for sharing books online, which had integration with Google Maps for viewing people around your location with books to lend and Amazon Commerce webservices for adding book information to your growing collection. Btw, the worms illustration was done by Bauke Schildt. Thanks!

It was a fantastic event and a great opportunity to learn, experiment and just go crazy with it. I hope to be there next year and hopefully this month I’ll launch Bookworms in it’s first version. If you have any suggestion please do tell me. :)

In the meantime here’s some pics.

 

Full mainpage pic with maps and latest books:

Bookworms Full

Close-up version of the map, showing people close to your location and how many books they have:

Close up bookworms

Thanks again, and see you there next time.

No Comments

Resources for July

Posted on August 15, 2007, by admin, under Blog, Programming, Web, design.

Smashing Magazine posted another very useful article with plenty of resources in html, css, design and web development in general.

You can find the Best of July 2007 resources at Smashing Magazine, which is normaly a good place to visit regulary for information for making our life easier.

No Comments

using file_column in Ruby on Rails

Posted on July 27, 2007, by admin, under Blog, Programming.

I’ve been using the file_column plugin for Ruby on Rails in the last days, so here’s some handy notes on the subject:

Installing is pretty straightfoward, just like the majority of Rails plugins:

script/plugin install http://opensvn.csie.org/rails_file_column/plugins/file_column/trunk

The first thing we need is to tell our model which column to use:

class Blog < ActiveRecord::Base
    file_column :image
end

(more…)

4 Comments

« Older Entries   Recent Entries »