www.webdeveloper.com

Search:

Type: Posts; User: Mr Initial Man

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    3,277

    Holy thread necromancy, Batman! 6+ years old and...

    Holy thread necromancy, Batman! 6+ years old and resolved to boot!
  2. Can PHP detect a referrer of another protocol?

    I know you can do something like "$_server['HTTP_REFERER];" and get the website that the referring link was in. But what if you're using a different protocol What I am trying to do is have a MySQL...
  3. Replies
    0
    Views
    504

    $_server['furc_referer'];

    What I am trying to do is get PHP to detect when a link was clicked from the Furcadia client (which uses the furc:// protocol) instead of a URL being entered directly or someone clicking on a link in...
  4. Do you ever "cheat" when creating a personal webpage?

    I've been working on a webpage where I can update a DragonSpeak Line "search engine", and, to be honest, it uses frames--frequently. I've been wondering if any of you have had a webpage that stays...
  5. Thing is, I never found framesets complicated--to...

    Thing is, I never found framesets complicated--to me, they were really straightforward.
  6. I dedicate but ONE chapter to frames in my book;...

    I dedicate but ONE chapter to frames in my book; and I figured it was only fair to let the readers know what frames were all about.
  7. I used framesets for YEARS; heck, I still use...

    I used framesets for YEARS; heck, I still use them in certain applications.



    I'm assuming you mean "HTML". I'm doing a tutorial on HTML, and I figured I should include them.




    Why were...
  8. Replies
    3
    Views
    375

    You're missing the point of what I was asking. ...

    You're missing the point of what I was asking. I'm asking if a frames page, using the XHTML 1.0 Frameset doctype and with a file extension of .xhtml, .xht, or .xml would work properly. So far as I...
  9. HTML Fact-Check please (deals with frames)

    Reasonably accurate?
  10. Replies
    3
    Views
    375

    Frames, and XHTML as XHTML

    If a webpage was served AS XHTML, did frames ever work? So far as I can tell, what's supposed to open up in one of the "panes" is opening up in a new window instead. Just experimenting with...
  11. Thread: Avatars

    by Mr Initial Man
    Replies
    2,679
    Views
    534,659

    I use this in my favorite MMO, I may as well use...

    I use this in my favorite MMO, I may as well use it here. :)
  12. The most ______ you have ever encountered in a computer language.

    I thought I'd start a little conversation about various programming languages we have used and mention some extremes associated with them. I'll start off with mine:

    Language: DragonSpeak...
  13. Replies
    139
    Views
    8,906

    Because when I started getting into valid code...

    Because when I started getting into valid code (never mind anything other than HTML), SVG was already around.
  14. Replies
    139
    Views
    8,906

    Heard of it, but never worked with it. I was...

    Heard of it, but never worked with it. I was into SVG.
  15. Replies
    139
    Views
    8,906

    I would--I have made SVG websites, given XHTML...

    I would--I have made SVG websites, given XHTML pages .xml extensions, and, for the giggles, created webpages using custom XML languages, interpreted via XSLT.
  16. Replies
    139
    Views
    8,906

    The element's ID can only be directly used as a...

    The element's ID can only be directly used as a declared public reference in a .html or .xhtml file. If it is used in a file with any other markup extension (.xml, .svg), then this means of...
  17. Replies
    139
    Views
    8,906

    UPDATE: Using an element's ID as a variable name...

    UPDATE: Using an element's ID as a variable name doesn't work with SVG.
  18. Replies
    139
    Views
    8,906

    To paraphrase the W3C validator's response: ...

    To paraphrase the W3C validator's response: "Puke".

    That being said, I just learned something new: that one can use the ID attribute as a variable name. Thank you very much. (Also works in...
  19. Replies
    3
    Views
    864

    Develop a webgame using XHTML, SVG, CSS, and...

    Develop a webgame using XHTML, SVG, CSS, and JavaScript.
  20. Thread: Avatars

    by Mr Initial Man
    Replies
    2,679
    Views
    534,659

    Speaking of what my avatar celebrates, I did a...

    Speaking of what my avatar celebrates, I did a bit of cheating on one site. Floats were being an utter pain in the rear, so I used a table for part of my layout--one row, two cells, and a bit of CSS...
  21. Sticky: Here's a webpage using CSS3--specifically, HSL...

    Here's a webpage using CSS3--specifically, HSL coloring. (However, it's in XHTML 1.1 + MathML 2.0 + SVG 1.1)

    http://www.mrinitialman.com/BookDemo/Extras/Colours/hsl.xhtml
  22. Sticky: http://sheepmaster.zzl.org/ HTML5 elements...

    http://sheepmaster.zzl.org/

    HTML5 elements used: well, if the DOCTYPE's an element...
  23. Replies
    12
    Views
    1,405

    And BOY did that come in handy for scripting.

    And BOY did that come in handy for scripting.
  24. Replies
    12
    Views
    1,405

    I honestly think XHTML 2.0 might have gotten...

    I honestly think XHTML 2.0 might have gotten somewhere--not far, perhaps, but SOMEWHERE if Internet Explorer had supported XHTML. Alas.
  25. Replies
    12
    Views
    1,405

    XHTML is only "obsolete" because Internet...

    XHTML is only "obsolete" because Internet Explorer dropped the ball. XHTML 1.x was great to work with (never got to work with XHTML 2.0, sadly).

    A lot of web developers whined that the error...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles