Just Google It

Saturday, 22 February 2014

How To Disable Right Click On Your Website Or Blog

How To Disable Right Click On Your Website Or Blog 


 Disable Right Click for blog
If you own a blog or a website then you always want to prevent other malicious bloggers from copying the content from your blog. You might have written an article with great efforts and lots of research and other just copy/paste it on their blog. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.

How To Disable Right Click On Your Blog ?

 1. Got to your blogger Dashboard and then Click on Layout.
blogger widget

 2. Now Click on Add Gadget and select Html/Javascript.
blogger widget
 3. Now paste code given below in the pop up window.
<!--MBW Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://mybloggersworld.blogspot.in>
 4. Save it and done. Now users will not be able to right click on your website. 

Password Protect Any Folder Without Any Software

Password Protect Any Folder Without Any Software

In my previous post i have teach you to hide files behind images. In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.

How To Lock Folder ?

   1. Open Notepad and Copy code given below into it.
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== coolhacks goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
   2. Save the notepad file as lock.bat (.bat is must)
   3. Now double click on lock.bat and a new folder will be created with name MyFolder
   4. Copy all your data you want to protect in that New folder
   5. Now double click on lock.bat and when command promp appears Type Y and press enter.
   6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
   7. It will ask for password enter your password and done. (Default password is coolhacks)
  • To change the password replace coolhacks with  new password in the above code

How To Further Secure ?


You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.

Downloading Torrent Using Internet Download Manager

Downloading Torrent Using Internet Download Manager

Downloading Torrent Using Internet Download Manager
Hello friends, today i will show you the way to download torrents with Internet Download Manager. Torrent is tiny file with .torrent extension which allows you to download huge amount of data. We use torrents to download various stuffs like movies, games, software package and plenty of different things. you'll transfer torrents from several website.  The transfer speed for torrents depends on seeds it has. It will make difficult for you to download files with very low or no seed counts. However with the assistance of this trick you'll be able to download torrent file with IDM. This tool can be really helpfull when you want to download file that has very low seeds. IDM is the quickest file transfer manager on the internet market. So lets begin!

How To Transfer Torrent With IDM

1. First download the torrent file with .torrent extension which you wish to download from the internet directly without any torrent client like utorrent.
Downloading Torrent Using Internet Download Manager

2. Now open 
zbigz.com and you will land on its homepage.
3. Then Click on upload Torrent and browse your torrent to transfer and click on Go.
4. Then it will ask you for Free or Premium service, choose Free to proceed further.
5. It will take some time to cache your file. Once the caching is done, click on transfer button to download your file as shown below.

Downloading Torrent Using Internet Download Manager
6. You should have internet download manager installed on your computer so that download start inside IDM. If you don't have IDM don't worry it will download directly.


Note: If you decide on to use Free transfer then you wont be able to transfer file of more then 1 GB 

System Tweaks

System Tweaks

Disable System Restore

You can gain a lot of drive space by disabling System Restore. (You should already have a backup regimen in place before you do this.) In Vista, right-click My Computer, select Advanced system settings, click the System Protection tab, and uncheck any drives. In XP, right-click My Computer, then under System Tasks, click on "View system information." Click on the System Restore tab and click the box next to "Turn off System Restore on all drives" to disable it.

Configure Windows Update

Windows Update is great, but if it's set on autopilot, it will download updates that require a reboot, then pester you forever to install them, and eventually reboot on its own. Change the Windows Update settings (in the Windows Security section of the Control Panel) to download updates but ask you whether to install them.

Disable Delete Confirmation

You can disable the confirmation that pops up whenever you delete something by right-clicking the Recycle Bin and selecting Properties. Uncheck the delete confirmation box, click Apply and then OK, and you're done. Also, you can bypass the Recycle Bin entirely by holding down the Shift key while deleting files.

Disable Windows Animations

Sliding Window animations look cool, but you can improve system performance by disabling them completely. Right-click My Computer and go to Properties. In Vista, select Advanced system settings, or click the Advanced tab in XP. Click Settings in the performance box and uncheck any box that says animate, slide, or fade.

Create a Custom Toolbar

If you're constantly accessing a particular folder, you can add it to your taskbar for quick access. Right-click the taskbar and scroll to Toolbars, then select New Toolbar. It will open an Explorer window, so browse to your folder and select it. It's also handy to add My Computer as a toolbar.


