RE: ColdFusion Calendar

2004-09-20 Thread Kristopher Pilles
Did you find anything, I have a similar project coming up quite soon.

 
KP

	-Original Message-
	From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED] 
	Sent: Friday, September 17, 2004 5:25 PM
	To: CF-Talk
	Subject: ColdFusion Calendar
	
	
	Is there an open souce Calender component available for
ColdFusion MX?
	I'm looking for a CF Calendar for our Management High School
Courses
	Application...
	
	Cheers
	
	Marco 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Marco Antonio C. Santos
Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
Oracle, Access DB support and our site runs in MySQL... ;-(

Do you have more details about your High School Courses Calendar?

Marco

On Mon, 20 Sep 2004 10:03:01 -0400, Kristopher Pilles
[EMAIL PROTECTED] wrote:
 Did you find anything, I have a similar project coming up quite soon.
 
 KP
 
-Original Message-
From: Marco Antonio C. Santos [mailto:[EMAIL PROTECTED]
Sent: Friday, September 17, 2004 5:25 PM
To: CF-Talk
Subject: ColdFusion Calendar
 
Is there an open souce Calender component available for
 ColdFusion MX?
I'm looking for a CF Calendar for our Management High School
 Courses
Application...
 
Cheers
 
Marco

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Damien McKenna
Marco Antonio C. Santos wrote:

Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
Oracle, Access DB support and our site runs in MySQL... ;-(



If the software is in source format just rewrite the database calls.

.. one reason why I like PHP is the database abstraction layer ADOdb...
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Marco Antonio C. Santos
The problem is subselects, SP, triggers don't supported by our
MySQL 4.0.13 version...

Marco

On Mon, 20 Sep 2004 13:09:02 -0400, Damien McKenna
[EMAIL PROTECTED] wrote:
 Marco Antonio C. Santos wrote:
 
 Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
 Oracle, Access DB support and our site runs in MySQL... ;-(
 
 
 
 If the software is in source format just rewrite the database calls.
 
 .. one reason why I like PHP is the database abstraction layer ADOdb...
 --
 *Damien McKenna* - Web Developer - [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 Nothing endures but change. - Heraclitus
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Damien McKenna
Marco Antonio C. Santos wrote:

The problem is subselects, SP, triggers don't supported by our
MySQL 4.0.13 version...



Subselects - do multiple queries.The rest, yeah, kinda tricky.See if 
there are any that don't use those, that just use the database as a 
basic data store..
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Marco Antonio C. Santos
;-))) All right Multiple queries is the easy kinda... SP,
triggers... h... with MySQL

On Mon, 20 Sep 2004 13:18:10 -0400, Damien McKenna
[EMAIL PROTECTED] wrote:
 Marco Antonio C. Santos wrote:
 
 The problem is subselects, SP, triggers don't supported by our
 MySQL 4.0.13 version...
 
 
 
 Subselects - do multiple queries.The rest, yeah, kinda tricky.See if
 there are any that don't use those, that just use the database as a
 basic data store..
 --
 *Damien McKenna* - Web Developer - [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]
 The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
 Nothing endures but change. - Heraclitus
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Jordan Michaels
Do you have access to a PostgreSQL database?

I can give you a free, 1-calendar copy of our own calendar software:

http://calendar.viviotech.net/

It runs on a postgresql database and works with the free version of Blue 
Dragon. There are also a few things we have left to develop, but they 
are few. When it's complete, we are planning on giving away free 
versions of the software that only allow for one calendar to get 
created. Normally the software allows for an unlimited number of 
calendars, but hey, we have to get paid somehow right? =P

Feel free to sign up and try it out. It could use some extra 
beta-testing. Let me know if you're interested.

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



Marco Antonio C. Santos wrote:

 The problem is subselects, SP, triggers don't supported by our
 MySQL 4.0.13 version...

 Marco

 On Mon, 20 Sep 2004 13:09:02 -0400, Damien McKenna
 [EMAIL PROTECTED] wrote:
  Marco Antonio C. Santos wrote:
 
  Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
  Oracle, Access DB support and our site runs in MySQL... ;-(
  
  
 
  If the software is in source format just rewrite the database calls.
 
  .. one reason why I like PHP is the database abstraction layer ADOdb...
  --
  *Damien McKenna* - Web Developer - [EMAIL PROTECTED]
  mailto:[EMAIL PROTECTED]
  The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
  Nothing endures but change. - Heraclitus
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Marco Antonio C. Santos
Thanx Jordan

great application Yes, we're have access to PG DB... How to get
it? 'haves users restriction?

Cheers

Marco

On Mon, 20 Sep 2004 10:26:13 -0700, Jordan Michaels
[EMAIL PROTECTED] wrote:
 Do you have access to a PostgreSQL database?
 
 I can give you a free, 1-calendar copy of our own calendar software:
 
 http://calendar.viviotech.net/
 
 It runs on a postgresql database and works with the free version of Blue
 Dragon. There are also a few things we have left to develop, but they
 are few. When it's complete, we are planning on giving away free
 versions of the software that only allow for one calendar to get
 created. Normally the software allows for an unlimited number of
 calendars, but hey, we have to get paid somehow right? =P
 
 Feel free to sign up and try it out. It could use some extra
 beta-testing. Let me know if you're interested.
 
 --
 Warm regards,
 Jordan Michaels
 Vivio Technologies
 http://www.viviotech.net/
 [EMAIL PROTECTED]
 
 
 Marco Antonio C. Santos wrote:
 
  The problem is subselects, SP, triggers don't supported by our
  MySQL 4.0.13 version...
 
  Marco
 
  On Mon, 20 Sep 2004 13:09:02 -0400, Damien McKenna
  [EMAIL PROTECTED] wrote:
   Marco Antonio C. Santos wrote:
  
   Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
   Oracle, Access DB support and our site runs in MySQL... ;-(
   
   
  
   If the software is in source format just rewrite the database calls.
  
   .. one reason why I like PHP is the database abstraction layer ADOdb...
   --
   *Damien McKenna* - Web Developer - [EMAIL PROTECTED]
   mailto:[EMAIL PROTECTED]
   The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
   Nothing endures but change. - Heraclitus
  
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-20 Thread Jordan Michaels
Hey Marco,

I can let you know immediately when we have the free, single calendar 
version ready (hopefully within the week). But as things are still in 
development it'll be a little rough. If you're willing to work with us 
on that then we should be good to go. =)

There will be no limits on the number of users or calendar members 
(members who subscribe to event reminders within each calendar) but the 
free version will only let you have one calendar per server.

It'll also be helpful for us to have an outside opinion on it. =)

We are also planning on having two full-versions available: One that 
will come with a copy Blue Dragon Server JX and one that is a code-only 
version (for users of CFMX or those who already have BD). Just FYI.

Be in touch,
Jordan

Marco Antonio C. Santos wrote:

 Thanx Jordan

 great application Yes, we're have access to PG DB... How to get
 it? 'haves users restriction?

 Cheers

 Marco

 On Mon, 20 Sep 2004 10:26:13 -0700, Jordan Michaels
 [EMAIL PROTECTED] wrote:
  Do you have access to a PostgreSQL database?
 
  I can give you a free, 1-calendar copy of our own calendar software:
 
  http://calendar.viviotech.net/
 
  It runs on a postgresql database and works with the free version of Blue
  Dragon. There are also a few things we have left to develop, but they
  are few. When it's complete, we are planning on giving away free
  versions of the software that only allow for one calendar to get
  created. Normally the software allows for an unlimited number of
  calendars, but hey, we have to get paid somehow right? =P
 
  Feel free to sign up and try it out. It could use some extra
  beta-testing. Let me know if you're interested.
 
  --
  Warm regards,
  Jordan Michaels
  Vivio Technologies
  http://www.viviotech.net/
  [EMAIL PROTECTED]
 
 
  Marco Antonio C. Santos wrote:
 
   The problem is subselects, SP, triggers don't supported by our
   MySQL 4.0.13 version...
  
   Marco
  
   On Mon, 20 Sep 2004 13:09:02 -0400, Damien McKenna
   [EMAIL PROTECTED] wrote:
Marco Antonio C. Santos wrote:
   
Thanx Kristopher... Nothing yet... Only Calendars for MSSQL,
Oracle, Access DB support and our site runs in MySQL... ;-(


   
If the software is in source format just rewrite the database calls.
   
.. one reason why I like PHP is the database abstraction layer 
 ADOdb...
--
*Damien McKenna* - Web Developer - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
   
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion Calendar

2004-09-17 Thread Marco Antonio C. Santos
Is there an open souce Calender component available for ColdFusion MX?
I'm looking for a CF Calendar for our Management High School Courses
Application...

Cheers

Marco
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-09-17 Thread Mike Kear
Try Cold Calendar at http://coldgen.com 

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year

- Original Message -
From: Marco Antonio C. Santos [EMAIL PROTECTED]
Date: Fri, 17 Sep 2004 18:24:36 -0300
Subject: ColdFusion Calendar
To: CF-Talk [EMAIL PROTECTED]

Is there an open souce Calender component available for ColdFusion MX?
I'm looking for a CF Calendar for our Management High School Courses
Application...

Cheers

Marco
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




ColdFusion Calendar

2004-07-19 Thread Qasim Rasheed
Hi,

I apologixe if this question has been asked before. Is there an open
souce Calender component available for ColdFusion MX?

thanks in advance

Qasim
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-07-19 Thread Damien McKenna
On Jul 19, 2004, at 1:42 PM, Qasim Rasheed wrote:
 I apologixe if this question has been asked before. Is there an open
 souce Calender component available for ColdFusion MX?

What are your requirements?
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: ColdFusion Calendar

2004-07-19 Thread Qasim Rasheed
It give a view of current month with the appointments scheduled for
each day and one can click on the assignments to view/edit the details

Thanks for the response

- Original Message -
From: Damien McKenna [EMAIL PROTECTED]
Date: Mon, 19 Jul 2004 14:05:30 -0400
Subject: Re: ColdFusion Calendar
To: CF-Talk [EMAIL PROTECTED]

On Jul 19, 2004, at 1:42 PM, Qasim Rasheed wrote:
 I apologixe if this question has been asked before. Is there an open
 souce Calender component available for ColdFusion MX?

What are your requirements?
-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Nothing endures but change. - Heraclitus
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]