Search results

  1. VPmase

    What scares you the most?

    How about super giant rabid bunnies? xD
  2. VPmase

    Best Quote

    I like that one.
  3. VPmase

    Super Easy 35 Credits!

    I'll add it.
  4. VPmase

    How do I escape an ampersand in a url?

    &'s character code is & in HTML
  5. VPmase

    New Halo 2 Layout

    Its pretty basic and plain but it get the point across. 2.5/5
  6. VPmase

    Gallery

    document.getElemenyById(imageID).src=image; should be document.getElemenyById('imageID').src=image; }
  7. VPmase

    How do you measure the success of a website?

    Activity is a good measurement.
  8. VPmase

    Best Quote

    "Veni, Vidi, Vici" - "I came, I saw, I conquered" - Julius Ceasar
  9. VPmase

    RAte my SIte....

    Lmao. Suspended.
  10. VPmase

    review my template

    Its way to plain and having a grass logo on black is just wrong IMO. 1/5
  11. VPmase

    Rate my template

    Wow. Looks pretty awesome. Good work.
  12. VPmase

    Who uses what program

    If I'm right, polls can only have 10 choices to choose from unless a mod or above modify them.
  13. VPmase

    Play Blizzard Games? (Wc,WoW,D2,Sc..)

    SC/BW, Wc3/Roc/TFT, D2/LOD
  14. VPmase

    Who likes my new sig?

    Looks nice.
  15. VPmase

    My first website

    For your body css you should add "top:0px;" so that there isn't a space at the top of the page and your frame. Also, I added horizontal lines to your BG so it would look less plain.
  16. VPmase

    Gt5

    Well first of all GT5 is a very good describer... If you said Gran Turismo 5 then that would have been better. The answer, no. That game is lame IMO.
  17. VPmase

    Nintendo Wii

    Wii has awesome games. Super Paper Mario, Super Mario Galaxy, SSBB, Virtual Console, Metriod Prime 3 Corruption, and Okama. I have a Wii and I would never trade it in for a PS3 or a 360.
  18. VPmase

    between 10 - 250 credits per advise

    Seems like all you did was install Joomla! and not change anything...
  19. VPmase

    Cookie Help (the one below didn't help)

    You should use sessions as well as cookies. <? session_start(); $ip = $_SERVER['REMOTE_ADDR']; $_SESSION[$ip] = 1; setcookie('test', $ip);#, time()+86400 function checkOnlineStatus($uip){ if (isset($_SESSION[$uip]){ return $_SESSION[$uip]; } else { return 'not logged it'; } }...
  20. VPmase

    My Draggable Divs Script

    Update. I fixed the layer problem and added a background to the text so it isn't transparent. http://saumpro.x10hosting.com/scripts/testmove.html
Top