April 2007

2D to 3D Innovation from Fotowoosh

The most innovative imaging service I’ve seen since Riya and Photosynth. Fotowoosh, a real innovation, through Freewebs. The service (currently in alpha) takes your regular 2D images and transfers them into 3D ones automatically. </embed> I guess this makes freewebs a very good buyout candidate to <place_your_favorite_company_here> via TechCrunch

Web 2.0 for Sale

I still can get a laugh seeing some applications. Web 2.0 Application for sale – helping you flip 🙂 http://web2.0forsale.com/

Multiple-Application Login

I’m trying to handle an integration between a humongous code-base Java application (doing basic stuff) with a new Rails application (talking about injecting Rails transparently). Handling login (multi-application logins) was my first obstacle, and after talking with Steven and Brenton, I came up with the following implementation: 123456789101112131415161718192021require ‘rubygems’require ‘hpricot’require ‘mechanize’class WelcomeController < ApplicationController… def login agent = WWW::Mechanize.new...