Detect Browser Bars Visibility with JavaScript

It’s one thing to know about what’s in the browser document, it’s another to have insight as to the user’s browser itself. We’ve gotten past detecting which browser the user is using, and we’re now into knowing what pieces of the browser UI users are seeing. Browsers provide window.personalbar, window.locationbar, and window.menubar properties, with the shape of { visible : /*boolean*/} as its value: if(window.personalbar.visible || window.locationbar.visible || window.menubar.visible) { console.log("Please hide your personal, location, and menubar for maximum screen space"); } What would you use these properties for? Maybe providing a warning to users... more →
Posted in: JavaScript

‘App mapping’ gives enterprises improved visibility into systems – BetaNews

BetaNews 'App mapping' gives enterprises improved visibility into systemsBetaNewsIt uses an 'app mapping' technique to allow DevOps teams to gain complete visibility into all their services and their dependencies, with no code changes required. It automatically discovers every Docker container, Kubernetes pod, host and service …and more » map app – Google News… more →
Posted in: Interactive Maps