PDA

View Full Version : WittyBibleWisdom.org.uk - new Version



AndyM103
July 21st, 2006, 04:10 PM
I posted a while back with an older version - well I've done a complete rebuild and without commenting on the content what do people think?

http://www.wittybiblewisdom.org.uk
http://www.wbw.org.uk

Counterproductive
July 21st, 2006, 05:00 PM
Looks good,
only thing imo is id put a little more space between the nav and the content.

bwh2
July 21st, 2006, 05:19 PM
i won't comment much on the design, but a few usability things i would consider changing:

if you don't enter all info in the login form, you are temporarily forwarded to a logIn.php page where a mysql error is shown.
the logo should link to the homepage
logo is missing alt text. so are other images.
registration page should read "Confirm Password" not just "Confirm"
registration page should read "Last Name" not "Surname"
registration page "Footer" is confusing. Who knows that that means...
the contact form's submit button does not act like a button. neither does the login one.
the contact form doesn't require any fields
the contact form should highlight the default text automatically when that field is selected so that the default text can be easily deleted
i'll stop now, these were just things that jumped out at me.

Anogar
July 21st, 2006, 05:25 PM
Nice improvement. You're coming along. The whole thing feels a little cramped, especially the relationship between "Welcome Back" and "Log In" and the bar above it. Give them some breathing room. Actually, this exists on all pages. Give everything a little space from the header. The way it looks on the "Offline Prayer Team" page is much better.

Nice job. :thumb:

AndyM103
July 21st, 2006, 05:46 PM
Thanks - that's easy enough to change! How do you mean that the buttons don't act like buttons?

Secondly, errors are shown because the variables can't be found - I have no access to php.ini on the server and therefore can't change the error reporting settings (I tried with the set_env() function but it irratated the server).

AndyM103
July 21st, 2006, 05:59 PM
And my server backend goes down... again!

OK - have added 10px more space between menu and content and put link in logo.

hybrid101
July 21st, 2006, 11:22 PM
looks pretty good. but i think there's too much blank space on the left.

ya3
July 22nd, 2006, 10:42 AM
Server not found
Firefox can't find the server at www.wbw.org.uk.

Anogar
July 22nd, 2006, 12:34 PM
That spacing looks better. That horrible banner ad thing that you have is just awful, it detracts so much from your page. :puzzle:

Templarian
July 22nd, 2006, 01:44 PM
Nice so far just make the improvements said above.

To make buttons act like buttons.
<input type="image" name="btn" value="" src="rollout.png" onmouseover="javascript:this.src='rollover.png';" onmouseout="javascript:this.src='rollout.png';">

AndyM103
July 22nd, 2006, 04:49 PM
I know how to make buttons rollover thankyou.