Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-17 Thread Scott Brady
How about using a calendar date picker along with text boxes the users can type into? I think that's how sites like Travelocity do it, and it gives users who don't want to click from month to month the option of typing it in. You'll still have to validate, of course, but that's not too

Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-17 Thread Matt Blatchley
I get what you're saying about the interactivity between the calendar and the textboxes/or drop downs being auto-filled based on the user selection. I've already validated the To date with the drop downs to prevent the second date being earlier than the first (I'm not trying to avoid validation

Date Ranges: Drop Down Menus vs Calendar Based

2013-04-16 Thread Matt Blatchley
I've been writing an application in CF that imports cost data from Analytics, AdWords, BING, and other APIs that generate reports based on selected date ranges and filtered campaigns. After looking into multiple types of jQuery based calendar selectors used in setting the date ranges, I decided

Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-16 Thread Maureen
I agree with you, but I have multiple clients who have insisted on the calendar method, so I pulled out much hair and got it working, even in bootstrap. On Tue, Apr 16, 2013 at 5:13 PM, Matt Blatchley blatch...@gmail.com wrote: After looking into multiple types of jQuery based calendar

Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-16 Thread .jonah
based on selected date ranges and filtered campaigns. After looking into multiple types of jQuery based calendar selectors used in setting the date ranges, I decided to go with drop down menus with my own Ajax/CFC driven version instead. Now the question has come back to me about adding

Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-16 Thread Matt Blatchley
etc. Never heard anyone say anything about the drop down menus vs calendar selection. This is more of a UI/UX preference from someone that isn't a customer. Visually I think the calendar is prettier, functionally I think it's more of a PITA for customers. We allow you search preset date ranges

Re: Date Ranges: Drop Down Menus vs Calendar Based

2013-04-16 Thread Matt Blatchley
etc. Never heard anyone say anything about the drop down menus vs calendar selection. This is more of a UI/UX preference from someone that isn't a customer. Visually I think the calendar is prettier, functionally I think it's more of a PITA for customers. We allow you search preset date ranges

problem with calendar popup on DATEFIELD

2011-08-07 Thread derek felsher
Hi folks Sorry if this is a repeat, seems I hit the send button to fast on the prev post. I am trying to use the cfinput datefield in CF8. Everything works fine except when the calendar opens, the month and year do not show at the top of the popup. When I move the mouse over the area

cfinput-datefield calendar not displaying month and year

2011-08-04 Thread derek felsher
Hi folks I am trying to use the cfinput datefield in CF8. Everything works fine except when the calendar opens, the month and year do not show at the top of the popup. When I move the mouse over the area and click where they should display, then they appear??? Many thanks in advance Derek

How can we create event calendar from CF

2010-11-01 Thread Ramakrishna sabarish
Hi...can u help me to create a event calendar ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: How can we create event calendar from CF

2010-11-01 Thread Casey Dougall
On Mon, Nov 1, 2010 at 4:52 AM, Ramakrishna sabarish saba@gmail.comwrote: Hi...can u help me to create a event calendar What specifically are you having troubles with? Here is a complete calendar system that may assist with your project. http://www.bennadel.com/projects/kinky

CF Based Calendar?

2009-08-12 Thread Paul Henderson
I have a client requesting an online calendar and since the portal I'm building them is entirely CF I'd like to provide a CF calendar as well (or one that integrates well with CF). Does anyone have any suggestions? The best one I've found so far is Ben Nadel's Kinky Calendar http

Re: CF Based Calendar?

2009-08-12 Thread Tony Bentley
I would use google calendar and setup a form to collect the data and send it to google via the web service API. This way you don't need to build anything but the data collection form. The Jedi Master wrote the CFC for you already. Use the force http://www.coldfusionjedi.com/enclosures

Re: CF Based Calendar?

2009-08-12 Thread John M Bliss
Other possibilities...? http://calendarinfusion.riaforge.org http://kalendar.riaforge.org http://tmt_calendar.riaforge.org On Wed, Aug 12, 2009 at 3:59 PM, Tony Bentley t...@tonybentley.com wrote: I would use google calendar and setup a form to collect the data and send it to google via

RE: CF Based Calendar?

2009-08-12 Thread Nick Gleason
Hi there. We provide one (www.citysoft.com) but the calendar is a module within a larger enterprise suite. So, it would probably be hard to pull out that module without using some of the rest of the platform. N

Re: CF Based Calendar?

2009-08-12 Thread Larry Lyons
I have a client requesting an online calendar and since the portal I'm building them is entirely CF I'd like to provide a CF calendar as well (or one that integrates well with CF). Does anyone have any suggestions? The best one I've found so far is Ben Nadel's Kinky Calendar http

RE: CF Based Calendar?

2009-08-12 Thread Paul Henderson
As far as I know the only calendar control CF8 has is cfcalendar which allows you to select and input a date into a form. I'm looking to output a calendar display. If there are other built-in calendar functions that I'm unaware of, that would be great?!? Thanks for all the suggestions. what

Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Chris Montgomery
I am searching for a calendar application that can manage a consolidated calendar for many nonprofit groups. The main web site (for an animal welfare coalition) would display all events for multiple groups (say, 25-40 animal welfare agencies) and also allow each group to log in and enter

Re: Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Alan Rother
Have you considered (Since your doing it for free) using Google Calendar? It already has a ton of tools built into it, you would just need to implement it on the site. http://www.google.com/calendar Other than that, you could look at the great CF based calendar Ben Nadel built http

Re: Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Chris Montgomery
Hi Alan, Alan Rother said the following on 5/21/2009 4:44 PM: Have you considered (Since your doing it for free) using Google Calendar? Yes, as I mentioned in my original post, but my experience with this, after some experimentation, is that it can't handle importing more than about a half

RE: Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Josh Nathanson
Montgomery [mailto:chrisnc...@gmail.com] Sent: Thursday, May 21, 2009 2:58 PM To: cf-talk Subject: Re: Calendar Application to Consolidate Many Nonprofit Organizations Hi Alan, Alan Rother said the following on 5/21/2009 4:44 PM: Have you considered (Since your doing it for free) using Google Calendar

RE: Calendar Application to Consolidate Many Nonprofit Organizations

2009-05-21 Thread Nick Gleason
To: cf-talk Subject: Calendar Application to Consolidate Many Nonprofit Organizations I am searching for a calendar application that can manage a consolidated calendar for many nonprofit groups. The main web site (for an animal welfare coalition) would display all events for multiple

RE: Calendar Functionality

2009-04-17 Thread Steve LaBadie
Jason, Sorry if I didn't make myself clear. The calendar as written highlights the current date (today's date) only and is linked to the master events calendar for that given week. What I would like to do is have all the dates active and linked to their perspective events. I have attached

