|
First of all, don't trick yourself: HTML is not a programming language, it's a markup language parsed by your web browser which then turns that markup into cool websites. Then, wanting to code "the fastest way" is a wrong concept. Learn everything you can, doesn't matter how long it takes, learn right. There are basic tutorials on programming languages online which are good for starting up, and then there are thousands of books and documentation which might help you around. Specifically, for iPhone development you need to know the Objective-C programming language, so here's a tip: Don't head into coding a huge app hoping you'll just learn by making it, while you just end up copying code from StackOverflow entries. Learn, and then use what you learned inside an app. IRC is a great way to talk to experienced developers, and browsing source code is also great for learning new coding techniques. If you need any more help, I'm always reachable. (Also, as a wise man said, "Age is just a number". Just because you're very young, it doesn't mean you can't do stuff better than a 30 year old might. All it takes is effort.) |