Subscribe Updates, Its FREE!

Monday, October 8, 2012

Stop And Safe Your Blog Posts From Being Copied and Stolen

Hey guys today i'm going to show you very impotent posts, this post really help you guys!
I know it hurts when some one Copied your blog posts and they post it in to their blog. Now you can stop This easily.

Just Follow me.............

1. First you need to Login to your Blog Accounts.

2. Now go to your Blog Dashboard  ==> Template ==> Click On Edit HTML ==> Proceed

3. From Your Keyboard Press Ctrl + F and search <head>.

4. Now Copy the code given below and past it just below <head>

<!--Disable Copy And Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

5. Click Save Template.

That's it your blog post is now Copied Protected.
Thank you for Being with us!

Read more »

Friday, October 5, 2012

How To Enable Windows 7 Start Menu In Windows 8

Hello friends in this tutorial i will show you how to enable windows 7 start menu in windows 8.

Just follow me:

1. Click Win+R from your keyboard to launch the Run Application.


2. Now type " regedit " into it and press OK


3. Please Follow the Images tutorial given Below............

Double Click on  >>> HKEY_CURRENT_USER <<<



Now Double Click on >>> Software <<<<


Find out and click >>> Microsoft <<<


Similarly Find out  --->>> Windows >> CurrentVersion >> Explorer


4.  Again check you are right or not

Navigate to :  HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

5. Double Click on "RPEnabled" and set the value to " 0 " 



6. Now Restart your computer, that's it you done.

# To restore follow same steps above except in step 5 set the value to 1.

Thank you.

Read more »

Thursday, October 4, 2012

Easy Way To Change Your MAC Address

Hello friends how are you? Today i'm going to show you how to change your computer MAC (Media Access Control) address.

The Method i'm going to show you is for windows operating systems (XP, W-7, W-8).
In windows click on the Start Menu and type CMD in the search box or the run box if you are still using windows XP.

When commend windows opened type " ipconfig/all " and press Enter.
[ C:\Users\monir_uap07>ipconfig/all ]



This process find out the computer network Card and the Physical Address will be the MAC Address and IPv4 Address is your IP Address.

You find out your MAC address and IP address, now you need to change your MAC address

Now you need to Download free program/Software "TMAC v6". Download link given below....


Click the link and download the software,  When finish downloading Install the software. 
Run the software as Administrator......
Images given below..........

 
1. In windows 7 select Local Area Connection and in windows 8 select Wired Ethernet Connection
2. Original MAC Address
3. Press Random MAC Address.
4. And then press Change Now Button!

That's it you done, you change your MAC address.

Read more »

Wednesday, October 3, 2012

Easy Way To Add Floating Social Media Sharing Buttons for Google Blogger Blog

Hello! friends, how are you? I am going to teach you today How to add Floating Social Media Sharing Button for Google Blogger Blog.

Yes it's easy to do, just follow me.

1. First Log in to your Blog.

2. After Log in go to your Blogger Dashboard.

3. Then go to Layout (Old interface------> Design> Page Elements )

4. Click Add a Gedget.

5. And select HTML/Javascript.

6. Copy the code below and paste in inside the content Box.

7. Now Click Save Button.


<!-- floating page sharers Start computereasysolutuons.blogspot.com-->
<style>
#pageshare {position:fixed; bottom:15%; margin-left:-71px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;}
#pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;}
.fb_share_count_top {width:48px !important;}
.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;}
.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}
</style>
<div id='pageshare' title="Get this from BloggerSentral.com">
<div class='sbutton' id='fb'>
<a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</div>
<div class='sbutton' id='rt'>
<script src="http://tweetmeme.com/i/scripts/button.js" type='text/javascript'></script>
</div>
<div class='sbutton' id='su'>
<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
</div>
<div class='sbutton' id='digg' style='margin-left:3px;width:48px'>
<script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script>
<a class="DiggThisButton DiggMedium"></a>
</div>
<div class='sbutton' id='gb'>
<a class='google-buzz-button' data-button-style='normal-count' href='http://www.google.com/buzz/post' title='post on google buzz'>
<script src='http://www.google.com/buzz/api/button.js' type='text/javascript'></script>
</a></div>
<div class='sbutton' id='gplusone'>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="tall"></g:plusone>
</div>
<div style="clear: both;font-size: 9px;text-align:center;"><a href="http://computereasysolutions.blogspot.com/2012/10/easy-way-to-add-floating-social-media.html">Get this</a></div>
</div>
<!-- floating page sharers End -->

# Replace USERNAME with your feed burner, facebook and twitter username.

Read more »