500ml of pure win? 




http://amkhaibitu.com/2008/07/21/review ... gy-drinks/

Ive gotta try that... 500ml of caffeine is like a godsend to me! :P

R4N

[ add comment ] ( 14 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 833 )
Respawn was awesome 


400+ regos, at least 310 people at the event. Respawn V8 was the biggest lan ive attended for a long time. And let me say that its really awesome to see a full venue again (remembers the old overkill/rezidue days). I think lanning is somewhat making a comeback and the community is once again growing.

WHICH IS AWESOME

Lan moar people :D

R4N



[ add comment ] ( 14 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 738 )
A Simple Reminder! 
Respawn V8 is on Saturday, 05/07 :D

It is looking to be one of the largest respawns ever to run, with kickass comps and prizes :D.

Check out www.respawn.com.au for more info

BECAUSE MOAR!!!


R4N

[ add comment ] ( 10 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 755 )
lol 


I rofl'd

also check out www.westsidelan.com

And join the forums

and tell me what you want from lans

R4N out

[ add comment ] ( 8 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3.1 / 666 )
LanWest! 
OK.

In summer of 2008, i will be running an 80-100 person lan in the western suburbs of Melbourne. The reason for this is, i and a few other westernite lanners, feel that there is a demand for a regular lan in the west. By Monday i will have the LanWest webpage up with a basic mainpage and forum. A rego system for our first lan will soon follow.

As i said this lan will be in summer of 2008, e.g. december/janurary sometime

I am looking for possible venues, at this stage anyone who knows of a venue with decent 3 phase power, that will hire out overnight, please let me know so i can contact them and get a price organised. I would prefer this location be somewhere in the middle-outer west, as this ties in with the reasons for the lan.

When the LanWest site is up and running, i will post some more detailed plans.

Peace out

R4N

[ 2 comments ] ( 20 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3.1 / 716 )
You Crazy Bastard.... 
Ralf drinks a collection of random shit we put in a bottle for $35
... it wasnt tasty

Ralf takes it all in for $35..


[ add comment ] ( 4 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 2.9 / 151 )
Respawn 8 Bit!!!!!!!!!!11111ONE 

Because Moar!!!

Check out www.respawn.com.au for more info


[ add comment ] ( 3 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 118 )
Leik my code? 
I got bored today and made this!





Essentially a went into my image dump, grabbed 264 images, used a mass renamer to make them all... numbered n stuff, and wrote a piece of javascript to display a random image... not hard.. but im new at this whole coding game :)

Click the image to see it in full sized glory.

The randomizer will also be sitting on the sidebar from now on.

enjoy my random images while i keep them here :D

For everyone who actually wants to see said code. here it is!

<script>
// Image Randomizer!
// A test script to generate a random image based on numbered image filenames
// enjoy
// R4N



var roll = 0;
var loc = "";


// Root Folder!
var imlocation = "http://intartubes.com/IMG3/";
//

// IMAGE WIDTH!
var width2 = 220
//


var newwindow = ''
function popitup(url) {
if (newwindow.location && !newwindow.closed) {
newwindow.location.href = url;
newwindow.focus(); }
else {
newwindow=window.open(url,'Image','width=800,height=600,resizable=0');}
}


roll = Math.floor(Math.random() * 264) + 1;

if (roll < 10) {

roll = "00" + roll
}

if (roll >= 10 && roll < 100) {

roll = "0" + roll
}

else {
roll = roll
}


loc = imlocation + roll + ".jpg";

document.write("<center>");
document.write("<h2>Random Pictures!</h2>");
document.write("<a href='javascript:popitup(loc)'>" + "<img src='" + imlocation + roll + ".jpg'" + " width=" + width2+ ">" + "</img>" + "</a>");
document.write("</center>");
</script>


R4N


[ add comment ] ( 2 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 111 )

<Back | 1 | 2 | 3 | 4 | Next> Last>>