Jump to content

cmgmyr

Members
  • Posts

    1,278
  • Joined

  • Last visited

    Never

Posts posted by cmgmyr

  1. I am working on adding some tutorials to my personal site. When I add in php (for example) I want it to be formatted like it is in here or in coding software with the different colors and everything. Currently I have tinyMCE as the editor for the tutorials. I have tried the php plugin for it...which doesn't do anything. Is there something that I can use, or make, in order to have the text output in the colors that they should?

    Thanks,
    -Chris
  2. You need to put all of your websites in the xampp folder so this website would be C:\Program Files\xampp\ghani_website_test\shop. Under testing server in the site settings you need to set the:
    server model to "PHP MySQL"
    Access: "Local/Network"
    Testing server folder "C:\Program Files\xampp\ghani_website_test\shop" ...same as your local info folder
    URL Prefix: http://localhost/ghani_website_test/shop OR http://localhost:80/ghani_website_test/shop OR http://localhost:8080/ghani_website_test/shop depending on which one you configured xampp to be.

    Now when you preview a php file it should pop right up in your primary browser.

    Let me know if you run into anything else
  3. Overall I like the design. The first thing that I noticed is when I rolled over your navigation. When you first go on the site when you rollover "home" the rollover text color is very close to the background color. After you go to another page and rollover "home" it turns to white. Also with the navigation, when you rollover the table cells the left half works as a rollover, but the right half does nothing. If you expand the cells that wide, expand the links that wide.

    Finally, add some sort of footer, it just looks like your page hits a brick wall at the bottom and just stops for no reason.

    I like your artwork section...nice photography and 3d images.

    -Chris
  4. One thing that you can do (but won't really solve anything) is to see if the user has java script enabled...if they don't display an error message and give them instructions on how to change it.

    [code]<script type="text/javascript">
    <!--
    document.write("If this text is displayed, your browser supports scripting and has JavaScript enabled!")
    //-->
    </script>
    <noscript>JavaScript is NOT enabled!</noscript>[/code]

    Hope this helps,
    -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.