Calendar Functionality

2009-04-16 Thread Steve LaBadie
I have a calendar that works properly for what it was designed for. What I would like to do is have each date linked to the appropriate date on our master events calendar. This is the portion of the code that displays the current date and is linked to the week's events on the master calendar

Re: Calendar Functionality

2009-04-16 Thread Jason Fisher
=#urlEncodedFormat(dayview)#strong#ThisDay#/strong/a/font /td cfelse td align=center cfset dayview = dateformat(createdate(year, month, thisday), mm/dd/) font class=calendar#ThisDay#/font /td ~| Adobe® ColdFusion® 8

RE: cfexchange getting tomorrow's schedule from Calendar?

2008-10-31 Thread Dawson, Michael
To: cf-talk Subject: cfexchange getting tomorrow's schedule from Calendar? Has anyone successfully built an app/util that will grab a particular day's schedule from an Exchange Calendar? Would love to set something up where I can email myself tomorrow's schedule from my Outlook Calendar. Anyone

cfexchange getting tomorrow's schedule from Calendar?

2008-10-30 Thread Dan LeGate
Has anyone successfully built an app/util that will grab a particular day's schedule from an Exchange Calendar? Would love to set something up where I can email myself tomorrow's schedule from my Outlook Calendar. Anyone doing anything list this? Thanks! keywords: cfexchangecalendar

CF Calendar Options

2008-09-23 Thread Wurst, Keith D.
I'm looking for some good ColdFusion calendar options. Anyone have any good experiences with pre-constructed modules? Pay or otherwise? Thanks very much for the help. ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: CF Calendar Options

2008-09-23 Thread Steve Moore
Here's one: http://www.steveeray.com/webdesign/calendar.cfm ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive:

RE: CF Calendar Options

2008-09-23 Thread Marius Milosav
Hi Keith, Check out the calendar module (daily, weekly, monthly, dashboard, global calendar and many other options) in the VICO suite. Was released as a dual source open and commercial license. You can get it at: http://vicocrm.riaforge.org If you have any questions please contact me off line

