Best and Worst List of Software / Services

Keep in mind I’m referring to well-known, popular products. Obviously, there are far worse products out there that are relatively unknown, so not really notable. Web / Internet Browser Best Mozilla Firefox Worst Microsoft Internet Explorer (IE) Ant-virus Software Best AVG Free Anti-virus Worst Symantec Norton Anti-virus (AKA McAfee Ant-virus) Firewall Software Best ZoneAlarm Free Best and Worst List of Software / Services

Canonical Link Guide and Tools

Canonical Link WordPress Plugin Download Now | See on WordPress.org | Support Canonical Link Firefox Add-on Download Now | See on GitHub | Support This add-on will also help you to verify your canonical links are set up correctly. Canonical Link Script <link rel="canonical" href="https://<?php echo $_SERVER[‘HTTP_HOST’]; ?><?php echo parse_url( $_SERVER[‘REQUEST_URI’], PHP_URL_PATH ); ?>" /> Canonical Link Guide and Tools

Pure CSS Minimalist Image Hover Rollover

Demo: (only use one of the CSS methods below) CSS Sprites (New Method) .hov{display:block;width:245px;height:195px;background:url(images/hover.png)} .hov:hover{background-position:0 -195px} For this to work, simply stack the normal state image on top of your hover image making one image. They should be exactly the same size and stacked perfectly on top of each other. So, in this example the Pure CSS Minimalist Image Hover Rollover