Search Results

The Importance of CSS !important

By Subhas Fagu on 26-Apr-09 14:22. View Comments
Tags:
This article is to bring light to the !important rule within CSS. CSS by default uses the last specified rule to style a document. However with the use of the !important rule, you can quickly override all subsequent modifications to the same property.

Changing PHP Headers

By Subhas Fagu on 19-Feb-09 16:47. View Comments
Tags: ,
PHP allows you to change the header of a file or page so that it renders differently in the browser. This is VERY powerful if you know how to use it properly.

Dynamic CSS files with PHP Headers

By Subhas Fagu on 19-Feb-09 16:47. View Comments
Tags: ,
Based on the PHP headers article, lets write a simple dynamic css file that will change the background to blue if it is monday.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.