Calendar Code

2004-01-11 Thread Mickael
Hello All,

Hopefully someone can help me out.  I am looking for some CF code for a Calendar of Events.  What I am looking for is the type of calendar where the admin of the site can add HTML content via a form (with something like HTMLedit) and enter items to a calendar for a specific date.

I would the type of calendar the displayed the current month in a small version in a 200px x 200px approx with some CSS that would highlight a Date when an event is present, they click on the date and the event opens up the calendar, usually these calendars have the ability to view the whole month in  full page.

Similar to what you find here in PHP http://bronto.csd-bes.net/

It does need to be as robust as the one in PHP with all the categories and search.

Free would be great but reasonably prices would fit as well.

Any help would be greatly appreciated.

Mike
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Calendar Code

2004-01-12 Thread Christian Cantrell
On Sunday, January 11, 2004, at 04:44  AM, Mickael wrote:

> Hopefully someone can help me out.  I am looking for some CF code for 
> a Calendar of Events.  What I am looking for is the type of calendar 
> where the admin of the site can add HTML content via a form (with 
> something like HTMLedit) and enter items to a calendar for a specific 
> date.

If you decide you want to roll your own, there is a calendar component 
on DRK 3.  I used it to build a system similar to the one you are 
describing (it was actually a weblog, but it had similar 
functionality), and the calendar component gave me a big head start.

Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Calendar Code

2004-01-12 Thread Mickael
Hi Christian,

What is DRK 3 sorry I have never heard about it?
  - Original Message - 
  From: Christian Cantrell 
  To: CF-Talk 
  Sent: Monday, January 12, 2004 11:06 AM
  Subject: Re: Calendar Code

  On Sunday, January 11, 2004, at 04:44  AM, Mickael wrote:

  > Hopefully someone can help me out.  I am looking for some CF code for 
  > a Calendar of Events.  What I am looking for is the type of calendar 
  > where the admin of the site can add HTML content via a form (with 
  > something like HTMLedit) and enter items to a calendar for a specific 
  > date.

  If you decide you want to roll your own, there is a calendar component 
  on DRK 3.  I used it to build a system similar to the one you are 
  describing (it was actually a weblog, but it had similar 
  functionality), and the calendar component gave me a big head start.

  Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Calendar Code

2004-01-12 Thread Christian Cantrell
On Monday, January 12, 2004, at 11:19  AM, Mickael wrote:

> What is DRK 3 sorry I have never heard about it?

DRK = DevNet Resource Kit.  It's a quarterly CD of components, custom 
tags, sample applications, etc. for several different products 
(ColdFusion, Flash and Dreamweaver, primarily).  You can get 
information on DRK 3 here:

http://www.macromedia.com/go/drk3

(For fear of doing too much promoting on this list, if you have any 
more questions, I would be happy to answer them off-list.)

Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Calendar Code

2004-01-12 Thread Calvin Ward
Development Resource Kits produced by Macromedia containing components based on their product line, you can get more information here: http://www.macromedia.com/software/drk/

I'm a DevNet Professional Subscriber, which gets these and a ton more and love it.

- Calvin
  - Original Message - 
  From: Mickael 
  To: CF-Talk 
  Sent: Monday, January 12, 2004 11:19 AM
  Subject: Re: Calendar Code

  Hi Christian,

  What is DRK 3 sorry I have never heard about it?
    - Original Message - 
    From: Christian Cantrell 
    To: CF-Talk 
    Sent: Monday, January 12, 2004 11:06 AM
    Subject: Re: Calendar Code

    On Sunday, January 11, 2004, at 04:44  AM, Mickael wrote:

    > Hopefully someone can help me out.  I am looking for some CF code for 
    > a Calendar of Events.  What I am looking for is the type of calendar 
    > where the admin of the site can add HTML content via a form (with 
    > something like HTMLedit) and enter items to a calendar for a specific 
    > date.

    If you decide you want to roll your own, there is a calendar component 
    on DRK 3.  I used it to build a system similar to the one you are 
    describing (it was actually a weblog, but it had similar 
    functionality), and the calendar component gave me a big head start.

    Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Calendar Code

2004-01-12 Thread Mickael
Thanks Christain for the info.  I appreciate you accepting my emails off list.

Mike
  - Original Message - 
  From: Christian Cantrell 
  To: CF-Talk 
  Sent: Monday, January 12, 2004 11:26 AM
  Subject: Re: Calendar Code

  On Monday, January 12, 2004, at 11:19  AM, Mickael wrote:

  > What is DRK 3 sorry I have never heard about it?

  DRK = DevNet Resource Kit.  It's a quarterly CD of components, custom 
  tags, sample applications, etc. for several different products 
  (ColdFusion, Flash and Dreamweaver, primarily).  You can get 
  information on DRK 3 here:

  http://www.macromedia.com/go/drk3

  (For fear of doing too much promoting on this list, if you have any 
  more questions, I would be happy to answer them off-list.)

  Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Calendar Code lets try again

2000-10-06 Thread Kevin Schmidt
















































 SELECT *
 FROM Events
 WHERE EventDate
 BETWEEN #ODBCFIRSTDAY# AND #ODBCLASTDAY#





 Events Calendar





   

 Monday
  Tuesday
 Wednesday
 Thursday
 Friday
 Saturday
  Sunday
   

 
  
  
    
   






  BGCOLOR="NAVY"BGCOLOR="##FF">
  
  #DateCount#
  
  
  #EventTitle#
  
  

  
  
   

  
  



  
  
  BGCOLOR="NAVY"BGCOLOR="##FF">
  
  #DateCount#
  
  
  #EventTitle#
  
  
  
  



  

   
  
  
  
 
 
 Add an event
 



Kevin Schmidt
Internet Services Director
PWB Integrated Marketing and Communications
Office: 734.995.5000
Mobile: 734.649.4843



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.