CF calendar code driven by JavaScript

2008-07-18 Thread Dave Phillips
Hi all, Boy, there are tons of calendars out on the web, javascript calendars, coldfusion calendars, etc. What I'm looking for specifically, I haven't found yet, so I thought I'd see if any of you have one or have seen it. I'm looking for coldfusion calendar code that is driven by javascript

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Azadi Saryev
i have used this one: http://www.cflib.org/index.cfm?event=page.udfbyidudfid=1840 (inside a cfdiv and using ColdFusion.navigate() to submit the calendar form to make it not refresh the main page). you can see a customized example here: www.phuchan.com/tour-info.cfm?did=54tid=13#departures or do

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Dave Phillips
i have used this one: http://www.cflib.org/index.cfm?event=page.udfbyidudfid=1840 (inside a cfdiv and using ColdFusion.navigate() to submit the calendar form to make it not refresh the main page). you can see a customized example here: www.phuchan.com/tour-info.cfm?did=54tid=13#departures While

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Azadi Saryev
/ajax_calendar.php hth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Dave Phillips wrote: i have used this one: http://www.cflib.org/index.cfm?event=page.udfbyidudfid=1840 (inside a cfdiv and using ColdFusion.navigate() to submit the calendar form to make it not refresh the main page

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Larry Lyons
IF you're looking for a popup calendar, you may want to have a look at Selene Bainum's Date Select Popup. It is compatible with everything back to CF 5. http://www.webtricks.com/sourcecode/code.cfm?CodeID=5 hth, larry While this is quite cool, and very much like what I'm looking

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Gerald Guido
I use this. It is TIGHT http://www.dynarch.com/projects/calendar/ Mr. Massimo wrote a custom tag for it: http://www.massimocorner.com/ I did too... but work owns it :( ~G~ On Fri, Jul 18, 2008 at 8:44 PM, Larry Lyons [EMAIL PROTECTED] wrote: IF you're looking for a popup calendar, you may

Re: CF calendar code driven by JavaScript

2008-07-18 Thread Aaron Rouse
I use the commercial version of that calendar and wrote a custom tag to work with it and the framework we use at work. It is pretty simple to write a tag for a wrapper around their calendar. On Fri, Jul 18, 2008 at 9:44 PM, Gerald Guido [EMAIL PROTECTED] wrote: I use this. It is TIGHT http

OT: Publishing for google calendar

2008-02-27 Thread Dominic Watson
Has anyone successfully done this? I have tried exporting a calendar from google calendar in xml format, saving that xml file on my server and then 'importing' by url back into google calendar. When I do this the dates entries all dissapear. I have also tried various examples of ical HTML

Re: OT: Publishing for google calendar

2008-02-27 Thread Raymond Camden
Are you looking to _parse_ a google cal? If so, you can try my googe cal project over at riaforge. http://googlecal.riaforge.org On Wed, Feb 27, 2008 at 3:01 PM, Dominic Watson [EMAIL PROTECTED] wrote: Has anyone successfully done this? I have tried exporting a calendar from google calendar

Re: OT: Publishing for google calendar

2008-02-27 Thread Dominic Watson
Other way around ;) What I had in mind was a site that published various calendar feeds to an iCal format that were picked up by a google calendar account. The calendars could then be embedded in the site using google calendar's iframe embedding tool thing to make bugger all work for me! D On 27

Re: Publishing for google calendar

2008-02-27 Thread Josh Nathanson
Dominic - if you might be looking for an alternative to Google calendar, check out my application at http://www.calabunga.com. /shameful plug It does iCal import/export pretty nicely. -- Josh - Original Message - From: Dominic Watson [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: Publishing for google calendar

2008-02-27 Thread Dominic Watson
Thanks for that, will have a looky Dominic On 27/02/2008, Josh Nathanson [EMAIL PROTECTED] wrote: Dominic - if you might be looking for an alternative to Google calendar, check out my application at http://www.calabunga.com. /shameful plug It does iCal import/export pretty nicely

Re: OT: Publishing for google calendar

2008-02-27 Thread Dominic Watson
Had a quick look at your component and it looks tres handy indeed - will have a proper look if I go with any google calendar stuff. I decided to not be lazy and just write a simple custom tag - all I need is a calendar style view of date indexable data; no maintainence of entries, not very hard

