J
Jenn
I understand. The main problem in learning something new is actually
doing something with it. IOW, you need a project. Since you can't
view/source to see any php code (thank goodness), that limits you. Also,
you probably don't know C, or Java (not Javascript), or even Basic.
Knowing another programming language -- not a markup language --
is a major advantage in learning the second, third, etc. programming
language.
I've actually studied vb and wrote a desktop app in it, and then vb.net and
upgraded my first app to vb.net, so I'm familiar with at least that much
using Visual Studio. I wanted to see if I could learn it or not, so I took
a summer and bought a book and did it.
So, to learn it, if you are so interested, either pick up a book or google
some training site for it. One such is w3schools.com. Start small and
build from there. In all cases make sure you keep the same style and
indent properly ALL the time. Above all, you need to develop good habits
in programming from the beginning so that you will react to bad code the
way an ex smoker does to the smell of a lit cigarette.
Remember that a (if not THE) MAJOR part of server side code is interacting
with a database. As such, knowledge of SQL is an absolute must. Without
it you would be like a first grader trying to do a doctoral thesis.
Fortunately, it is not too difficult to learn. (BTW, SQL stands for
_Structured_ Query Language.)
About a year ago I ended a 6 month training opportunity with T-SQL using
Visual Studio 2008 (trial version for so many months). The SQL was not
difficult to learn, but when I got done with the training the boss who was
training me at the time, left and went somewhere else. I was supposed to be
training to do this in order to begin building a specific application for
the IT department. I was going to continue learning as I built the app.
After he left he tool all his training materials with him that I was using
and all I have left are my extensive notes. The remaining people in IT
decided they didn't need the app., which was quite frustrating and
depressing on top of it.
If you do decide to go for it, and want someone to review some code, I
would be willing to help. My email is sheldonlg AT thevillages DOT net.
However, remember that you would be doing so as a novice php coder, not as
a "lady". Also, the appropriate news groups are comp.lang.php and
comp.database.mysql. (You will access to a host and be able to create a
database and have access to it).
Really? You would help me?? All the tools I had to use were on my work
computer. I think I have SQL Server Management Studio Express on my laptop
but I'd have to look. What software would I need to try this? I'm not even
a novice at php tho... I've never even tried to code it.
It is a long road, but every journey begins with but a single step.
I appreciate the offer to help me.