Re: CF_Calendar

2000-11-30 Thread Todd Ashworth

I just took a gander at it.  Unfortunately, it still not quite as flexible
as we need.  Besides, ours is 1/2 way built .. might as well finish it :)

Todd Ashworth

- Original Message -
From: "Jamie Keane" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 7:06 PM
Subject: Re: CF_Calendar


| Have you taken a look at MultiCalendar?
|
| http://www.lafilm.net/multicalendar/
|
| We're using it on one of our big projects, and it's pretty cool.
|
| --
| Jamie Keane
| Programmer
| SolutionMasters, Inc.
| 9111 Monroe Rd., Suite 100
| Charlotte, NC  28270
| www.solutionmasters.com
| 704.563.5559 x 228  Voice
| 704.849.9291  Fax


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Jon Hall

I just cant resist showing off my calendar. It's very much a work in
progress, but should be finished soon.
Anyway, http://216.54.222.28/calendar

jon
- Original Message -
From: "Jamie Keane" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 7:06 PM
Subject: Re: CF_Calendar


> Have you taken a look at MultiCalendar?
>
> http://www.lafilm.net/multicalendar/
>
> We're using it on one of our big projects, and it's pretty cool.
>
> --
> Jamie Keane
> Programmer
> SolutionMasters, Inc.
> 9111 Monroe Rd., Suite 100
> Charlotte, NC  28270
> www.solutionmasters.com
> 704.563.5559 x 228  Voice
> 704.849.9291  Fax
> -Original Message-
> From: Todd Ashworth <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Date: Wednesday, November 29, 2000 5:35 PM
> Subject: Re: CF_Calendar
>
>
> >I've noticed a lot of people looking for calandars and/or scheduling
apps.
> >My company needed a hefty one for a current project.  We couldn't find
> >anything that suited our needs so we are having to build our own.  It's
> >pretty complex.  It takes 6 tables in the database just to schedule an
> >event.  It supports almost any type of scheduled event .. including
> >complicated ones that look like this:
> >
> >Class 1
> >Number of seats 30
> >Price $35
> >Location: Building C
> >Age Range - N/A
> >Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
> >From October 1, 2000 to December 31, 2000
> >Except on Dec. 25 because of a holiday
> >Monday and Weds classes will be taught by Bob and Fridays classes will be
> >taught by Sue.
> >
> >This is just an example though .. it can hold other events besides
> >"classes".  It can be used to schedule a single event for a single day,
or
> >one that repeates infinately into the future and the past, or even a
> >reacurring event that never falls on the same day, at the same time.
> >
> >Let me tell you what .. setting up the database structure for that was a
> >pain ;)
> >
> >If anyone is interested in a calander/scheduling app with this much
> >flexability, I will see about making it available when it's done.  I
would
> >like to just toss it out open source so everyone can make fun of my
coding,
> >but I don't know if the boss will go for that ...
> >
> >Todd Ashworth
> >
> >- Original Message -
> >From: "Phoeun Pha" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Wednesday, November 29, 2000 4:42 PM
> >Subject: RE: CF_Calendar
> >
> >
> >| DOn't get it. It's not really administratableblaablaggg.  what i
> meant
> >| was, the only thing u set on it are the events and dates.  thats all.
> >There
> >| are some FREE nifty CF based event /planner calendar on the allaire
site,
> >| which have a hugeload of cool stuff you can mess around with
> >
> >
> >~~
> >Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
> >
> >Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> >Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Jamie Keane

Have you taken a look at MultiCalendar?

http://www.lafilm.net/multicalendar/

We're using it on one of our big projects, and it's pretty cool.

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.563.5559 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Todd Ashworth <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Wednesday, November 29, 2000 5:35 PM
Subject: Re: CF_Calendar


>I've noticed a lot of people looking for calandars and/or scheduling apps.
>My company needed a hefty one for a current project.  We couldn't find
>anything that suited our needs so we are having to build our own.  It's
>pretty complex.  It takes 6 tables in the database just to schedule an
>event.  It supports almost any type of scheduled event .. including
>complicated ones that look like this:
>
>Class 1
>Number of seats 30
>Price $35
>Location: Building C
>Age Range - N/A
>Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
>From October 1, 2000 to December 31, 2000
>Except on Dec. 25 because of a holiday
>Monday and Weds classes will be taught by Bob and Fridays classes will be
>taught by Sue.
>
>This is just an example though .. it can hold other events besides
>"classes".  It can be used to schedule a single event for a single day, or
>one that repeates infinately into the future and the past, or even a
>reacurring event that never falls on the same day, at the same time.
>
>Let me tell you what .. setting up the database structure for that was a
>pain ;)
>
>If anyone is interested in a calander/scheduling app with this much
>flexability, I will see about making it available when it's done.  I would
>like to just toss it out open source so everyone can make fun of my coding,
>but I don't know if the boss will go for that ...
>
>Todd Ashworth
>
>----- Original Message -
>From: "Phoeun Pha" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, November 29, 2000 4:42 PM
>Subject: RE: CF_Calendar
>
>
>| DOn't get it. It's not really administratableblaablaggg.  what i
meant
>| was, the only thing u set on it are the events and dates.  thats all.
>There
>| are some FREE nifty CF based event /planner calendar on the allaire site,
>| which have a hugeload of cool stuff you can mess around with
>
>
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Todd Ashworth

