I'm brazilian and new on arduino world. I've doubts, For exemplo
Where is fixed the Ethernet Shield board in the arduino?
I want open the garage gate that it's 220Volts. Arduino What should I buy?
I want buy the Beginner Kit (Robocore.net), it comes with one Arduino Uno R3, it's good?
And.... How many things can I "turn on" with this arduino?
I want open a garage gate and turn on a lamp, with this same arduino, and more...
Which is the limit?
If your garage gate already has a remote opener, or a switch on the wall, the typical way to approach this challenge would be to use the Arduino to activate the low voltage switch that already controls the gate. Turning on two devices is well within the capability of the Arduino. Even when you reach the limits of Arduino there are ways to extend those limits, and also there are other models (Arduino Mega) which have greater capability than the standard Uno. So lots of options.
So, does your gate have a button already to activate it?
Here we call that a "relay". Depending on the power you need to switch there are pre-built relay shields to suit the Uno R3 which would make your task easier. Once you have your gate and opener you'll be able to work out what needs to be done to switch it to open or closed with Arduino.