Arduino IDE with AVR Pocket Programmer not recognizing

I am working on a project (first major DIY project) in which I designed a board and soldered parts onto it. This includes the Atmega 328P which was bought in bulk and should be without a bootloader. The board is similar to Nootropic's designs hackvision and is essentially a TV Out based Video Game Console. I am using both Composite A/V and VGA Out (using Nick Gammon's setup and libraries)

The issue is that I am not able to upload code to it using the Arduino IDE on Windows. I connect the pocket programmer to the 6 pin header on the board and then to my laptop using MiniUSB but nothing shows up on the ports. An arduino Redboard with direct USB connection does show up though. Do I need to do something special to make it work with the Pocket Programmer? I keep getting a "USBtinyISP not found" error. Is it something wrong with the board because there is not bootloader? Power is flowing and electrical connections seem fine though. Are there drivers I need?

I am really inexperienced with this AVR Pocket Programmer and have little idea about how it works with the Arduino IDE. All I know is that it used to work with OS X when my co-worker did it last summer and I really need to get code uploaded to the Microcontroller to finish my project as a demo.

Any help would be appreciated and there is a link with the schematic and board files i thats helpful.

http://1drv.ms/1NbrVFQ

Avr pocket programmer detect any port in arduino Ide.

Just goto device manager just check device being detecting or not.If detetcting highlight with yellow you need to update driver.

driver detail show in above links

Now once driver installed.

write your code

choose programmer option-> USBtinyISp

goto->file-> upload tusing programmer

make ensure direction of header is proper. even you connected improeperly it give error

make ensure connection are correct

if you facing any other problem let us know with screen shot

Gladly I figured it out. My drivers weren't mounting. But yay now my code is uploading. The board on the other hand is still not working...

Gladly I figured it out. My drivers weren't mounting. But yay now my code is uploading. The board on the other hand is still not working...

what you figure iy out???
what does it mean My drivers weren't mounting??

what does it say

But yay now my code is uploading. The board on the other hand is still not working...

send us code. you have added led IN YOUR SCHEMATIC CONNECTED TO DIGITAL IO. USE THAT PIN AS LED BLINK

ELSE TRY SIMPLE SERIAL MONITOR DISPLAY. SEND US SCREEN SHOT OF IDE WHEN YOU UPLOAD IS SUCCESSFULL