Slashdot Mirror


User: ecktech

ecktech's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. convenience? on Unreasonable Searches When Going to Work? · · Score: 1

    We all agree trading liberty for security gives you neither, but trading security for convenience? That's absurd!

  2. More information from HTML file... on Survivor Winner Revealed By Bad Web Site Coding? · · Score: 3

    Here is some text from the HTML file for that main page... this is the scripted part that caches the images for the players (for mouseovers, I suppose). Take notice of the order of the names, even though it doesn't perfectly work out:

    if (document.images) {
    // on states
    gervaseon = new Image(); gervaseon.src = "/network/tvshows/mini/survivor/show/images/gervas eR.gif";
    gervaseoff = new Image(); gervaseoff.src = "/network/tvshows/mini/survivor/show/images/gervas eB.gif";

    jennaon = new Image(); jennaon.src = "/network/tvshows/mini/survivor/show/images/jennaR .gif";
    jennaoff = new Image(); jennaoff.src = "/network/tvshows/mini/survivor/show/images/jennaB .gif";

    rudyon = new Image(); rudyon.src = "/network/tvshows/mini/survivor/show/images/rudyR. gif";
    rudyoff = new Image(); rudyoff.src = "/network/tvshows/mini/survivor/show/images/rudyB. gif";

    richardon = new Image(); richardon.src = "/network/tvshows/mini/survivor/show/images/richar dR.gif";
    richardoff = new Image(); richardoff.src = "/network/tvshows/mini/survivor/show/images/richar dB.gif";

    gregon = new Image(); gregon.src = "/network/tvshows/mini/survivor/show/images/gregR. gif";
    gregoff = new Image(); gregoff.src = "/network/tvshows/mini/survivor/show/images/gregB. gif";

    seanon = new Image(); seanon.src = "/network/tvshows/mini/survivor/show/images/seanR. gif";
    seanoff = new Image(); seanoff.src = "/network/tvshows/mini/survivor/show/images/seanB. gif";

    gretchenon = new Image(); gretchenon.src = "/network/tvshows/mini/survivor/show/images/gretch enR.gif";
    gretchenoff = new Image(); gretchenoff.src = "/network/tvshows/mini/survivor/show/images/gretch enB.gif";

    susanon = new Image(); susanon.src = "/network/tvshows/mini/survivor/show/images/susanR .gif";
    susanoff = new Image(); susanoff.src = "/network/tvshows/mini/survivor/show/images/susanB .gif";

    colleenon = new Image(); colleenon.src = "/network/tvshows/mini/survivor/show/images/collee nR.gif";
    colleenoff = new Image(); colleenoff.src = "/network/tvshows/mini/survivor/show/images/collee nB.gif";

    kellyon = new Image(); kellyon.src = "/network/tvshows/mini/survivor/show/images/kellyR .gif";
    kellyoff = new Image(); kellyoff.src = "/network/tvshows/mini/survivor/show/images/kellyB .gif";

    joelon = new Image(); joelon.src = "/network/tvshows/mini/survivor/show/images/joelR. gif";
    joeloff = new Image(); joeloff.src = "/network/tvshows/mini/survivor/show/images/joelB. gif";

    dirkon = new Image(); dirkon.src = "/network/tvshows/mini/survivor/show/images/dirkR. gif";
    dirkoff = new Image(); dirkoff.src = "/network/tvshows/mini/survivor/show/images/dirkB. gif";

    ramonaon = new Image(); ramonaon.src = "/network/tvshows/mini/survivor/show/images/ramona R.gif";
    ramonaoff = new Image(); ramonaoff.src = "/network/tvshows/mini/survivor/show/images/ramona B.gif";

    staceyon = new Image(); staceyon.src = "/network/tvshows/mini/survivor/show/images/stacey R.gif";
    staceyoff = new Image(); staceyoff.src = "/network/tvshows/mini/survivor/show/images/stacey B.gif";

    bbon = new Image(); bbon.src = "/network/tvshows/mini/survivor/show/images/bbR.gi f";
    bboff = new Image(); bboff.src = "/network/tvshows/mini/survivor/show/images/bbB.gi f";

    sonjaon = new Image(); sonjaon.src = "/network/tvshows/mini/survivor/show/images/sonjaR .gif";
    sonjaoff = new Image(); sonjaoff.src = "/network/tvshows/mini/survivor/show/images/sonjaB .gif";

    }