Search results

  1. descalzo

    Word Association

    wall
  2. descalzo

    Word Association

    smashed
  3. descalzo

    Word Association

    Bubbles
  4. descalzo

    Word Association

    Sodium
  5. descalzo

    Word Association

    horse
  6. descalzo

    JavaScript - Loading contents from one div to another

    My question to him was why he was doing it in a manner where he was clearly beyond his knowledge. From his code, I felt that hardcoding onclick='changeContent("home" )' into the link HTML was more at his level at the moment.
  7. descalzo

    Word Association

    Purple
  8. descalzo

    Word Association

    Ocean
  9. descalzo

    need help with mysql data base

    $con = mysql_connect( 'localhost', 'gamewars_gamewars' , 'yoursecretpasswd'); mysql_select_db("my_db"); The first term is the location of the mysql server. In your case, it is probably 'localhost'. If you posted your real password, please change it. Finally, look at the mysqli...
  10. descalzo

    JavaScript - Loading contents from one div to another

    Ok, here is my version.... <html > <head> <title>PseudoFrame Template</title> <link rel="stylesheet" type="text/css" href="style.css" /> <script> function changeContent( value ) { // SAME AS YOUR CURRENT CODE var content =...
  11. descalzo

    Question game

    Are you making an accusation?
  12. descalzo

    x10 forum attendance sheet

    neteater Soki sarvar leafypiggy vigge_sWe ichwar diabolo coldfirezz akkudreamz Smith6612 alexandgruntz LHVWB ichwar neteater akkudreamz IonCannon218 Briganti i2006 ichwar makj111 leafypiggy nexhunter sarvar Stunna akkudreamz neteater nterror ichwar akkudreamz ichwar sarvar akkudreamz...
  13. descalzo

    JavaScript - Loading contents from one div to another

    function contentLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName('a'); for (var i = 0; i < anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute('href') && anchor.getAttribute('rel') == 'frame') {...
  14. descalzo

    MySQL server error using php calendar script

    'localhost' usually works when the mySQL server is running on the same machine as your script. Posting a snippet of code from the script where the connection is made would help. Obviously, change the username, password.
  15. descalzo

    Need Advice

    I prefer the yellow also. The blue non-bold seems to disappear, while the yellow contrasts enough with the dark background. The bold blue is a bit too 'neon' for my taste.
  16. descalzo

    Question game

    Does this mean I don't have lots of 'splainin to do?
  17. descalzo

    Guess Who Posts Next

    Well, since I am the center of the universe and I am still on Earth, close enough. I guess someone who, at least until recently, did not know who my avatar is.
  18. descalzo

    Question game

    Are you culturally deprived? Explination
  19. descalzo

    Custom Error Page for Subdomain

    Sounds like you might have a rewrite rule somewhere that looks like RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /index.html [L] which redirects all missing pages to the index. Hence Apache never thinks the page is missing, hence never uses the...
  20. descalzo

    Word Association

    Sister
Top