Opinions: My First Website

fifefish

Fish Herder
Joined
Oct 16, 2008
Messages
1,290
Reaction score
0
Location
Fife, Scotland
i have recently just set up a new Fish orientated website which i got the domain from "HelterSkelter"
i would appreciate it a lot if i could get some feedback concerning layout, Spelling, just anything that can help me make my site better.
cheers :good:

heres a link to it:
Fifefish Aquatics
 
You could do with centralising the site in the middle of the page as opposed to the left.
You also need to check how it appears in at least IE and Firefox...currently I don't even see your main menu in IE whereas the site should look exactly the same in both browsers.
You should also make your contact links linkable rather than just plain text.

there's plenty more that can be done, that but should keep you busy for a bit...if it's any help, your site already looks better than most of the awful homemade fish sites I see.
 
I assume you have used a web authouring tool? Blooming heck that code is a mess :crazy: I was looking to see if I could work out the caurse of the text behind image issue that dcarmor927 points out, and the reason for the bust links in the top menu. Got half way through and just gave up :sad: There is absolutely no way that that will validate to W3C standords, which will explain the issue that Darkstar highlights in that the page does not work in some of the browsers :nod:

I'd recomend that you scrap that authoring tool, and start the page again. It will take longer to sort that messy, non-compliant code out, than it will to code it again from scratch, assuming you have no idea as to how to HTML code ;) That code also does not use exturnal CSS's, making editing your site slow, cumbersome and potentially non-standordised across the whole site :sad:

W2C is the site for tips and tricks with HTML, CSS and web design basics. The sites colour schemes are good, and the colour mix + text is clear to read :nod: It would be nice if the page centered iteself in the browser, and if you had a top margin, but they aren't essential, and don't upset the pages appearance too much without :good:

The page will look different in every web-browser, so you do need to test it in different ones :nod: IE and Firefox are the minimum. IE is non-standords compliant and hence will likely look most different in that. While IE has the most number of users, most users use browsers that are standords compliant. Don't make the mistake of many web developers and make the page view correctly on just IE, as that makes Microsoft more powerful and prone to making life difficult for competing browsers. :/ MS would love that, as it generates more revenue for them, but us consumers will loose out to them.

Overall, that's not a bad site, but it certainly has a few things that could be improved :good:

All the best
Rabbut
 
green text on blue back is not easy to read.... make text darker or increase font size
 
Better apperance already. While green on blue is an issue for some, I quite like it. The page being centered makes it look good and the picture and link issues are fixed :good:

Would be good if the e-mail address under contact us opened up the e-mail client on a viewers machien ;) It could be an idea to get the background image to streach over tile, as the sudden change from light to dark blue isn't nice on the eye. Thats all I can see presentation wise thus far :good:

Looking good :nod:

Is the nav bar on the left new? Diden't notice that before :unsure:

The code still isn't standords compliant. There is talk about it soon to be a legal requirement for UK hosted/owned web page to be standords compliant, so I would give that serious attention if the site is to be hosted long-term :nod:

All the best
Rabbut
 
World Wide Web Consortium's, see the link in my first post ;)

It's not yet a requirement, just something potentially in the pipeling :good:
 
World Wide Web Consortium's, see the link in my first post ;)

It's not yet a requirement, just something potentially in the pipeling :good:


tbh im not entirely sure what your talking about,
why do you need to have the site at a standard?
 
Every browser will make the page appear different. Standords are put in place by the W3C to ensure that the page views similarly in different browser, providing the code behind the site complies with their standords. If the code does not comply, you run the risk of the site being "broken" or just not opening correctly in some browsers, due to compatability issues. The standords were put in place to prevent web developers and browser makers from trying to out-compete each-other to make it a one "browser in the market" situation that everybody then has to code for. One browser could potentially change the code they support, and everyone would then have to re-code their site. The standords also ensure that pages are back-wards compatible, like the browsers themselves have to be. Old code should show in new browsers as intended, and new features for one browser should have an alternative provided in the page for other browsers that haven't yet caught up. It also trys to prevent monopoly browser tactics, where you have to code for specific browsers for the page to show correctly in each, due to differences in the code each browser will support.

An example of this is a site reliant on Javascript for links. If you rely soley on Javascript links to change pages within your site, the estimated 5% of web users that use text-only browsers will only be able to view your home page. Javascript won't work in a text only browser, as Javascript is *relatively* new... Pictures are another example. If you switch off the feature that automatially loads photos for you, lets say because your internet connection is slow, photo's won't show at all. Both of these issues can be solved with an alt parameter being given, such that browsers that don't support any media you are using can still make full use of the site, as a description or alternative link is provided in place of the missing media :good:

Tags and CSS are both covered by W3C. They state so far a possible that it is best practice to place all code relating to styling in an exturnal CSS (Cascading Style Sheet) where possible, and then link to the CSS from within your page. If you view the source code for your site and look, about 3/4 of your code is for styling/formatting, very little of it is for actual content. The surgested way is to put all that styling onto a seporate file and link to that file. You then tag your content to make the browser reference the correct section of that document. This allows the browser to over-ride your styling sets easily. A short-sited user can enlarge and change the page content's colour to make it easier to read for example, where as styling in the page itself will stop that happening. The current method of attaching the styles is not good for users whom have requirements for the text to be certain colours/sizes for it to be read. You also create more work for yourself with editing the style of the site. ATM you have to edit every page to change background colour. With CSS, you change it in one document, and the whole site changes the instant you upload the updated CSS file to the site :hyper:

Overall though, your site presents well, there isn't any obvious spelling errors and the layout is logical and intuative. It's a very good site IMO, but it has a couple of usability issues if you are likely to get anybody visuiting the site that is short of site, or whom uses a text only browser :sad: You could choose to ignore them for now, knowing full well that some users may not be able to view the site correctly, and that you may have a mother of all editing jobs to do later if legislation is put in place for W3C standords compliance being forced on us. If you are leaving the page as-is, that TBH is the option I'd take :blush: If you are going to add more pages, I'd probibly fix it now :good:

All the best
Rabbut
 
tbh im not going to change my site for 5% of people, its just to much hassle. i would much rather keep 95% people happy.
oh and im short sighted and i do not have any problem reading the screen. also dont you think they would be wearing glasses when on the net?
 
I would take the banner about the free web hosting and place it at the bottom of the page, not under the navigation.

Other than that its a good first site, ive seen a lot worse... :)
 

Most reactions

Back
Top