We're still recovering from the recent server attack -the site will be under re-construction for a few more days
You can contact us at info@mediabanana.com if you have any questions or orders.
account payments

latest blog post

is your site seo ready?
Dec 24, 2009 | perrymb | full article

Not all websites are created equal, many lack the proper coding required in order to be as SEO ready as they should be. In this section we’ll discuss what it...

targeting individual pages
Dec 24, 2009 | perrymb | Return

As a company, we tend to build most of our sites in CMSMS (CMS Made Simple), and have found several tricks to getting around the program with little effort.

Granted, this won't be a blog post of majestic awe or discovery -but worth posting none the less. Targeting individual pages can be done in CMSMS without creating a template for each page, and there is one simple way of doing it. And that is the '{title}' tag, by simply sticking that on the back of any class selector in your template, you can effectively target that page with css.

Example? <body class="body body{title}">

Note that I've doubled up on the class there -this allows you to specify some css properties to every page under ".body", while being able to target ".bodyHome" at the same time.

We're actually pretty obsessive with it, giving an additional "{title}" tag to every class on the page. I mean... why not right?

-MikeP http://www.mediabanana.com