Showing posts with label software. Show all posts
Showing posts with label software. Show all posts

Tuesday, February 01, 2011

Fotos do iPhone (e iPod)

Mais uma vez, perdi as fotos que tinha no iPhone quando fiz um upgrade :( . Felizmente já tinha copiado as fotos da minha última viagem, e perdi pouco.

Decidi resolver esta situação de uma vez por todas, e descobri dois Apps pra isso. Um é o PicBox (grátis) - quando a gente executa o app, ele automaticamente transfere todas as fotos ainda não transferidas para o Dropbox. Outro é o QuickShot with Dropbox ($1). Este app substitui o app de camera do iPhone, só que ao invés de gravar as fotos no iPhone, as fotos são enviadas imediatamente para o Dropbox. Como não é de graça, ainda não testei, mas se começar a tirar mais fotos no iPhone talvez eu comece a usá-lo.

Para quem não conhece o Dropbox: é um serviço de transferência de arquivos, que sincroniza uma pasta na internet com o computador, permite compartilhar arquivos com muita facilidade, e dá 2GB de graça. Neste caso, quando o iPhone transfere as fotos para o Dropbox, elas são copiadas automaticamente para o computador. Se não o conhece, recomendo. Aliás, se forem testar o Dropbox, agradeço se usarem meu convite: eu ganho espaço extra sempre que alguém o usa - e melhor ainda, quem usa o convite também ganha 250MB extra :) .

Convite para o Dropbox.

Thursday, May 07, 2009

Scheduleworld is going commercial (and other PIM thoughts)

Talk about great timing.  Last week I finally decided to take the plunge and move all my “personal information management” (PIM) stuff from Outlook+Scheduleworld to Google – and none too soon, as Scheduleworld announced today that it is becoming a paid service!

For those who don’t know, Scheduleworld was a great service that offered synchronization of Calendars, Tasks, Contacts and Notes across several computers and mobile devices, and made your stuff available online, with a great AJAX interface – a true web 2.0 service.  It allowed me to sync all my info to both Outlook and Thunderbird.  I use only Thuderbird for my email, but I still liked Outlook to organize my contacts, calendar and to-do list.  The one thing it did not do was over-the-air syncing to the iPhone (like the Apple service, mobile.me).

I decided that I just had to have over-the-air sync to my iPhone, so I started putting together a collection of solutions to give me everything I wanted.  This time, my PIM stuff is centered around Google, with a few more programs and services for support.  I use the Google Calendar and Google Contacts, both installed as apps on my laptop using Google Chrome.  So I scrapped Outlook, and use only the Google Apps now (note that I can use them offline thanks to Google Gears). I then got an extension for Thunderbird to sync my contacts from Google. I can sync both contacts and calendars to my iPhone using NuevaSync, which offers over-the-air syncing just like mobile.me, and for free!  (Google Mobile Sync now offers the same for free too, but NuevaSync lets you sync more calendars.)

I use Evernote for my notes, which also syncs to a website, so that I can access my notes on clients installed on any computer, or on the website itself, or even on an iPhone App!  It also offers OCR, so I that I can create a “Photo note” on Evernote taking a picture of a card, and the program will convert it to searchable text – it’s really cool.  Finally I started using Remember the Milk to keep track of my tasks and projects.  It is an online service, but can also run as an offline app through Google Gears.  Although the free service is great, I decided to shell out the $20 to be able to access it on my iPhone (yes, it IS expensive, but I never spend money on software, so I decided to give it a try). The last item on my new “PIM solution” is rainlendar, a program that put the calendar on my desktop. I just installed it, and it costs 10 euros to get the pro version with Google Calendar integration, but the program looks amazing, so I might get it too. I should mention that I use Vista, and that I don’t like the whole widget thing either from Microsoft or from Google – they seem to take too much system resources.  I do use Google Desktop, but for the search only (we can Google as the default search on Vista SP1).

So this is how I now organize myself.  A little spread out, but it does give me a lot of functionality.  I would strongly recommend any of the programs that I am using.

Thursday, July 19, 2007

Windows Live Writer

I wrote this post using the Windows Live Writer (Beta2).  It's pretty cool, it allows for blog editing on a software in your own computer.  It makes layout and tables much easier.  The program looks good and it's easy to use.  I recommend it.

---------------

I have tested it with Blogger (this post), and with a private Wordpress blog (hosted by my lab).  Blogger took zero configuration.  For the Wordpress blog, since it was hosted on our own private computer, I had to configure it, but Wordpress has a page about using clients.  For Wordpress, you have to select the metaWebLog API and the URL is:

http://<address>/xmlrpc.php

Sunday, April 29, 2007

Worldphotos


I wrote a webpage using javascript that displays my photo albums on a world map, using the Google Maps API. The code is inspired on the PHP script I saw on "jobe's gallery - map edition", but it uses only javascript, so it is compatible with more servers (my server did not support PHP scripts).

The result was so cool I decided to make a package available so that anyone can use it. The package contains the file worldphotos.htm, which displays the albums on the map (for an example, click the picture above), and a java program called worldphotos_thumbmaker that automatically creates thumbnail files to be used with the htm file. I wrote the program in java so it is platform independent. You must have the latest java version (v1.6), because it uses the new Scripting Engine to read the album list from the javascript file. To download the package, go to https://dl.dropbox.com/u/6174262/Stuff/worldphotos/index.html - it also has a readme.txt file with more information.