Some time you install fresh Operating system in your computer and then you install Browser, google chrome. After installation you try to open gmail, yahoo, or facebookin google chrome but you do not see your required page and see a message “Server Security Certificate is not yet valid”.  Then you also try to open the page by clicking on “continue anyway” but the result is same.



Infect this problem occurs due to incorrect date and time of your computer. By synchronizing your system clock you can solve this problem.
I will tell you the best solution of this problem. Just follow these steps and after completion you will be able to login to facebook, yahoo, gmail etc.


Click on Start Menu and then control penal. 

Open Date/Time setting 

Adjust correct date and time according to your region. 


 Open "Internet Time Zone" tab.  


 Click on "Update Now" button. After clicking on button, It will start synchronzing your internet server timing. 


After 7-8 seconds you will see a message, "The time has been successfully synchronized with time.windows.com on 07-07-2013 at 5:09PM. 


Done 
    Now try to open facebook, yahoo or gmail in google chrome again. Surely you will login successfully.





    Recycle Bin is used to keep unnecessary files or folder. Some of my blog visitors asked about this problem that how they can get back their recycle bin after deleting it on windows XP.
    You can use this method to get back recycle bin. 
    Important Note.
    For this purpose you will have to modify the Registry. It is strongly recommended that if you have some basic knowledge of registry then you can try it. Otherwise some serious problems might occur if you modify theRegistry incorrectly. Now let’s try it. Follow these steps carefully to edit the registry to make the Recycle Bin icon reappear on your desktop.

    i.  Click START and then click RUN
    ii.  Now type “ regedit” and then click OK.
    iii. Locate the following registry key
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsfot\windows\Current
    version\Explorer\Desktop\namespace 
    iv. Right click the registry key that you located in number(iii), Point to new and then click key.
    v.  Now Type {645FF040-5081-101B-9F08-00AA002F954E} and press Enter.
    vi.  After this click the new {645FF040-5081-101B-9F08-00AA002F954E} key.
    vii. In the right, use your mouse to double click the default entry.
    viii.   You will see a “Edit string dialog box”. Type Recycle Bin in the value data box and finally click OK.
    ix.   Now close your registry Editor and check your desktop.
    x.    You will see recycle Bin icon on your desktop wall. 






    USE KEYBOARD WITH MOUSE

    If you feel that your external keyboard is not working properly or some particular key is not functioning then you can use internal keyboard on your desktop screen. This property of keyboard is found in windows xp and seven. Just follow these steps
    Go to start menu and press “run
    Type  “osk
    Now press enter.
    (note. Don’t use commas)
    you will see keyboard on your desktop screen. Now use mouse to click on keys for operation.




    INCREASE SPEED OF HARD DISK

    It is common observation that some times our computer slows down due to low performance of hard drive. This problem happens due to the slow performance or poor speed of hard drive. When we say about poor performance, actually we mean, poor speed of reading/writing of hard drive. This problem can be solved by increasing the hard drive speed. Follow these steps to solve your problem.


    Click Start menu and select run.
    Now type (sysedit.exe) in run and press enter.
    System configuration editor will appear.
    Here you can see some multiple windows but you will select (system.ini).
    This window contains a line (386enh)
    Now after this line type (irq14=4096)
    Now close this window and save it.
    Reboot your computer now.
    You will surely feel better performance of your computer.
    Enjoy.

    DIFFERENCE BETWEEN TFT AND LCD.

    This is a common question when have been asked about several times by many people. Every body wants to know that what is the difference between a LCD and TFT. So i figured out, i should answer this question for anyone who has doubts.

    LCD stands for Liquid Crystal Display... and 
    TFT stands for Thin Film Transistor.

    TFT is not really different from LCD. It comes from the family of LCD technology. We can say that it is a modern version of the LCD Technology. A TFT provide a well improved image quality. 
    There are two typs of display quality. 1st one is Matty and 2nd is Grossy. Matty display is called LCD and Grossy display is called as TFT. LCD and TFT consumes less power energy as compared to CRT (Cathode ray tube).
    Now a days TFT has been used for mobile phone devices, projectors, nevigation systems as well as TVs and computer monitors.

    In this post I will tell you about installation of win XP in minimum time period. Normally when someone tries to install windows XP on computer, it takes around 30-40 min to complete entire setup. It is too much time to install windows setup. I will tell you a method to install windows more faster. It will take approximately 15 minutes to complete windows installation. So to install win XP in short time please follow these steps.


    Power on your computer and start with bootable windows XP cd 
    In first step window will load installation files. 
    Select any drive ( C: ) for installation. 
    Select NTFS to format the partition. 
    Setup will copy files on this drive and it will try to restart PC. 
    After restarting when you see Xp logo, press (Shift+F10). 
    It will open (CMD) prompt. 
    In CMD prompt type (Taskmgr) 
    It will open task manager. Now go to “process” tab and find “Setup exe” Right click on setup.exe and select “Set priority”
    You will see a submenu. Here priority will be normal. Select priority to (High)  or above (Normal).
    Done. 

    This will complete installation process much faster than the normal original time.
    Try it….......

    Remove Error in Windows Xp.
    Some time an error occurs while you are using XP. A little dialogue box appears asking if you want to send report to Microsoft for this accident or not? Mostly when we press the button “Don’t send” The software we are using, turns off and we do not get any chance to save our working data. You can solve this problem simply and after this process you will not see this error box again. Just follow these steps.

      
    Right click on “My computer” and click on ‘Properties”
    On system properties dialogue box click on ‘advance tab”
    Click on the error reporting button.
    Click on “Disable error reporting”
    It’s better for you to Place checkmark on “But notify me when critical errors occurs”
    Now click Ok.

    Learn How to Code: 22 Free Online Resources

    Learn How to Code: 22 Free Online Resources


    Whether you’re looking for something new to learn, or just want to refresh your memory on something that might be a bit rusty, there are plenty of free sources online that you can take advantage of free code classes. According to the U.S. Bureau of Labor Statistics, the outlook is quite favorable for software developers:

    In this article, we’re going to look at a few different resources online you can tap into for coding know-how; some of these are email-based, some are in a game format (always my favorite!), and some are instructor-led via video. Just pick and choose the one that works best for you.

    CodeAcademy

    CodeAcademy aims to make learning how to code fun, and they do this by making all of their courses game-based in nature. The site offers “tracks”, which are series of courses grouped around a particular topic or language. Course offerings include JavaScript, HTML, CSS, Python, Ruby, and JQuery. Registration is free, and once you get going in a class, you start to earn points and badges as a way to keep you motivated. No certificate or credits are offered here, however, the interactive classes make complicated concepts seem not as intimidating. CodeAcademy also runs CodeYear, a year-long collaborative effort to get as many people learning how to code (one lesson per week) as possible. More than 400,000 people have signed up at the time of this writing.

    Google Code University

    Learning how to code from the team behind the most popular search engine in the world? Seems like a pretty good deal. Course content here includes information on Computer Science, Programming Languages, Web Programming, Web Security, even Google APIs and Tools. Google Code University is free and does not require registration; classes are offered via recorded video lectures, talks, problem sets, exercises, documents, and slides. Computer programming language courses are mostly introductory in nature, and include languages such as Python, C++, Go, and JavaScript. No certificates or credits are awarded with the completion of these classes.

    P2PU

    Peer to Peer University (P2PU) is a collaborative experience where you’re meant to learn in community with others. Registration and courses are totally free. There are several “schools” within the P2PU organizational framework, including one for Web-based programming backed by Mozilla, creator of the Firefox web browser. As you complete courses, you can display badges on your website or social profiles. Courses include WebMaking 101 and Programming with the Twitter API; no developer certifications are offered here, but the courses are well executed and worth taking a look.

    HTML5 Rocks

    HTML5 is quickly becoming the language to know for cutting edge developers. HTML5 Rocks is not necessarily a coursework platform; rather, it’s a massive database of informational resources on anything and everything to do with HTML5, from nuts and bolts to semantics to storage. Pick what kind of HTML development you’d like to focus on from three different groupings: mobile, gaming, or business, and you’ll get a comprehensive hub of tutorials, articles, and in-browser simulators to get going on HTML5. No credits or certifications are awarded here; registration and use of the site is totally free. Examples of information offered here include web application frameworks, debugging tools, and compatibility resources.

    The Code Player

    If you’ve ever wanted to be a fly on the wall and watch over the shoulder of someone who really knows what they’re doing with HTML5, CSS3, or JavaScript, then The Code Player is for you. Click on any of the video offerings, and you’ll first see the proposed code snippet in action; for example, a gauge chart written with Canvas and Javascript. Click on “play walkthrough”, and here’s where it gets really interesting: a screencast of how the code was written, along with background information and comments. The end result of the code is also included if you just want to copy and paste for your own project.

    RubyKoans

    Want to learn Ruby in a very Zen-like fashion? You’ll want to check out RubyZoans, a simply arranged series of Ruby tutorials that aim to teach the Ruby language, syntax, structure, and common functions and libraries. A (free) download of the Ruby framework is required in order to get the most out of these classes, which are all completely free.

    Stack Overflow

    Stack Overflow isn’t a place for free classes, but if you’re looking for advice/help/shoulder to cry on for nearly any coding issue you might run into, than this is the right place. Thousands of developers use Stack Overflow to trade ideas, collaborate on common problems, or simply help each other out in a snag. Coding languages discussed here are plentiful, ranging from C# to jQuery to Python to CSS. Stack Overflow isn’t just a programming forum, however; it’s also a collaborative website built and maintained by those who use it (much like Wikipedia) with the goal of being an authoritative resource on all things code.

    Scratch

    While Scratch, a project of the MIT Media Lab, is aimed for kids, anyone who wants to dive right into the basics of programming will find this site enjoyable. Scratch is a programming language meant for creative Web projects: games, music, art, stories, animations, etc. Learning how to use Scratch is an exercise in logic, which is a foundational building block for any code language out there. Scratch is free to download and fun to learn; once you’ve made something with this platform, you can upload it to the Scratch gallery and share it with the world.

    Apple Developer Center

    As one of the most popular companies in the world, Apple offers a huge hub of resources specifically for developers who might (or might not) be familiar with their apps, devices, or web browser. From this core of information, anyone can access basic coding tutorials as well as much more advanced information, all for free.

    Android Developer Center

    If you’ve ever thought about developing for Android, a mobile platform with millions of users in nearly 200 countries all over the world, than this nucleus of everything you ever wanted to know (and more) is what you’ve been looking for. There’s something for everyone here, including the absolute beginner who has never coded in his or her life. SDKs, API documentation, design guidelines, etc. are also available, as well as training modules offered for novices to advanced users.

    MobileTuts+

    Mobile development is where it’s at on the MobileTuts+ site. There are a vast variety of high quality tutorials and articles here for mobile developers, ranging from Windows Phone SDK to cross-platform development to HTML5. There’s also the occasional insight with working mobile developers who give you a glimpse at what successful development technologies and strategies they themselves are using. The site is nicely organized into sections, so you can find tutorials, articles, tips, or videos quite easily.

    Programr

    Learn and practice your coding right in your web browser with this interactive site. There are several ways you can use Programr to learn something new or brush up on coding you already know and love: visit the Training Labs, where you can practice programming by solving real world exercises, take on one of the coding Challenges, check out one of the 2000+ apps that have been made by other Programr users for inspiration, or enter one of the ongoing Contests. All of the information here is free, and a wide variety of coding languages from Java to SQL are offered.

    edX

    edX is a collaborative effort between Harvard University and MIT to bring free online courses from both institutions to the Web for anyone to take advantage of. Classes from Harvard, MIT, and Berekley are offered here for free, with more universities joining in the near future. Certificates of completion are awarded at the time of this writing for free; however, a “modest fee” for these certificates is planned for future students. Classes are somewhat sparse right now, but the origin of the classes as well as the informational content is well worth a look; for example, you could try Software as a Service from Berkeley, Introduction to Computer Science from Harvard, or Introduction to Computer Science and Programming from MIT – all for free.

    YouTube EDU

    YouTube, along with millions of cats-doing-stuff videos, offers a hub of educational content with offerings from organizations such as NASA, the BBC, TED, and many more. If you’re a visually oriented person who learns by watching someone else do something, than this is the place for you. You’ll find coding-related videos under theEngineering category; course offerings range from Intro to Computer Science to Web Development to Database Management. These are meant to be standalone informational offerings rather than part of a cohesive course; however, if you would like to dip your toes in a subject and want to get a quick video introduction from leaders in the field, this is a good solution.

    Processing

    Processing.org is a central place for Processing, “is a programming language, development environment, and online community that since 2001 has promoted software literacy within the visual arts.” Everything you need to learn this language from the ground up is here, including a free download of the software platform, tutorials, example code, and a forum for when you really get stuck.

    Eloquent Javascript

    Whether you’d like to learn JavaScript from the ground up, or merely brush up on a few fundamentals, then you’ll want to check out this website. It’s actually based around a full-length book, and is browser-based with game-based interactive tutorials that let you see what JavaScript can do in a fun and intuitive way.

    Code Avengers

    Get your inner superhero on with this fun, game-based site that offers comprehensive courses on HTML, CSS, and Javascript. No registration is required, just click the “Get Started” button and you’re off and running. For example, the JavaScript 1 course is 40 short lessons with five tasks that you must complete in each lesson before moving on to the next. Each module also offers interactive challenges and a quiz to test your newfound skills. Cool features: a glossary that is instantly available for whatever node you’re currently working on, a notepad application if you want to take notes, and a list of Code Avengers keyboard shortcuts so you can easily navigate within the website. Classes are free.

    Code School

    Not all the courses offered at Code School are free, but there are several good ones that are (and you might just be tempted to take a paid one once you run through one of the classes!). The first thing you’ll notice about Code School is how well everything is designed – it’s just a very aesthetically pleasing site. Code School delivers all classes within your web browser via video lectures, various coding challenges and quizzes, screencasts, and intuitive coding tutorials where you get hands on with what you just learned. Each class has at least five levels, and all challenges/quizzes must be solved before you can advance to the next level. Once you get to the end and unlock the final level, you’ll receive a cool badge and potentially win some swag – like discounts off your next Code School course.

    Hackety Hack

    Hackety Hack is meant for people who have had zero previous programming experience; however, if you’ve been meaning to learn Ruby and you’d like to do it as painlessly as possible then this might be a good spot for you. You’ll be using the Shoes cross-platform toolkit to go through the lessons and figure out how to use Ruby effectively; once you get going you can upload your project to the Gallery of programs that other users have shared and show off your expertise.

    Learn Code The Hard Way

    Okay, yes, the title of this website is a little bit less than inspirational. However, this is definitely one of the most useful sites on the Web for learning code: C, Python, Ruby, SQL, and Regex. All of these languages are meant to learn using in-depth instruction found in a book for each coding platform. The “hard way” is basically this: learning each exercise in depth, making the code run, and not moving on until you’ve mastered what you’re currently looking at. The books are free online to read within your web browser; you can also choose to purchase them for a nominal fee if you’d like to keep them.

    Alice

    Just like MIT’s Scratch (another entry on this list), Alice is primarily aimed at the younger set who want to try their hand at programming. However, anyone who wants to give coding a go or simply flex their skills in another kind of environment will enjoy this particular platform. Alice is educational software that teaches students how to program in a 3D environment. Animations or games are the focus here, with tools and materials intended to encourage logical thinking, problem solving, and of course, computer programming. Alice was developed and is maintained by Carnegie Mellon University. The downloads and teaching materials are free, and it’s a great introduction to object-oriented programming, as well as fundamental coding concepts.

    Google it

    While all of the resources listed here are fantastic in their own right, there are still many more too numerous to list, for whatever coding language you might possibly be interested in learning. Here are a few Google queries you can use to narrow down what you’re looking for (hat tip to Tech Recipes for the more complicated search strings here):
    “learn (insert coding language here)”
    Believe it or not, this is an incredibly powerful search string, and will bring up a solid first page of results.
    inurl:edu "python"
    This tells Google to search within the URL keeping the search parameters to only .edu sites, looking for the coding language Python.
    -inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) "python"
    Now we’re getting fancy. Basically, this tells Google to find book or e-book directories with Python books in them, in several different formats. You can also look for specific publishers, like this:
    -inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"o'reilly"
    Or specific disciplines of study:
    -inurl:htm -inurl:html intitle:"index of" +("/ebooks"|"/book") +(chm|pdf|zip) +"software development"

    Bottom line: there’s a lot of free learning out there

    As you can see, there is literally no end to what you can learn online, in the comfort of your own home at your own pace. You’re never too young or too old to start picking up new skills, and the latest employment studies are showing that people who know how to code – and code well – are some of the most highly desired by employers, making coding a viable, valuable skillset to have especially in a turbulent economic landscape.
    How did you learn to code? What was your first coding language? What made you decide on that particular language? How many coding languages do you know, and are there any that are your particular favorite? Pleaseshare your development experiences with us in the comments.