- You are told some information is at the location: https://www.company.com/. The address: HTTPS://WWW.COMPANY.COM/ will work:
- Why is obfuscated Javascript common?
- How would you find out how many users were abandoning their "shopping carts" on your e-Commerce site without buying anything?
- Do browsers display HTML and CSS errors?
- How do you see other people's CSS?
- At DCU, the URL https://student.computing.dcu.ie/~mhumphrysdculab/index/ maps to the file:
- In a Web service, code that (a) accesses a database, (b) tracks mouse movements, and (c) does general calculations, should be executed on:
- You should define a class in CSS when:
- You want to embed a Google search box on your page. Which of these would you try?
- You are told some information is at the location: https://www.company.com/dir/file.html. The address: HTTPS://WWW.COMPANY.COM/DIR/FILE.HTML will work:
- At DCU, the URL https://student.computing.dcu.ie/~mhumphrysdculab/s/s/file.html contains an embedded image using HTML code: <img src="../../img.jpg">
This maps to the image file:
- Assuming there is a button with id "thebutton", what does this jQuery do?
$("#thebutton").click ( function(){ console.log ("Click here"); } );
- Which of these URI schemes is still widely used?
- Do browsers display Javascript errors?
- How do you see other people's HTML?
- Which of these is not a strategy adopted by web servers to deal with high traffic?
- We have a web page with relative links to files like: "file.html" for many different filenames.
We want to change them to absolute links to URLs like: "https://server.com/file.html"
We do a Find and Replace of what form?
- Which of these is true?
- On the DCU web server, the URL: https://student.computing.dcu.ie/mhumphrysdculab/ maps to:
- Browser caching can cause trouble for Web developers when: