Jan 2, 2012

Guardian angel back tattoo

About a year ago i posted a picture of my back tattoo.

A lot of people asked me for a closer picture. I knew i had one and today i found it on my computer, so here it is.

guardian angel tattoo Guardian angel back tattoo

Click on the picture to enlarge.

Nov 13, 2011

Quickly select all your contacts when inviting friends to Dropbox

If you want to get more free space using Dropbox, you have to invite friends. Each friend gives you 250 MB extra space, up to a maximum of 8 GB extra space.

If you have hundreds of contacts like me, checking each check-box will take ages.

With a little javascript you can quickly invite all your friends at once. Copy and paste this little javascript code into the adress bar and hit enter, while the invite box is open:

javascript: el = document.getElementById('contact-list').children; for(var i in el) { el[i].children[0].children[0].checked=true; }

If it does not work for you and you are using Firefox, try to install the Firebug plugin and execute the code from the commandline.

el = document.getElementById('contact-list').children; for(var i in el) { el[i].children[0].children[0].checked=true; }

dropbox Quickly select all your contacts when inviting friends to Dropbox

Sep 13, 2011

Diablo 3 blog

A week ago or so, a new Diablo 3 blog launched. We are helping with the blog, so be sure to check it out.

d3 blog Diablo 3 blog

Right now there will be info about the upcomming beta release, but in the future tweaks, hints, downloads etc. will be available on the blog.

Jul 20, 2011

Minecraft no sound problem [how to fix] Windows 7

I had a problem with no sound in Minecraft. It was very hard for me to find the solution on the internet, so I will post how I did here. This might work for you if your game crashes when you try to enable sound in game.

1. Download OpenAL from CreativeLabs

2. Go to Minecraft folder, press Start > Run and type in %appdata%/.minecraft/

3. Open bin > natives and delete the OpenAL32.dll file, also delete the other OpenAL64.dll (i think) file, just to be sure.

4. Go to C:/Windows/System32 and copy the OpenAL32.dll from System32 folder to %appdata%/.minecraft/bin/natives/

5. Now you have replaced the Minecraft OpenAL32.dll with the new OpenAL32.dll, open Minecraft and go to options and enable sound. This should work now. icon smile Minecraft no sound problem [how to fix] Windows 7

Jul 20, 2011

SimplePhysics iPhone solutions (blueprint walkthrough)

Previously I posted the solution to some of the levels in SimplePhysics (iPhone game). The game has been updated with new levels since, and I can now present my solutions to all of the levels (including Windy City this time).

Here is the walkthrough to all of the levels.

Tree house
tree house SimplePhysics iPhone solutions (blueprint walkthrough)

2 story tree house
2 story tree house SimplePhysics iPhone solutions (blueprint walkthrough)

Staircase
staircase SimplePhysics iPhone solutions (blueprint walkthrough)

Snowy roof
snowy roof SimplePhysics iPhone solutions (blueprint walkthrough)

River dam
river dam SimplePhysics iPhone solutions (blueprint walkthrough)

Bomb shack
bomb shack SimplePhysics iPhone solutions (blueprint walkthrough)

Truck crane
truck crane SimplePhysics iPhone solutions (blueprint walkthrough)

Ferris Wheel
ferris wheel SimplePhysics iPhone solutions (blueprint walkthrough)

Windy City
windy city SimplePhysics iPhone solutions (blueprint walkthrough)

Apr 3, 2011

SimplePhysics iPhone Completion (blueprint walkthrough)

This post is dedicated to the Apple iPhone game SimplePhysics. If you are stuck in one of the levels, look at the blueprints below and get inspired.

Tree House completion blueprint
tree house completion SimplePhysics iPhone Completion (blueprint walkthrough)

Snowy roof completion blueprint
Snowy roof completion SimplePhysics iPhone Completion (blueprint walkthrough)

Ferris wheel completion blueprint
ferris wheel completion SimplePhysics iPhone Completion (blueprint walkthrough)

Feb 22, 2011

Wise Words – Quotes

Wise words!

I always knew I was going to be rich. I don’t think I ever doubted it for a minute. – Warren Buffet

If you don’t like how things are, change it! You’re not a tree. – Jim Rohn

You’ve got a lot of choices. If getting out of bed in the morning is a chore and you’re not smiling on a regular basis, try another choice. – Steven D. Woodhull

Remember, if you’re headed in the wrong direction, God allows U-turns! – Allison Gappa Bottke

Now that it’s all over, what did you really do yesterday that’s worth mentioning? – Coleman Cox

You can tell more about a person by what he says about others than you can by what others say about him. – Leo Aikman

I would not waste my life in friction when it could be turned into momentum. – Frances Willard

Time you enjoy wasting, was not wasted. – John Lennon

If you have to do it every day, for God’s sake learn to do it well. – Mignon McLaughlin, The Neurotic’s Notebook, 1960

Don’t judge each day by the harvest you reap but by the seeds that you plant. – Robert Louis Stevenson

Whatever you are be a good one. – Abraham Lincoln

