Hello,

I need to train one of my co-workers to help me with writing logon and
other scripts. He has never done any programming at all. I'm trying
to find a good true beginners book, but the only ones I can find for
beginners is for web sites. I did a search on here, but the books
recommended assume the reader has programming experience. Can anyone
recommend a good book for someone who has never done any programming
or scripting before?

Thanks,
Joe

Re:Book for someone who has never programmed before by Christopher

Christopher
Thu May 01 15:27:38 CDT 2008

Microsoft Intro to programming 2667

url:http://www.ureader.com/msg/16757980.aspx

Re: Book for someone who has never programmed before by mayayana

mayayana
Thu May 01 19:14:54 CDT 2008

The first exposure I ever had was a DOS and
VBScript intro. in Windows 98 Annoyances. It
was perfect. At the time I found the concept of a
variable to be very confusing, so I was very much
a beginner. It was that book that gave me the
"eureka!" realization that I could use a PC "from the
inside". I don't know anything about newer versions
of the Annoyances books, so I can't advise about
XP Annoyances, etc.

Anything by Dino Esposito is always good, too.

> Hello,
>
> I need to train one of my co-workers to help me with writing logon and
> other scripts. He has never done any programming at all. I'm trying
> to find a good true beginners book, but the only ones I can find for
> beginners is for web sites. I did a search on here, but the books
> recommended assume the reader has programming experience. Can anyone
> recommend a good book for someone who has never done any programming
> or scripting before?
>
> Thanks,
> Joe



Re: Book for someone who has never programmed before by Adam

Adam
Fri May 02 00:05:20 CDT 2008

On May 1, 6:14 pm, "mayayana" <mayaXXyan...@mindXXspring.com> wrote:

> > recommend a good book for someone who has never done any programming
> > or scripting before?

A really loaded question. I've seen some heated arguments start in
other forums when presented with the same question. Nevertheless,
here is my $0.02 wroth.

If you're interested in learning how to script, Microsoft's
ScriptCenter (http://www.microsoft.com/technet/scriptcenter/
default.mspx) is a pretty good source. Look in the script repository
for examples. The "scripting guys" blog has interesting discussions
as well.

If you're interested in programming, especially in an object oriented
language, and if I could only recommend one book, that would be the
book for the applicable platform from the "Head First" series. They
do a good job of debunking OO myths and do it in a fun format. Stay
away from programming textbooks from the publishers Deitel & Deitel --
they'll have you making every software engineering mistake in no time,
starting with putting all your code in "main".

Re: Book for someone who has never programmed before by whatever

whatever
Fri May 02 08:41:40 CDT 2008

On May 1, 11:03=A0am, Joe V <jnv0...@gmail.com> wrote:
> Hello,
>
> I need to train one of my co-workers to help me with writing logon and
> other scripts. =A0He has never done any programming at all. =A0I'm trying
> to find a good true beginners book, but the only ones I can find for
> beginners is for web sites. =A0I did a search on here, but the books
> recommended assume the reader has programming experience. =A0Can anyone
> recommend a good book for someone who has never done any programming
> or scripting before?
>
> Thanks,
> Joe

I found the book "WSH and VBScript Programming for the Absolute
Beginner" by Jerry Lee Ford, Jr. to be an interesting book which
covers the basics of programming and the basics of VBScript at the
same time. It is a fairly quick read but emhasizes the programming
part of the equation, so might have to be followed by something which
emphasizes scripting per se.

Re: Book for someone who has never programmed before by Joe

Joe
Fri May 02 12:23:00 CDT 2008

On May 2, 9:41=A0am, whatever <former_schiz...@hotmail.com> wrote:
> I found the book "WSH and VBScript Programming for the Absolute
> Beginner" by Jerry Lee Ford, Jr. to be an interesting book which
> covers the basics of programming and the basics of VBScript at the
> same time. It is a fairly quick read but emhasizes the programming
> part of the equation, so might have to be followed by something which
> emphasizes scripting per se.

"WSH and VBScript Programming for the Absolute Beginner" looks like
the right book for him. Once he gets the basics I can start him on
the more advanced stuff.

Thanks to everyone.

Joe