Arduino Mega 2560 and Ethernet Shield connection?

As the reference says:
"Arduino communicates with the shield using the SPI bus. This is on digital pins 11, 12, and 13 on the Uno and pins 50, 51, and 52 on the Mega. On both boards, pin 10 is used as SS. On the Mega, the hardware SS pin, 53, is not used to select the W5100, but it must be kept as an output or the SPI interface won't work."

Should I connect my Ethernet shield like this to my Arduino Mega 2560
http://mcukits.com/2009/04/06/arduino-ethernet-shield-mega-hack/
Or can I just pop it on normaly?

If i have to use pins 51 and 52 for Ethernet Card, how should I connect my Digital Led Strip That needs the ports 51 and 52 (data and clock) to work??!?

Sorry really new in the hardware and electronic section! Programming is the easier part for me.

Any help is appreciated!

Last:
Just by popping on the ethernet shield on my arduino mega i can send and receive data, but when I start to use SPI for the digital led strip, everything goes wrong.
-Ron

Hi, I don't realy konw if it would be of any help, but in SD Card Shield configuration on Arduino mega 2560 REV3? - Storage - Arduino Forum this thread we where discussing about the same topic.

XD

Yeah, I know I can (maybe should) re-wire it like this:
http://mcukits.com/2009/04/06/arduino-ethernet-shield-mega-hack/

BUT....

If i use SPI for my Ethernet Shield, how can I use it for my digital led strip? Or can't I???

Please someone, I know you know the answer to this! Seems so simple but I'm just new to this and REALLY confused.

Also it doesn't make any sense to me that Arduinos products that are supposed to work together suddenly needs to be re-wired?!

Do you know that you need a separate SS pin for each SPI Slave? I think you are using the same pin for both the shield and the strip

Yeah, I figured I need 2 separate SPI. So I cannot use a ethernet shield and a Digital addressable led strip that both uses SPI on a Arduino Mega 2560?

Is there any solution for this? Bought the biggest Arduino, still can't handle this simple task? :o

noone knows?!?

Sorry, what chip do you have to communicate with to dive the led stripe?