Bradford Arms Hotel

This is a discussion on "Bradford Arms Hotel" within the Free Web Site Critique section. This forum, and the thread "Bradford Arms Hotel are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Free Web Site Critique

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 8th, 2007, 15:08
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Bradford Arms Hotel

Info
Bradford Arms Hotel
Thumbnails by Thumbshots.de
Technology: Static HTML
Upgrade to a SuperMember Account!
Good Afternoon All,

As I have learnt more I have done a lot of changes to this site.

The site orginally was my first attempt and envolved alot of scrolling, I have made it lot smaller.

I would like any improvements comments.

Generally any comments good/bad will be helpful, as we all have a learning curve and I am still on mine.

(!the logo in the bottom right friendsworld isnt up and working at the mo!)

Cheers
Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 8th, 2007, 15:10
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bradford Arms Hotel

Just had a look at the Validate HTML, didnt realise it had errors will correct tonight.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 8th, 2007, 15:34
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bradford Arms Hotel

It's not bad but I have to be honest here ... I'm not really sure what it looked like before so I can' comment on the improvements but ... what I'm seeing now I don't really like. I feel like it's a site that was done in the 90s

Some inspiration might help - restaurant sites from css mania
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 8th, 2007, 15:42
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: Bradford Arms Hotel

The green is hideous to be honest.

This page,
HTML: Select all
We offer two non smoking areas in which to enjoy our   excellent home cooked cuisine.&nbsp; <br>
<br>
The conservatory is spacious and offers a   relaxed atmosphere.&nbsp; <br>
<br>
The restaurant is more formal and ideal for private   parties.<br>
<br>
We use only the finest local produce to ensure that we   serve first class meals.&nbsp; <br>
<br>
Come and enjoy a light lunch, 3 course evening meal or   a traditional Sunday lunch.

This would be more semantic in an unordered list (<ul>).
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 8th, 2007, 15:54
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bradford Arms Hotel

Quick replys,

honesty is the best policy.

Will look into changing it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 8th, 2007, 16:20
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bradford Arms Hotel

Also ... you don't need the JS for the nav. Simple CSS could achieve the same result.

HTML: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-CA" xml:lang="EN-CA">

<head>
    <title>Some title</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
    <style type="text/css">
    #topmenu {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    #topmenu ul {
        list-style: none;
        display: inline;
    }

    #topmenu ul li {
        float: left;
        position: relative;
        margin-right: 5px;
    }
    
    #topmenu ul li a {
        text-decoration: none;
        display: block;
        font-size: 17px;
        letter-spacing: 1px;
        font-weight: bold;
        color: #fff;
        padding: 0 20px;
        background-color: #060;
    }

    #topmenu ul li a:hover {
        background-color: #900;
        
    }
    </style>    
</head>

<body>

<div id="topmenu">
    <ul>
        <li><a href="/">menu</a></li>
        <li><a href="/">menu</a></li>
        <li><a href="/">menu</a></li>
        <li><a href="/">menu</a></li>
        <li><a href="/">menu</a></li>
    </ul>
</div>

</body>
</html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 8th, 2007, 16:41
Reputable Member
Join Date: May 2007
Location: Margate
Age: 24
Posts: 156
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Bradford Arms Hotel

Quote:
Originally Posted by karinne View Post
It's not bad but I have to be honest here ... I'm not really sure what it looked like before so I can' comment on the improvements but ...

Here is a archive link to the previous site

http://www.bradfordarmshotel.com/archive/index.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 8th, 2007, 18:16
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,795
Thanks: 0
Thanked 17 Times in 17 Posts
Re: Bradford Arms Hotel

The header image is nice, it really shows off the Hotel's outside. As Karinne said, you don't need Javascript or Images for a navigation like yours.

The images around the site are all really bad quality, especially the picture of the pool table.

You also aren't using <p> tags.....
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bradford Arms Revamp R8515198 Free Web Site Critique 7 Jun 30th, 2007 12:18


All times are GMT. The time now is 18:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42