The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Putting a Calendar on a Web Site
raymacsor
post Aug 31 2006, 01:59 AM
Post #1


Novice
**

Group: Members
Posts: 27
Joined: 29-August 06
Member No.: 31



How to put calendar on my site?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 31 2006, 02:28 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Hi! smile.gif

You can find ready-made scripts at for instance http://hotscripts.com . PHP calendars are here http://hotscripts.com/PHP/Scripts_and_Programs/Calendars/ . If you can't run your own scripts, look under Remotely Hosted.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
raymacsor
post Aug 31 2006, 02:47 AM
Post #3


Novice
**

Group: Members
Posts: 27
Joined: 29-August 06
Member No.: 31



pandy i juz want a simple calendar.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Aug 31 2006, 10:29 AM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



You can create a calendar by hand with a table:
HTML
<table>
<tr><th colspan="7">September 2006</th></tr>
<tr>
<th>Sun</th> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th>
</tr>
<tr>
<td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td>1</td> <td>2</td>
</tr>
<!-- etc. -->
</table>
But if you want to be able to add/edit/delete entries automatically, you'll need a program running on your web server.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
jimlongo
post Aug 31 2006, 10:46 AM
Post #5


This is My Life
*******

Group: Members
Posts: 1,128
Joined: 24-August 06
From: t-dot
Member No.: 16



QUOTE(raymacsor @ Aug 31 2006, 03:47 AM) *

pandy i juz want a simple calendar.


You could also create a graphic calendar in a graphicEditing or wordprocessing program and then put that on the web as an image . . . like this page. That may run counter to many accessability guidlelines, but it works for some people.

But a dynamic calendar that people can add things to is not going to be as simple as providing some code. Having said that, more and more hosting companies supply one-click installations of programs like that. Check with your provider.

This post has been edited by jimlongo: Aug 31 2006, 10:48 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
raymacsor
post Aug 31 2006, 05:48 PM
Post #6


Novice
**

Group: Members
Posts: 27
Joined: 29-August 06
Member No.: 31



ok
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Anthony
post Sep 12 2006, 01:32 PM
Post #7





Group: Members
Posts: 3
Joined: 12-September 06
Member No.: 114



I bought some software that makes it very easy to add a calendar to your site and it uses flash... just copy and paste the coding into your your webpage, I then manipulate it using a visual editor to the position where I want my calendar, then upload 3 files to the server... for a sample of what mine looks like..

http://lunevalley.no-ip.co.uk

If you want to know more feel free to pm me...
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
bekcham
post Sep 22 2006, 04:50 AM
Post #8





Group: Members
Posts: 1
Joined: 22-September 06
Member No.: 199



QUOTE(pandy @ Aug 31 2006, 02:28 AM) *

Hi! smile.gif

You can find ready-made scripts at for instance http://hotscripts.com . PHP calendars are here http://hotscripts.com/PHP/Scripts_and_Programs/Calendars/ . If you can't run your own scripts, look under Remotely Hosted.


Also i found another Free and Paid Scripts Directory and Resource Respository http://www.scriptsbible.com

I hope it will help smile.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Sep 22 2006, 12:18 PM
Post #9


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



And there are more calendar programs listed here:
http://cgi.resourceindex.com/Programs_and_...Perl/Calendars/
http://php.resourceindex.com/Complete_Scripts/Calendars/
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 11:48 AM