Jump to content

FrankieGTH

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by FrankieGTH

  1. Large news journals nowadays have a website, an Android app and an iOS app. That means that they will store their news stories in some sort of universal storage language. Would they all use XML, or are there alternatives? I'm assuming they are not using tabular databases, and that apps cannot read/render HTML.  

  2. I'd say: could you clarify the question, because it doesn't make any sense to me? And could you give it a proper title, so that folks can see from it whether it would be a problem that they could help with?

  3. Hi,

    I had a function in which I forgot to declare the ID of an element that played an important role in it. But the function still worked, without any console error reports; I saw the omission only today.  At first  I almost didn't believe it, but the demo linked from https://www.w3schools.com/jsref/prop_html_id.asp confirmed it. If you change that function to

    function displayResult() {
        myHeader.innerHTML = "Have a nice day!";
    }

    it works just as well. That raises a few questions:

    1. Since when is that?
    2. How about browser support?
    3. Does W3Schools mention that anywhere and if not, why not?
  4. I think you have folks have an awesome site. I frequently refer learners to it. But there is a matter that I would definitely improve: differentiate between IE and Edge when it comes to browser support. For example on https://www.w3schools.com/tags/att_input_type.asp

    There are many differences between the two browsers on that issue. See https://caniuse.com/#search=input type 

    And that's just one example. In CSS3, there plenty differences as well. Windows 7, which doesn't accept Edge, is still widely used in the corporate world, and that is going to remain for quite a while. So those users should be regarded as critical users for web developers. 

×
×
  • Create New...