Jump to content

cmgmyr

Members
  • Posts

    1,278
  • Joined

  • Last visited

    Never

Posts posted by cmgmyr

  1. An easy way to do this would be to install phpMyAdmin, all you have to do is select your database, click extract and boom! you are done.

    You can also make the scripts yourself if you want to.

    -Chris
  2. Looks good overall.

    - Some of your longer text sticks out of the red sections.
    - When you look at it in a smaller resolution your boxes seem out of order.
    - After you click on something, when you are at your "please wait" page your footer doesn't stay on the bottom.

    -Chris
  3. That wouldn't be something that css would do really. That would be just php. You should look into packages like OSCommerce they have a few languages in there that maybe you can pick up a few ideas from.

    You would basically make your layout and have 2 different language packs...english and Navajo you would have to type up both. But as far as Navajo on the web...i'm a little rusty in that language so I don't really know where abouts to start with the language itself.

    hope this helped a little

    -chris
  4. If you want that to validate just change border=0 to style=\"border:0;\"

    [code]<?php
    if (isset($ref))
    {
    echo '<A href="signup.php?ref=$ref"><IMG src="images/join.gif" style="border:0;">';
    }
    else
    {
    echo '<A href="signup.php"><IMG src="images/join.gif" style="border:0;">';
    }
    ?>[/code]
  5. 1st, this would be more of freelancing...so it's probably going to get moved into there.

    2nd. There are TONS of tutorials online for ANYTHING you want to do, especially html and/or php. I would recommend putting it back into photoshop, slicing it up, save for web and mess around with what comes out, at least that will be a start.

    -Chris
  6. Wow, the site looks great.

    Just a few things:
    - Need some sort of rolloever on the navigation
    - "latest games" doesn't work

    You should try making a skin for your forums to make it a little more like your site.

    Other then that I like it a lot.

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