Calendar of Events

2004-09-09 Thread Donna French
We have a lot of events here at our retail store coming up and I'm
considering implementing a calendar for our web site. Just need
something to post on the home page and then link to a full size
calendar where people can click and view full details.

I'm sure some of you have already implemented this or found something.
Would like some suggestions.

TIA

-- 

Donna French
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Calendar of Events

2004-09-09 Thread Tim Laureska
Here's a couple basic ones:

 
http://www.londonderryeaston.com/calendar/calendar_public.cfm (I saw
this code posted on the list at some point and modified it... think it
was done in fusebox originally)

 
http://208.249.126.159/calendar/webcalendar_first.cfm

-Original Message-
From: Donna French [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 3:52 PM
To: CF-Talk
Subject: Calendar of Events

 
We have a lot of events here at our retail store coming up and I'm
considering implementing a calendar for our web site. Just need
something to post on the home page and then link to a full size
calendar where people can click and view full details.

 
I'm sure some of you have already implemented this or found something.
Would like some suggestions.

 
TIA

 
-- 

 
Donna French
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Calendar of Events

2004-09-09 Thread Donna French
forgot to say CF5 and SQL 2000

- Original Message -
From: Tim Laureska [EMAIL PROTECTED]
Date: Thu, 9 Sep 2004 16:12:10 -0400
Subject: RE: Calendar of Events
To: CF-Talk [EMAIL PROTECTED]

Here's a couple basic ones:

http://www.londonderryeaston.com/calendar/calendar_public.cfm (I saw
this code posted on the list at some point and modified it... think it
was done in fusebox originally)

http://208.249.126.159/calendar/webcalendar_first.cfm

-Original Message-
From: Donna French [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 3:52 PM
To: CF-Talk
Subject: Calendar of Events

We have a lot of events here at our retail store coming up and I'm
considering implementing a calendar for our web site. Just need
something to post on the home page and then link to a full size
calendar where people can click and view full details.

I'm sure some of you have already implemented this or found something.
Would like some suggestions.

TIA

-- 

Donna French
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Calendar of Events

2004-09-09 Thread Mike Kear
That calendar is at Coldgen.com.And it's free.It's a good'un and
built in Fusebox

And it works on CF5/SQL2000.

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

- Original Message -
From: Donna French [EMAIL PROTECTED]
Date: Thu, 9 Sep 2004 15:26:42 -0500
Subject: Re: Calendar of Events
To: CF-Talk [EMAIL PROTECTED]

forgot to say CF5 and SQL 2000

- Original Message -
From: Tim Laureska [EMAIL PROTECTED]
Date: Thu, 9 Sep 2004 16:12:10 -0400
Subject: RE: Calendar of Events
To: CF-Talk [EMAIL PROTECTED]

Here's a couple basic ones:

http://www.londonderryeaston.com/calendar/calendar_public.cfm (I saw
this code posted on the list at some point and modified it... think it
was done in fusebox originally)

http://208.249.126.159/calendar/webcalendar_first.cfm

-Original Message-
From: Donna French [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 3:52 PM
To: CF-Talk
Subject: Calendar of Events

We have a lot of events here at our retail store coming up and I'm
considering implementing a calendar for our web site. Just need
something to post on the home page and then link to a full size
calendar where people can click and view full details.

I'm sure some of you have already implemented this or found something.
Would like some suggestions.

TIA

-- 

Donna French
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Calendar where events span more than one day...

2002-04-08 Thread JamesEdmunds

I am working on a calendar implentation for a client who
wants to be able to show events that span more than one day,
but show them on a traditional month-grid calendar.

I have had good luck in another project adapting Ben Forta's
CF_Calendar from the Advanced CF Development book, including
making it a bit more Netscape friendly, as well as passing
database/popup window calls through the associated tags,etc.
but that seems to take me only down to the one-day level.

Can anyone point to something helpful, some hint about how
to go about this or even an available application or tag?
Netscape friendly would be best, of course.

My first thoughts are that this would be accomplished by
somehow manipulating table definitions, with some cells
spanning rows, etc., and also that the database for the
calendar would use start and end dates, but that's as far as
I have gotten up to this point.

Much thanks in advance for any help, insights, or useful
directions for what to explore.

Regards,

James Edmunds


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Calendar where events span more than one day...

2002-04-08 Thread Trusz, Andrew

Don't know about Forta's version but I do know that Jeffry Houser's will do
multiple days. That would be Chapter 15 in Instant Cold Fusion 5, Osborne.

andy

-Original Message-
From: JamesEdmunds [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 9:29 AM
To: CF-Talk
Subject: Calendar where events span more than one day...


I am working on a calendar implentation for a client who
wants to be able to show events that span more than one day,
but show them on a traditional month-grid calendar.

I have had good luck in another project adapting Ben Forta's
CF_Calendar from the Advanced CF Development book, including
making it a bit more Netscape friendly, as well as passing
database/popup window calls through the associated tags,etc.
but that seems to take me only down to the one-day level.

Can anyone point to something helpful, some hint about how
to go about this or even an available application or tag?
Netscape friendly would be best, of course.

My first thoughts are that this would be accomplished by
somehow manipulating table definitions, with some cells
spanning rows, etc., and also that the database for the
calendar would use start and end dates, but that's as far as
I have gotten up to this point.

Much thanks in advance for any help, insights, or useful
directions for what to explore.

Regards,

James Edmunds



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Calendar where events span more than one day...

2002-04-08 Thread Joe Tartaglia


Have a look at this:

http://www.mbix.org/Events/Index.cfm

March and June, 2002 have events that spans across
multiple days.

This works well in Netscape and IE.

Joe Tartaglia
High Caliber Systems
212-684-5553


===

From: JamesEdmunds [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 08, 2002 9:29 AM
To: CF-Talk
Subject: Calendar where events span more than one day...


I am working on a calendar implentation for a client who
wants to be able to show events that span more than one day,
but show them on a traditional month-grid calendar.

I have had good luck in another project adapting Ben Forta's
CF_Calendar from the Advanced CF Development book, including
making it a bit more Netscape friendly, as well as passing
database/popup window calls through the associated tags,etc.
but that seems to take me only down to the one-day level.

Can anyone point to something helpful, some hint about how
to go about this or even an available application or tag?
Netscape friendly would be best, of course.

My first thoughts are that this would be accomplished by
somehow manipulating table definitions, with some cells
spanning rows, etc., and also that the database for the
calendar would use start and end dates, but that's as far as
I have gotten up to this point.

Much thanks in advance for any help, insights, or useful
directions for what to explore.

Regards,

James Edmunds
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists