Tuesday, March 31, 2009

Today's Joomla Tip: Typography

Using your active template's CSS file you can set typography consistantly for the entire site. In particular, make sure the "Heading" styles are set to your preference. This way, when adding artical content you can set paragraphs as heading 1 though 6 with the confidence that style and colors will be maintained through all your pages.

In Joomla 1.5 go to Extentions -> Template Manager and select the currently active template (flagged as "Default"). Then click "Edit CSS", select the entry "template.css" and click "Edit". Here is an example of Heading definitions:

/* Heading */
h1 {font-size: 200%;font-weight: normal;color: #27AF4B}
h2 {font-size: 125%}
h3 {font-size: 125%;font-weight: normal;color: #27AF4B}
h4 {font-size: 115%}
h5 {font-size: 115%;font-weight: normal;color: #27AF4B;font-style:italic}

If you'd like more help, then contact me.

Sunday, March 29, 2009

Website Design on a Shoe String Using Joomla

Joomla is a fantastic tool. You can get a fully loaded modern site, with all dynamic and fancy features, for a fraction of a cost of a regular website design - thanks to pre-existing components.

In a matter of days I was able to build a site with full search capabilities, a site map, dynamic drop-down top menus, a SEF component, and a complete ecommerce solution. Doing this from scratch would take weeks!

Today's Joomla Tip:

If you are setting up VirtueMart e-commerce on your Joomla website, do not customize Typography on your template until the site is fully assembled. We learned the hard way and then had to spent time re-adjusting display on the VirtueMart.