Irish SEO,  Marketing & Webmaster Discussion

 

website

This is a discussion on website within the Site Reviews / Announcements forums, part of the Webmaster Help category; Hello I'm fairly new to doing web design but have just done a simple site and wondered if I could ...


Go Back   Irish SEO, Marketing & Webmaster Discussion > Webmaster Help > Site Reviews / Announcements

Register Forum Rules FAQDonate Members List Calendar Search Today's Posts Mark Forums Read


Notices

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-2008, 09:59 AM
Frontpage User
 
Join Date: Aug 2008
Posts: 5
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Killeen will become famous soon enough
Default website

Hello I'm fairly new to doing web design but have just done a simple site and wondered if I could get feedback on it, anything that could be wrong with it or that could improve it, Refrigerated Vehicle Solutions

Thanks
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 (permalink)  
Old 03-08-2008, 12:01 PM
blacknight's Avatar
Web Slave
Recent Blog:
 
Join Date: Jan 2006
Location: Ireland
Posts: 6,519
blacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to beholdblacknight is a splendid one to behold
Send a message via ICQ to blacknight Send a message via AIM to blacknight Send a message via MSN to blacknight
Default

I'd recommend you provide full contact details. At the moment all I can see is the telephone number and email address
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 (permalink)  
Old 03-08-2008, 12:05 PM
n3tFl0w's Avatar
Wannabe Geek
Recent Blog: A Night at the Opera?
 
Join Date: Jan 2008
Location: Work...
Posts: 340
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
n3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to beholdn3tFl0w is a splendid one to behold
Default

Couple of things...

Issues that are important that you chnage right now...

1. [Invalid] Markup Validation of http://www.rvs.ie/index.html - W3C Markup Validator

145 errors - Good markup will allow search engines to be able to index your site better.

2. Do not use tables for page layout. It is shockingly bad web design ettiquette to use tables to lay out your page. Tables are for data tables. Nothing else.

