www.webdeveloper.com

Search:

Type: Posts; User: Troy III

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. I really don't understand what do you mean by...

    I really don't understand what do you mean by "preloading the page".
    The only thing that comes to mind is keeping the page away until it is fully loaded. This is very easy but it doesn't make any...
  2. Replies
    6
    Views
    4,344

    refreshPage = function(){location = location;}...

    refreshPage = function(){location = location;}
    onfocus = function(){if(!refreshPage.refreshed)refreshPage();onfocus=null, delete refreshPage}
  3. Replies
    2
    Views
    132

    Here is a as simple as powerful solution for your...

    Here is a as simple as powerful solution for your monthly background images.


    monthly = "january.jpg,february.jpg, . . . ,december.jpg".split(",");
    background = new Date().getMonth();...
  4. window.location=country

    window.location=country
  5. Replies
    10
    Views
    296

    and how would that help against syntactically...

    and how would that help against syntactically correct code but semantically wrong meaning of a chosen expression? nothing can guard you against your own laspus lingua.
  6. Replies
    139
    Views
    8,728

    People who liked Vectors since the beginning, had...

    People who liked Vectors since the beginning, had nothing else (to work on it), except VML and XML, because the actual SVG is nothing but a W3Cs re-branded VML. Meaning, when VML was around, - SVG...
  7. Replies
    10
    Views
    296

    ....

    ....
  8. Replies
    10
    Views
    296

    seeing this: getElementById("demo").innerHTML=...

    seeing this: getElementById("demo").innerHTML= "IT WORKS!!!";}}</script>
    First Name: ....<input type="text" id="firstname">...

    I presumed he was shorting out the illustration of his problem and...
  9. Replies
    10
    Views
    296

    What do you mean by : if (middlename == null);...

    What do you mean by :

    if (middlename == null);


    why null and what did you expect from that?!

    try to keep it simple and do

    if (!middlename);
  10. Replies
    139
    Views
    8,728

    Have you (at least) ever heard of, or worked on...

    Have you (at least) ever heard of, or worked on VML?
  11. Replies
    4
    Views
    327

    you need to describe the whole scenario, this...

    you need to describe the whole scenario, this doesn't help identify the cause. On top of that we will need to know if the behavior is consistent on all browsers.
  12. I still remember the time when tag was...

    I still remember the time when <script> tag was forbidden to appear on the document <head> completely.
    the script element was allowed on the document head only for browser sniffing code.
  13. "Say there are two text boxes on a web page. Is...

    "Say there are two text boxes on a web page. Is there a way to add a button to your browser to save those specific strings to a predetermined csv file?"
    and than post them as mail attachments to...
  14. Replies
    4
    Views
    327

    I understand but what's not working?

    I understand but what's not working?
  15. Replies
    2
    Views
    367

    here is your solution:

    here is your solution:

    <a href="javascript:editPage()" onclick=this.outerHTML="">[Edit mode]<br></a>
    click it and the link will disappear as if it never existed.
  16. free_text_span.appendChild(...

    free_text_span.appendChild( document.createTextNode(" " + freeNumberText + " ") )
    should work just fine
  17. If that is correct it would mean that all of your...

    If that is correct it would mean that all of your html code should reside in a single div or some other html element, which is not...
    you would include your modular reusable scripts in your...
  18. Replies
    4
    Views
    189

    I'm not being able to understand what are you...

    I'm not being able to understand what are you trying to make with it, or (is it) make from it?

    Never minding that;
    -using my codezz, on your sample
    I get:

    var Buffer = "02 00 01 00 02 00 43...
  19. Replies
    139
    Views
    8,728

    well, that's my boy... //others should follow!...

    well, that's my boy... //others should follow!

    Anyway, for cross-browser compatibility, you can always try my underDot platform which is faster than "document.getElementbyId", and smokes any...
  20. Replies
    139
    Views
    8,728

    It means that you'll most probably have to revise...

    It means that you'll most probably have to revise your last statement and check back your code for errors.
    p.s.: I guess "element's ID" is not being used as a "variable name", but as what it really...
  21. Replies
    139
    Views
    8,728

    Sorry to hear that, but... ...

    Sorry to hear that, but...

    <!DOCTYPE html>
    <html>

    <head>
    <title>SVG Demo</title>
    <style>
    stop.begin { stop-color:yellow; }
    stop.end { stop-color:green; }
  22. Replies
    3
    Views
    112

    Poll: Look at this code example. -analyze it -study...

    Look at this code example.
    -analyze it
    -study it and
    -learn: where, how, and why, each of them is being used...




    <!DOCTYPE html>
    <html>
  23. Replies
    4
    Views
    224

    try correcting this...

    try correcting this
    ...signComponents/disc-golf-station-logo-2.jpg" height=128 cellpadding="0" cellspacing="0"></A> </TD>

    to

    ...signComponents/disc-golf-station-logo-2.jpg" height=128...
  24. Replies
    139
    Views
    8,728

    ..and what UA does this client of yours use?! I...

    ..and what UA does this client of yours use?!
    I thought so :)

    Yeah, it can also be used as an Anchor name.
    i.e.: <a href="#mydiv">go to my div</div>
  25. Replies
    139
    Views
    8,728

    Anybody tried this? ...

    Anybody tried this?

    <!DOCTYPE native>
    <html>
    <head>
    <meta charset=utf-8>
    <title>native</title>
    </head>
    <body>
    <div id=mydiv> my div </div>
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles