Recent content by goofymcdooperface

  1. G

    Problem's with plug in download

    I'm trying to add a plugin called Magic Actions for YouTube to Chrome but everytime I click the button to download it a popup comes up saying "network error"
  2. G

    Why doesn't this work

    <doctype! html> <html> <title> My test "game" </title> <body> <script> function Myfunction() var x = prompt(" whats is your age?."); if (x <13) { alert.("You may play the game but i take no response ability"); } else { alert.("You are old enough to play ...
  3. G

    Substrings help ..

    Thank you so much !!!
  4. G

    Substrings help ..

    so today in CS class we where told by our teacher to go on the website known as codeacademy.com and do our home work on there and our home work was to get up to lesson 22 on java in lesson 22 they ask us to create a substring and i did that but for some reason it tells me that there is...
  5. G

    please explain Base 16

    So today in Computer science we where learning about binary code. and the teacher taught us Base 2 but he also mentioned base 16 . what I'm wondering is how does it work does it go like this 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 10 and keep repeating or does it go like 1 2 3 4 5 6 7 8 9 10 11...