View Single Post
  #11 (permalink)  
Old 11-19-2006, 05:45 PM
RT Wolf RT Wolf is offline
Senior Member
 
Join Date: Nov 2006
Location: Toronto, Canuckland
Posts: 1,079
RT Wolf is on a distinguished road
Default

Whether to wait now or learn later is your own choice.

I learned programming in my teens and I still notice the positive effects it had on my thinking. It taught me to think more rationally and logically work through problems, and helped me understand math better. So, I would highly recommend programming if just to learn how to think like a programmer which I've found to be fairly useful when tackling real world problems such as in business.

I know you said you know how to write XHTML, CSS and a little Javascript. Javascript is the closest thing to a "real" programming language on that list. I would suggest learning VB (it's not that good for making actual programs, but it's great to begin with) C#, Java, PHP or Perl to begin with. The beauty of programming languages is that once you understand most of the basic concepts, you can learn other languages fairly quickly because most of the basics are similar but just use different syntax.
__________________
Mind-Manual
"Pure hell forces action, but anything less can be endured with enough clever rationalization." - Tim Ferriss
Reply With Quote