'Tools' Archives

Blizzard Editor Training

Friday, September 7th, 2007

Good news for all of our customers that are enrolled in our Specials Updater program. We have released our Blizzard Editor program to make it easier for you to update the selected page(s) on your website. The video below has been produced for our customers to learn how to use the new program. Please visit and watch the video as often as you need to.

Watch the training video

Use Firefox to View Nofollow Links

Friday, March 9th, 2007

This is in reference to a post Matt Cutts made about a year ago on seeing nofollow links. He shows how Firefox can be used to view nofollow links without digging through source code. A full time blogger or SEO could potentially save hours per week using this tool.

I would change Matt’s code a bit in order to make nofollow links a little less in-your-face. This will give the links a white background with a blue border and blue font.

a[rel~="nofollow"] {
background-color: white !important;
color: #7097BE !important;
font-weight: bold !important;
border:1px solid #7097BE !important;
padding:2px !important;
text-decoration:none !important;
}