RE: designing db tables for calendar events

2008-01-17 Thread Gaulin, Mark
: Wednesday, January 16, 2008 3:10 AM To: CF-Talk Subject: Re: designing db tables for calendar events what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: Ravi My approach

Re: designing db tables for calendar events

2008-01-16 Thread Ravi Shankar
what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: Ravi My approach is following - PatternbaseTable --- Pattern Id-- 0,1,2,3 Pattern

Re: calendar event

2008-01-16 Thread Ravi Shankar
with the same name? I searched google and also the following site http://www.bennadel.com/blog/877-ColdFusion-Calendar-Event-Scripting-Inspired-By-Peter-Bell-.htm This site is really good but doesn't cover the part which I am looking for. My approach is following

calendar event

2008-01-15 Thread Ravi Shankar
Hi , I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings online with recurrence option also. The screen is the same as it comes in the outlook express when we schedule any meeting. It has the following

Re: designing db tables for calendar events

2008-01-15 Thread Azadi Saryev
what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings

designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings online with recurrence option also. The screen is the same as it comes in the outlook express when we schedule any meeting. It has the following fields

Re: designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
I would like your expert help in the same. I am working on a project in which i have to design the web-page for scheduling the meetings online with recurrence option also. The screen is the same as it comes in the outlook express when we schedule any meeting. It has the following

Re: designing db tables for calendar events

2008-01-15 Thread Matt Williams
http://www.bennadel.com/projects/kinky-calendar.htm On Jan 15, 2008 4:10 AM, Azadi Saryev [EMAIL PROTECTED] wrote: what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: I would like your

Re: calendar event

2008-01-15 Thread Sonny Savage
I don't want to sound rude, but it sounds like you want us to do your job for you. You'd probably be better off looking for a web tutorial. On Jan 15, 2008 4:45 AM, Ravi Shankar [EMAIL PROTECTED] wrote: Hi , I would like your expert help in the same. I am working on a project in which i

Re: designing db tables for calendar events

2008-01-15 Thread Ravi Shankar
what are you ideas so far? what design have you come up with on your own? --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Ravi Shankar wrote: Ravi My approach is following - PatternbaseTable --- Pattern Id-- 0,1,2,3 Pattern value --

Re: calendar event

2008-01-15 Thread Cutter (CFRelated)
I would check out the iCal standard. There are several great links on the Sunbird or Lightening project's developer page (Sunbird and Lightening are Mozilla Foundation projects). http://www.mozilla.org/projects/calendar/faq.html#format Steve Cutter Blades Adobe Certified Professional Advanced

RE: calendar event

2008-01-15 Thread Dave Long
You might find this link helpful: http://www.bennadel.com/blog/877-ColdFusion-Calendar-Event-Scripting-Inspire d-By-Peter-Bell-.htm It discusses the How-to of recurring events. What a group! You guys sound like you are terrified of helping a newbie, yet you pass code back and forth between each

Re: calendar event

2008-01-15 Thread Sonny Savage
OK, I feel like an ass now. I'm sorry. From his other thread I see that he had already put in some up-front work. I guess I'm personally annoyed by people who don't do any research or attempts before asking for help. Again, I'm sorry Ravi. Sonny. P.S. Are you related to the musician with the

Re: Calendar

2007-12-20 Thread Richard White
hi thanks very much for these richard ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Re: Calendar

2007-12-20 Thread Cutter (CFRelated)
http://calendar.viviotech.net/ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Rob Parkhill wrote: Richard, http://www.cfkalendar.com/ or http://calendarinfusion.riaforge.org/

Calendar

2007-12-19 Thread Richard White
Hi, i am looking for a dhtml or coldfusion calendar component that works in much the same way as ms outlook calendar, e.g. adding and displaying appointments. just wondering if you guys know of any good ones thanks richard

Re: Calendar

2007-12-19 Thread Charlie Griefer
http://kalendar.riaforge.org/ ? On Dec 19, 2007 10:21 AM, Richard White [EMAIL PROTECTED] wrote: Hi, i am looking for a dhtml or coldfusion calendar component that works in much the same way as ms outlook calendar, e.g. adding and displaying appointments. just wondering if you guys know

Re: Calendar

2007-12-19 Thread Rob Parkhill
Richard, http://www.cfkalendar.com/ or http://calendarinfusion.riaforge.org/ are two that I found. Can't say that I have used either of them, but you can look into them. Rob ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Accessing other peoples Exchange calendar with CF8

