Terry said:
I take it you don't reccommend that book.
Correct.
I must say that it seems like you and a few others seem to be really
knowledge. What do I have to do to reach your lofty status? I am kind
of starting all over again with this stuff. I have a degree in Comp.
Sci. but it was a while before I started to get into development.
Any suggestions on how I could improve real fast.
The best answer to that request is that you can not. Acquiring knowledge
that can be applied correctly requires experience and acquiring that
requires time. It helps if you are a quick study, but it helps more to
study more.
To provide you with a perspective: I am doing JS/ECMAScript programming for
about 8 years now, I am considering myself a quick study regarding
programming languages and concepts, and I am still learning new things here
every week.
I know classic asp fairly well might be using asp.net at my next job
and am planning on learning php and then eventually ruby on rails.
Learning PHP is a good idea; I am not so sure with Ruby on Rails (but I only
read about the latter until now). You should concentrate more on learning
programming concepts than on learning a bunch of new languages.
On a closer look, programming languages are much alike, and if you can apply
the underlying programming concept, you can easily rewrite a program in any
language.
PointedEars