Well, I am not looking to only do mobile development. I'd like to learn a few languages - maybe something not too difficult to start off with. Learning a bit of C was hard at first, objective C made it easier.
When it comes to learning PHP/HTML - I am sure I can pickup these languages pretty easy. I would also like to get into heavier stuff, DB's and so forth.
I don't want to rush myself - I believe if I keep working in the I.T field as I am doing now - but start learning some programming languages, then in a few years I could start a job as a junior with an OK salary and work my way up. My goal is by the time I am in my 30's, I want to be a quite advanced in programming and obviously still learning more and just growing.
My biggest issue right now.. which language do i start with? (Considering I have done quite a bit of Objective C already )
Look, it really doesn't matter where you start. It matters that you actually start.
That being said, I'm a fan of C# because if you know it you can essentially move between a lot specifics easily.
With C# you can:
-Make games with MonoGame which is XNA but works on many many platforms
-Make websites with ASP.NET/MVC
-Make rock solid API's without much fuss with ASP.NET MVC WebAPI
-Make desktop apps with great UI's and animations with WPF
-Make mobile apps (for Windows Phone) with Silverlight.
-Make Windows 8 "metro" apps in XAML
-Make XBOX Live Indie games in XNA
-Make quick desktop console apps and services
-Make Line Of Business applications for web with Silverlight (SL has been discontinued - but support isn't stopping for a long time).
-Use a framework like SharpDX to directly access DirectX without needing to use C++ on mobile and desktop.
-Code for electronics with the Netduino (check the other two threads I made in this forum today).
That's why I like it. But it doesn't matter what I like or anyone else here for that matter. Find something you are interested in and go for it. When first learning coding it really doesn't matter all that much what language you focus on (IMO!).