WIKIPEDIA FOR COMMON ARDUINO PROBLEMS

Great!! :smiley:
Except I would add two more public variables:

public:
  static const bool isOnArduinoSite = true;
  static const bool isMyUserPasswordGood = true;
  static const bool isEverythingThereEditable = true;
// don't need to override anything else