Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged DIG252

Rss Feed Group items tagged

Vernon Fowler

- HTML | MDN - 1 views

  • If this attribute is absent, the script is treated as JavaScript.
  • The defer attribute shouldn't be used on scripts that don't have the src attribute.
  • defer This Boolean attribute is set to indicate to a browser that the script is meant to be executed after the document has been parsed.
Vernon Fowler

How to make whitespace work on the Web | Webdesigner Depot - 8 views

Vernon Fowler

Understanding Progressive Enhancement · An A List Apart Article - 8 views

Vernon Fowler

Progressive Enhancement with JavaScript · An A List Apart Article - 8 views

  •  
    Jual Visitor Web Perbanyak Traffic Visitor Tingkatkan Pengunjung Web https://diigo.com/0exbcn #JualVisitorWeb JasaTrafficVisitor #JualJasaVisitor
Vernon Fowler

Why relative URLs should be forbidden for web developers * Yoast - 12 views

  • Relative URLs are often used because developers have a test environment on another hostname and it makes it easy for them to move stuff between their test environment and their live environment.
  • The useful cases are when it’s used inside JavaScript or CSS, so files are served over the same protocol as the current page, especially because when you’re on a https URL, serving anything over http basically breaks the security.
  • Using protocol relative URLs within links or canonical URLs is a very bad idea though, because you can still have duplicate content issues between http and https versions of a website.
  • ...1 more annotation...
  • Twitter’s issue could be rather easily resolved, as we’ve discussed, by using proper absolute URLs everywhere in their code. There are no real good arguments against not doing that.
  • ...1 more comment...
  •  
    I agree
  •  
    I don't understand the issue. web developers have to use relative url's and it is best practice. If it's a protocol issue, it's common knowledge to use the double slash (//) in front of the url. Problem solved.
1 - 9 of 9
Showing 20 items per page