1) How are you tracking your users after they log in? It looks like you just put their uname on the url itself, meaning that a user could just put whatever username they wanted, theirs or not, up there and shop as someone else. The best way is to use something like CGI::Session and give the client a single session ID and then keep all other information about them on the server where it's much harder for them to touch without your control.
2) I don't know if it's just an Opera thing, but the state field in register lets me put in two characters, but it only wide enough to view one. Also, all the input fields on this page don't seem to line up with anything.
3) All the passwords fields on the site should be type password, not input. They work the same, but on the user's browser, it shows *'s instead of the password characters.
4) When shopping, after clicking on a product catagory and they all expand down, the listen item types all start with ) which doesn't look like what was intended. More importantly, clicking on any of those links brings up an Internal Server Error for me.
5) Contact us, About iboost, and Claim auction are all broken links.
I guess a lot of that is probably the result of it being a work in progress yet.
________________________________________
Andrew - Perl Monkey