Now it’s time to protect your computer from viruses, spyware, unknown intruders and hackers. You don’t want to spend hours, days or weeks trying to rid your computer of these terrible threats. Or worst case scenario, losing all your data and having to rebuild from your original software installation CD’s. YIKES!
Protect your pc with the best protection available on the planet: “PANDA SOFTWARE”
Alert: Get Panda protection software now at great discounted pricing!
Buy Panda Antivirus Pro 2010
Install it and forget about viruses,
spyware and hackers, anti-Malware
Protection, Identity Theft Protection.
Protects Up to 3PCs.
Note: click add to cart in order to see the discounted pricing!
Buy Panda Internet Security 2010
Maximum protection against all kinds
of Internet threats, Anti-Malware Protection,
Identity Theft Protection, Safe Internet
Browsing. Protects Up to 3PCs.
Note: click add to cart in order to see the discounted pricing!
Buy Panda Global Protection 2010
Enjoy total security and ensure information
integrity, Anti-Malware Protection, Identity
Theft Protection, Safe Internet Browsing,
PC Optimization. Protects Up to 3PCs.
Note: click add to cart in order to see the discounted pricing!
Regards, Jared Blake
Filed under Tech Tips by on Jan 1st, 2010. Comment.
Here is the issue I had on one of my blogs (Note: I’m not a CSS expert).
The following code within my blog CSS file was dictating my link color format:
a,a:visited,a:hover {
color:#777777;
text-decoration:none;
}
I wanted my menu links to be a different color from the links within my blog page.
The solution was to add the following code within my CSS file and then using the h6 reference to change the link color within the menu:
h6 a {color: #CCCCCC;}
h6 a:visited {color:#CCCCCC;}
h6 a:hover {color: #CCCCCC;}
h6 a:active { color:#CCCCCC;}
Note it doesn’t have to be h6 it just needs to be unique to the rest of the CSS file.
Regards, Jared Blake
Filed under Tech Tips by on Jan 1st, 2010. Comment.

















