Posts

Showing posts from October, 2010

facebook Virus

Image
Hackers have flooded the Internet with virus-tainted spam that targets Facebook's estimated 400 million users in an effort to steal banking passwords and gather other sensitive information from the users of the largest social network in the world. The emails tell recipients that the passwords on their Facebook accounts have been reset, urging them to click on an attachment to obtain new login credentials, according to anti-virus software maker McAfee Inc. If the attachment is opened, it downloads several types of malicious software, including a program that steals passwords Hackers have long targeted Facebook users, sending them tainted messages via the social networking company's own internal email system. With this new attack, they are using regular Internet email to spread their malicious software. McAfee estimates that hackers sent out tens of millions of spam across Europe, the United States and Asia since the campaign began on Tuesday. Dave Marcus, McAfee's di...

Hide-disable-remove-blogger navbar from your blog

Image
Today we learn hoe to remove the bloger navigation bar but first we must know what a bloger navbar is. A bloger navbar is a bar that allows the viewer to easily navigate to other random blogs from the page he or she is viewing. It also has a feature that allows the user to search the blogs, and mark any blog as a spam  Despite its many features many people prefer to remove it because they think it spoils the look of a blog, especially if the blog has many different subtitles. Let me come to the actual point on how to disable or hide your bloger navbar. Let’s go step by step on how to remove it and I have a photo illustration to help you get started. Sigh in to your blogger account and click the layout tab next to your blogger name Next, click the edit HTML tab as shown in the below picture. Add the code that’s is shown in the picture below #navbar { height: 0px; visibility: hidden; display: none; } Save the changes Now, you can see your blog without that navbar ...