Jump to content

only one

Members
  • Posts

    437
  • Joined

  • Last visited

    Never

Posts 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. <?
        $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);
    ?>

  3. 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");
    }

  4. Very nicely done, I really like the color palette and use of serifs. However, the logo stands out since it is the only sans-serif thing on the page. I'd add something to the Bio page so that it isn't just the home page with less content on it. And on the contact page, the "reason" box could use some better styling, so it doesn't look bloated.

    What browser are you using if the drop down menu looks "bloated"?

  5. :-\ 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.

  6. 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.

  7. 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

    quotes.php?ID=5

    and

    quotes.php?ID=52

     

    Anyway hope this helps.

  8. I agree with them, logo first. I like easy lotto, to bad it is very difficult to get something like that licensed in the USA.

    Keep it up, I don't think you'll have to go into body building...

    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?

  9. main thing is it is a smooth clean layout kinda serif style layout but you used a sanserif font. you might want to spell check :P

     

    also you might want to try to keep the height the same.

     

    the style looks great but it has become a cliche almost because so many sites have that look but it looks good.

    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.

  10. 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.

×
×
  • 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.