Re: Calendar Apps?

2004-12-17 Thread Simon Horwith
Just thought I'd let you all know that I did finish and post the code 
for the calendar API that I'd mentioned earlier.
You can get it from 
http://www.horwith.com/index.cfm?mode=entryentry=C8837FD9-E081-0478-47F93823F4029950

~Simon

Simon Horwith
CIO, AboutWeb - http://www.aboutweb.com
Editor-in-Chief, ColdFusion Developers Journal
Member of Team Macromedia
Macromedia Certified Master Instructor
Blog - http://www.horwith.com




Eric Creese wrote:

Old subject but thought I would aask again is there any free calendar apps out 
there anyone is willing to part with I am looking for something that 
someone can check there own as well of the rest of the groups events.





~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187975
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Calendar Apps?

2004-11-30 Thread Jordan Michaels
http://calendar.viviotech.net/

Sooo close to being done...

-Jordan



Eric Creese wrote:

Old subject but thought I would aask again is there any free calendar apps out 
there anyone is willing to part with I am looking for something that 
someone can check there own as well of the rest of the groups events.





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185659
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Calendar Apps?

2004-11-30 Thread Mark A Kruger
Jordan,

Hey - how about a sample



-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 7:32 AM
To: CF-Talk
Subject: Re: Calendar Apps?


http://calendar.viviotech.net/

Sooo close to being done...

-Jordan



Eric Creese wrote:

Old subject but thought I would aask again is there any free calendar apps
out there anyone is willing to part with I am looking for something that
someone can check there own as well of the rest of the groups events.







~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185663
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Calendar Apps?

2004-11-30 Thread Simon Horwith
I was in the middle of creating one if you ping me about it from 
time to time (or check my blog periodically), I'll gladly give it away.

~Simon

Simon Horwith
Chief Information Officer, AboutWeb
http://www.aboutweb.com
Member of Team Macromedia
Macromedia Certified Master Instructor
Editor-in-Chief, ColdFusion Developers Journal
Blog - http://www.horwith.com




Eric Creese wrote:

Old subject but thought I would aask again is there any free calendar apps out 
there anyone is willing to part with I am looking for something that 
someone can check there own as well of the rest of the groups events.





~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185664
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Calendar Apps?

2004-11-30 Thread Barney Boisvert
I'm in the process of creating a simple calendaring app as a
proof-of-concept for a backend framework I'm working on.  Both the
framework and the app will be free (as in speech and beer) when I'm
done.

cheers,
barneyb

On Tue, 30 Nov 2004 08:40:08 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 Old subject but thought I would aask again is there any free calendar apps 
 out there anyone is willing to part with I am looking for something that 
 someone can check there own as well of the rest of the groups events.
 
 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/blog/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185711
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Calendar Apps?

2004-11-30 Thread Jordan Michaels
Okay. =)

http://calendar.viviotech.net/demo/basic_calendar.tgz

Requires a postgresql database. Built using Blue Dragon on SuSE Linux 
but should also work on CFMX on windows (untested) if that's the only 
platform available to you.

Basic installation instructions:

- create a datasource that points to the postgresql database you want to 
use.
- update the Application.cfm files in both the main directory and the 
admin directory to values appropriate to your system.
- open the site in a web browser, and the installer should do most of 
the hard work for you.

The installer is the part that is incomplete, and to be honest, I don't 
remember where we left off. However, it should be extremely close to 
being complete.

The code is open, so if you feel like chipping in to a product that will 
be distributed for free, we'll always be willing to accept 
contributions. Credit will be given where it's due.

If you have any questions, you know how to get in touch with me. =)

We'll work on it more when we have time.

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED]



Mark A Kruger wrote:

Jordan,

Hey - how about a sample



-Original Message-
From: Jordan Michaels [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 30, 2004 7:32 AM
To: CF-Talk
Subject: Re: Calendar Apps?


http://calendar.viviotech.net/

Sooo close to being done...

-Jordan



Eric Creese wrote:

  

Old subject but thought I would aask again is there any free calendar apps


out there anyone is willing to part with I am looking for something that
someone can check there own as well of the rest of the groups events.
  










~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185744
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54