Late christmas
1 minute read
1 minute read
1 minute read
Fresh from ArsTechnica, it seems tomorrow Google will announce a new video service:
The service, which will be an addition to Google's Video Search, will allow users to buy video content for pre-determined prices, and the company is expected to announce partnerships with the likes of CBS and the NBA.
Additionally, Google will announce Google Pack, several applications available for download in a single installation bundle:
Sources tell us that Google pack will feature a Google-tweaked version of Firefox, Adobe Acrobat Reader, antivirus software from Symantec, AdAware, Trillian, and Google's own offerings, including Google Desktop Search, Picasa, Google Earth, Google Talk, and all of the toolbar action you can shake a stick at. Oh, and I left out one other item: the RealPlayer.
You can read the complete article here
1 minute read
While printing (in recycled paper) a lot of Rubyonrails tutorials, some random cruising alerted me for some links and news:
1 minute read
Having nothing more to say, here are some news worth notice:
2 minutes read
I've just finished my first Ruby on Rails web application, and these baby rocks! It's true that you can develop 10 times faster, and it's so simple that you can do it from day one. What follows is a summary of my RoR investigation, from curiosity to my first working RoR web application.
I decided to study more deeply about Ruby on Rails some time ago, and now I had the chance. First, a visit to the official website, a jump to the screencasts section, and watched the screencasts. Seeing is believing, so you have to watch how to make a blog with RoR in 15 minutes (with installation), and how to make a filter for Flickr in 5 minutes (with CSS).
Next, some documentation, which I recommend reading it in the following order:
After these, I was really excited, to I just had to try it for myself. I have a Mac, and I was not willing to compile anything, so I started looking for a no frills package. Found one, Locomotive. Ok, free download, one application, double click and its on. Locomotive is integrated with TextMate, so I decided to extend a little further my investigation and also try it. A trial download, one application, double click, no frills. By the way, TextMate looks promising (more in some days).
Opened a terminal window (tip: open it from Locomotive, it will take care of all the environment variables for you), create a dummy database with sqlite (comes with Locomotive), did some script/generate scaffold xpto, edited some files, and voila, my first web application in RoR.
It's really easy to program in RoR, and still maintain a lot of power. It's a very well organized framework, clean and helpful. And if you are sick of doing always the same things, do yourself a favor and take a couple of hours to try it.