Giving up doesn’t always mean you are weak. Sometimes it means that you are strong enough to let go. – Author Unknown

Life is like riding a bicycle – in order to keep your balance, you must keep moving. – Albert Einstein

Never believe in mirrors or newspapers. – Tom Stoppard

It wasn’t raining when Noah built the ark. – Howard Ruff, How to Prosper in the Coming Bad Years, 1979

While seeking revenge, dig two graves – one for yourself. – Doug Horton

Am I not destroying my enemies when I make friends of them? – Abraham Lincoln

The best way to predict your future is to create it. – Peter Drucker

It is better to sleep on things beforehand than lie awake about them afterwards. – Baltasar Gracian

Your future depends on many things, but mostly on you. – Frank Tyger

Be nice to people on your way up because you’ll need them on your way down. – W. Migner

Feb 13, 2011

Triple-Boot: Mac OS X, Windows 7 and Ubuntu Linux

In this post I will explain some of the issues i ran into using Mac OS X, Windows 7 and Ubuntu Linux in a triple-boot.

First, if you have a Mac, you should install rEFit before any other OS!

In short, here’s what you do:
- Install rEFIt
- Create partitions for the three operating systems
- Install Windows
- Install Ubuntu

Okay, so you have Mac OS X installed. The first thing you need to do is to install rEFit (http://refit.sourceforge.net/)

Now use the Disc Utillity in OS X to partition your Harddrive. You can also use the Boot Camp assistant to Install Windows. After you have installed Windows, you want to install Ubuntu Linux.

Go to Disc Utillity in Mac OS X, and make a new partition for Ubuntu, just format as “free space”, we will use the Ubuntu installer to format with the right file system later.

Now, I suppose you have burned Ubuntu to a CD that is now ready to install. Go through the installer, when it comes to “Allocate drive space” choose “Specify partitions manually”. Now, choose the “free space” partition you made before and make a 1 GB Swap partition. Use the rest of the free space to make a partition for Ubuntu. You do this by marking the free space and click change, in “Use as” choose Ext4 journaling file system, in “Mount point” choose “/”. Now be sure to install the Boot loader to your Linux partition you just made instead of installing it in the MBR (Master Boot Record). Now finish your installation.

Now, when you start up your Mac, rEFit should be the boot loader and you should be able to choose between MAC OS X, Windows 7 and Ubuntu Linux. Choosing Ubuntu Linux will then take you to Grub (Linux Boot Loader) where you have to choose Ubuntu again (or just wait some seconds) to boot from.

If you want to read a more detailed version, check out the Ubuntu documentation:
https://help.ubuntu.com/community/MacBook/TripleBoot

rEFit currently version 0.14, boot loader:
http://refit.sourceforge.net/

What if I already installed Ubuntu without installing fEFit ?
Okay, so you can’t boot Mac OS X from the Grub boot loader. You have to boot either from Ubuntu or Windows, and create a rEFit CD from the ISO disk image available at refit.sourceforge.net. Burn the CD (when you have burned the CD it appears empty because it’s for the Mac file system, dont worry). Just put the CD in, start your Mac and hold down “c”, this will boot from the CD, where rEFit is on. Now choose to boot from Mac OS X, download rEFit for Mac and install it. Boot 2 or 3 times, and rEFit should now be the default boot loader!

Get Ubuntu

http://www.ubuntu.com/

A good advice
Never use Windows’ own partitioning tools when you’ve installed it using a hybrid MBR, since it only “sees” the MBR side. Instead use Apple’s Disk Utility.

Oct 19, 2010

Funny yodeling

Me and some friends was at the gas station, when this man showed up. He claimed to have teached Jodle Birge (a famous danish singer) to yodel.

Here’s a video:

Mar 8, 2010

CS 1.6 & Source hacks cheats

If you haven’t noticed yet, this blog is on same domain as a popular Counter-Strike site; Tobys CS.

Here I have listed some of the most popular hacks on Tobys CS.

Top 5 Counter-Strike 1.6 hacks

  1. ECC 5.2
  2. Fighter FX 7.2
  3. Super Simple Wallhack – linked to latest version
  4. BaDBoY v5 – Made for cheat servers
  5. VDC Redux v2.09

Top 5 Counter-Strike Source hacks

  1. RoyalHack v1.0d
  2. HOLZED 1.2.fix
  3. P7 CSS v3.1
  4. Elite Hacks Pub v1.0
  5. Studio Hack v3.0

Be aware of that most of the hacks listed above not has been updated for a while.

Support

Many people have troubles with hacks, if so, read here:

Counter-Strike cheat support

How to download and install a CS hack

Virus/trojans in hacks

A lot of anti-virus programs react when you download a cs hack. Most of the time this is because your anti virus detects something it THINKS is a virus or trojan. This is called heuristic analysis.

Read more:

Heuristic analysis

Anyway, hackers are out there, and it could also be a virus, so be aware what you download and use your common sense.

Tobys CS: www.tobys.dk/cs

Pages:123»

Categories