Monthly Archives: July 2009

Slacking

I’ve really been slacking the latest week or so. Still havent finished writing about the trip to frövi, and i still haven’t uploaded the pictures of it. I’m planning to get around to that, eventually. Right now i’m bizy drinking more beer. So, why not write something usefull?
I’m in Sollefteå now (call me) [...]

Honestly

Yeah, honestly now. It feels like it’s been ages since i last sat myself down and actually wrote something personal on the blog. Have tried to write some common news but i haven’t really come up with anything “new” in that sentance.
Anyway, last week and a half has been really really slow. Haven’t really done [...]

Cataclysm

Blizzard has recently filed a trademark application for the name “Cataclysm”. The speculations are many of what and why Blizzard has done with. But most of the things you read are talking about a new next-gen mmo or something. We know how much Blizzard loves his money cow; World of Warcraft and there is actually [...]

Grudges

For the first time in my life i’ve been called a sexicst and on top of that a racist, at the same time! Apparantly it was because of some mean jokes that i pulled. I mean, can i really be a sexicst and on top of that a racist? Anyway it got me thinking about [...]

I’m such a funny guy

After having my nose burried in PHP/mySQL for the past weeks i came up with something funneh for the dish washer here at work.

IF(isset($_GET[’DishWasherStatus’])) {
$DishWasherStatus = ($_GET[’DishWasherStatus’]);
require_once ”dish_connect/washer.php”;
IF($DishWasherStatus = = ‘FULL’){
EMPTY table;
}
else {
echo “Put in dish!”;
}
This is actually genuine code that would work on a website, maby this will make people clear out the dish [...]