Messages - johnk [ switch to compact view ]

Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 47next
146
Handy Folders is available at a 50% discount on BitsduJour today.

For me, FileBox eXtender (now free) achieves the same goal, but I'd be interested to hear from Handy Folders users on the benefits they see in the program.

147
General Software Discussion / Re: Note Taking Software
« on: July 23, 2009, 03:20 PM »
Yes, CintaNotes is very promising. Still in beta, but so far so good. The developer is determined to keep it simple, which is  a good sign. His design philosophy is a model of clarity and gives me cause for optimism.

148
I recently gave a trial to Vueminder Calendar. It's pretty, certainly, and loaded with features, but it fell down for me in two areas.

1. It doesn't support categories - you need to build a separate calendar for each category (as with Google Calendar). I find this is a clumsy way to work. But each to their own.

2. More seriously, although the program claims to share iCalendar (.ics) files with other calendars/users, it is not "sharing" in the accepted sense -- instead it is "importing" the existing ics file each time, then creating its own calendar, and then exporting the file back to ics again, deleting the categories (if they exist) and completely overwriting the original ics. That was a surprise to me.

At the moment, I share a single ics file between Rainlendar, Lightning and Google Calender, and all three play nicely with each other, as they should. Vueminder is not suitable for such a setup.

I have raised this issue with the developer in the Vueminder forums, and he said he would address the issue in a future update.

I would recommend Rainlendar, based on my experience. It is my hub, managing the ics file it shares with Lightning and Google (that's my "events" calendar). Then I also have a separate ToDo calendar in Rainlendar, which it syncs with Remember the Milk and Lightning. It all works seamlessly.

149
Find And Run Robot / Re: Farr and Rainlendar?
« on: July 11, 2009, 06:59 PM »
Okay, my first attempt at an alias -- for those who simply want to add an event or task to your default Rainlendar calendar via the command line:

Save the following code as rainlendar.alias to your FindAndRunRobot\AliasGroups\MyCustom folder.

<?xml version="1.0" encoding="Legacy" ?>
<!-- This file defines aliases for use by the Find and Run Robot program (https://www.donationcoder.com/Software/Mouser/findrun/index.html). -->
<FarrAliasFile>
    <FileFormatVersion>1</FileFormatVersion>
    <AliasSetDescription>Rainlendar command line alias</AliasSetDescription>
    <AliasEntry>
        <AliasText>rld</AliasText>
        <Score>1000</Score>
        <Regex>^rld (.*)</Regex>
        <Results>
            <Result>Rainlendar $$1 | %PROGRAMFILES%\Rainlendar2\Rainlendar2.exe --add=&quot;$$1&quot; </Result>
        </Results>
    </AliasEntry>
</FarrAliasFile>

Then in FARR, simply type rld and the event details (without quotes -- the alias adds the quote marks), e.g. type:

rld meeting tomorrow at 7pm

The alias will add the appointment to your Rainlendar default calendar. Hopefully. Works for me anyway, with the latest version of Rainlendar.

You'll need to change the location of the Rainlendar executable (%PROGRAMFILES%\Rainlendar2\Rainlendar2.exe in the alias) if you did not install Rainlendar to the default folder.

150
I agree that OneNote is a very powerful piece of software. One of Microsoft's best creations, though it gets relatively little attention. My mini-review of OneNote 2007 is here.

Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 47next
Go to full version