Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. I see, I really liked this picture:http://antwrp.gsfc.nasa.gov/apod/image/061...casado_full.jpgThis person took 1 minute exposures 30 times. Its of a meteor shower. They are stretched because each picture was taken over 1 minute, and 30 of those were taken and stuck together. An its rounded because its through a fish eye lens. -- My brother likes photography .
  2. It depends, you need to download the asp stuff so you can use it on the server. And set it up, etc.. Plus less and less people are using asp. The biggest server side language right now is PHP. So you would be better off using that, you would have alot more support (especially here at this forum, not too many people use ASP). And any server side language can connect with any database. Its your choice, I would say go with PHP. But whatever you want!
  3. Was it, why didn't you ask the mods? Don't complain. I have yet to se any chanegs to the site. So im guessing he isn't listening?
  4. What in the heck are those for? Some of those pics are all right, but whats that have to do with this discussion .
  5. I would have to say no. Why would you want it that way anyways?
  6. Nice to meet you all! I like the cow.
  7. Thats because your making it do math to add "" and "hi" together. Would you please write the equation for this? Just replace the + with a ".".
  8. Ohh, so you want the background of your shortcut icon to be transparent? Its not on windows vista? Try a gif and in cs 2 use the magic background eraser. Say if that works. BTW, send me CS 2 , I only have elements 2 0.o
  9. It is a docking station. My mom has one for her work. All of the cables are set in place on this little metal table thing and you hook those up regularly to printer and power etc.. You can just put the keyboard on to, then you take a laptop set it on the table and push it back in so all of the cables are hooked up to the computer.
  10. ok, it said it was real. I didnt think it was real at first. If you look at it it doesnt look real at all. Although it said it was found in recent months. Nice pictures!
  11. Indead it is, you can just do /directory/directory/page.php and it will work. So the root is / .
  12. reportingsjr

    GET Variable

    Simply make the get like this: ?contact=person. Then on the form make this:<input readonly="readonly" type="text" value="<?php echo $_GET['contact']; ?>" name="contact" />that makes it so when the person clicks the picture it will have the contactee in the field but it cant be edited..
  13. I know a lot about space. I read a lot. Just keep it that way! I found some rather large forums on space. bautforums.com check them out!
  14. No, not really. I just like it because of the amazing things it an produce. I wish I could explore it though..I like pulsars to, they are pretty much gigantic natural strobe lights. They flash light out extremely fast. here are pictures of a few:^^^Thats in the crab nebula.I really like the above pulsar, it is a real image although it may not look like it. What researchers think has happened is the blue thing is the pulsar and it is brand new, and it is "eating" a companion star, thats the red thing and the swirly stuff around it is itself and that stuff is getting sucked up by the pulsar. Cool! Just to realize how fast it spins here is a quote: "The pulsar in question, called J1740-5340, spins 274 times a second." 0.0 that is about once every 4 milliseconds!!That one is purtey!
  15. Actually ajax is pretty much the same. The difference is what language the page it fetches from is. You send the response to the page, the response comes back (only html) and you use document.write or innerHTML to put the response somewhere. I don't see how it is different.
  16. Yes, I think that is what he wants. "SELECT `username` FROM `user_info`" then do anything like regular!
  17. Nope! It wont work in a textarea, the newline character may. Try \n and see if it works.
  18. err, that would make something like document.php into documentdocument. So.... err
  19. ssl means the data that is sent over the internet socket will be encrypted, this is so no one like the government/hackers can tap into the line and see what you are send. Anonymous is so you can access ftp without a user name and password. People usually use it to allow people to download files.SSL stands for Secure Socket Layer I think.. I think. You will notice it on webpages sometimes. The url will change from http://blah to https://blah. Also in firefox the address bar turns into a yellowish color.
  20. Space really interests me to.. I really like it! I don't know why...
  21. No, if you g to word and hit the paragraph button it will change all spaces into periods. Not pre, that just doesnt change spaces to nothing. If you want to do it using php use this: $codeSnippet = str_replace(" ", ".", $codeSnippet);print "<textarea name='display' cols='40' rows='6'>" . $codeSnippet . "</textarea>"; and it will be done!
  22. You sound like me! Maybe we are twins.. :)My school doesn't do anything for computer programing and such, except for an AP class, ap means college pretty much. You have to be in like advanced math or some crap. Meh, I've gotten this far I think I can go further by myself..
  23. upload .ico file to site. add <link rel="SHORTCUT ICON" href="http://yourdomain.com/favicon.ico"> to site, where the href="blah" is the link to your .ico file.
  24. Yes, they are everyones friends but other search engines... Im looking at the astronomy picture of the day, the archive is just amazing!
×
×
  • Create New...