Search results

  1. N

    Question about design

    try again
  2. N

    Question about design

    Original site: http://www.interspire.com my site(so far): http://img300.imageshack.us/img300/8028/testpg6.jpg everything is made in photoshop.
  3. N

    CSS simple problem

    hover = while mouse is over the link. the rest has nothing to do with that.
  4. N

    When I remove a line from my htaccess file it's still in effect

    what you also can do is remove .htaccess and create a fresh one(copy paste)
  5. N

    Problems with Apache parsing html as php

    could be.. Cause I only use those 2 commands and they always worked up to now.
  6. N

    Simple script

    I thought you asked what you I editted. what errors do you get now?
  7. N

    Question about design

    I'm talking about the system code that hasn't to do anything with the design. The code is made in php with classes. I have almost the whole system coded but now I've seen a design on a website and I really like it and I'm thinking of just copy it with photoshop. But how do you guys feel about...
  8. N

    Question about design

    I don't really know what to do so I got a question and want a honest opinion. I want to start my own company website(coding service, later webdesign will be added), I have my code done but now I'm strugling with the design. I have seen a nice webdesign on the internet that is currently in use...
  9. N

    Load Object Last (using JS)

    Never came up with this, it's logic :p
  10. N

    Problems with Apache parsing html as php

    what about, delete your old htaccess, create a new one and add this AddType application/x-httpd-php .php .htm .html AddHandler x-httpd-php .php .htm .html Then upload the new one.
  11. N

    PHP help

    It works right? you can remove my comment
  12. N

    Problems with Apache parsing html as php

    what about just add this to htacces AddType application/x-httpd-php .php .htm .html
  13. N

    Simple script

    Those were your mistakes if (empty($user)); { $order = array("Fletching",); what errors do you get now?
  14. N

    mysql and scripting

    If you want to insert some info into a mysql database it's easyer to create a php script that does it for you.
  15. N

    PHP help

    is it possible to give us the page life? so we can see the errors.
  16. N

    Simple script

    I have found a few errors, maybe try this: If(text) never ends with a ; and if you delcare an array it ends with a ) not a ,) because if you put a , it will think you add another thing to the array. <html> <body> <?php $skill = $fletching; if (empty($user)) { ?> Welcome to ParsaAkbaris...
  17. N

    Community has changed

    I'm dutch, also speak french but that's not very much :p Thanks all :)
  18. N

    New GP Event Headers

    I like the first and the second one too. Others aren't bad but they are better.
  19. N

    Putting vBulletin Recent Announcement on External Site?

    If the board is yours you can get the announcements of the database yourself. Or get rss feeds like said above. Without that I don't really know.
  20. N

    aspx web page

    for aspx you need IIS server installed on the webpage. Not every webhost provides this. I don't think x10hosting provide IIS, only apache(php)
Top