Bootstrap Buttons

Bootstrap provides different styles of buttons. You can use any of the available button classes to quickly create a styled button. As a best practice, Bootstrap highly recommend using the <button> element whenever possible to ensure matching cross-browser rendering.

How to use color in css

The color property sets the color of an element’s text content, and its decorations. It doesn’t affect any other characteristic of the element.The color value must be a uniform color, which may include a transparency value from CSS3.

About Joomla!

Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone. What’s a content management […]

Invalid Parent ID error

When saving a new or existing article you receive the following error message Save Failed with the Following Error: Invalid Parent ID This issue appears to be caused by corrupted categories. The solution is to rebuild the menus, categories and replace the category parent item.

Animated CSS Menu

In this tutorial we will create a new style navigation menu with CSS Transition effect. When the mouse hovers over a box this will grow and shrink the other boxes. We can add an icon to animate into the box to represent the page on the navigation.

Firebug for Development

Firebug is an extension for the Mozilla Firefox browser that allows you to debug and inspect HTML, CSS, the Document Object Model (DOM) and JavaScript. To install Firebug for Firefox, go to http://www.getfirebug.com (click on Install Firebug). Restart FireFox, and you’re good to go.

www in htaccess

Many customers at some point request to force either the www or non-www version of their site to display in their visitor’s browser. For example always have www.example.com or simply example.com display in their visitor’s web browser. There is a common thought that forcing one format is better for search engine optimization.