Still In Development


feed-imagerss
feed-imageatom
Login



Template Development
Module Chrome in Two Easy Steps PDF Print E-mail
Joomla - Template Development
Monday, 17 May 2010 11:45

While I read about Joomla module chrome early in my tour of the Joomla documentation, it wasn't until I put this log together that I actually wrote my first module chrome.

 
Super Fast Joomla Intro Tutorial PDF Print E-mail
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.
 
Changing the Article Layout PDF Print E-mail
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.