WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-09-2006, 04:32 AM
pagetta's Avatar
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 505
pagetta RepRank 2
Default availability calendar

Hi I am making a website for a spanish villa and the owner wants a calendar on the site where he can update available dates on a weekly basis. Can anyone suggest anything? (free!) I've never done anything like this before but it needs to be fairly simple as I'm doing this site as a favour don't really want to spend hours poring over it, plus needs to be easy to update as he's not very computer friendly!
Thanks
Reply With Quote
  #2 (permalink)  
Old 11-09-2006, 05:54 AM
sands's Avatar
WebProWorld Veteran
 

Join Date: Sep 2005
Location: Kerala, India
Posts: 397
sands RepRank 1
Default

Check out: http://php.resourceindex.com/Complet...pts/Calendars/
Might find something there. Also most are free.
__________________
My Nook | My Biz | My Photos
Reply With Quote
  #3 (permalink)  
Old 11-09-2006, 09:57 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,066
kgun RepRank 3kgun RepRank 3
Default

Quote:
Originally Posted by sands
Check out: http://php.resourceindex.com/Complet...pts/Calendars/
Might find something there. Also most are free.
That resource should be good enough.

Only to reccomend, I adviced you to buy the three sitepoint books. If you did that and downloaded the code archieves some time ago there are an error in the calendar classes that you should be aware of. But if you download the last version of the library, that is available if you bought the books, the errors are fixed.

Here are the link explaining the error:

Harry Fuecks Calender code gives an error

If you bought those books, it is important to follow Yank's and Fuecks threads on the forum and look for updates of the code archives.

Here, PHP ANTHOLOGY Book 2 -> Chapter 2 : Access Control 6.php is another important thread where you find both Fucks and Yanks nick. That thread explains how the SPLIB librarys are updated to fit to updated versions of PEAR.

That is a very important service. I used the original code library and got problems. Once I downloaded the updated SPLIB library, the problems were fixed. You always have those problems with updates.

One advantage of following Fuecks threads, is that I think that he updates himself on the developement of PHP. That is very important. Look at some related threads (e.g. the last session thread in this forum) and you know why.

If you did not buy the books and do not use the code archive, ignore my post.
Reply With Quote
  #4 (permalink)  
Old 11-09-2006, 06:38 PM
DrTandem1's Avatar
WebProWorld 1,000+ Club
 

Join Date: Oct 2003
Location: Encinitas, CA
Posts: 1,908
DrTandem1 RepRank 2
Default

Yes, there are a lot of these on the internet. Best of all, the client can weasily maintain them. Here's one I used for a client:

http://www.availcheck.com/

They seem to like it.
__________________
DrTandem's San Diego Web Page Design, drtandem.com
Reply With Quote
  #5 (permalink)  
Old 11-09-2006, 06:47 PM
WebProWorld Member
 

Join Date: Jun 2004
Location: NY
Posts: 31
tcustomgolf RepRank 0
Default

pagetta

I use VCalendar. Did not see it on the link suggested above. It runs under PHP/SQL, etc. Did some research and it seems to be flexible enough for my use, pretty easy to implement and have users keep up to date.

I have it running for personal matters. If you would like to see it in action, shoot me a note!

Located on sourceforge here:
https://sourceforge.net/projects/virtualcalendar
__________________
Custom Golf Clubs and Repairs at: www.tcustomgolf.com
A GCA Accredited Clubmaker
Reply With Quote
  #6 (permalink)  
Old 11-09-2006, 07:01 PM
WebProWorld Member
 

Join Date: Sep 2005
Posts: 27
DCnotPC RepRank 0
Default Calendar for web site can be real easy!

Hey... something that I can answer! I have an even easier answer, but it makes me worry if maybe I'm cheating!
I use Yahoo calendars for my band booster site and radio station calendar of events. You need to create a group on Yahoo and then link from your web site to the calendar.
Examples are at www.wfnt.com and http://dragonband.cheapsalsa.com

Hope that helps! It has worked great for me. It is easy to teach people how to update the calendar on their own.

Good luck!
Dave
__________________
Purveyor of business ideas, marketer, writer, eBayer and Optimist.
Visit www.cheapsalsa.com for knowledge of the ancients! Oh, yeah, Sci Fi fan also… Really, if you love fresh salsa, but don’t want a hassle, let me show you the way!
Reply With Quote
  #7 (permalink)  
Old 11-09-2006, 07:46 PM
WebProWorld New Member
 

Join Date: Sep 2006
Location: Texas
Posts: 19
Hal in Texas RepRank 0
Default An attractive calendar that is very easy to install and use.

I have used dozens of Powell-Graphics.com availability calendars over the years and was very happy with them. They are the most attractive calendars that I have ever found and they are the easiest to install.

