Do php tutorials work for any other newbies out there?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

sansoo
Forum Commoner
Posts: 32
Joined: Mon Aug 14, 2006 5:33 pm
Location: Smallville

Do php tutorials work for any other newbies out there?

Post by sansoo »

Just want to know if the the tutorials that everyone keeps suggesting all us Newb's take a look are really helping anyone out?

Am i really that dumb or are these tutorials to simplified?

I seem to learn best when i can find some example code that at least somewhat matches what im trying to do. If i know what its outcome is supposed to be i can start reverse engineering it into something to suit my needs.

All the tutorials i seem to find list a few EXTREMELY BASIC examples and no real world implementation.
The main sites ive checked out are Tizag and Zend.

Great for the basics of PHP but when you start getting into more advanced practices you need more advanced examples.

Who knows maybe im trying to learn it all to fast i dont know.

Any thoughts or suggestions from any other Newbies out there?

Anyone find any tutorials or example codes that really helped them out please share?

sansoo signing off
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Well, it all depends on what you're trying to do.
matt1019
Forum Contributor
Posts: 172
Joined: Thu Jul 06, 2006 6:41 pm

Post by matt1019 »

Yep, Helped me alot!!

Also, reading is never enough (unless you are a special person)

Practice what you read... try to make a problem (of your own) which requires you to use what you read, and implement the new techniques that you just learned....


this is the way it helped me ;)

-Matt
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I learned PHP from several tutorials (Kevin Yank's was the top one for me), from inspecting code (phpBB and WordPress), and from this community. Yes, tutorials work if you can learn from them. If you can't then find the channel that bests teaches you and learn that way.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I've never dealt with tutorials well. Image
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

feyd wrote:I've never dealt with tutorials well. Image
That's because you are superhumanoid mega-processor disguised as a regular guy. Image
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Everah wrote:That's because you are superhumanoid mega-processor disguised as a regular guy. Image
shh... you'll give away my secret identity.

Image
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

I use tutorials for specific things. Recently I used one to help me learn how to use ajax to make dynamic select boxes
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I recently used one from Sitepoint to read XML files. I learn pretty well by them.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Tutorials are good to help you getting started with a new feature, like the simpleXML tutorial on Sitepoint which Everah mentioned. After reading the tutorial, you are ready to start and really learn how to use the feature and more advanced topics related to it.
To learn a new programming language, you need to read a good book.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

I learned everything from tutorials, these boards, and trial & error. Tutorials give you the basic knowledge, you should try to expand on them yourself. ;)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

+1 scottayy. I have never read a book on development from cover to cover. Tutorials, these forums and good old fashioned trial and error.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

I actually agree with you guys in a way, but not totally. One thing is sure though: Books are good to get you started, the rest is up to you. Or in other words, books are there to help you master the basics (I know, I know... there are some advanced books, but it's still up to you).
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Plenty of sample code in the manual.
sansoo
Forum Commoner
Posts: 32
Joined: Mon Aug 14, 2006 5:33 pm
Location: Smallville

Post by sansoo »

If a tutorial gives you like 3 examples of how to use something is it really a tutorial?

Take sessions for example. Tizag, Zend, and W3C are worth crap. I had to search high and low on how to use sessions properly. And it boiled down to a whole days worth of work spent on learning sessions thru trial and error.

Im looking for tutorials that are actually meant to teach you something. Not say hey this is a session this is how to start a session. Bye Bye Now.

I can find hundreds and hundreds of pages of tutorials for CSS, HTML, and Anything by Adobe. That take you through a guided process of the most common uses of each feature. Then its up to you to take it further.

Some would argue the PHP tutorials out there do that but i just dont think they get the job done.

And so im back to wasting day after day on stuff thats not hard if i could find the proper learning model.
Post Reply