Issue uploading sketch to Attiny85 (arduino as ISP)

Hello,

I want to upload a sketch to my attiny85.
But I get this error

Arduino: 1.6.5 (Windows 8.1), Board:"ATtiny, ATtiny85, 1 MHz (internal)"

De schets gebruikt 784 bytes (9%)  programma-opslagruimte. Maximum is 8.192 bytes.

Globale variabelen gebruiken 9 bytes van het dynamisch geheugen.

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

Probleem bij het uploaden naar het board. Zie http://www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties.

avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x03

avrdude: stk500_recv(): programmer is not responding

avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03

  Dit rapport zou meer informatie hebben met
  "Tijdens de compilatie uitgebreide uitvoer weergeven"
  ingeschakeld in Bestand > Voorkeuren.

I've looked at the link but don't find anything. I can upload to just my arduino uno alone (without attiny attached) I use an arduino uno 328.

I've tried 4 different tutorials and three different versions of the IDE, I always get some error (not the same one's)

I will post pictures off how I connect my Attiny and my arduino IDE settings.

Thanks in advance! (btw: the mistake is probably something very obvious, it's the first time I'm trying to use arduino as ISP

picture of IDE http://nl.tinypic.com/r/2u5x7h2/8

EDIT: I have added a 10µf capacitor between reset and ground now.

EDIT: I have fixed it now, apparantly you have to upload a sketch "arduino as ISP" which I must've skipped in all tutorials? Well thanks for the help everyone!