They design a calendar page that matches your web site and host the page. All you have to do is put a link to the calendar web page on your site to get it installed. You can easily add it in less than 5 minutes. No special code to worry about.

Their calendars are not free though. They charge $20 per year, but is worth every penny. Your client will be very pleased with the appearance and ease of use.
Reply With Quote
  #8 (permalink)  
Old 11-09-2006, 08:40 PM
holmpage's Avatar
WebProWorld Member
 

Join Date: Apr 2004
Location: Nova Scotia
Posts: 29
holmpage RepRank 1
Default

For an off-site calendar, check out www.rentors.org. It's available to those who list their rental homes on several of the biggest vacation rental sites - from which my clients in that business get most of their traffic. Super simple and free.
__________________
Heather Holm
Web Design: www.holmpage.com
Nova Scotia: www.NovaScotiaPhotoAlbum.com
Reply With Quote
  #9 (permalink)  
Old 11-10-2006, 12:07 AM
WebProWorld Member
 

Join Date: Dec 2005
Location: San Diego/Ireland
Posts: 38
jimkelly7777 RepRank 0
Default

Hello Pagetta, I hope you are well. You would probably want to use JavaScript, as the most of the others suggest.

Here's a link that may be helpful to you, lass.

http://www.bigwebmaster.com/JavaScri...ams/Calendars/
__________________
Jim Kelly
tourclare.com
Reply With Quote
  #10 (permalink)  
Old 11-10-2006, 12:25 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,066
kgun RepRank 3kgun RepRank 3
Default

The two first answers suggest PHP.

Personal advice:
  • Minimize the use of client side scripts, since they are dependent on the users browser.
  • Especially when it comes to authentication systems.
Reply With Quote
  #11 (permalink)  
Old 11-10-2006, 01:20 AM
WebProWorld Member
 

Join Date: Feb 2005
Location: Albuquerque, NM
Posts: 32
wpriley RepRank 0
Default Free and easy hosted solution

As suggested above, I use www.rentors.org on several sites. Unlike many of the above suggestions, this calendar is designed only to show the property as available or booked. Easy to understand and easy for non-sophisticated clients to maintain.
__________________
Pat Riley
Reply With Quote
  #12 (permalink)  
Old 11-10-2006, 02:05 AM
dharrison's Avatar
Moderator
WebProWorld Moderator
 

Join Date: May 2005
Location: Essex, UK
Posts: 1,421
dharrison RepRank 3dharrison RepRank 3
Default

Hi Pagetta

As Dr Tandem said, Availcheck ( http://www.availcheck.com ) is a handy free calendar and is also very user-friendly, so your customer can update the calendar themselves.

My customer at http://www.villatorentflorida.com/index.shtml has a working example available at http://www.availcheck.com/cgi-bin/ca...&showyear=2006

Hope this helps.
__________________
Deb Harrison
DVH Design
Essex Web Design | Web Design Blog
Reply With Quote
  #13 (permalink)  
Old 11-10-2006, 02:29 AM
WebProWorld New Member
 

Join Date: Nov 2005
Location: Copenhagen
Posts: 1
janskov RepRank 0
Default

I have used rentcalendar.com for two years now.
Easy to maintain and integrate and free.
Reply With Quote
  #14 (permalink)  
Old 11-10-2006, 08:13 AM
WebProWorld Pro
 

Join Date: Nov 2004
Location: Westmoreland County, PA
Posts: 199
noel_x99 RepRank 0
Default

Google has a tool allowing you to share your calendar. They even lead you throught making the HTML so you can put it on your page.
__________________
Jane Noel
http://www.InWestmoreland.com
Westmoreland County PA's Business Directory
Reply With Quote
  #15 (permalink)  
Old 11-10-2006, 11:18 AM
WebProWorld Member
 

Join Date: Jul 2003
Location: Susquehanna, PA
Posts: 33
Clay Martin RepRank 0
Default

We have used Webcalendar for a number of clients. http://www.k5n.us/index.php It is easy to do basic customization (colors etc.) without touching the php code and fairly easy to do more extensive customizations by changing the php code or templates.

HTH,
Clay
__________________
Martin Works Inc.
www.martinworks.com
Software services for MVS, UNIX, Windows
and the Web, and makers of EZRTools
www.ezrtools.com
Reply With Quote
  #16 (permalink)  
Old 11-15-2006, 05:01 PM
pagetta's Avatar
WebProWorld Veteran
 

Join Date: Nov 2004
Location: UK
Posts: 505
pagetta RepRank 2
Default

Hey
thanks for your responses - At the moment it looks like availcheck may be a winner it is so easy thank you!
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0