Go Back  HTML Forums - Free Webmaster Forums and Help Forums > COMMUNITY NETWORKING > The Lounge > Word Games
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 10-24-2004, 06:24 AM
  #76
GameSnaKe
Catapulted
 
GameSnaKe's Avatar
 
Join Date: Sep 2004
Location: Where ever I go, there I am.
Posts: 1,112
iTrader: (0)
GameSnaKe is on a distinguished road
Ludivine Sagnier
GameSnaKe is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-24-2004, 10:34 AM
  #77
nilsmo
Lord (Level 16)
 
nilsmo's Avatar
 
Join Date: Aug 2004
Location: WINNING!
Posts: 740
iTrader: (0)
nilsmo is on a distinguished road
Signature images may be no larger than 80 pixels high x 350 pixels wide
nilsmo is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-24-2004, 03:32 PM
  #78
DarthMaul
Aspirant (Level 2)
 
DarthMaul's Avatar
 
Join Date: Oct 2004
Posts: 11
iTrader: (0)
DarthMaul is on a distinguished road
DarthMaul is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-24-2004, 03:50 PM
  #79
Josh
Superfluous
 
Josh's Avatar
 
Join Date: Apr 2003
Location: NC
Posts: 5,560
iTrader: (0)
Josh is on a distinguished road
http://www.bgfweb.com/main/?referrer_id=31
Josh is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-24-2004, 04:06 PM
  #80
Kidkoder
Fighter (Level 4)
 
Kidkoder's Avatar
 
Join Date: Dec 2003
Location: Online!
Posts: 35
iTrader: (0)
Kidkoder is on a distinguished road
http://s6.invisionfree.com/Gamers_Gr...rum/index.php?
__________________
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
- Albert Einstein (1879-1955)
Join my forum, where all can embrace the way of the controller!
IMVU - The World's Greatest 3D Chat
Kidkoder is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-24-2004, 07:58 PM
  #81
DarthMaul
Aspirant (Level 2)
 
DarthMaul's Avatar
 
Join Date: Oct 2004
Posts: 11
iTrader: (0)
DarthMaul is on a distinguished road
DarthMaul is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-28-2004, 10:11 PM
  #82
Kidkoder
Fighter (Level 4)
 
Kidkoder's Avatar
 
Join Date: Dec 2003
Location: Online!
Posts: 35
iTrader: (0)
Kidkoder is on a distinguished road
I said a who, what, where, how
__________________
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
- Albert Einstein (1879-1955)
Join my forum, where all can embrace the way of the controller!
IMVU - The World's Greatest 3D Chat
Kidkoder is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-29-2004, 10:36 PM
  #83
GameSnaKe
Catapulted
 
GameSnaKe's Avatar
 
Join Date: Sep 2004
Location: Where ever I go, there I am.
Posts: 1,112
iTrader: (0)
GameSnaKe is on a distinguished road
a00 = b11
GameSnaKe is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 10-31-2004, 01:55 PM
  #84
nilsmo
Lord (Level 16)
 
nilsmo's Avatar
 
Join Date: Aug 2004
Location: WINNING!
Posts: 740
iTrader: (0)
nilsmo is on a distinguished road
C++ compiler
nilsmo is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-01-2004, 12:14 AM
  #85
Kram
Kram + Beer = Krambrau
 
Kram's Avatar
 
Join Date: Feb 2004
Location: Melbourne
Posts: 2,068
iTrader: (0)
Kram is on a distinguished road
build.xml
Kram is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-05-2004, 08:09 PM
  #86
Eireann
Warrior (Level 8)
 
Eireann's Avatar
 
Join Date: Mar 2004
Location: Somewhere deep in my subconscious mind
Posts: 75
iTrader: (0)
Eireann is on a distinguished road
<html><head>
<script language = "JavaScript">
function setCookie(name, value, expire ){
document.cookie = name + "=" + escape(value) + ((expire==null ?
""";expires=" + expire.toGMTString())));
// alert('A cookie called '+name+' is now set with value: '+value);
}
function getExpireDate(){
var expires = new Date();
expires.setTime((new Date().getTime() + 1000*60*60*24*365));
return expires;
}
// ConnectionSpeed Detection section
var datasize=31468; // bytes of data we are transfererring to do this test
var startTime=0;
var endTime=0;
var date=0;
var ctype="";
var textMessage="";
function calcThroughput() {
var diffTimeMilliseconds = endTime - startTime;
var diffTimeSeconds = diffTimeMilliseconds/1000;
var bits = (datasize*8); // convert Bytes to bits,
var kbits = bits/1024; // convert bits to kbits
var throughput = kbits/(diffTimeSeconds*100/100);
throughput = throughput * .93; // account for IP packet header overhead - averages about 7%
setCookie("MediaThroughput", throughput, getExpireDate());
if (throughput < 560){ctype="dial/index.html";}
if (throughput < 600){ctype="broadband/index.html";}
if (throughput > 600){ctype="broadband/index.html";}
document.location = ctype;
}
</script>
<script language = "Javascript">
<!--
__________________
----------------

eireann

---------------

http://www.xjots.com - Xpressive Journalism off the Script
Eireann is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-08-2004, 06:23 PM
  #87
nilsmo
Lord (Level 16)
 
nilsmo's Avatar
 
Join Date: Aug 2004
Location: WINNING!
Posts: 740
iTrader: (0)
nilsmo is on a distinguished road
s4s5hwfba
nilsmo is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-09-2004, 01:54 AM
  #88
MizzAuction
Soldier (Level 11)
 
Join Date: Nov 2004
Location: Ohio
Posts: 102
iTrader: (0)
MizzAuction is on a distinguished road
Click Here To See More Examples Of What Can Be Done


(Can't wait to see what I paste in a year from now!)
MizzAuction is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-09-2004, 04:53 PM
  #89
Erikina
Catapulted
 
Erikina's Avatar
 
Join Date: May 2004
Location: threadid=49138
Posts: 1,131
iTrader: (0)
Erikina is on a distinguished road
Topic Reply Notification


I don't even remember copying that
Erikina is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-09-2004, 09:02 PM
  #90
Kram
Kram + Beer = Krambrau
 
Kram's Avatar
 
Join Date: Feb 2004
Location: Melbourne
Posts: 2,068
iTrader: (0)
Kram is on a distinguished road
Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP
Kram is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 01:20 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.