Archive for February, 2011

How to: Rounded Corners Border around Joomla Content

TweetThe world of CSS is a world of boxes. Everything on a page is a box, within a box, within a box and so on. Unfortunately this leads to ghastly corners with sharp edges. However, the power of CSS3 offers us a glimpse of hope, in the form of beautiful rounded corners. Hopefully with this [...]

Adding dynamic meta tags using php

TweetSites developed on PHP tend to have dynamic content. The user interacts with the site and based on the users actions; the PHP script runs on the server and the output is then displayed on the user. Below I will show you how to generate dynamic meta tags for your PHP powered site. This is [...]