Showing posts with label button. Show all posts
Showing posts with label button. Show all posts

Add a Hibernate button to shutdown screen

For all those who hibernate their pc, this trick comes handy. Traditionally, to hibernate our PC, hold down the shift key on the shut down screen, the Stand by button changes to Hibernate then we click on it. This trick adds a Hibernate button to the Shut down screen. Now you have all four buttons on one shot, no need to press Shift key.

The below pictures will explain more clearly.

Before:-



After:-

After performing the trick

Steps:-
We have to make some changes to the registry.
As a word of caution, take a back-up of your registry.
Now, To add the button, download show_hibernate.zip and execute the registry file inside it.
To add the button, download hide_hibernate.zip and execute the registry file inside it.

Click to download the documents:


Reblog this post [with Zemanta]
Read More..

Remove Windows shutdown button

Remove shutdown buttons your friend pc

How to remove shutdown button from your friends computer. If your friends have windows 7 operating system then you are applying this tricks. So, follow my image instruction...

4 

click here and download this file


#Follow my image instruction:
3


2

#OK Done now check your shutdown button..........
1

Read More..

How to add Flying Scroll to Top button to your Blogger blog using Jquery






STEP #1 Log in to Blogger, go to Layout -> Edit HTML Now find this code:


</body>

And immediately BEFORE/ABOVE it, paste this code:


<a href="#" id="backtotop">^ Scroll to Top</a>

<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js type=text/javascript></script>

<script type=text/javascript>

/*-----------------------

*Scroll to top


-----------------------*/



$(function(){$.fn.scrollToTop=function(){$(this).hide().removeAttr("href");if($(window).scrollTop()!="0"){$(this).fadeIn("slow")}var scrollDiv=$(this);$(window).scroll(function(){if($(window).scrollTop()=="0"){$(scrollDiv).fadeOut("slow")}else{$(scrollDiv).fadeIn("slow")}});$(this).click(function(){$("html, body").animate({scrollTop:0},"slow")})}});



$(function() {

$("#toTop").scrollToTop();

});

</script>


and,Now find this code:


]]></b:skin>


Add before

#backtotop { width:100px;background:#F4FFBF;border:1px solid #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none; }


Now Click Save Template 
Read More..