Search This Blog

7.3.13

0 How To Add ‘Open With’ To Right-Click Menu For All Files

To open files/programs with 'specific' applications on windows is not quite straightforward as you have to pass through some processes before getting to the final destination.

Having to repeat this tardy steps everytime can even make it a whole lot more frustrating.
Therefore,a solution has been provided in this article to make opening of files with dedicated softwares a click-away.

In this tutorial,I'll be making use of “Notepad” as an illustration,but be rest assured all softwares are configured thesame way.

How To Add applications To Right-click Menu.

  1. Open ‘Registry’ by holding Windows key + R
  2. Type ‘Regedit’ in the textbox and hit enter.
  3. Navigate to “HKEY_CLASSES_ROOT\*\shell” and right-click on shell
  4. Go to New » Key and give the newly created key a name you can easily remember E.G 'Open Notepad'
  5. Again, right-click on the new key and create another key below it.
    Give it the name “command”
  6. Now, double-click on “(Default)” at the right panel, and paste this in the text-box.
    notepad.exe %1
    and the change will take effect automatically.
  7. Note »
    To switch notepad with another application or create a new one,simply change ‘notepad.exe’ with another application's name.
    E.g :
    Photoshop.exe
That's all.
I believe this isn't new to some computer geeks,but it sure is to others.

9.4.12

0 HOW TO DISABLE 'RIGHT CLICKING' ON BLOGGER BLOGS.

You would agree with me that not all posts by a blog/website owner are his.

Many people tend to copy contents directly from another site,then make some little changes,while other just download it verbatimly.

In order to disable your site viewers from copying your posts,you will have to disable their mouse right click.

To do this,just add some little javascripts to your site & the option will be automatically disabled on your site.

Here's the script.

<script language="JavaScript"> var message="Function Disabled!"; /////////////////////////////////// function clickIE() {if (document.all) {alert(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {alert(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script>

Where to add it?
Go to Design>>Page element and select 'Add a gadget'.
Now scroll down to where you'll see HTML/JAVASCRIPT and select ADD.
Paste the code above,and SAVE IT.

Note:There are some other ways visitors can copy your posts without right clicking.

NEXT» ¤HOME¤

 
[GET THIS]