Remember The Milk


agent_orange

Still Fresh
Joined
Mar 28, 2008
Messages
41
Just started a small project which really is just a solution for myself, but I thought I would air it on here just incase anyone is interested in using it or contributing.


For those that dont know, Remember The Milk is a simple online todo list which I make a lot of use of - otherwise I would never get anything done!


Ofcourse I can easily get access using a browser, however the problem for me is what if I dont have a connection? Offline browsing of RTM is supported using Google Gears - which is not available on Pandora (or I did something stupidly wrong with the installation). Sooner or later HTML5 will be the ultimate solution, but until then I am writing a simple Java client that will provide RTM in offline mode. Basically, it will grab your ToDos from a RTM server when you are online. When offline, you can still add or edit your ToDos because they are now all stored locally (using Apache Derby as a DB). So when you get a connection again the client will sync with RTM.


Will keep you posted.
 
Back
Top