2007-11-07 Thread Tom Chiverton
username/password, but with the mailboxname of the other persons calendar ? -- Tom Chiverton Helping to paradigmatically market one-to-one niches on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP

Re: Accessing other peoples Exchange calendar with CF8

2007-11-07 Thread Tom Chiverton
On Tuesday 06 Nov 2007, Dawson, Michael wrote: The following process will let you access individual mailboxes rather than every mailbox (explained briefly at the bottom). Cheers, I'll pass that over to our Exchange guys and see if we can get that option turned on. -- Tom Chiverton Helping to

RE: Accessing other peoples Exchange calendar with CF8

2007-11-07 Thread Dawson, Michael
As you seem to have covered this ground already, can the access given to the admin account be restricted to just 'read calendar' or is it all or nothing ? The way we do it, it's full access to the mailbox. I haven't tried granting access through Outlook, so I'm not sure if it will work. M!ke

Re: Accessing other peoples Exchange calendar with CF8

2007-11-07 Thread Tom Chiverton
On Wednesday 07 Nov 2007, Dawson, Michael wrote: Yes. When I say mailbox, I mean the Exchange mailbox object that contains the following folders: Inbox, Calendar, Contact, Tasks, etc. Cool. As you seem to have covered this ground already, can the access given to the admin account

RE: Accessing other peoples Exchange calendar with CF8

2007-11-07 Thread Dawson, Michael
Oh, just to be clear - 'mailbox' in this context means calendars as well, right ? Yes. When I say mailbox, I mean the Exchange mailbox object that contains the following folders: Inbox, Calendar, Contact, Tasks, etc. What was the CF you used, if I can ask ? Was it basically what I posted

Accessing other peoples Exchange calendar with CF8

2007-11-06 Thread Tom Chiverton
I have delegated read access to other peoples calendars in our Outlook/Exchange system, and can view those other calendars in the Outlook client. I can read my own calendar fine using cfexchangecalendar. How do I read another users calendar ? I would have thought: cfexchangeconnection action

RE: Accessing other peoples Exchange calendar with CF8

2007-11-06 Thread Dawson, Michael
, 2007 4:38 AM To: CF-Talk Subject: Accessing other peoples Exchange calendar with CF8 I have delegated read access to other peoples calendars in our Outlook/Exchange system, and can view those other calendars in the Outlook client. I can read my own calendar fine using cfexchangecalendar. How do

Re: Calendar with Recurring Events

2007-10-28 Thread Scott Pinkston
Ben Nadel has one that does: http://www.bennadel.com/projects/kinky-calendar.htm Can anyone suggest a CF calendar that allows for recurring events? I am working on a project which requires this. The project is Farcry-based but I?m just looking for an example of how to manage the data

Re: Calendar with Recurring Events

2007-10-28 Thread Mike Kear
of the event, it's changed for all occurrances. For example, if they change the details of the listing to show 'Special Christmas meeting, then the listing in the March calendar will also show Special Christmas meeting But i decided that was a lesser evil than creating a whole event record for each date

Re: Calendar with Recurring Events

2007-10-27 Thread mac jordan
On 10/26/07, Charlie Griefer [EMAIL PROTECTED] wrote: On 10/26/07, Jake Churchill [EMAIL PROTECTED] wrote: Can anyone suggest a CF calendar that allows for recurring events? I am working on a project which requires this. The project is Farcry-based but I'm just looking for an example

Calendar with Recurring Events

2007-10-26 Thread Jake Churchill
Can anyone suggest a CF calendar that allows for recurring events? I am working on a project which requires this. The project is Farcry-based but I’m just looking for an example of how to manage the data. Anything will help. Thanks! _ Jake Churchill Team Leader 11204 Davenport, Ste

RE: Calendar with Recurring Events

2007-10-26 Thread Ryan J. Heldt
Hi Jake- A couple years back, I was involved with a project where had to do this exact thing for a client. Here's a few things that might help get you started. The calendar allowed for both recurring and concurring events, although I don't have the ability to do recurring events that span

Re: Calendar with Recurring Events

2007-10-26 Thread Charlie Griefer
On 10/26/07, Jake Churchill [EMAIL PROTECTED] wrote: Can anyone suggest a CF calendar that allows for recurring events? I am working on a project which requires this. The project is Farcry-based but I'm just looking for an example of how to manage the data. Anything will help. http

