www.watershedcabins.com - luxury log cabin rentals

post released sites here made with phpwcms
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

www.watershedcabins.com - luxury log cabin rentals

Post by Ben »

We just went live for a luxury log cabin rental company in North Carolina, US. The website is http://www.watershedcabins.com
Last edited by Ben on Wed 4. Jan 2006, 17:07, edited 2 times in total.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

extremly nice. i am deep impressed.

cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

how did you do the reservation thing? with ionrock calendar or a different solution?

cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Thanks for the complements, rushclub. The 'calendar of rates' is simply an html table - no system used for it. The 'cabin rates' is pulling the data from external pages in phpwcms. For instance, the first row of rates on this page http://www.watershedcabins.com/reservations.phtml is also being referenced on this page http://www.watershedcabins.com/dream_catcher.phtml. They both [include] this page http://www.watershedcabins.com/index.ph ... 54,0,0,1,0. That way, my client only has to update the cabin rates once and it cascades to the corresponding cabin detail pages as well as the master rate sheet.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Hello :D

Thanks Ben, I just wondered how you did rewriting only parts of the site ... no new mod 8)

Jürgen
kubens
Posts: 168
Joined: Sat 6. Nov 2004, 15:29
Location: Duesseldorf near Cologne ;-)

Post by kubens »

Hi Ben,

this site looks very nice. One of main reasons therefore is the perfect integration of wonderful images ;-) Durring my last project I was confrontated with similar requirements. One of the main problems was to give the customer an easy solution to update season tables and price tables. Therefore I integrated an Excel interface which enables the customer to update these information by an simple Excel upload which was realized with the Excel Parser.

BR
Wolfgang
hokah
Posts: 20
Joined: Wed 23. Nov 2005, 22:11

Post by hokah »

Hi,
your site is really grat.
I wonder if you have done and how if so, forms for adding new cabins.
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

@DF6IH - No modding on the re-write. Basically, each page has a series of numbers that will reference it in addition to an alias, if one is assigned to the page.

@kubens - Glad you like the integration of photos. Sounds like you found an interesting solution with the Excel Parser. Maybe you should post what you did in "Hacks & Enhancements"

@hokah - Thanks for the complement! The 'cabin-detail' template contains 9 custom template areas:
THUMBNAIL, SUMMARY and ICONS - These three are in the top section PRICING and HIGHLIGHTS - These go on the 'overview' tab
PHOTOS_EXTERIOR - Goes on the exterior tab
PHOTOS_INTERIOR - Goes on the interior tab
DETAILS_LEFT and DETAILS_RIGHT - The 2 columns on the details tab
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

Ben
great site
did you use a table for this page??
http://www.watershedcabins.com./cabins.phtml
how do you update it?

TriP
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

Yes, trip - it's a standard html table, so you can easily update it in the built in wysiwyg editors. I used the script from the following page to turn the table into a javascript sortable array - http://www.kryogenix.org/code/browser/sorttable/
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

thanks Ben
looks like an interesting priece of code
thanks
TriP
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Very impressive work and design Ben :wink:
Very talented Ben 8)
Keep it up !!!

Cheers,
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
hokah
Posts: 20
Joined: Wed 23. Nov 2005, 22:11

Post by hokah »

Ben, could you please tell me how could i make such template ??
Im doing similar rentals for my sister, she wants to rent homes on sicily for hollidays and she was amazed about your's cabins listings.

regards
Peter
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post by 1996 328ti »

You make it look so simple.
So nicely done.
fellchen
Posts: 158
Joined: Thu 21. Jul 2005, 15:48
Location: Wesel a. Rhein, Germany
Contact:

Post by fellchen »

Hi Ben,

I miss something ... meta tags!?

Code: Select all

<meta name="author" content="...">
<meta name="robots" content="index, follow">  or use noindex, nofollow
<meta name="copyright" content="...">
<meta name="keywords" content="...">
<meta name="description" content="...">
keywords and description tag:
Keywords could you setup in article creation process and the description could you setup in page creation process. Individual for every page. :wink:

DC META Tags: http://dublincore.org

In the source:

Code: Select all

<meta name="generator" content="phpwcms v1.2.3-DEV">
You need an update!?

Marko
You should not take life too seriously,
or you will not even get out of it alive!
Post Reply