Hello and welcome to my b:log. I'm Remy Sharp, a developer running my own business called Left Logic out of Brighton, UK. This place will mostly concentrate on web, code, a touch of business and some other personal pieces too - all available here or as a friendly RSS feed. Enjoy!
Latest: That other global: name
Along with the likes of this
and window
there's another global variable that knocks around the browser: name
. It would typically be set when code would call window.open
- you could name the window.
Except it could also do something else rather special: persist across reloads.