Re: Calendar with Recurring Events

2007-10-26 Thread Jordan Michaels
The Vivio Calendar does this. You can even add recurring events that happen on out-of-order dates. http://calendar.viviotech.net/ HTH Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ BlueDragon Alliance Member [EMAIL PROTECTED] Jake Churchill wrote: Can anyone

Calendar module

2007-09-26 Thread Andy Matthews
I'm looking for some CF code that will generate a calendar for a specific month. All I'd like to do is to be able to pass in the month/year and have it build a correct display (accounting for leap year and things like that). I don't want it to have javascript or anything like that...I just want

Re: Calendar module

2007-09-26 Thread Charlie Griefer
that will generate a calendar for a specific month. All I'd like to do is to be able to pass in the month/year and have it build a correct display (accounting for leap year and things like that). I don't want it to have javascript or anything like that...I just want a calendar, devoid of any

Re: Calendar module

2007-09-26 Thread Mallory Woods
http://www.drisgill.com/index.cfm/2006/7/17/Simple-ColdFusion-Calendar This should do what you need On 9/26/07, Andy Matthews [EMAIL PROTECTED] wrote: I'm looking for some CF code that will generate a calendar for a specific month. All I'd like to do is to be able to pass in the month/year

RE: Calendar module

2007-09-26 Thread Andy Matthews
Thanks Mallory...this looks like exactly what I need. -Original Message- From: Mallory Woods [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 1:52 PM To: CF-Talk Subject: Re: Calendar module http://www.drisgill.com/index.cfm/2006/7/17/Simple-ColdFusion-Calendar

CFINPUT type=datefield popup calendar underlaps other form fields

2007-09-11 Thread coldfusion . developer
I'm using CFINPUT type=datefield to create a popup calendar and the calendar works fine but is showing up under other form fields and is hard to read. I've tried applying a class with a z-index through CSS and it doesn work. Has anyone ever ran into this? Any Advice? Thanks Dan

Re: CFINPUT type=datefield popup calendar underlaps other form fields

2007-09-11 Thread Andrew Scott
Yes I blogged about it a long time ago, and have reported it as a bug to adobe as well. On 9/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using CFINPUT type=datefield to create a popup calendar and the calendar works fine but is showing up under other form fields and is hard to read

Javascript Calendar Deeley

2007-08-06 Thread robert . rawlins
Chaps, I know that CF has this stuff built in, but I'm not running it in production quite yet and need an old school solution. I need a little date selector calendar for my forms, similar to those for the datefield in the flash forms, only a JS/DHTML version which can be used on a standard form

Re: Javascript Calendar Deeley

2007-08-06 Thread Dinner
in CFEclipse... (freaking AWESOME, BTW! Woot!) On 8/6/07, robert.rawlins wrote: Chaps, I know that CF has this stuff built in, but I'm not running it in production quite yet and need an old school solution. I need a little date selector calendar for my forms, similar to those for the datefield

Re: Consuming web service returns Gregorian Calendar date

2007-07-27 Thread Paul Hastings
james carberry wrote: I am trying to consume a web service that was authored in .NET from my CF7 app... it returns several items in an array. I can read the text (strings) just fine, but the dates are coming back as Gregorian Calendar java objects. How in the world do I get that back

Consuming web service returns Gregorian Calendar date

2007-07-26 Thread james carberry
I am trying to consume a web service that was authored in .NET from my CF7 app... it returns several items in an array. I can read the text (strings) just fine, but the dates are coming back as Gregorian Calendar java objects. How in the world do I get that back into a date CF can understand

Consuming web service returns Gregorian Calendar date

2007-07-26 Thread james carberry
I am trying to consume a web service that was authored in .NET from my CF7 app... it returns several items in an array. I can read the text (strings) just fine, but the dates are coming back as Gregorian Calendar java objects. How in the world do I get that back into a date CF can understand

Re: Adding events to outlook calendar

2007-07-20 Thread Tom Chiverton
On Thursday 19 Jul 2007, [EMAIL PROTECTED] wrote: Any CF custom tags available that will create events inside individual outlook calendars? Or a nice example of how this can be done? You could build and email the user a VCAL file. This has the grand advantage that it doesn't tie you to a

CF Calendar like Display Function

2007-07-20 Thread Robert Harrison
Unfortunately, CFCALENDAR is used for input fields. Does anyone know of a display side CFCALENDAR type function that's available for display, like to build a graphical event calendar? Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100

RE: CF Calendar like Display Function

2007-07-20 Thread Ben Nadel
Here's some stuff I put together a while back: Simple calendar display: http://www.bennadel.com/index.cfm?dax=blog:663.view Modified Detroit Schedule: http://www.bennadel.com/index.cfm?dax=blog:820.view .. Ben Nadel Certified Advanced ColdFusion MX7 Developer

RE: CF Calendar like Display Function

2007-07-20 Thread Robert Harrison
be . -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 11:48 AM To: CF-Talk Subject: RE: CF Calendar like Display Function Here's some stuff I put together a while back: Simple calendar display: http://www.bennadel.com/index.cfm?dax=blog:663.view

Re: CF Calendar like Display Function

2007-07-20 Thread Charlie Griefer
http://kalendar.riaforge.org/ On 7/20/07, Ben Nadel [EMAIL PROTECTED] wrote: Here's some stuff I put together a while back: Simple calendar display: http://www.bennadel.com/index.cfm?dax=blog:663.view Modified Detroit Schedule: http://www.bennadel.com/index.cfm?dax=blog:820.view

Adding events to outlook calendar

2007-07-19 Thread Bosky, Dave
We've got a course registration page that I want to integrate with outlook calendars. Any CF custom tags available that will create events inside individual outlook calendars? Or a nice example of how this can be done? Thanks, Dave Bosky | Information Services | HTC | direct: 843-369-8613 |

Re: Adding events to outlook calendar

2007-07-19 Thread jeff
Your best bet is to wait for the release of ColdFusion 8. There is a ton of built in Exchange functionality baked right in. -- Jeff Garza -Original Message- From: Bosky, Dave [EMAIL PROTECTED] Subj: Adding events to outlook calendar Date: Thu Jul 19, 2007 10:13 am Size: 1K

RE: Adding events to outlook calendar

2007-07-19 Thread Brad Wood
events to outlook calendar We've got a course registration page that I want to integrate with outlook calendars. Any CF custom tags available that will create events inside individual outlook calendars? Or a nice example of how this can be done? Thanks, Dave Bosky | Information Services | HTC

Re: Adding events to outlook calendar

2007-07-19 Thread Phillip M. Vector
Not everyone is going to be willing to upgrade to CF8. I'd be interested in this as well, but my site is stuck on a place that does cf7 only. [EMAIL PROTECTED] wrote: Your best bet is to wait for the release of ColdFusion 8. There is a ton of built in Exchange functionality baked right

Re: Adding events to outlook calendar

2007-07-19 Thread Aaron Rouse
- From: Bosky, Dave [EMAIL PROTECTED] Subj: Adding events to outlook calendar Date: Thu Jul 19, 2007 10:13 am Size: 1K To: CF-Talk cf-talk@houseoffusion.com We've got a course registration page that I want to integrate with outlook calendars. Any CF custom tags available that will create

RE: Adding events to outlook calendar

2007-07-19 Thread Billy Cox
to outlook calendar Wait for CF8. It's all built into cfexchange According to the Forta presentation at my user group, Scorpio will let you do ANYTHING Outlook does. ~Brad -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 12:12 PM To: CF-Talk

RE: Adding events to outlook calendar

2007-07-19 Thread Rob O'Brien
this. Hope that helps. Rob -Original Message- From: Bosky, Dave Sent: Thursday, July 19, 2007 12:12 PM To: CF-Talk Subject: Adding events to outlook calendar We've got a course registration page that I want to integrate with outlook calendars. Any CF custom tags available

Re: Adding events to outlook calendar

2007-07-19 Thread Ian Skinner
I'm sorry, but I do not have the URL anymore, but I remember reading a blog that gave an example of how to do this with current versions of CF. Google should turn it up. I here that CF8 will support this natively if that is an option for you to explore.

Re: Adding events to outlook calendar

2007-07-19 Thread Oğuz Demirkapı
Take a look ... http://www.numtopia.com/terry/code_exchange_item_creator.cfm Ian Skinner wrote: I'm sorry, but I do not have the URL anymore, but I remember reading a blog that gave an example of how to do this with current versions of CF. Google should turn it up. I here that CF8 will

  1   2   3   4   5   6   7   >