472,119 Members | 1,583 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

asp calendar component

Hi...

I am writing an ASP site for a small residential center, and need to be able
to make bookings. Can anyone recommend an ASP component that will provide a
good calendar interface so that a user can see which dates are available and
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh
Jul 19 '05 #1
8 2792
Jon
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,
but it'd be a good starting point if nothing else

Jon
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

I am writing an ASP site for a small residential center, and need to be able to make bookings. Can anyone recommend an ASP component that will provide a good calendar interface so that a user can see which dates are available and select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #2
There are some things I don't like about the way its coded, but take a look
at aspWebCalendar. http://www.fullrevolution.com/calendar_overview.asp
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

I am writing an ASP site for a small residential center, and need to be able to make bookings. Can anyone recommend an ASP component that will provide a good calendar interface so that a user can see which dates are available and select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #3
On Wed, 31 Dec 2003 11:18:07 +0000 (UTC), "Jon"
<jon@SPAM_OFFtheexperts.co.uk> wrote:
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,
but it'd be a good starting point if nothing else
What issues? I run a modified version of that script at
http://www.naplescityevents.com/ and have re-written my version into a
cleaner version that doesn't rely on the JavaScript navigation and
splits the admin version out so the display version can't be modified.
Curt's also pretty good about answering questions when he gets the
time, but he started a new job that I understand is keeping him pretty
busy.

Jeff
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

I am writing an ASP site for a small residential center, and need to be

able
to make bookings. Can anyone recommend an ASP component that will provide

a
good calendar interface so that a user can see which dates are available

and
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh


Jul 19 '05 #4
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but not
certain.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 11:18:07 +0000 (UTC), "Jon"
<jon@SPAM_OFFtheexperts.co.uk> wrote:
http://www.darkfalz.com/Scripts_Details.aspx?pstID=1050

There is an issue with it on my PC, I'm awaiting an reply from the author,but it'd be a good starting point if nothing else


What issues? I run a modified version of that script at
http://www.naplescityevents.com/ and have re-written my version into a
cleaner version that doesn't rely on the JavaScript navigation and
splits the admin version out so the display version can't be modified.
Curt's also pretty good about answering questions when he gets the
time, but he started a new job that I understand is keeping him pretty
busy.

Jeff
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

I am writing an ASP site for a small residential center, and need to be

able
to make bookings. Can anyone recommend an ASP component that will
providea
good calendar interface so that a user can see which dates are
availableand
select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #5
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but not
certain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff
Jul 19 '05 #6
I sent him the fix and will be posting the "UK" version on my site along
with the "US" version and the "Cochran" version that you gave me. Should be
up soon.

Basically thought the weekday() function had to have the Day and Month
values flip-flopped... Eventually I may fix it to be the same in all formats
but for now that will have to do I guess.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but notcertain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff

Jul 19 '05 #7
thanks every one

hugh
"hugh Welford" <hu**********@btinternet.com> wrote in message
news:Or**************@TK2MSFTNGP11.phx.gbl...
Hi...

I am writing an ASP site for a small residential center, and need to be able to make bookings. Can anyone recommend an ASP component that will provide a good calendar interface so that a user can see which dates are available and select free dates to make a booking.

Alternatively, is there another way of doing it?

Thanks Hugh

Jul 19 '05 #8
I made those changes and Australian version works well, also integrated into
sql2k.
Thanks again Jeff

Regards
Don Grover

"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3f****************@msnews.microsoft.com...
On Wed, 31 Dec 2003 08:25:22 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
I'm currently working with Jon on this to see what the issue might be.

I'm thinking maybe it's the Date Format (d/m/y) instead of (m/d/y) but notcertain.


Danged furiners... :)

I sent my version to a guy in Australia who modified it for the date
changes, and that shouldn't be a major change. Hope it works out.

Jeff

Jul 19 '05 #9

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by David Sobey | last post: by
2 posts views Thread by angus | last post: by
reply views Thread by maxrawson | last post: by
2 posts views Thread by Caesar Augustus | last post: by
reply views Thread by Fermigier Stefane | last post: by
2 posts views Thread by Brenden Bixler | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.