3. I found it hard to believe that you have only used this much CSS:
Code:
body { background-color: #0E4C7D; } 
.style2 { font-family: "Myriad Pro"; color: #FFFFFF; font-size: 14px; } 
.style3 { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } 
.style7 {font-size: 18px} 
.style8 { font-family: Arial, Helvetica, sans-serif; color: #000000; } 
.style9 {font-size: 14px}
But then I took a look at your html... and nearly cried

Issues that you should clear up after the above...
4. Your header image is very bad quality. You need to either get the better quality version of it or start again. Also - because the company name phone number and email address are in the image itself, they won't get indexed. More importantly - What happens if you chnage phone number? or email address? You have to make the entire image again, instead of just changing a tiny bit of content.

5. This page for example(all all of the pages that link from Refrigerated Vehicle Solutions): Refrigerated Vehicle Solutions

There is nothing on it but the same text that's on all the others and a picture. That is a waste of a pages and pretty pointless. And every single page has the same title.... Example of the issues this would cause - If you do a search on google, you click on the title that is most descriptive. Yours kind of isn't.

6. Spinning text is really irritating. There are better ways to get attention without flashing and spinning text. And its even worse - you're doing it with flash!!

I'm sorry if this sounds over harsh but you really need to make it better. Back when I started, I'm sure my sites were worse so it will come with time and doing alot of research.
__________________
My Blog thing!

Last edited by n3tFl0w; 03-08-2008 at 12:08 PM.
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 (permalink)  
Old 03-08-2008, 03:20 PM
Developer
 
Join Date: Dec 2006
Location: Belfast
Posts: 194
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
MickyWall will become famous soon enough
Default

Hi Killeen,

I think the site is excellent for someone fairly new to web design.
Sure there is plenty of room for improvement but that goes for everyone's site.

Good luck with the site.
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 (permalink)  
Old 03-08-2008, 08:38 PM
garycocs's Avatar
Wannabe Geek
Recent Blog: Bangkok
 
Join Date: Oct 2007
Location: Dubland
Posts: 153
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
garycocs will become famous soon enough
Send a message via AIM to garycocs Send a message via MSN to garycocs Send a message via Yahoo to garycocs Send a message via Skype™ to garycocs
Default

Ya I regret one of my many weaknesses in web design is the proper use of layout and css, I would highly recommend getting into that sooner rather than later (If anyone has a good example of a few cheat sheets for it etc I would appreciate it too)

One problem is see is the footer at the bottom is left aligned while the rest is centred!
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 (permalink)  
Old 04-08-2008, 12:53 AM
Frontpage User
 
Join Date: Aug 2008
Posts: 5
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Killeen will become famous soon enough
Default Cheers

Thanks to all of you for your comments and suggestions, I've renamed the pages and improved the logo, the fellow I'm doing the site for didn't want the address of the site included.

Managed to get the validation errors down to 22 on a test but it changed the look for the worse, I checked other sites for validation errors, the BBC had none, Amazon.com had 1731.

Is there a way for me to painlessly change tables to css?
To n3tFl0w, thanks for some great pointers but why is it bad to use flash in the way I have done, and what would be an alternative.

Thanks again for the feedback and taking time to reply.

Cheers

Last edited by Killeen; 04-08-2008 at 06:25 PM.
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 (permalink)  
Old 04-08-2008, 02:47 PM
Coder
 
Join Date: Mar 2008
Posts: 80
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
byronyasgur will become famous soon enough
Default

Quote:
Originally Posted by Killeen View Post
Is there a way for me to painlessly change tables to css?
most likely not - but it's not that bad unless you've done a very complex design ( btw your site was down when i was writing this so i couldnt see it ) - if you figure out how to to a tableless layout on a test page on your local machine and get all the main parts (ie header/navigation/footer and content ) to go where you want them then it's pretty easy to just slot in what you've currently got in tables into that frame

tips
dont try to make a page tableless on the fly - start with a blank page and get your main parts to display where and how you want and then copy your data into that
check with a few different browsers as you build - it might be perfect in FF and then look rubbish in IE
you need to work out a system to avoid IE bugs esp the box model bug - there are few ways to do this
get your doctype right first - ( pick one that suits you )
floats are the main thing that gets you what you want so figure out how they work and how to clear them
personally i would avoid allowing IE6 into quirks mode and also avoid comments and/or hidden elements because comments and floats together trigger a bug in IE6

it is a good bit of work to convert a site to tableless but it is worth it in many ways especially if you want to change anything later on.

remember tables are still used for tabular data ( but i am currently doing a site which has tabular data and i found it worked better with just css only.


hope this helps
__________________
RainRain Web Design - OneWeekofDays
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 (permalink)  
Old 05-08-2008, 10:52 PM
Frontpage User
 
Join Date: Aug 2008
Posts: 5
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Killeen will become famous soon enough
Default no tables

I've removed all the tables as recommended on the index page, Refrigerated Vehicle Solutions wondering if I've done it right... before redoing the rest in a similar fashion.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 06-08-2008, 02:10 AM
Coder
 
Join Date: Mar 2008
Posts: 80
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
byronyasgur will become famous soon enough
Default

the page looks ok to me but i think you should have your javacsript and css in separate files - the code looks a bit mad - i'd hate to have to come back to it in 2 years and make changes !!

the code on your body tag is wrong leftmargin is neither html or css
what you want i'd say is body{margin:0px;} in a css file

you should really put alt tags on all images

it's hard to tell on a quick look about the tables - one of the reasons for going tabless is because it makes the code easy to read so you can do updates much easier - but with all the javascript and nondescript id numbers and flash it's not really the idea -

still the actuall page is better than a lot of stuff out there -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 06-08-2008, 04:45 PM
Frontpage User
 
Join Date: Aug 2008
Posts: 5
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Killeen will become famous soon enough
Default

Thanks for that advice. I'll try and fix those things! Someone mentioned the moving text and the flash being a problem, does anyone have a suggestion to make it better? The fellow who wanted me to do the site wants moving text.

Thanks again.
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

Tags
website

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

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


Sponsored links

Paid On Results


All times are GMT +1. The time now is 11:26 PM.


Powered by: vBulletin Version 3.7.3, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
Hosted in Ireland by Blacknight - Test your ISP |Irish Hosting Directory| Armchair.ie|Logo by Eden Web Design|Avatars by Afterglow |Latest Blog Entries | VPS HostingAd Management by RedTyger

Search Engine Friendly URLs by vBSEO 3.2.0