Nite functions as your site's "Favorites" menu. It is activated
the instant a visitor enters your homepage and as he browses your
website and comes across a page to his liking, he can simply
bookmark and organize it in Nite. Nite closes automatically when he
exits your site and can be reactivated the next time he visits your
site when he can then simply zoom in to his favorite links.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
Please note the line in bold as you may need to change it to reflect your own relative url.
<script language="Javascript">
function openNite() {
var isNS6 = (document.getElementById&&!document.all) ? 1 : 0;
if (isNS6 == 1) {
var jav_var;
jav_var = (new java.lang.Boolean(true)).booleanValue() ;
}
this.name = "nite_parent";
nite_window = null;
nite_window=open('Niteapp/nite.html',
'nite',
'toolbar=no,status=no,width=210,height=390');
}
</script>
The above is the definition for openNite() which is a javascript function to load the file "Niteapp/nite.html" in a new browser window 210 pixels wide and 390 pixels tall.
Next, you need to embed the button in your home page which, when clicked will call openNite() to activate Nite. Find a suitable place on your page (between the <body>...</body> tags) and insert the following code:
<form>
<input type="button" value="Launch Nite" onclick="openNite()">
</form>
Configuration:
config.html
Status: freeware version: contains a link to NavSurf home page, and is
intended for non-commercial use by personal home pages.
registered version: the link is removed; may be purchased using the
online order form.
Author: Navsurf
Homepage: http://navsurf.com/nite.asp
Upload Date: August 6, 2001
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.