What do I need to study?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
webter
New Member
New Member
Posts: 5
Joined: Wed Jan 07, 2009 4:28 pm

What do I need to study?

Post by webter »

    Hi to everyone on the cmsmadesimple forum.  I am a new member of this forum and wanted to ask where I should go to learn all of the knowlege requirements that the handbook for cms made simple states I need to know?  How can I learn what some of the professionals on this forum know?  What have they done(and where have they learned) all of these computer languages?  Are there some books I can buy?  How can anyone contribute to this forum if one does not know all of this technical jargon?  I am willing to learn if I only knew where to learn.  Please help.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: What do I need to study?

Post by Nullig »

nhaack

Re: What do I need to study?

Post by nhaack »

I'm no big programmer, but i consider myself to have a fair understanding of how things work. I roughly spent 10-12 years on the topic internet as a hobby. On average, you could say that besides Job and private life, I spent 45-60 minutes a day programming in PHP or HTML). And there isn't one day I wouldn't have learning something.

I think your optimal starting point depends a little on what you want to do. Things that always help with web based applications (if your interest goes beyond the regular sheer use of the product):

1) Learn how to write valid HTML or at least be able to read HTML code. Make some basic static web sites to get going.

2) Once you know that... approach style sheets. Learn to understand what CSS can do and what not. Learn to seperate code and style.

3) Additionally, get a good book on the subject. This is difficult as what works for me doesn't have to work for you. I like straight forward books that just tell me what the commands and parameters are alongside some basic code to follow. It is not for no reason that the "... for dummies" books are so popular ;) Ask people you know that know about PHP what book they could recommend. If you know a good book store: go there and ask for a good book for beginners. They might know the one or other pearl.

Get a comprehensive book (I recommend the real thick ones with 500-700 pages that cost around 50-100$). It can be much quicker to find an answer in that than hours of Google. I have my PHP book for roughly 8 years or so... it is is not that up to date but still great to look up basics. As I mostly have German books, I can not recommend any English titles (O'Reilly is good though). No matter how eager you are, get a book in your mother tongue! YOu don't need 5 books. One good book will do. You do not have to understand everything... one day the book will fit you (I am still waiting for it ;))

4) Start learning PHP (the language used for this CMS). Start with some brief and simple "hello world" examples. Learn how to calculate, if statements, how to accept parameters and how to store and read data from files... then database.

5) Write an app for yourself... I know there are already 5 billion "maintain your LP or DVD collection", "address book" or "refrigerator inventory" apps out there, but writing such a basic app on your own will bring you to a lot of problems which you will begin to understand once you are willing to spend some nights on the net looking for answers.

6) And for me, the probably most important factor is: Get a mentor!

I started with PASCAL in School and first touched HTML on 386 computers in a project week (ok, I startet with BASIC on a C64... but that doesn't really count ;)). However, throughout the time I had good "programming mentors" being friends and colleagues, teachers, online-friends, superiors at work...

They can help you to bring your skills to the next level. Sometimes it is just one or two commands that you don't know yet, someone helps to improve your code and then you understand more and there you go. Talk to others who also program about the programming problems you have, what you tried, where you got and what they did (pretty much like in this forum). Depending on your age, you might want to join your schools computer club, find groups in community/church (even if you are  an atheist ;D)...

Talking about the problems and the underlying logic is essential to really understand the whole matter - I think.

Hehe... that's the long path. It depends on how fast you are at getting new stuff and all that, so you might even do all this in a year or 10 (like me).

I would say for an average person spending average hobby time it'll take 3-4 years to understand enough to write his own HTML templates with some basic CSS and probably also basic and solid PHP. At least enough to enjoy a lot of the potential of CMSMS.

Enjoy the matter, don't overdo it... be curious. I do not think that there is a highway to learn all this (especially all the tiny bits you'll come across your way). Solve a problem a day. Brain surgery may help, but I heard there is some risk involved.

I do not use this knowledge in my everyday life, but it revealed that in todays business world - knowing some basic programming can vastly improve your judgment on technological projects. So again, depending on your age and what you want to do in the future - it is worth the effort.

Today I'm 26 and work as an consultant on very interesting Internet projects - I wouldn't be able to do this without such a history.

Do you want the red or the blue pill?

Best
Nils
webter
New Member
New Member
Posts: 5
Joined: Wed Jan 07, 2009 4:28 pm

Re: What do I need to study?

Post by webter »

    Thank you so much for the help Nils and Nullig.  I do know a fair amount of knowledge on how to design websites with XHTML 1.0 Strict and know how to generally operate with CSS.  I have learned that from the great book HTML, XHTML, AND CSS ALL-IN-ONE DESK REFERENCE FOR DUMMIES(I am a huge fan of the dummie books...what a coincidence)!  Andy Harris did a great job of explaining that and I would recommend the book to any beginner.  His book is the reason I am on this forum today. 

    I have only been studying programming for a few months now and am in a hurry to digest more knowledge so I can start a business designing web pages.  I am currently studying Sams Teach Yourself SQL in 24 Hours (along with the dummie book)and it is a great book for explaining the technicals of database design for a beginner like myself. 

    Maybe I need to get another Sams book on PHP.  PHP is where I really started getting lost in web designing.  The easier part of the job is designing the pages, but trying to configure the server is a different world.  I still have a great deal to learn about that.  When I read forum pages like this I just am overwhelmed at all the knowledge it (at least seems that way) takes to put a website up on the air.  I know nothing yet about checking the server logs or all that I need to know to make a customer satisfied.  Any help or comments are greatly appreciated for I am by no way an expert.  Thank you again for taking your time to help me out.  This is a great forum with some very helpful users. :)javascript:void(0);
nhaack

Re: What do I need to study?

Post by nhaack »

Hi Webter,

I think in your case, PHP is the key. I personally found mySQL a lot easier after I knew some solid PHP and learned how they operate together. Once I knew how data is generally handled, all the variables and types, procedures, functions etc... I understood how DBs work. Though I'm still far behind a skilled programmer ;)

Anyway, knowing PHP will enable you to react much better to your future clients. Considering that you might be using CMSMS a lot, it really helps a lot to understand the tools you are using ;)

Best
Nils
webter
New Member
New Member
Posts: 5
Joined: Wed Jan 07, 2009 4:28 pm

Re: What do I need to study?

Post by webter »

Hi, nhaack. 

    Thank you so much for your help.  Know I definitely know what I need to be studying.  Besides emailing Andy Harris(the Dummies book writer) one time for a question, I have completed everything on my own self-study.  Having help from people like you who have gone before me is truly great.

Thanks,
webter
Post Reply

Return to “Developers Discussion”