Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. so these are alternatives to Javascript and VBscript?
  2. I'm thinking about learning ASP or ASP.net and I was wondering, is it a big help to know VBscript first, and do I need to learn it? I know a fairly good amount in Javascript, but I've heard that it isn't as good.thanks.
  3. I would say yes.unless you are the worlds slowest learner, which you probably aren't.
  4. oh, I just noticed this thread. I like the Idea of a forum or blog Software.anyway, count me in.EDIT: also, one thing to think about with one of those; the (x)html/CSS people will have a hard time doing thier part until the graphics people are done, and the Server Side Language people will have to add in all the HTML generation AFTER the html people are done, so mayb we could have different teams start at different times.
  5. you use regular expressions to return <a> tags, then use the preg_match_all function, I think.after that, you store them in an array or file or something, and then use file_get_contents to all the locations in the array.
  6. just use a form that automatically submits to the same place the other form submits using javascript, and fill in the correct values using php.
  7. I've never had a fish. I had a salamander that we found on or porch once, though.
  8. check out this:http://www.phpclasses.org/browse/package/922.html
  9. so you want ASCII files only, and no Binary files?the mime_content_type function to the rescue:http://us2.php.net/manual/en/function.mime-content-type.php
  10. so you store the filename in a variable, explode it by the period and take the last element of the array, and you'll see what the extension is.
  11. I agree, we should have a different theme, but why don't you just help design it if you want to have it a certain way?How about the Galactic Empire skin? (JK)LG
  12. oh, sorry. I guess I didn't read your post closely enough.
  13. actually, it is done with php. here is a post that deals with the bbcode, and you can o something similar for smileys.
  14. that is sending the output. you must have no output before the cookie statement, including echos, print()s and stuff in between the php segments. if possible, move the cookie statement to before all those, or take them out.
  15. it might be because GET automatically converts everything to strings. it should match anyway, I'm not sure wy it wont.
  16. take the quotes out, or put curly brackets {} around the variable.
  17. if we do get that, people might register twice just to give themselves higher ranking.
  18. there's a list for you.
  19. Little Goat

    Forums?

    I am also trying to build one right now. interesting to see that so many people are doing that.
  20. yea. all you would need to do is type java script:document.write(getElementsByTagName('html').innerhtml) in the address bar and view generated source in Opera or FF.
  21. Little Goat

    Wonky text!

    use the css min-width property.http://www.w3schools.com/css/pr_dim_min-width.asp
  22. Little Goat

    PHP5 on IIS6

    I've heard that you must copy the extensions into the base php folder to use them. I may be wrong though.Did you make sure the extension is in the \ext folder?
  23. yea, I've never been terribly good at it. I might get the new book that just came out though.
  24. I like the Try-it-yourself examples.
  25. is that a game creation program? no, I don't think I have. what's the website?
×
×
  • Create New...