Jump to content

only one

Members
  • Posts

    437
  • Joined

  • Last visited

    Never

Everything posted by only one

  1. The design is very simple, it's easy to use. A few things though. 1. It doesn't validate. http://validator.w3.org/ 2. Tables aren't made for layouts. Divs are. 3. The picture in the top left with all the people in it could do with some more exposure or some more contrast. It looks a bit too dull. Apart from that I really like it.
  2. It's probobally nothing to do with your code, but your email software is blocking the link incase it's spam.
  3. 1. Doesn't validate. http://validator.w3.org/ 2. Tables are not meant for layouts. Tables are used for holding information. Divs are made for layout. http://www.hotdesign.com/seybold/everything.html
  4. <? $vProc = "../Process/"; $dir_handle = @opendir($vProc) or die("Error opening $path"); while ($file = readdir($dir_handle)) { if($file != "." || $file != ".." || $file != "index.php" ) { echo "<a href=\"view.php?file=$file\">$file</a><br>"; } } // Close closedir($dir_handle); ?>
  5. You might need to put quotations around your variable in that if statement. if ($_POST['a'] != "$secreta") { die("Your answer did not match. Please <a href='http://localhost/validation/renew.php?id=$ida'>try again! </a> "); }
  6. Well you could. if(isset($_COOKIE["1"]) || isset($_COOKIE["2"]) || isset($_COOKIE["3"]) || isset($_COOKIE["4"]) || isset($_COOKIE["5"]) ) { if($_COOKIE["1"] = 1) { include("1.html"); } } else { include("1.html"); } But then it would be much easier to loop trhough them. foreach( $_COOKIE as $cookie ) { if( empty($cookie) ) { $empty = true; } } if( empty($empty) ) { include("1.html"); }
  7. I think that could be because your port 25 is not forwarded. But I could be wrong.
  8. $POST["1"] should be $_POST["1"] setcookie("1", $_POST["1"], $expire);
  9. It doesn't work right in opera, all the divs are under eachother, when in IE it looks the way it's supposed to.
  10. mysql_query("INSERT INTO `results` (`user`, `movie`, `input`, `prediction`, `error`) VALUES('" . $_POST['email'] ."' , '" . $Movies[$m]['title'] . "','" . $Movies[$m]["rating"] . "','" . $result . "','" . $err . "' )") or die(mysql_error());
  11. What browser are you using if the drop down menu looks "bloated"?
  12. It's showing that error because the file doesn't exist. If it does exist and is being deleted. You could simply place an @ sign infront of the function to stop it showing any errors.
  13. preg_match('/^[a-zA-Z0-9_- ]+$/i', $docName)
  14. :-\ I don't know where to begin. Well first it doesn't validate http://validator.w3.org/ so you might want to look into that. The design is desprite. No offence. The clashing colours and all the flashy things make it look very unprofessional. I would suggest redoing the whole design. I suppose it isn't bad if it's your first website. But I'd consider looking through some design tutorials before you work any further on it.
  15. I'll mention a few things I didn't like. It doesn't validate. http://validator.w3.org/ The banner and logo text looks like something from the 80's. It's to do with the font you used and the drop shadows. I'd suggest making it of a vector style. The top padding in the navugation tabs is too big, so the text sits too low. For the rest it could do with some adjustments here and there. To make it easier to use. Apart from the I like the idea. Keep it up.
  16. I find it looks very cluterd. You could make better use of headers and use set margins. Maybe introducing a few more colours would make it easier on the eye. The random quote thing sometimes overlaps half of the page. And I'm not a really big fan of things moving about when I hover them. Maybe you could set your nav links to certain dimensions. Don't forget to run it throught the validator. http://validator.w3.org/ You have a few errors. Wont take long to clean them up. Apart from that I love the idea. Some of the quotes are really good like and Anyway hope this helps.
  17. There are 2 things I didn't like. 1. The content area needs a border to the left and right. 2. The Headings in the footer are slightly too big. Apart from that, nice website!
  18. What's wrong with bodybuilding? It's going to stay my hobby forever anyway. And I can get EasyLotto liscenced easy enough. The only problem is the competition here and the advertisement. I need some money to get me started off. But i'll get it set up within another year hopefully. Any ideas what I could do about the logo first thing? I don't want to change the layout too much. Should I round off the tabs and set the under the logo?
  19. Ok, thanks. I got rid of all the spelling mistakes and changed the font. I do have to admit it looks nicer with a serif font. Thanks for the ideas.
  20. Hi, just wondering what you guys think of it. http://chrishemmens.net/ Thanks.
  21. Hi, It's really good for a first site. But that style is outdated. Maybe she should look for some web 2.0 tutorials.
  22. Very nice. Looks very clean and professional. I do have a suggestion though, not only for this site but all your other sites. If I disable Javascript I can't view the portfolio. Hope that has got your brain thinking. I love your work! Keep it up.
  23. Validation Output: 49 Errors It's harsh on the eyes aswell. Maybe you could try use more than just three colours.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.