|
Joomla -
Template Development
|
|
Thursday, 13 May 2010 05:27 |
|
So... here are some Joomla "primer points"...
Joomla is a web development framework that bundles PHP and Javascript libraries together with core code. Joomla is open source, so... don't buy a book on Joomla if you can read PHP and Javascript... read the code instead. Also, it's extendible so there are plenty of examples (good and bad) out there to review.
|
|
Joomla -
Template Development
|
|
Wednesday, 12 May 2010 09:15 |
|
The problem was: Joomla's default article view puts the article content in a table. I wanted the content to flow around floating positions in the template.
|