← back to the blog
fousa archive
| JAN | FEB | MRT | APR | MAY | JUN | JUL | AUG | SEP | OCT | NOV | DEC | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 | 8 | 15 | 24 | 5 | 1 | |||||||
| 2009 | 15 | 13 | 3 | 2 | X | 1 | 4 | 6 | 5 | 5 | 6 | |
| 2008 | 1 | 5 |
Exporting from iMovie to Vimeo in HD // 2 comments
One of my passions in life is recording the best moments. That is the reason why I bought a Flip Mino HD camera. And to share my video's with you guy I use my vimeo account. Also because this enables me to upload my movies in HD quality, with HD I mean 1280x720. But when I import my movies into iMovie they are automatically resized when I wan...
Using CSV in Rails
I'm back with a new article. This time it's a very simple tutorial on how to read data from a comma separated file (.csv). This can be very handy when you try to do a batch import into the database. I use this to upload multiple words at once on jaaper.be. First thing to do is import the csv libraries. You can do this as easy as I do it below...