Topic: LOL, Something for the stargate fans...  (Read 5173 times)

0 Members and 1 Guest are viewing this topic.

Offline Sirgod

  • Whooot Master Cattle Baron
  • Global Moderator
  • Vice Admiral
  • *
  • Posts: 27836
  • Gender: Male
LOL, Something for the stargate fans...
« on: March 24, 2008, 05:48:44 pm »
http://thedailywtf.com/Articles/Stargate-Code-of-the-Replicators.aspx

Code: [Select]
    1. <script language="JavaScript"> 
   2. function go() { 
   3.     var curOption = document.theForm.region.options[document.theForm.region.selectedIndex]; 
   4.     if (curOption.value) { 
   5.         if (curOption.value != "default") { 
   6.             window.location.href = curOption.value; 
   7.         } 
   8.     } 
   9. } 
  10.         function fn_tour2(ln, seg, client, sessionid)   
  11.         {   
  12.             x = window.screen.width;   
  13.             y = window.screen.height;   
  14.             w = 800; 
  15.             h = 520; 
  16.             moveX=(x/2)-w/2;   
  17.             moveY=(y/2)-h/2;   
  18.             window.open('/oec/avatar/estatements/welcome_00.html?ln=' + ln + '&seg=' + seg + '&client=' + client + '&sessionid=' + sessionid,'RCB','width=' + w + ',height=' + h + ',status=0,left='+ moveX +',top=' + moveY + ',screenX=' + moveX + ',screenY=' + moveY + ',scrollbars=no' + ',resizable=no'); 
  19.         }   
  20.         function fn_tour3(ln, seg, client, sessionid)   
  21.         {   
  22.             x = window.screen.width;   
  23.             y = window.screen.height;   
  24.             w = 805;   
  25.             h = 620;   
  26.             moveX=(x/2)-w/2;   
  27.             moveY=(y/2)-h/2;   
  28.             window.open('/oec/avatar/html/01_PB/1_flash_paybill.htm?ln=' + ln + '&seg=' + seg + '&client=' + client + '&sessionid=' + sessionid,'RCB','width=' + w + ',height=' + h + ',status=0,left='+ moveX +',top=' + moveY + ',screenX=' + moveX + ',screenY=' + moveY + ',scrollbars=yes' + ',resizable=yes'); 
  29.         }     
  30.   
  31. </script> 

Yep Replicators run on Java http://www.rbcroyalbank.com/oec/avatar/html/01_PB/1_flash_paybill.htm

LOLOLOL

"You cannot exaggerate about the Marines. They are convinced to the point of arrogance, that they are the most ferocious fighters on earth - and the amusing thing about it is that they are."- Father Kevin Keaney, Chaplain, Korean War

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: LOL, Something for the stargate fans...
« Reply #1 on: March 24, 2008, 10:21:12 pm »
SEE! See?!! I told you all javascript was evil! Now I have proof!  ;D  That is too funny.

Offline Nemesis

  • Captain Kayn
  • Global Moderator
  • Commodore
  • *
  • Posts: 13057
Re: LOL, Something for the stargate fans...
« Reply #2 on: March 25, 2008, 08:48:42 pm »
If I wanted replicators on my computer I'd be running Windows.   :flame:
Do unto others as Frey has done unto you.
Seti Team    Free Software
I believe truth and principle do matter. If you have to sacrifice them to get the results you want, then the results aren't worth it.
 FoaS_XC : "Take great pains to distinguish a criticism vs. an attack. A person reading a post should never be able to confuse the two."

Offline Bonk

  • Commodore
  • *
  • Posts: 13298
  • You don't have to live like a refugee.
Re: LOL, Something for the stargate fans...
« Reply #3 on: March 25, 2008, 10:31:43 pm »
Now now... we all know what OS "hackers" use... ;)

Seriously though, javascript is really getting out of hand these days. I regularly come across webpages that saturate the CPU for minutes at a time now... that never used to happen before (at least on non-porn/warez pages... now it is everywhere). Javascript scripts are constanly trying to dial out if leave pages up while disconnected... I'm scared to look at some of the javascript code out there.

It gets worse and worse. I'm seriously considering using Lynx as my main browser, but the Win32 Lynx dist kind of sucks. (ncurses on windows just never seems to work out very well)

The most efficient browser for windows now might be IE6 wth all javascript and images disabled. Hmmm.. lemme give that a try...

I'd say Firefox, but the javascript codebase bloat of the XUL framework of the application shows no sign of slowing down. I find that applications written in C are much faster efficient, stable, reliable... just better in every way. I can't imagine why somebody would code something as performance sensitive as a web browser in javascript. I'd love a totally javascript free pure C firefox, that would be sweet.

EDIT: I'm posting now from IE7 with all scripting, images and other useless crap disabled and wow is it ever fast! And I can still post! All those broken image boxes are a little ugly but holy smokes... this is great! :thumbsup:

EDIT2: NOTE:: windows XP is unable to display a desktop background with images disabled in IE... interesting, I wonder if it breaks anything else?
« Last Edit: March 26, 2008, 11:20:11 am by Bonk »