Click to See Complete Forum and Search --> : Newbie needs a calendar for my website.


Binow
09-09-2004, 09:55 PM
I am making a website for our clan in Lineage 2. I want to have a calendar so everyone can keep track of the planned hunts and other events. Is there a good place to read about these? The calendar can look similar to what the windows calendar is. I would like it to have the option to display a little bit of text under it maybe. For example. I click on a date on the calendar and below it the information for that date pops up. Is there something like this? The easier the better as I am still learning how to make the page and all. TIA

Binow
09-09-2004, 10:08 PM
Something like this is what im looking for I guess. http://www.softcomplex.com/products/tigra_calendar_pro/demo/onpage.html
I'd like something like that but where the browser could click a date and text would come up with event information. Is there something out there that is free and not overly involved in so that I may understand it?

buntine
09-10-2004, 12:38 AM
I created this for a few Government Organizations last year.

http://www.buntinedesign.com.au/calendar/calendar.asp

Its got a full admin, etc. I can give you the source code if you like.

Regards,
Andrew Buntine.

Paul Jr
09-10-2004, 12:42 AM
Originally posted by buntine
I created this for a few Government Organizations last year.
Ah ha! I knew you were a spook! :p

Trance
09-10-2004, 12:56 AM
erm moderator...can u kinda teach me how to create a calendar??
erm....example wat is needed and thing like tat.

Binow
09-10-2004, 01:03 AM
Originally posted by buntine
I created this for a few Government Organizations last year.

http://www.buntinedesign.com.au/calendar/calendar.asp

Its got a full admin, etc. I can give you the source code if you like.

Regards,
Andrew Buntine.

Looks good. If you dont mind can you send it to me. The other one that I linked above lookes nice and all but I cannot even get it installed :confused: you can send it to my gmail account which is "binows"

buntine
09-10-2004, 01:04 AM
Well, I found it quite a challenge - but thats a good thing. ;)

Its important that you understand how computers (and your language of choice) deals with dates and times. You will need a working knowledge of programming concepts to do this correctly, as it can be quite a large application in terms of Web-Based software.

The main idea bahind it is to default to the current server time and genreate a one-month calendar (between 28 and 31 squares, depending on the month) and draw them to the screen by using program statement iteration (such as a While Loop). If the user decides to move to another month, you pass the selected month to the server and kind of 'trick' it into displaying the selected month on the screen.

I can send you the source code, too. Though, its quite large and may be of minimal use if your not familiar with Active Server Pages (ASP)

Regards,
Andrew Buntine.

Binow
09-10-2004, 01:07 AM
Originally posted by buntine
Well, I found it quite a challenge - but thats a good thing. ;)

Its important that you understand how computers (and your language of choice) deals with dates and times. You will need a working knowledge of programming concepts to do this correctly, as it can be quite a large application in terms of Web-Based software.

The main idea bahind it is to default to the current server time and genreate a one-month calendar (between 28 and 31 squares, depending on the month) and draw them to the screen by using program statement iteration (such as a While Loop). If the user decides to move to another month, you pass the selected month to the server and kind of 'trick' it into displaying the selected month on the screen.

I can send you the source code, too. Though, its quite large and may be of minimal use if your not familiar with Active Server Pages (ASP)

Regards,
Andrew Buntine.

Lol, I only speak english man, I have no clue what you are talking about ;). I'll keep playing around with this one I guess and search google some more if I cannot get this other one to work. Thanks for the offer though.

buntine
09-10-2004, 01:07 AM
Looks good. If you dont mind can you send it to me. The other one that I linked above lookes nice and all but I cannot even get it installed you can send it to my gmail account which is "binows"

I cant send it just now (College server is to strict to let me into FTP at the moment :mad: ), though, I will send you a copy tonight when I get home.

Regards.

davidbrent
09-11-2004, 06:31 AM
that's a nice calender.