archives
Synch Outlook with Google
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 20:05.Using Funambol 6.0.14
Here's how to synch your Outlook Calendar with Google Calendar via ScheduleWorld, using Funambol 6.0.14 and Outlook 2003. But it doesn't work, because ScheduleWorld muffs the synch with Google.
Tip Sheet
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 20:03.Tips on how to fix/tweak Windows applications and Microsoft Windows
VMWare, VirtualBox, and Virtual PC
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 20:02.Testing VMWare Player 1.0.3, VirtualBox, and Virtual PC 2007...
Time between starting from the text-mode (F8) boot screen. 256MB RAM allocated to VM. Windows 2000 Pro (SP4) guest. Host Extensions installed in every case.
Seconds before Login prompt displayed:
Safe Mode w/Networking
- VirtualBox 31 sec
- VMWare Player 1.0.2 38 sec
- VMWare Player 2 beta 53 sec
- Virtual PC 2007
Boot Normally
Why Do a Bake-off?
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 20:00.There are several programming languages that interest me lately:
Bake-off Code 1
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 19:55.Here's the unit test for the top-level procedure for the Python version. (I drifted from the original design.) test-g2o.py
#!/usr/bin/env python
import unittest
from mock import Mock
import g2o
from calendar import Calendar
class TestSynch(unittest.TestCase):
def test_synchCalendars(self):
mGoogleCalendar = Mock({"merge":Calendar})
mOutlookCalendar = Mock({"merge":Calendar})
mOutlookCalendar.mockAddReturnValues(assign=mOutlookCalendar)
Applications I Use
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 19:54.UPDATE April 2009:
- Switched from OneNote 2007 to Evernote because I'm using a Mac, Ubuntu and Windows.
- Switched from Windows Search 4.0 to Google Desktop because it searches Evernote 3 databases. (You have to install GDS and then install Evernote).
- Note: Evernote works with OS X Spotlight "out of the box." Evernote can import from OneNote and also export to XML.
Here's what I use:
Application Strategy and What Goes Where
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 19:51.Axioms:
Python/Ruby Bake-off
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 19:46.I'm doing a bake-off of Python versus Ruby. I'll use the winner for my Next Great Programming Project.
Programming Languages
Submitted by Kevin Kleinfelter on Thu, 2007-05-03 19:37.There are several programming languages that interest me lately:
Blog Editors
Submitted by Kevin Kleinfelter on Wed, 2007-05-02 18:46.Summary (Updated April 2009):
If you want offline caching of posts AND proxy support and you aren't willing to tolerate Ecto's peculiarities, the only games in town are Windows Live Writer, BlogJet and RocketPost. Live Writer is free. RocketPost reportedly has zero support in the low-priced option, and it won't let me sort my cached post list by anything (other than date, descending, which it does by default). BlogJet won't let me sort, but it does on-the-fly filtering as I type words from the title or body.
