I hope my post isn't too long-winded or redundant. I'm searching for a CMS for a website focusing on the animal kingdom, and I want to make sure I make the right choice before I get in too deep.
First, I've never worked with a CMS before. However, I've been working with PHP and MySQL for about a year (on a Windows XP platfom).
My site will be similar to the Animal Diversity Web. (See their wolf page as an example:
http://animaldiversity.ummz.umich.edu/site/accounts/information/Canis_lu... )
The main differences are that my site will have more topics and features, and I want a very different appearance. Most pages will consist of three-column bodies between a header and footer. The left column will only be about 75 pixels wide, while the right column will host my advertising affiliates, like Google Ads.
The Animal Diversity Web uses a CMS called Plone, which appears to be really powerful. I downloaded it but haven't even been able to view Plone's home page; it isn't even remotely user friendly.
Also, it appears that Plone replaces PHP with Python. I'm not sure which is better, but I don't know if it makes sense to scrap PHP after working with it for a year. Without Plone, I'll have to learn how to make a recursive array, but that shouldn't be too hard to learn. (I'm working withi simple child-parent relationships right now.)
Another website I admire is the Tree of Life - http://tolweb.org/tree/phylogeny.html I'm not sure what CMS they use, but their data is manipulated by the "Edge Representation" method, which I think is just a term they use for recursive array.