![]() |
![]() |
#1 (permalink) |
beauty in the breakdown
Location: Chapel Hill, NC
|
Online personal planner/calendar?
Im looking for something to help me keep myself organized. Id like something that does very much like Outlook--with a calendar, tasks, etc, but minus the email. Problem is, I am frequently using different computers and need something that can synch between them, and even on computers I dont use--I need something online. I was thinking something that I could install on my own server, so preferably PHP/MySQL, but if you know something else, or something else online, that is fine too. The features I am looking for are a calendar, tasks, and notes, though notes are optional I suppose.
Any suggestions? Thanks for the help.
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato Last edited by sailor; 04-27-2005 at 10:26 AM.. |
![]() |
![]() |
#2 (permalink) |
Loves my girl in thongs
Location: North of Mexico, South of Canada
|
Yahoo?
I actualy like how their calander will sync with a calander in outlook or Palm desktop on your machine, actually giving you access to the same synced data when you don't have your PDA. Seems like using the sync program Yaho offers, and syncing your outlook on the computer with yahoo so that it can be seen and edited anywhere is what you want. Even includes a notes feature and address book.
__________________
Seen on an employer evaluation: "The wheel is turning but the hamsters dead" ____________________________ Is arch13 really a porn diety ? find out after the film at 11. -Nanofever |
![]() |
![]() |
#3 (permalink) |
"Officer, I was in fear for my life"
Location: Oklahoma City
|
If you are already using Outlook and are on an Exchange server, perhaps Outlook Web Access could be an option.
If your primary machine is WinXP Pro, then remote desktop might be an option with a permenent internet connection. |
![]() |
![]() |
#4 (permalink) | |
beauty in the breakdown
Location: Chapel Hill, NC
|
Quote:
I may end up cobbling together something myself with PHP/MySQL, but Im really trying to avoid this as I dont really have the time right now. Any other suggestions?
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
|
![]() |
![]() |
#5 (permalink) |
Devoted
Donor
Location: New England
|
It might be more than you need, but it is free:
hipergate :. Free Open Source CRM Groupware Intranet and Content Manager Solutions
__________________
I can't read your signature. Sorry. |
![]() |
![]() |
#6 (permalink) |
Insane
Location: Vermont
|
If you just need something simple, Sunbird is coming along nicely.
It does calendar, events, and tasks. You can dl and upload to remote servers. It is not a replacement for the heavy duty pieces of software, but it works for me at the moment. |
![]() |
![]() |
#7 (permalink) |
beauty in the breakdown
Location: Chapel Hill, NC
|
Hipergate looks pretty cool (and is overkill, but thats always fun
![]() So Ive been playing with Yahoo's calendar service, and rather quite like it. It can synch with Outlook, letting me use that on my main boxen, but has a web-based component that works very well, so I can use it, like I am now, at work. Added to their my.yahoo.com, its *exactly* what I was gonna sit down and code for myself, even down to the design. Kinda scary. And better than I could have ever done. So I think Im gonna stick with that for now. Thanks for the help!
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
![]() |
![]() |
#8 (permalink) |
beauty in the breakdown
Location: Chapel Hill, NC
|
Ah, forgot to add: the ads on Yahoo suck (of course). Once again, Firefox + adblock come to the rescue! Works like a charm
![]()
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
![]() |
![]() |
#9 (permalink) |
Insane
|
http://www.planscalendar.com/
The developer has plans to be able to read and write iCal based files. That means you could run Sunbird, upload it via WebDAV to your server, which runs Plans (a PERL based calendar). You could use plans standalone too. ![]()
__________________
"You looked at me as if I was eating runny eggs in slow motion." - Gord Downie of The Tragically Hip |
![]() |
![]() |
#10 (permalink) | |
Nothing
Location: Atlanta, GA
|
http://www.backpackit.com/
Quote:
__________________
"Delight in excellence is easily confused with snobbery by the ignorant." -Joseph Epstein |
|
![]() |
![]() |
#12 (permalink) | |
beauty in the breakdown
Location: Chapel Hill, NC
|
Quote:
I like BackPackIt, but the problem is it doesnt have a calendar function--a killer in my book. Ive been playing with it regardless...
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
|
![]() |
![]() |
#13 (permalink) | |
Getting it.
Super Moderator
Location: Lion City
|
Quote:
My big question is where does the data reside? Is the web based component just the front end? I suppose I will just poke around their sight for these answers but if anyone has used this I would love a first hand account!
__________________
"My hands are on fire. Hands are on fire. Ain't got no more time for all you charlatans and liars." - Old Man Luedecke |
|
![]() |
![]() |
#14 (permalink) | |
Devoted
Donor
Location: New England
|
Quote:
__________________
I can't read your signature. Sorry. |
|
![]() |
![]() |
#15 (permalink) |
Follower of Ner'Zhul
Location: Netherlands
|
Damnit sailor... with every post I read of you I get the feeling like somehow you're my twin brother removed at birth
![]() Actually, I have been having this need for a while now too (EXACTLY the same... scary). My solution so far has been to keep a txt file on my server with an agenda for a couple of months in advance. I realize that this is not really high-tech but you'd be surprised how much I found it filling my need. First and foremost it's highly flexible ![]() Off course, I work at a company where we build web-applications, so my intention has always been to make a webapplication to handle this for me, however I wanted find out exactly what I wanted first, before I even wrote a line of code. Now I've been at this a while (half a year or something? I don't keep old entries) and I've compounded a pretty detailed list of requirements for the system (I would send it to you, but it's in Dutch, so you wouldn't be able to read it). However I still have to translate all of it in a UML diagram. Now I have also talked to people at work (]Ibuildings, a company that, amongst others, builds web-applications) about it (a somewhat similar need exists at work) and to a couple of sales managers wether they couldn't find someone to sell it to and they did ![]() If you want to go ahead and build something quick I would recommend using one of the companies other open source products, The ATK Application Framework an object oriented Web-application Framework, written in PHP. It's what we will build it in and what Achievo is built on. It's ideal for quickly making web applications. I actually believe that a colleague recently made a feature that allows you to just set up your database and have ATK figure out how to make a front end for datamanipulation of those fields. However it's sadly lacking in a lot of documentation. I could also try scheduling the translating into UML a bit earlier (although I'm pretty busy mostly, which is why I haven't built the webapp on my own) and maybe translate the requirements to english too, if you really wanna to ahead with this. And if you feel like using ATK, I would be more than happy to help with experience and general encouragements ![]() I love my job. ![]()
__________________
The most likely way for the world to be destroyed, most experts agree, is by accident. That's where we come in; we're computer professionals. We cause accidents. - Nathaniel Borenstein Last edited by RelaX; 05-06-2005 at 09:41 AM.. |
![]() |
Tags |
online, personal, planner or calendar |
|
|