Funny JavaScript Effects in Web Browser

  • Funny JavaScript Effects in Web Browser 
( 1 ) Dancing Browser :
It is a small Java Script that causes your browser move to different positions
Recommended: Internet Explorer, Mozilla Firefox web browsers

> Open your browser and maximize the browser window
Copy and paste the following code into your address bar


javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=
Math.sin(a*2)*2;moveBy(x,y)",2);void(0)

Hit Enter Key…

( 2 ) Shaking Browser

This trick can create a shaking screen on your web browser and shake of your entire screen.
Recommended: Internet Explorer, Mozilla Firefox web browsers.

Open your browser and maximize the browser window
Copy and paste the following code into your Address Bar

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

Hit Enter Key…

( 3 ) Your orkut account is hacked


The browser simply displays a pop up message that your orkut account is hacked
Open your Web browser 
Copy the following code and paste into Address Bar.

javascript:function reverse() { var inp = " ! dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();

Hit Enter Key…

Enjoy…

Category: Miscellaneous
Requirements : Supported Browser

Disable or Enable the Windows Key


How To Enable / Disable Windows Key :

The Windows Key ÿ is a function key, located in the bottom row of most keyboards.

To disable the Windows key, follow these steps:

Method 1 :
First Click Start Button > Click Run.
Go to Run box and type regedit hit Enter Key
Then locate the following key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout


In the right side pane, create a new Binary value,


And Change the Binary value name as Scancode Map



Set it to the value data > 00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00 > Click OK.

If you want to enable Windows key again Right-click the Scancode Map registry entry, and then click Delete. 
Close the Registry Editor.
Restart your computer before the changes that you make affect.

- OR -

Method 2 :
Locate the following key in the registry
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer


In the right side pane, create a new Dword value,


Change the Value name as "NoWinKeys"



Double click on the value NoWinKeys then set it to the value data 0.
If you want to enable the write access again give it a value of 1.
Close the Registry Editor.
Restart your computer before the changes that you make affect.

  • There is another easy way to Disable Windows Key.

First Click on Start Button > Run
Type "gpedit.msc" without quotes


This will open the 'Group Policy' window


Now navigate to User Configuration > Administrative TemplatesWindows Components > Windows Explorer




On the right side pane find “Turn off Windows + X hotkeys” and double click on it


the pop-up window appears then Click on “Enabled


In case you want to change it back, follow the same steps and click on “Not Configured”

  • You have no idea how to fix this problem automatically please download Microsoft fix it tools.


That's all.




CAUTION! : It is recommends that before you attempt to use the registry editor, make sure that you back up the whole registry or export the registry keys in the registry that you plan to edit. Incorrectly editing the registry may damage your system. Use Registry Editor at your own risk, we cannot guarantee that you can solve problems that result from using Registry Editor incorrectly.



    Category: Registry Tweaks
    Operating System : Windows

    Disable Balloon Tips in the Notification Area

    • How to Disable Balloon Tips in the Notification area:

    Follow the given steps to disable balloon tips in windows
    First Click Start Button > Click Run.
    Go to Run box and type regedit hit Enter Key
    Then locate the following key
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

    In the right side pane, create a new DWORD value,

    and then name it EnableBalloonTips

    Double click EnableBalloonTips, and Set it a decimal value of 0

    Close the Registry Editor.
    Restart your computer before the changes that you make affect.
    In case you want to turn On Balloon Tips set it to the value 1

    Hint :    Disable Balloon Tips value “0
                Enable Balloon Tips value “1

    You have no idea how to fix this problem automatically please download Microsoft fix it tools.
    > Download Microsoft fix tool
    • Another easy method to disable balloon tips:

    Well the good news is there is another easy way to disable balloon tips.
    First Click on Start Button > Run
    Type "gpedit.msc" without quotes


    This will open the 'Group Policy' window
    Now navigate to User Configuration > Administrative Templates > Start Menu and Taskbar


    On the right side pane find “Remove balloon tips on Start Menu Items” and double click on it

    The pop-up window appears Click on 'Enabled'


    Click OK Button.
    In case you want to change it back, follow the same steps and click on 'Not Configured'

    That's all.





    CAUTION! : It is recommends that before you attempt to use the registry editor, make sure that you back up the whole registry or export the registry keys in the registry that you plan to edit. Incorrectly editing the registry may damage your system. Use Registry Editor at your own risk, we cannot guarantee that you can solve problems that result from using Registry Editor incorrectly.



      Category: Registry Tweaks
      Operating System : Windows

      Play Pac-Man Game on Google Homepage

      • You can play pacman game in google search engine. 
      Google recently introduced a fun feature on their search engine home page to celebrate the 30th Anniversary of Pacman with a playable doodle on its home page. This doodle featured actual Pac-Man game that any user could play online.


      Want to play pacman game in google
      copy and paste this URL into your browser 

      www.google.com/pacman

      • Play Pacman game offline:
      You can also play pacman game offline too without Internet access all the time. So you want to download the pacman game and play it even offline.

      To play pacman game offline, you can download the source and run the game from your browser anytime.
      Download Google Pacman game for offline play
      Copy and paste this URL into your browser




      Click on the “Download” button


      You can choose download source, TAR or ZIP.
      After downloading unzip it to a folder of your choice



      Once unzipped, you’ll see some files and a folder labeled source.
      Double click on the index.html file.




      Enjoy this cool pacman game.


      Category: Easter Eggs
      Requirements : Supported Browser

      How to Clear / Remove Windows Run History


      How to Clear / Remove Windows Run History
      To remove the recently typed entries in RUN dialog box follow the steps given below

      Delete Individual Entries from Run Command History
      First Click Start Button >  Click Run.
      In the Run box, type regedit and then click OK
      Then locate the following key in the registry
      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU


      Click on any registry entry on the right side of the Registry Editor.


      Right click the entry and Select "Delete" option.
      That's all.

      Delete multiple Entries from Run Command History
      You can also delete multiple entries at one time or Completely Clear the Recent Run command Entries
      First Click Start Button >  and then click Run.
      In the Run box, type regedit and then click OK
      Then locate the following key in the registry
      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

      Click on any registry entry on the right side of the Registry Editor


      Hold the Ctrl Key then select entries one by one after selecting entries Right click and Select "Delete" option. 

      Close the Registry Editor, and restart your computer before the changes that you make affect.

      That's all.



      CAUTION! : It is recommends that before you attempt to use the registry editor, make sure that you back up the whole registry or export the registry keys in the registry that you plan to edit. Incorrectly editing the registry may damage your system. Use Registry Editor at your own risk, we cannot guarantee that you can solve problems that result from using Registry Editor incorrectly.



      Category: Registry Tweaks
      Operating System : Windows

      Recommended Articles

      100 GB Free Backup

       
      Contact Form