How do I learn programming from home? what's the best approach?
April 6, 2010 11:41 PM Subscribe
How do I learn programming from home? what's the best approach?
I wish to learn programming from home so I would be able to pretty much make things link Firefox and Wordpress Plugins as well as build my own PHP and MySQL database driven websites websites.
What's the easiest, best and fastest approach.
I know the basics but always gave up when I hit functions and classes.
posted by Bacillus to computers & internet (11 answers total) 21 users marked this as a favorite
(1) Have a purpose. I've always found it very difficult to learn a new programming language academically, that is, without a purpose. But if I have a specific task I need to do, if I have a criteria of success, then it becomes much easier.
(2) Copy other people's code, then try and understand how it works. With the PHP and MySQL example - the web is full of examples of how to get PHP to connect to a MySQL database, send it queries, then format the results. Start from here, and learn how to customize it for your own purposes.
(3) Maybe pick one language to start with - in your case, the way you develop Firefox plugins (Javascript + XML) is entirely different from the way you develop PHP websites.
posted by Jimbob at 11:50 PM on April 6, 2010 [1 favorite]