Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: Critique my website please!  (Read 1312 times)

0 Members and 1 Guest are viewing this topic.
Critique my website please!
« on: March 19, 2007, 05:32:25 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 562
I don't know where this should go...  So if it's in the wrong place please move it Mods :D...  Well I've started remodeling my website and I need suggestions and comments.  If you want, please rate my site from 1-10.  1 being the poor, and 10 being excellent.

Website Link:
www.lytenight.us.to
Logged

PoeFacedKilla

Prussian Killer Bee
Re: Critique my website please!
« Reply #1 on: March 25, 2007, 02:02:18 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 269
well the layout probably gets around a 6 or 7, but what exactly does the website do? does it sell web templates?
Logged
the Indyboard - User Generated Social Forum | Now With Even More Discussion!
Poe, The Independent Programmer
  • Zelda Shrine

Naz

Re: Critique my website please!
« Reply #2 on: March 26, 2007, 02:39:42 pm »
  • Ph34r the toast.
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 374
Well, the layout gets a 6 for me.  Spice it up with some shades of grey and light borders.

Also, add a title to each page (Actually ON the page) and check your spelling.
Logged
Don't read this.
Re: Critique my website please!
« Reply #3 on: April 14, 2007, 01:59:47 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1645
Not bad layout, Simple and clean for your eyes ::) About a 6/10 it can be some more detailed.

By the way, at the register, you used
Code: [Select]
<input name="username" type="text" id="username" onfocus= "this.style.backgroundColor='#D2D2D2';"
onblur="this.style.backgroundColor ='Window'; this.style.color='WindowText';" maxlength="20">
<input maxlength=""> can be easily manipulated, I suggest you to use/add
Code: [Select]
if(strlen($_POST['username']) > 20)
{
  die("<script type=\"text/JavaScript\">alert(\"Your username is longer than 20 characters\");</script>");
}
And also for the other ones using $_POST['email'] and $_POST['password']
Logged
  • Virtual Security
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.012 seconds with 41 queries.