March 28th, 2010
Original Post: PCWorld.com – http://www.pcworld.com/article/187199/how_to_stop_11_hidden_security_threats.html
Original Author: Tony Bradley, PCWorld
Comment: Informative article which outlines a number of areas where the “bad guys” are trying to exploit your trust and steal your sensitive personal information – this can lead to identity theft or turning your computer into a host to infect other computers.
Antivirus software and a firewall alone can’t guarantee your safety. Here’s how to foil the latest crop of sneaky attacks and nefarious attempts to steal your data.
Do you know how to guard against scareware? How about Trojan horse text messages? Or social network data harvesting? Malicious hackers are a resourceful bunch, and their methods continually evolve to target the ways we use our computers now. New attack techniques allow bad guys to stay one step ahead of security software and to get the better of even cautious and well-informed PC users.
Don’t let that happen to you. Read on for descriptions of 11 of the most recent and most malignant security threats, as well as our complete advice on how to halt them in their tracks.
<click the link above for the full article on PC World’s website>
Posted in Computer Security | Comments Off
June 18th, 2009
Original Post: http://wphackr.com/turn-off-comments
A while back I wanted to do something with Wordpress that seemed like it should be the easiest thing in the world to do, like there should be a setting or something to change to turn off comments, but my search ended in disappointment at the thought that I would have to scrounge through and remove all the code that displays comments…I really hate when things aren’t made easy for me.
Anyway, here’s how it’s done…
1. Open index.php and remove this:
<span class="add_comment"><?php comments_popup_link('? No Comments', '? 1 Comment', '? % Comments'); ?></span>
2. Open single.php and remove this:
<?php comments_template(); ?>
3. Open archive.php and remove this:
<?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
That’s it, you’re done, unless you have another theme that you’re using, in which case you need to scan all your blog pages for anything related to comments. If you find something, open whatever template that page is using and remove any lines of code like what’s above.
Posted in Graphics / WebDesign | Comments Off
June 8th, 2009
This is the standard wiring diagram for CAT5 Patch Cables.

EIA/TIA 568B Color Scheme
Posted in IT - General | Comments Off