Nano and Shift Registers / Issues

I am attempting to use a V3 nano to work with a shift register but I am having issues getting it to work.

I was following the tutorial found here: http://arduino.cc/en/tutorial/ShiftOut#.Uwmy6HVdVwZ

However, after programming and wiring it up nothing seems to work... So I tested to make sure everything was alright by putting the same program on one of my "UNO" boards and then everything seems to work.

Does the nano not support shift registers? Or am I not programming it right? I have never used on until now...

I also tested a simple blinking LED on the Nano and it worked so maybe it's not my settings in the IDE...

Thank You

First, take off any capacitors on control lines, that is just wrong.
There should only be a capacitor from the power pin to Gnd.

The Nano & Uno have the same '328P processor, only the physical package is different.
If it is wired correctly, they should both work the same.

there's no "Nano issue" - i am a newbie who can confirm using those shift registers on BOTH an Uno and a Nano.
there is probably some error in your wiring.

Well I checked the wiring with care and even moved the three wires that were plugged into the nano into the UNO and then it started working. They were both programmed with the same sketch, both are using the same digital pins.

Maybe my nano is just damaged... =/

I will try to run a few more tests.

Thank for the information guys!