Best practices to increase Performance your web site
Minimize HTTP Requests 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the […]
How to achieve cross-browser font-face support
At the moment, web fonts are all the buzz. Unfortunately, achieving cross browser support is not easy. In this tutorial, I’ll show you how to get custom fonts working in all of the major browsers. use following link to view it http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/ buy clomid pills
Faux Columns Technique
It is very common in layouts to have 2 columns next to each other, with one column having a background color, and the other column just being white. Since the columns will almost never have the same amount of content in them, the easiest way to fake this, is to have a 1px tall background […]
Sticky Footer – A static footer with very little css
* { margin: 0; } html, body { height: 100%; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -142px; /* the bottom margin is the negative value of the footer’s height */ } .footer, .push { height: 142px; /* .push must be the same height as .footer */ } [/css]
CSS Sprites and How To Use Them
I thought you would never ask. Let’s start by showing the BEFORE example. Notice in the CSS below how the anchor tag does not get a background-image, but each individual class does. Now check out the AFTER example. Notice in the CSS that there is a single background-image applied to the anchor element itself, and […]
keep looking »