February 4, 2012


Copy Protect your Websites or Blogs from Fraudulent Users


           Nowadays,it has become a need to make your blog(bloggers too) copy protected since same copies would be found some where in the internet after few hours.This happens mostly through feeds where many sites would directly publish all our content from our site’s feeds.
Prevent copying of Text from your blogger or any sites
                It is possible to prevent copying the content of our blog by just adding some piece of code which will prevent fraudulent users to select the text.Insert the code into commonly visible area for all content,better place is footer area.

Copy Protected by <a href="http://www.techtipsmaster.com">Computer tech tips</a><script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>

Prevent copying of Pictures from your blogger or any sites

1.Look through the source code.

2.Retain only the tag, removing the rest:

for eg:

<img src="url to image file" alt="picture" border="0" />

3.Now add the following script just prior to the closing />:

oncontextmenu='return false;'

4.As an alternative, you could also pop up a message:


oncontextmenu='alert("Copy Protected."); return false;'

Windows 7 Tips,Tricks and Cracks

Key board shortcuts:

ALT + G :D isplay Gadgets On Top Of Other Windows

ALT + P :D isplay Or Hide The Explorer Preview Panel

:P review Photos In Windows Explorer

Windows key + Left key :D ock The Current Windows To The Left Side Of The Screen

Windows key + Right key :D ock The Current Windows to the right side of the screen.

Windows Key + Plus Key :D esktop Magnifier

Windows Key + Minus Key: Zoom out (in desktop)

Windows Key + Up Key :Maximize Or Restore The Foreground Window

Windows Key + Down Key :Minimize The Active Window

Windows Key + T :Move through theTaskbar icons(Alt + Tab in XP for moving across opened programs)

Windows Key + Home Key :Minimize Everything Except The Current Window

Windows Key + Shift Key+

Left or Right Key :Toggles between monitors if you have multiple screens installed.

Ctrl + Shift+application :Run any application as a administrator

Features which are present in WINDOWS 7 ONLY but not in XP

1.Normally file copy happens in a single thread,which takes more time,which happens much disadvantageous in case of dual core processors or higher ones.But ,in order it to make a multi threaded program with n number of threads ,you can specify “/MT[:n]” in command line.The optimal value of n will be equal to number of processors.

2.Press the Windows key and type Gpedit.msc. Go to Computer Navigation -> Windows Settings -> Security Settings -> Application Control Policies -> AppLocker. Right click on one of the options and create a new rule.Through this,you can block the users of executing vulnerable scripts and other harmful executables.

3.Effective power management can be done by pressing the Windows Key and typing “POWERCFG –ENERGY –OUTPUT <path\filename>”,which will create a file called energy-report.html in the folder.You can then view the power options for all devices and can compare with the specified ratings.

4.Hold down Shift, right-click the drive and “Open in New Process” which can open even a folder as a new process if it can cause you a crash and terminate all your works.