Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. 666? *gasp* I said it! Oh noes. Whats gonna happen? Lol. 6 is the first perfect number because I said so
  2. Well, on the nominations page the menu like folds.. the end two links go under the middle ones, making a box.
  3. I just looked at some source code and figured out somehow that it was html.. and so I googled it for like 5 days until I found davesite.com. I learned basic HTML from there about a year and a half ago, but around september I had a tech class in school and we were making websites, so I pulled out my knowledge of HTML, but I made really bad things. So I started learning it more and better, then I was wondering how games were made so I asked around for a month or two until someone said "php". That word changed my life . I did the same thing for php as I did with html, google it til I found the zend beginner guide to php, learned the basics and I have just advanced to here! All thanks to google, no classes.
  4. Well, on the nominations page the navigation kind of shrinks into a square, is this supposed to happen? Cause I dont like that very much. But the bio's are nice..And yea its pretty boring.
  5. Oh whats the other site? Maybe they use C or Java?
  6. It sounds like it wont.. Maybe you have the things in the wrong order.. I havent used the mail function in a while though.
  7. well, it looks like you never really send it rofl. Try putting the mail function inside the if.. also in the if statement like it is..
  8. True, could they use like the javascript print page function and store it into a variable or something then just stick it in there server for that time..?How exactly do they do it though, I would like to know..
  9. Yea littlegoat, it doesnt work in IE either, says some stupid error like doucment.getElementById is null or not an object.. but I cant fix it from where im at .
  10. You know.. I just posted this. Check out my topic, I even posted the compltee code for it . Just ask if you need the db structure..http://w3schools.invisionzone.com/index.php?showtopic=6188
  11. I do beleive that would just create new sections of the array.. I cant wait til you get this out . Oh yeah, your thumbnail thing is plausible. Check out http://whois.sc and type in any website. It will show a little thumbnail off to the side.. I wonder how they do it though!
  12. Well, it may not seem obvious to you but it is extremly obvious to me. You have your variables mixed up..$Name = $_POST['fieldname'];Name: $fieldname\nSo you accidently took the form names and used them as variables, so just remove the 'field' section and it should work great.. just remember that variables dont change names lol.
  13. Its missing.. some content. its like the page is empty, everything looks great except the entire thing only takes up half o the page lol.Also, try some different fonts. times new roman isnt the best. I use verdana on my site, try that one out.
  14. Well, cool lol. But I still want to learn how to use these to do awesome things . Ill google it.. But links and stuff apreciated!
  15. Guess what, I just lost my train of though . Give me a minute to think of what I was going to say lol.
  16. Yea, it just randomly started doing that. I even gave it to another website to try out (it improved the chat) and theres works that way.. Its odd.
  17. Well, I have heard so much stuff about linux shells and other types of shells but ive no clude how to use them! Can you guys post some links to tutorials explaining shells to a newb, and also some tuts on how to use them and stuff. The one thing I know how to do on the windows command line is see your ip lol. (type ipconfig lol).Ive also seen someone using one to like change ip address and change things on your computer. I just would like to know how to use shells.
  18. yea reverend.. I meant to say something about it but I didnt get to. I love 'The Dude' (Ownage) Rock on Big Lebowski! One of my fav all time moves. They say the f word I think about 300-400 times at least in that movie . Buy it..
  19. Okay, both your way are diff. from mine..
  20. Bags, the iframe includes an entirely different file into the page.. in the iframe you will see href="url" or src="url", just use the url in there. if it says indx.htm go to that specific page..
  21. It wouldnt be a .txt, you need to open either a ftp or a filemanager to open and edit it..
  22. its not in the bottom left for me.. its centered. anyways, they use an iframe in this so you will need to find the page that actually includes the script, then open it to edit it and scroll down to around the bottom and somewhere it will have what you want to change, so just edit it. (Dont edit any of the tags, (things with < and > around them)).
  23. you kidding me.. If you would look at the script right above where the chat is you would see this:<scipt href="includes/ajax.js" language="javascript"></script>Lol, maybe that will hit you. little goat, what exactly do you mean?
  24. Umm.. yea sure. Mind providing a link so we can actually see what your talking about? Then maybe we can start helping lol.
  25. I know this may sound stupid and I dont feel like googling atm, but how woujld you use the css style thing in javascript to define a url of an image? Heres what I tried, but im guessing you still have to use the url() declaration since it is still css. div.style.background-image = 'http://domain.com/image.png';.So to you javascript gurus what do I do to get this to work?
×
×
  • Create New...