Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Google

Journal Journal: Gmail bookmarklet

So. I made my first "bookmarklet" (a piece of javascript that you use as a bookmark).

This piece of code opens up Gmail in a new window with no menu,status, or location bar.

javascript:void(gmail_link=window.open('https://gmail.google.com/gmail', '_blank', 'width=640, height=480, resizable=yes, scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, copyhistory=no')); gmail_link.focus(); window.focus(); gmail_link.focus();

Java

Journal Journal: Yes Clock

I would really like to own a Yes Watch some day. Until then, I have the Java Yes Clock I'm going to put the Java Applet on my webpage soon.

User Journal

Journal Journal: Blue Mars Ambient Streams

http://bluemars.org/

My friend Adam will play the Cryrosleep stream on several computers in the same room, changing the pitch and volume from computer to computer. Naturaly, the stream is never in sync on any of the machines.

Makes for a very cool sound.

Slashdot Top Deals

Dinosaurs aren't extinct. They've just learned to hide in the trees.

Working...