Comments by "xybersurfer" (@xybersurfer) on "The Daily Blob" channel.

  1. 5
  2. 4
  3. 2
  4. 2
  5. 1
  6. 1
  7. 1
  8. no, don't start with a web language, because you will keep running into CSS (the web formatting language) issues once you start to want to do a bit more, because browsers don't always format things the same (especially Internet Explorer). and PHP is ugly. try C# or C++ - C# is easier - C++ is faster and is a systems programming language (can program operating systems and drivers, aircraft etc in it) - C++ teaches you more a bit more about the bare metal - C# also can be used to program webpages using ASP.NET (like PHP) - (the best/easiest IDE/Debugger/GUI designer) Visual Studio was made to work well with C# - C# allows you to get things up and running faster - C# the .NET libraries that come with C# are easier to use than the libraries that come with C++ - C# is basically a microsoft language so you get a bit stuck in the microsoft ecosystem (third party IDE's are not too great for it, and non microsoft tools tend to not work as smoothly) - the list goes on obviously... (Debuggers allow you to see what's happening in your program one step at a time) (IDEs allow you to edit compile and debug from within the same program) (GUI = graphical user interface. the part of a program the user sees and interacts with) i would begin with C# for an easy start. there is also JAVA which is very similar to C#, but given the choice, i would go with C# due to Visual Studio and the easier to use .NET libraries that come with it. everyone knows Visual Studio really is the best environment out there (i'm not just making it up). i would learn about Object Oriented Development regardless, because this concept comes back in C++ C# JAVA and most other commonly used languages.
    1