www.thefoxcovert.com

post released sites here made with phpwcms
Post Reply
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

www.thefoxcovert.com

Post by 360fusion »

HI,

I have just created this site for a pub/restaurant near Yarm in the North East of England.

http://www.thefoxcovert.com

I've incorporated the Simple Viewer Flash gallery and created the virtual tour myself. I also embedded the map with google API.

The website passes accessability guidlines and is created using custom css templates.

any feed back appreciated.

Thanks
Ben
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Hi, I think is fine and like colour scheme I would sugest an intro/splash page maybe you can use index.html for it. Some server look for the .html extension first.
POR :D TUGAL
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Hi 360fusion,

i like this page very much. The virtual tour is just
great. The site "jumps" on firefox. As you know
you can just add a "height: 101%;" to the body
tag in the frontend.css

Congratulations

Lars
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Post by ff123 »

Congratulations. Very nice website. It very well presents the typical british atmosphere (although I've never been in the UK).

But some critics. Perhaps you could style the images with css instead of current border, saves time maybe. The google map could use a border too, it's a bit sparing now. The background is empty white now, it could use some darker gradient or something. Maybe have a look at cssbeauty.com and see how they do that. The content margins are to small, maybe have larger margin between content and border.

But all together, good job!
-- Vuurvos --
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Post by 360fusion »

Hi,

Thanks for your comments. I have made a few changes to the site. I fixed the scroll bar issue with firefox but for some reason "height: 101%;" didn't work so i use this bit of code in the body tag "overflow: -moz-scrollbars-vertical;"

I darkend the backround a bit and made a change to the outter fade.

I also added more padding around the content. I have had problems with the images on the home page. i couldn't get them to display 10px either side with padding or margins so have left them with 10px left ad 5px right.

I also found out a bit more about css while making these changes so thanks again to you guys. And also a big thanks to OG for creating such a great system.

Always learning.

Ben
sp1r
Posts: 25
Joined: Thu 21. Sep 2006, 13:20

Post by sp1r »

The Virtual tour looks very nice! Did you write that one yourself or is it a kind of program?
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Post by 360fusion »

Hi,

I use ptgui to stitch the images together and then create the tour using easypano's tourweaver.

Ben
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

S-o-o-o -=NICE=- that I'm helping you "strive" for perfection :lol: :

http://www.thefoxcovert.com/find_us.phtml
line 47 column 126 - Warning: <iframe> attribute "align" has invalid value "top"

Code: Select all

<iframe name="iframe" align="top" src="googlemap.htm" frameborder="0" width="535" height="300"></iframe>
http://www.thefoxcovert.com/gallery.phtml
line 47 column 72 - Warning: <iframe> attribute "align" has invalid value "top"

Code: Select all

<iframe name="iframe" align="top" src="gallery" frameborder="0" width="535" height="330"></iframe>
http://www.thefoxcovert.com/virtual_tour.phtml
line 37 column 47 - Warning: <iframe> attribute "align" has invalid value "top"

Code: Select all

<iframe name="iframe" align="top" src="tour/Tourviewer_fox_covert.html" frameborder="0" width="750" height="380"></iframe>
http://www.thefoxcovert.com/tour/Tourvi ... overt.html
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Post by 360fusion »

Hi DeXXus,

Thanks for checking my site but what did you use to find these errors?

I Use:

http://jigsaw.w3.org/css-validator/
http://validator.w3.org/

But these pages pass validation with these links. (except Tourviewer_fox_covert.html) Am i missing something?

Ben
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

My Firefox error plugins (in addition to the inbuilt) are Firebug and Console2 (Console 'squared')

Maybe it is referring to this I dunno:

http://www.w3schools.com/tags/tag_iframe.asp

<iframe> attribute align is only valid on Transitional and Frameset DTD
Differences Between HTML and XHTML NONE


The errors above regarding invalid value "top" are sourced from pages that have Strict DTD or no !DOCTYPE...

for example (with Strict !DOCTYPE):

http://www.thefoxcovert.com/googlemap.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

and, of course (with no !DOCTYPE):

http://www.thefoxcovert.com/gallery/
http://www.thefoxcovert.com/tour/Tourvi ... overt.html

JUST GUESSING as to why they came up! :wink:
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Post by 360fusion »

Thanks DeXXus

I got rid of the align="top" as it didn't do anything anyway. I have added the firefox plugins and will use them in the future.

Ben
Post Reply