Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. that is practically the same thing, only put inside a function.LG
  2. yep that was it.thank you sooo much!LG
  3. yea maybe I should do that. but still I'd like to get the first problem sorted out...
  4. I have IE6, but I also have a wireless cable internet connection, so maybe it just loads fast because of that.LG
  5. Little Goat

    \n\r problems

    Hi, I have a script I wrote to log information about people when they come to my site. it writes these logs to a file. I have tried making a new line with \n and \n\r and when I open the text file with both methods, it just shows a little box instead of a new line. how would I fix this?LGEdit: also, do you think it would be better to use SQL, or just a text file? I have to access the files later so a file might have advantages.
  6. what.net? asp? what .net's are there?LG
  7. yes, just do this in the body: <script type="text/javascript" src="yourscript.js"></script> I don't think that would be bad practice...LG
  8. um, can you post code? link?this topic might help: http://w3schools.invisionzone.com/index.php?showtopic=3692
  9. yea, do I ever view things in any other browser? :)LG
  10. hey justsomeguy, thanks for putting that script on here! I adapted it to make an image of the output of a counter script: <?php$text=include("hits.php");$im = @imagecreatetruecolor(10*strlen($text)+10,25); /*or die("Cannot Initialize new GD image stream");*/$text_color = imagecolorallocate($im, 233, 14, 91);imagestring($im, 5, 5, 5, $text, $text_color);header ("Content-type: image/png");imagepng($im);imagedestroy($im);?>
  11. Xampp is also a nice install and run package... like easyphp:http://www.apachefriends.org/en/xampp.htmlLG
  12. I tried it and it seems fine for me...LG
  13. did you try overflow:hidden; ?LG
  14. I think yours looks good, I'll definately pay it a visit when it's finished. is it up yet?LG
  15. Little Goat

    XAMPP

    ok, thanx.LG
  16. top.frames[0].getElementById(sdivid)change the zero to access diferent frames: 0=first 1=second...LG
  17. Little Goat

    XAMPP

    hi, I just downloaded XAMPP to see if it worked better than EasyPHP.one problem, which folder is the root folder? I mean easyPHP hs the www folder, but I can't find that on XAMPP. Can anyone help me?thnx, LG
  18. but that is not an option!LG
  19. another advantage of IE.LG
  20. not familiar with that host...couldn't you just change the paths(take off the www.)?LG
  21. I don't remember that, what PM? well, anyway, I know a little about the server side languages, I just was wondering if there was any advantage of learning more than one. thanx, both of you, I don't think there are an abundance of people who wan't JSP, so maybe I'll just stick to the PHP. anyway thnx again.LG
  22. well I for one think it is worth it. Q. why not just use a site builder or something? A. a site builder can't tell you what's wrong if your site doesn't look right, or if there is an error.that takes care of the site builder competition...probably the next thing you should do is learn Javascript, sharpen up on your CSS, and upgrade from HTML to XHTML.LG
  23. is there any reason for me to learn multiple server side languages?I pretty much know PHP, and I am learning java.(not javascript) is there any reason for me to do JSP?LG
  24. um, there are a few ways...maybe CSS? background: url(yourpicturesurl.jpg);of course you need a picture too...LG
  25. the htpasswd wouldnt be too hard, I foun a good generator: http://www.tools.dynamicdrive.com/password/LG
×
×
  • Create New...