difference between Web Container and Web Browser - browser

What are the differences between two of them exactly?
also, I can't get their concepts.
I googled it, but couldn't find any web page which can tell the difference.
Anyone can help me understand these things?

Related

fixing "Protocol-Relative Resource Links"

I'm a WordPress website designer. I'm not a programmer. I'm trying to fix some security/SEO issues with a website.
I ran a diagnostic test on a website and one of the things I'm trying to fix is a security issue on "protocol-relative resource links". This is how the program tells me to fix it: "Update any resource links to be absolute links including the scheme (HTTPS) to avoid security and performance issues."
I have googled everything I can think of and I think I have found a way to fix it, but it is going to mean going through 177 pages of the websites code and finding the specific links and fixing them each individually. That is because they are not image links or bigger links like that, but they are obscure links like font links. The only way I've been able to find them is through the source code (I think that's what it's called.) As far as I know they all unique links so I can't do search and replace and even if I could I don't know what links need to be replaced.
Here is the description of the problem that was given to me: "URLs that load resources such as images, JavaScript and CSS using protocol-relative links. A protocol-relative link is simply a link to a URL without specifying the scheme (for example, //screamingfrog.co.uk). It helps save developers time from having to specify the protocol and lets the browser determine it based upon the current connection to the resource. However, this technique is now an anti-pattern with HTTPS everywhere, and can expose some sites to 'man in the middle' compromises and performance issues"
I am self-taught and know basically no code or programming languages, so I need basic beginner help if possible. Links to tutorials are welcome. I'm trying to find a quicker way to solve this problem or at least have it confirmed that this is the way I'll have to do it. Thank you for any help you are able to give!

Pagespeed Insiqhts: Since the new PSI, It won't analyze my website - just runs for hours

Since the switch to the new Pagespeed Insights, I haven't been able to get it to analyze my site. It just runs forever.
I am not a programmer, I've managed to put this website together with wishes and scotch tape. Any advice would be appreciated. I know I can use GT Metrix as well but I'd like to know what's wrong.
If I'm asking in the wrong place, can you kindly direct me to where I can get some help?
My website is: https://agrandromance.com
Thanks.

Is there a way to deploy my app on a hosted platform?

Dear Stackoverflow people,
I am facing the following problem:
For an internship in a company I have created a leaflet map with several custom features such as custom popups, markerstyle etc. The thing is, in the end they are supposed to manage the whole thing. Since they don´t know anything about code they asked for the easiest possible way for them to add data to the map.
So I came across the serverside tutorial by CodingTrain using Node.js and thought its perfect for me. Now I created basically a webform that takes up all information, converts it into a geoJSON feature, stores it in a database and sends it to the map to be displayed, great easy GUI to add new features...
Now comes the bummer which I didnt know would be a problem: The website is on a hosted service called Bitrix. I uploaded my project and it does not recognize the routes and cant write to the database or anything. I actually dont know whether I can run node on this platform?
I had the idea to launch the whole thing on a Service like Heroku or Glitch and just take the map from there and include it into the other website via an Iframe or something like that. Do you guys think thats feasible? Are there any other better ways?
Sorry for my obvious cluelessness but I´m completely new to serverside programming and thought I´d found an easy way out... I am grateful for any kind of suggestions or help!

E-shop creation from scratch

I want to get familiar with web development, so I decided to create an e-shop website, just for practice. Are there any guidelines on how to get started?
Oh there's a log way to go.
First you'll need to learn some html and css. In my opinion http://www.w3schools.com/ it's a good site to get started but there are many other good tutorials out there.
Then javascript it would be the next step, trying to set some events etc. You can find some help at w3schools or here www.tutorialspoint.com/javascript/
Then you surely need to learn php, manage a database and so on. You can also learn that in the sites I already put the link to.
Good luck and have fun.

How can I make the 500.ejs page appear for all server errors?

How can I can make 500.ejs page appear across server failures, not only when I run "res.serverError (err);".
I appreciate the help you provide me, I've searched on the official documentation and can not find anything useful.

Resources