A - Z Artist / Profiles page - Audio Pro
Design and Skin Customization
One thing that helped me get started were the developer books by O'Reilly publishing. Really like the way they get straight to the point.
Recommend this one:
Amazon: "Learning Php"
https://www.amazon.com/Learning-PHP-Introduction-Popular-Language-ebook/dp/B01E9LU2BM
Jamroom has a bit more to it than that, but it comes at the problem of: "How do I build a community website and keep it customizable" from the developers perspective.
Wordpress is a bit more focused on making configurations and customizations available in a non-developer setting.
In Jamroom the skins determine what functionality is available to the end user as well as the colors and fonts.
So areas that are useful for studying are:
* php
* html
* css
Thats the bones/skeleton of the system, then customization begins at:
* smarty (which is VERY similar to php, just slightly different syntax)