Snazzy!!  Is there a way to get a better look at it than that little
picture?

Todd Ashworth

- Original Message -
From: "Jake Hileman - Patmos" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 5:45 PM
Subject: Re: CF_Calendar


> Check out www.machinedreams.com my buddy runs that company and they have
> built the greatest calendar setup ever.  It amazes me, screw the
> functionality, it just looks cool. :-)
>
> tell em jake (flux) sent ya,
>
> jake
> - Original Message -
> From: "Todd Ashworth" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 29, 2000 5:25 PM
> Subject: Re: CF_Calendar
>
>
> > I've noticed a lot of people looking for calandars and/or scheduling
apps.
> > My company needed a hefty one for a current project.  We couldn't find
> > anything that suited our needs so we are having to build our own.  It's
> > pretty complex.  It takes 6 tables in the database just to schedule an
> > event.  It supports almost any type of scheduled event .. including
> > complicated ones that look like this:
> >
> > Class 1
> > Number of seats 30
> > Price $35
> > Location: Building C
> > Age Range - N/A
> > Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
> > >From October 1, 2000 to December 31, 2000
> > Except on Dec. 25 because of a holiday
> > Monday and Weds classes will be taught by Bob and Fridays classes will
be
> > taught by Sue.
> >
> > This is just an example though .. it can hold other events besides
> > "classes".  It can be used to schedule a single event for a single day,
or
> > one that repeates infinately into the future and the past, or even a
> > reacurring event that never falls on the same day, at the same time.
> >
> > Let me tell you what .. setting up the database structure for that was a
> > pain ;)
> >
> > If anyone is interested in a calander/scheduling app with this much
> > flexability, I will see about making it available when it's done.  I
would
> > like to just toss it out open source so everyone can make fun of my
> coding,
> > but I don't know if the boss will go for that ...
> >
> > Todd Ashworth
> >
> > - Original Message -
> > From: "Phoeun Pha" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 29, 2000 4:42 PM
> > Subject: RE: CF_Calendar
> >
> >
> > | DOn't get it. It's not really administratableblaablaggg.  what i
> meant
> > | was, the only thing u set on it are the events and dates.  thats all.
> > There
> > | are some FREE nifty CF based event /planner calendar on the allaire
> site,
> > | which have a hugeload of cool stuff you can mess around with
> >
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at
> http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Jake Hileman - Patmos

Check out www.machinedreams.com my buddy runs that company and they have
built the greatest calendar setup ever.  It amazes me, screw the
functionality, it just looks cool. :-)

tell em jake (flux) sent ya,

jake
- Original Message -
From: "Todd Ashworth" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 5:25 PM
Subject: Re: CF_Calendar


> I've noticed a lot of people looking for calandars and/or scheduling apps.
> My company needed a hefty one for a current project.  We couldn't find
> anything that suited our needs so we are having to build our own.  It's
> pretty complex.  It takes 6 tables in the database just to schedule an
> event.  It supports almost any type of scheduled event .. including
> complicated ones that look like this:
>
> Class 1
> Number of seats 30
> Price $35
> Location: Building C
> Age Range - N/A
> Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
> >From October 1, 2000 to December 31, 2000
> Except on Dec. 25 because of a holiday
> Monday and Weds classes will be taught by Bob and Fridays classes will be
> taught by Sue.
>
> This is just an example though .. it can hold other events besides
> "classes".  It can be used to schedule a single event for a single day, or
> one that repeates infinately into the future and the past, or even a
> reacurring event that never falls on the same day, at the same time.
>
> Let me tell you what .. setting up the database structure for that was a
> pain ;)
>
> If anyone is interested in a calander/scheduling app with this much
> flexability, I will see about making it available when it's done.  I would
> like to just toss it out open source so everyone can make fun of my
coding,
> but I don't know if the boss will go for that ...
>
> Todd Ashworth
>
> - Original Message -
> From: "Phoeun Pha" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 29, 2000 4:42 PM
> Subject: RE: CF_Calendar
>
>
> | DOn't get it. It's not really administratableblaablaggg.  what i
meant
> | was, the only thing u set on it are the events and dates.  thats all.
> There
> | are some FREE nifty CF based event /planner calendar on the allaire
site,
> | which have a hugeload of cool stuff you can mess around with
>
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Todd Ashworth

