Search This Blog

Monday, April 15, 2013

How to Check if Someone Else is Using Your Facebook Account ?

How to Check if Someone Else is Using Your Facebook Account ?

Have you noticed strange goings-on with your Facebook account? Maybe items being posted that you know you didn’t have anything to do with? Facebook does have a certain amount of security settings built-in to it – some of them are fairly new – that you can make use to detect if some-one else is using your account.

Steps to Detect Facebook Login Attempts :

Log in to your Facebook account

Select Account > Account Settings > Account Security from the drop down menu under your name.

Monday, February 18, 2013

Samsung Galaxy Note 8.0 rumored to launch in March, priced to compete with iPad mini

Samsung Galaxy Note 8.0 rumored to launch in March, priced to compete with iPad mini


The Samsung Galaxy Note 8.0 has leaked so frequently in the past couple of months (heck, even Samsung’s head of Mobile Communications confirmed it), that the device may as well be out already.

The latest news about the compact tablet is that it’s set to hit retail in Europe at the end of March for around €359 for the WiFi only version (€449 if you throw 3G into the mix). Compare this to €329 for the iPad mini (€429 with 3G), and you can see that Samsung aim to directly compete with the smaller iPad with their upcoming product.

Wednesday, February 6, 2013

RUN Commands for easy access


1. Accessibility Controls - access.cpl
2. Accessibility Wizard - accwiz
3. Add Hardware Wizard - hdwwiz.cpl
4. Add/Remove Programs - appwiz.cpl
5. Administrative Tools - control admintools
6. Automatic Updates - wuaucpl.cpl
7. Bluetooth Transfer Wizard - fsquirt
8. Calculator - calc
9. Certificate Manager - certmgr.msc
10. Character Map - charmap

Saturday, February 2, 2013

Twitter hacked, 250,000 user accounts affected

Twitter hacked, 250,000 user accounts affected

Anonymous hackers have targeted Twitter this week and gained access to roughly 250,000 user accounts though only "limited information" such as usernames, email addresses, session tokens and encrypted/salted versions of passwords were compromised, the microblogging service said on Friday.

Twitter has already reset passwords for affected users, and will notify them soon, it said in a blog post. The cyberattacks come days after the New York Times and the Wall Street Journal revealed they had been the target of a well-coordinated hacking effort.

"This attack was not the work of amateurs, and we do not believe it was an isolated incident," Twitter said. "The attackers were extremely sophisticated, and we believe other companies and organisations have also been recently similarly attacked."

Saturday, January 26, 2013

Google+ beats Twitter to become second most used social network

Google+ beats Twitter to become second most used social network 
Google+ beats Twitter to become second most used social network

According to latest data released by Global Web Index, Google+ is now the second most used social network with more than 300 million Active users.

Saturday, November 24, 2012

Prevent your Blogger Blog from Redirecting to Country-Specific URLs

Go to your blog inside the Blogger Dashboard and choose Template. Then click the “Edit HTML” button followed by “Proceed.” Next, copy-paste the following code into the template after the <head> tag.
 
<script type="text/javascript">
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf("."));
if (ctld != ".com") {
var ncr = "http://" + blog.substr(0, blog.indexOf("."));
ncr += ".blogspot.com/ncr" + slug;
window.location.replace(ncr);
}
</script>
 
Click the Save Template button and now your Blogger Blog will always serve with the blogspot.com URL.
Related Posts Plugin for WordPress, Blogger...
Blogger Tips And Tricks|Latest Tips For Bloggers Free Backlinks