Top "Window" questions

In computer science a window is a graphical interface to let a user interact with a program.

Get viewport/window height in ReactJS

How do I get the viewport height in ReactJS? In normal JavaScript I use window.innerHeight() but using ReactJS, I'm …

javascript reactjs window viewport
location.host vs location.hostname and cross-browser compatibility?

Which one of these is the most effective vs checking if the user agent is accessing via the correct domain. …

javascript html window location host
How to make HTML open a hyperlink in another window or tab?

This is a line for a hyperlink in HTML: <a href="http://www.starfall.com/">Starfall</a&…

html window hyperlink
How to terminate a window in tmux?

How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix.

window tmux
When to use window.opener / window.parent / window.top

In JavaScript when to use window.opener / window.parent / window.top ?

javascript window
Open button in new window?

How would I go about making the button open in a new window, emulating "a href, target = _blank"? I currently …

javascript html button window new-operator
How do I insert a JPEG image into a python Tkinter window?

How do I insert a JPEG image into a Python 2.7 Tkinter window? What is wrong with the following code? The …

python image tkinter window jpeg
JavaScript - Get Browser Height

I am looking for a code snippet to get the height of the viewable area within a browser window. I …

javascript window height
Fastest way(s) to move the cursor on a terminal command line?

What is the best way to move around on a given very long command line in the terminal? Say I …

bash terminal window
How do I handle the window close event in Tkinter?

How do I handle the window close event (user clicking the 'X' button) in a Python Tkinter program?

python events tkinter window