I've noticed a lot of people looking for calandars and/or scheduling apps.
My company needed a hefty one for a current project.  We couldn't find
anything that suited our needs so we are having to build our own.  It's
pretty complex.  It takes 6 tables in the database just to schedule an
event.  It supports almost any type of scheduled event .. including
complicated ones that look like this:

Class 1
Number of seats 30
Price $35
Location: Building C
Age Range - N/A
Monday 5-6pm, Wed. 5-6pm, Friday 3-4:15pm
>From October 1, 2000 to December 31, 2000
Except on Dec. 25 because of a holiday
Monday and Weds classes will be taught by Bob and Fridays classes will be
taught by Sue.

This is just an example though .. it can hold other events besides
"classes".  It can be used to schedule a single event for a single day, or
one that repeates infinately into the future and the past, or even a
reacurring event that never falls on the same day, at the same time.

Let me tell you what .. setting up the database structure for that was a
pain ;)

If anyone is interested in a calander/scheduling app with this much
flexability, I will see about making it available when it's done.  I would
like to just toss it out open source so everyone can make fun of my coding,
but I don't know if the boss will go for that ...

Todd Ashworth

- Original Message -
From: "Phoeun Pha" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 4:42 PM
Subject: RE: CF_Calendar


| DOn't get it. It's not really administratableblaablaggg.  what i meant
| was, the only thing u set on it are the events and dates.  thats all.
There
| are some FREE nifty CF based event /planner calendar on the allaire site,
| which have a hugeload of cool stuff you can mess around with


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_Calendar

2000-11-29 Thread Phoeun Pha

DOn't get it. It's not really administratableblaablaggg.  what i meant
was, the only thing u set on it are the events and dates.  thats all.  There
are some FREE nifty CF based event /planner calendar on the allaire site,
which have a hugeload of cool stuff you can mess around with




-Original Message-
From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 2:47 PM
To: CF-Talk
Subject: CF_Calendar


Has anyone on the list used the CF_Calendar tag created by this company?
http://www.iautomated.com/products.cfm

If so, I would greatly appreciate your feedback - esp. with regard to its
administrative ability.  On the front end, it looks like a nifty app - (one
minor bug I've seen is that, sometimes you have to double click a month for
it to display properly) and I'm interested to know how (and how well) the
back end works before I plunk down the $ to purchase it.

Thanks a bunch,
- - - Jeanne


~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Calendar

2000-11-29 Thread Jon Hall

I took a look at this as soon as I saw it because I am working on a calendar
program of my own right now. The screenshots they have up on their site of
the backend seem a little simplistic, but very straightforward (This is a
good thing for the typical client who cant figure out how to read email,
much less administer a calendar app). What is not clear is how they identify
individual users. It also does not have the more complex calendar program
features like those on yahoo, excite and so on. It's defiantely not meant to
be a full featured planner software, but more like a calendar/scratch pad
type applet for frequent vistors of your site.
I think for the purpose it was intended for, it is a very slick piece of
software like everything coming from IAutomated these days.

jon
- Original Message -
From: "Jeanne Sarfaty Glazer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 29, 2000 3:46 PM
Subject: CF_Calendar


> Has anyone on the list used the CF_Calendar tag created by this company?
> http://www.iautomated.com/products.cfm
>
> If so, I would greatly appreciate your feedback - esp. with regard to its
> administrative ability.  On the front end, it looks like a nifty app -
(one
> minor bug I've seen is that, sometimes you have to double click a month
for
> it to display properly) and I'm interested to know how (and how well) the
> back end works before I plunk down the $ to purchase it.
>
> Thanks a bunch,
> - - - Jeanne
>
>
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
>
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_Calendar

2000-11-29 Thread Richard Kern

I've used and bought the tag code for CF_bucalendar.  Mark Bureau was very
pleasant and willing to work with us. He has recently changed the interface
and we got a version that allows for multiple users on one database

Richard Kern
RSA Companies 

-Original Message-
From: Jeanne Sarfaty Glazer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 1:47 PM
To: CF-Talk
Subject: CF_Calendar


Has anyone on the list used the CF_Calendar tag created by this company?
http://www.iautomated.com/products.cfm

If so, I would greatly appreciate your feedback - esp. with regard to its
administrative ability.  On the front end, it looks like a nifty app - (one
minor bug I've seen is that, sometimes you have to double click a month for
it to display properly) and I'm interested to know how (and how well) the
back end works before I plunk down the $ to purchase it.

Thanks a bunch,
- - - Jeanne


~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists