Tag: Development
February 15, 2015
Google Hangouts Development Sandbox is not Down, but Hiding
If you are developing a Google Hangout App, don’t be surprised if you press the “Enter a hangout in developer sandbox” link and get an ugly 404 error. Take the resulting URL, that looks like:
https://hangoutsapi.talkgadget.google.com/hangouts?authuser=0&gid=110709744297
grab the GID (in my case 110709744297),…
February 28, 2012
Virtual Development Paradigm
I use virtual machines (VM) for nearly all my development. When I am doing any serious work, the first step is to fire up VirtualBox on my desktop and launch the VM that I am using for that project. If you don’t…