Hi I'm new

Kalle

Onyx user!
Reputation
0
Howdy

I'm new to the site, and the whole Runescape scene actually, but I was hired by Glen whom I've been working on/off with for around a half decade or so to come over and overlook development and such on the site.

I'm Kalle (should probably have started with that btw), I'm originally from Denmark and I'm almost 23 (birthday is coming up on the 2nd) and I must honestly admit that I was never really into this whole role playing / mmorpg scene, even though I started to play World of Warcraft extensively a while back.

I've contributed to open source projects in the past, in particular the PHP project for Windows portability, documentation and the works. While I do enjoy programming and often so it as an art, I do spend much time away from the computer in the company of my friends and family.

PHP:
<?php
	echo('Hello World');
?>
 
Hey, welcome to Runegear! Glad to see you on board the Dev Team, hopefully we'll be working together soon. ;)
 
Welcome to Runegear, glad to see there's some actual work being attempted.
 
Glad to have you on the team mate
 
Welcome to the site, I'm Mike, your handy know everyone guy :3
 
Welcome. You should follow in Glen's tracks and learn the game a bit as the whole of the forum is based around it.
 
Darth Stabro said:
Kalle said:
PHP:
<?php
	echo('Hello World');
?>

*
PHP:
<?php
	echo 'Hello World';
?>

Actually since echo is a language construct (T_ECHO), that means the '(' and ')' optional, but I like to use them for my coding style as a way of indicating a function statement :b (same goes for 'print')

Thanks for the welcome guys!
 
Welcome to the team Kalle. Glad to see there is some progress and more HQ people coming to the forum. Please take the time to learn about the game too.
 
Finally someone that can actually do something is added to the team!
Welcome.
 
Kalle said:
Howdy

I'm new to the site, and the whole Runescape scene actually, but I was hired by Glen whom I've been working on/off with for around a half decade or so to come over and overlook development and such on the site.

I'm Kalle (should probably have started with that btw), I'm originally from Denmark and I'm almost 23 (birthday is coming up on the 2nd) and I must honestly admit that I was never really into this whole role playing / mmorpg scene, even though I started to play World of Warcraft extensively a while back.

I've contributed to open source projects in the past, in particular the PHP project for Windows portability, documentation and the works. While I do enjoy programming and often so it as an art, I do spend much time away from the computer in the company of my friends and family.

PHP:
<?php
	echo('Hello World');
?>

Code:
public class Hi {
	public static void main(String[] args) {
		System.out.println("Hey there buddy");
	}
}
 
Code:
program Hi;

procedure Main();
begin
	writeLn('Java looks so ugly.');
end;

begin
	Main();
end.
 
welcome to the forum. Seeming as I'm hopeless with coding, I'll give you an terrible English introduction.
Hello there, welcome.
 
Back
Top