Where can I find a good brief intro (or cheat sheet) for PHP? Ideally aimed at helping tweak Wordpress?

I understand completely where you are coming from! I don't have a great deal of experience with the vast range of programming languages but acknowledge that PHP is important and I like to tinker with Wordpress too :) Well there are a few ways to get started with PHP. The best intro would be on the W3schools website - you can learn the basic principles and then test yourself for free.

You will know the info given is great quality too as it is W3C that define web standards. For Wordpress specific help I would suggest a few different approaches as people often like to learn in different ways: 1 .codex.wordpress. Org This is the online wiki / manual for using Wordpress and looking under the hood of the code.

If you use the search or define the site within a google search you will get some great results explaining in layman's terms what is going on in each line of code found in Wordpress. Once you get more comfortable I think this cheat-sheet or Function Reference will also help. 2.

Examine other people's themes - the simpler the better at first. Once you're comfortable with the loop etc examine others plugins too. If you get stuck too early on try a beginners tutorial in theme building, like this one: themeshaper.com/wordpress-theme-developm... 3.

Use forums Ask a pro! Building on the open source philosophies Wordpress developers are often friendly and willing to go that extra mile to help people. 4.

If you have done well at getting started you could then go on to reading up on the rest of PHP as it will probably help in the long run. This book is highly recommended by Stackoverflow users. I hope this goes well for you.

Wordpress is well established as is PHP so you should do well with what you learn and I think both will be around for some time. Good luck!

Here is the one I use personally: PHP Pocket Reference, Second Edition.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions