Old 19-09-2005, 22:31   #1 (permalink)
akdiver
Registered User
 
Join Date: Aug 2005
Posts: 7
Positive critism required

Hey

This is my second website so there are plenty of errors.
I know the links arnt working properly in ff and ns. Any ideas or comments to improve my site would be great. Thanx.

http://www.holidayatulladulla.com.au
  Reply With Quote
Old 19-09-2005, 23:08   #2 (permalink)
vince
Soon-to-be-Marine
 
Join Date: Jul 2005
Posts: 58
Send a message via AIM to vince Send a message via MSN to vince
looks like a bollocksandwich =)
  Reply With Quote
Old 20-09-2005, 00:02   #3 (permalink)
Sampson
Roll Forever
 
Sampson's Avatar
 
Join Date: Sep 2005
Posts: 199
  Reply With Quote
Old 20-09-2005, 02:52   #4 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Quote:
Originally Posted by akdiver
I know the links arnt working properly in ff and ns.
It's because you're coding it wrong and FF and NN are rendering it as it's coded.
Code:
<tr> <a href="activities.htm"> <td class="a" onMouseOver="this.className='ahover';" onMouseOut="this.className='aout';"> ACTIVITIES </td> </a> </tr>
<a> is an inline element and therefore cannot wrap around a block level element (<td>). Once you learn to do it correctly, it should look like...
Code:
<li><a href="activities.html">Activities</a></li>
You shouldn't be using tables for layout. You should learn proper HTML or XHTML and then learn CSS to add in all the pretty stuff. Check the web standards forum for plenty of resources on this.

It doesn't look good, but it's got potential. The masthead image is way, way, way too big (your 800x600 users might not even see the content!!) - learn how to use Photoshop to make images that don't have artifacts and jagged edges. It needs to be re-coded desperately - so it will work cross-browser. It looks like the code was generated by FrontPage or some other awful program. You should really learn to do it by hand. Don't need JavaScript - it's not necessary.

It's obvious you're a beginner - and you've got a lot to learn.

If you're serious about designing for the web, you need to learn something about aesthetics and then learn the coding languages - XHTML, CSS, and JavaScript. In that order. There are many books and thousands of online references that will teach you good coding practices and also the basics of visual design.

If not, let professionals do it.

Good luck.
  Reply With Quote
Old 20-09-2005, 03:44   #5 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 7,588
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
perfect.
  Reply With Quote
Old 20-09-2005, 05:25   #6 (permalink)
d*d
Moderator
 
d*d's Avatar
 
Join Date: Oct 2004
Location: Bristol
Posts: 3,409
It's harder than it looks this web design lark.
the aesthetic qualities need to be looked at, it lacks a design theme - the pictures need some attention and the colours used are too harsh, picture text looks fuzzy.

Start again with a design layout programme such as illustrator, once you have a design your happy with, recreate it in code
  Reply With Quote
Old 20-09-2005, 05:37   #7 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,686
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
well one things for sure... this site is not going to attract holidaymakers to this region of NSW. Sorry but it looks fucking awful!
You need to take a look at some decent designs for holiday sites - this is one thats always stuck in my mind because it says a lot about the places its advertising without saying too much.
Failing that just take a look at cool homepages and get some inspiration from them
  Reply With Quote
Old 20-09-2005, 13:09   #8 (permalink)
pat
jorge regula
 
pat's Avatar
 
Join Date: Aug 2004
Location: B'ham/Leeds
Posts: 5,154
Send a message via MSN to pat
Quote:
Originally Posted by vince
looks like a bollocksandwich =)

Your site's a fuck-up in IE 6, XP
__________________
  Reply With Quote
Old 20-09-2005, 13:21   #9 (permalink)
gray
i still want paying
 
gray's Avatar
 
Join Date: Oct 2003
Location: newcastle, uk
Posts: 4,842
Quote:
Originally Posted by pat
Your site's a fuck-up in IE 6, XP

fine here
  Reply With Quote
Old 20-09-2005, 13:34   #10 (permalink)
briljant oranje
Keep it foolish yeah?
 
briljant oranje's Avatar
 
Join Date: Mar 2005
Location: Not Leeds
Posts: 579
it is a bit of an abortion.

