គន្លឹះខ្លីៗ

 5 Internet Security Tips to improve online Security

With the recent largest data breach puts the another question on online security. Data breach can be from both side i.e. User and Service providers. If there is a security loopholes in the service providers (Company) infrastructure then this is a calling to the hackers and if user have the simple and same password of several accounts then also its the same.

Here some internet security tips by which users can make their online accounts security strong and secure.
1. Use of Complex password - User should choose complex password, mean use alpha-numeric words and have atleast 1 special character on the password. User are advised to have the case sensitive letters on password they choose.

2. Not to use Dictionary Words - Many time users use their nick name or there phone numbers as a password, just they can easily remember it. But as a security concerns this worst idea. This  makes an attacker to easily guess your password. Many times users use password as a dictionary word, this also won't make it secure. There are many free tools available over internet by which attacker can perform a dictionary attack.

3. Use Two-Factor Authentication - Now there are many service that have added Two-Factor Authentication, so users are recommend to enable Two-Factor Authentication (2FA) with their online
accounts.
Two Factor Authentication, also known as 2FA, two step verification or TFA, is an extra layer of security that is known as "multi factor authentication" that requires not only a username and password but also a One-Time Passcode (OTP) that is sent to your mobile number. 
 Two-Factor Authentication is a great way to make your online account secure as service which 2FA will send a OTP code every time on your mobile device whenever you try to login.

4. Avoid Common passwords - Many time users uses same password for almost all of there account, but this is a bad security practice. We recommend users not to use same password for their accounts. We know that remembering too many password of each account is not easy, but users can make some changes to their passwords as like change of the case sensitive, using different special characters on to it. User can also make some changes on their password and make it long and more complex.

5. Update your password - Many of the times users didn't change their password from a long run. This could also a bad sign for your online accounts, So users are advised to frequently update the password of their accounts. Many of time attackers hijack your accounts and didn't change the password as like you. Hence you didn't notice about the hijack and continues using the service, as while attacker also have the access to your account. This is just because you didn't update your password.

So these are the some tips to make your online accounts secure and strong. We recommend all our users to opt for the basic precaution steps for their online security.


How to Add Facebook Like Popup Box for Blogger

 Facebook Like Popup

             Today we provide you new blogger tips to add facebook like popup box for blogger. Some time ago we discussed about how to add like box widget in your sidebar now we provide you full step by step guide to add popup like box widget for blogger to increase more facebook likes of your facebook fan page. This facebook like box appear after your site or page load

 

Step 1

            Log in into Blogger Dashboard.

Step 2

           Go to Template and Click on Edit HTML Button as shown in below picture.

 

 Facebook Like Popup Box

 

Step 3

Find below Code With the help of Ctrl + F

<\body>

Step 4

Copy and Paste below code before </body>:
----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------
<style type='text/css'>
#haakblogFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FEFEFE;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#haakblogFBpop a.haakblogclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(window).bind(&quot;load&quot;, function() {
// Animate Top
$(&#39;#haakblogFBpop&#39;).animate({top:&quot;150px&quot;}, 1000);
// Widget by www.haakblog.com
$(&#39;a.haakblogclose&#39;).click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='haakblogFBpop'>
<!-- Widget by www.haakblog.com Start -->
<center>
<b>Don&#39;t Forget To Join US Our Community</b></center>
<center>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fhengudom.blog&amp;width=300&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=196282097100252' style='border:none; overflow:hidden; width:300px; height:258px;'/>
</center>
<!-- Widget by www.haakblog.com End -->
<a class='haakblogclose' href='#'>&#215;</a>
<center style='float:right; margin-right:10px;'>
<span style='font-size:xx-small; color:#000; text-decoration:none;'></span>
<a href="http://www.haakblog.com" rel="dofollow" target="_blank" title="blogger tips"><img src="https://bitly.com/haakblog" alt="blogger tips" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://www.haakblog.com/2014/02/download-best-blogger-templates-of-2014.html" rel="dofollow" target="_blank" title="blogger templates"><img src="https://bitly.com/haakblog" alt="blogger templates" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href='http://www.haakblog.com/2013/10/add-facebook-like-popup-box-for-blogger.html' style='font-size:xx-small; color:#3B78CD; text-decoration:none;' target='_blank'>Widget</a></center>
</div>
----------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------
Change hengudom.blog to your Facebook Page Name

Step 5


Click on Save Button.

 

 

No comments:

Post a Comment