Rambles of Ev
  • Home
  • About
  • Search

java

A collection of 2 posts
java

CodeLifter.com - JavaScript - Bring Window To Front Periodically

You can use a timer to call self.focus() for this, that is triggered whenever the window loses focus by detecting the onblur event. Add onBlur=”setTimeout(‘self.focus()’,500)” to the window’s body tag, like this: > <body onBlur=”setTimeout(‘self.focus()’,500)”> The 500 is
13 Aug 2009
Debian

How to Install Sun Java on Debian

Quick Guide If you are fairly confident and don’t want to read the whole document the following summary should probably be enough to get java working on your system. Lines 1 and 3 are preformed as root line 2 as a standard user. apt-get install java-package fakeroot make-jpkg <
03 Jun 2009 6 min read
Page 1 of 1
Rambles of Ev © 2026
Powered by Ghost