Help - Search - Members - Calendar
Full Version: Putting a Calendar on a Web Site
HTMLHelp Forums > Web Authoring > Web Site Functionality
raymacsor
How to put calendar on my site?
pandy
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.
raymacsor
pandy i juz want a simple calendar.
Darin McGrew
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.
jimlongo
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.
raymacsor
ok
Anthony
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...
bekcham
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
Darin McGrew
And there are more calendar programs listed here:
http://cgi.resourceindex.com/Programs_and_...Perl/Calendars/
http://php.resourceindex.com/Complete_Scripts/Calendars/
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.