like the others said - you need to get the visual side down. if it looks shit, you can be the best coder in the world (you've got a long way to go here too), but it'll still look shit.

as the saying goes, you can't polish a turd.
  Reply With Quote
Old 20-09-2005, 15:44   #11 (permalink)
top_buzz
For your health!
 
top_buzz's Avatar
 
Join Date: Jul 2004
Posts: 2,588
Or! You can't make chicken soup out of chicken shit
  Reply With Quote
Old 20-09-2005, 15:57   #12 (permalink)
pat
jorge regula
 
pat's Avatar
 
Join Date: Aug 2004
Location: B'ham/Leeds
Posts: 5,154
Send a message via MSN to pat
Quote:
Originally Posted by briljant oranje
as the saying goes, you can't polish a turd.

um, no.

__________________
  Reply With Quote
Old 22-09-2005, 20:37   #13 (permalink)
akdiver
Registered User
 
Join Date: Aug 2005
Posts: 7
Hey i fixed up most of my errors. Thanx to the people who tried to help. And to those who told me it was plain bad tell me why and what can be done. Ive seen the site so many times ive come oblivious to the imperfections. Lucky i have thick skin hey but dont be so harsh on peoples projects.
  Reply With Quote
Old 23-09-2005, 01:17   #14 (permalink)
Sampson
Roll Forever
 
Sampson's Avatar
 
Join Date: Sep 2005
Posts: 199
It sucks when your designs gets beat down in a critic, but it's soooo werth it! Just think, we get to tear it to pieces before the public gets too.... if you settle for the later then your client gets torn to pieces.

Ask questions and take criticisms.
  Reply With Quote
Old 23-09-2005, 01:46   #15 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Quote:
Originally Posted by akdiver
Hey i fixed up most of my errors. Thanx to the people who tried to help. And to those who told me it was plain bad tell me why and what can be done. Ive seen the site so many times ive come oblivious to the imperfections. Lucky i have thick skin hey but dont be so harsh on peoples projects.
Most people aren't being harsh for the sake of it. I can't speak for all, but I'm willing to say that most are trying to be helpful. I gave you plenty of good advice. The code is basically the worst I've ever seen. You should learn HTML, then proceed to learning CSS, then get good at them and at graphic production and then start building sites professionally.

And, if you're using Frontpage, which I have a sneaking suspicion - stop using it.

Here's some more errors: http://validator.w3.org/check?verbos...adulla.com.au/
  Reply With Quote
Old 23-09-2005, 04:38   #16 (permalink)
finbarr
who the fuck am i?
 
finbarr's Avatar
 
Join Date: Apr 2005
Location: london
Posts: 2,686
Send a message via MSN to finbarr Send a message via Skype™ to finbarr
Quote:
Originally Posted by akdiver
Hey i fixed up most of my errors. Thanx to the people who tried to help. And to those who told me it was plain bad tell me why and what can be done. Ive seen the site so many times ive come oblivious to the imperfections. Lucky i have thick skin hey but dont be so harsh on peoples projects.
you got off very lightly - believe me! If you take a look around some of the numerous template sites you wont see any sites that look like yours. Theres a reason for that. I'm not suggesting you design a site that looks like a template but what you should see is that there is a level of quality about them. That is the level you should be aiming for designwise if you can. Unfortunately your site is well below the expectation of others that post here and all the advice youve been given is aimed at improving your skills.
  Reply With Quote
Old 29-09-2005, 08:45   #17 (permalink)
davidvesty
MrMulder
 
davidvesty's Avatar
 
Join Date: Apr 2005
Location: Preston
Posts: 124
Quote:
Originally Posted by pgo
It's because you're coding it wrong and FF and NN are rendering it as it's coded.
Code:
<tr> <a href="activities.htm"> <td class="a" onMouseOver="this.className='ahover';" onMouseOut="this.className='aout';"> ACTIVITIES </td> </a> </tr>
<a> is an inline element and therefore cannot wrap around a block level element (<td>). Once you learn to do it correctly, it should look like...
Code:
<li><a href="activities.html">Activities</a></li>
You shouldn't be using tables for layout. You should learn proper HTML or XHTML and then learn CSS to add in all the pretty stuff. Check the web standards forum for plenty of resources on this.

It doesn't look good, but it's got potential. The masthead image is way, way, way too big (your 800x600 users might not even see the content!!) - learn how to use Photoshop to make images that don't have artifacts and jagged edges. It needs to be re-coded desperately - so it will work cross-browser. It looks like the code was generated by FrontPage or some other awful program. You should really learn to do it by hand. Don't need JavaScript - it's not necessary.

It's obvious you're a beginner - and you've got a lot to learn.

If you're serious about designing for the web, you need to learn something about aesthetics and then learn the coding languages - XHTML, CSS, and JavaScript. In that order. There are many books and thousands of online references that will teach you good coding practices and also the basics of visual design.

If not, let professionals do it.

Good luck.


I think maybe he learn a little about design before swallowing all that bollocks
  Reply With Quote
Old 29-09-2005, 11:32   #18 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Quote:
Originally Posted by davidvesty
I think maybe he learn a little about design before swallowing all that bollocks
...
Quote:
Originally Posted by pgo
you need to learn something about aesthetics and then learn the coding languages
  Reply With Quote
Old 29-09-2005, 12:37   #19 (permalink)
leotardster
fancy a pint?
 
leotardster's Avatar
 
Join Date: Aug 2005
Posts: 988
I like it.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8