Jump to content

cmgmyr

Members
  • Posts

    1,278
  • Joined

  • Last visited

    Never

Posts posted by cmgmyr

  1. I was just searching and I found this...

    [a href=\"http://www.accessifyforum.com/viewtopic.php?t=5228\" target=\"_blank\"]http://www.accessifyforum.com/viewtopic.php?t=5228[/a]

    Looks like it would be something that could work after all

    This is so you can test IE7 without installing it WOW!

    [a href=\"http://googlesystem.blogspot.com/2006/04/test-internet-explorer-7-without.html\" target=\"_blank\"]http://googlesystem.blogspot.com/2006/04/t...-7-without.html[/a]
  2. Try just changing this:[code]mail($mailto, $subject, $messageproper,
    "From: \"$name\" <$email>" . $headersep . "Reply-To: \"$name\" <$email>" . $headersep . "X-Mailer: chfeedback.php 2.07" );[/code]

    to this[code]mail($mailto, $subject, $messageproper,"From: \"$name\" <$email>);[/code]
  3. Looks good to me!

    The only thing that I saw is with your footer...Without looking at the code I'm assuming that you have the backround of the text set as white...which is fine, but you have it extending across the whole width of the page and when it hits your shark it cuts part of it off.

    I like the header and the rollovers a lot.

    -Chris
  4. Try this:

    [code]@mysql_connect("localhost", "username", "password") or die("Could not connect to database");
    @mysql_select_db("database") or die("Could not connect to database music");

    $query = ("INSERT INTO upload (name,typ,titel) VALUES ('$upfile_name','$upfile_type','$titel')");
    $result = mysql_query($query) or die('Query failed: ' . mysql_error());


    $num = mysql_affected_rows($result);
       }
    if ($num>0)
          {
             echo "<g>one data has been added<p></g>";
          }
          else if($num<=0)
          {
             echo "<r>an Error appeared, ";
             echo "no data has been added to mysql<p></r>";
    }[/code]
  5. #1. Good job on your first website, it looks pretty good.

    #2. I have to agree about the rollovers...could have worked a little more on them. What you should do is on the rollover have the image fade out, or have a less opacity. That will atleast give the viewer some sort of visual without being a big block of nothing.

    **I also understand that clients can have ideas about what they want, and some of them don't like hearing suggestions about things like that. If a client likes something that doesn't look good or doesn't validate, or whatever you should atleast try and explain to them and see if you can work something out. I have had a few clients that wanted just what they wrote down, and it didn't come out that great...I thought...but they liked it...and they are the ones that hand out the check after it is done. Sorry for the ramble but just something to be aware of.

    Later,
    -Chris
  6. A good way to start your site up is just sell everything of yours on ebay. When you enter in the html make it look like your own website. Put your links to you site anywhere that it looks good so that if they like what you have they might go directly to your site next time. Once you gain some momentum with that you might want to put some ads in some newspapers, swap sheets, and car mags.
×
×
  • 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.