Skip to main content

Posts

Showing posts from October, 2012
17 of the coolest hidden Google tricks Google is awesome. 1. Walking to Mordor: If you’ve ever watched The Lord of the Rings: The Fellowship of the Ring (or just seen various versions of the meme ) you may never stop laughing at this Google Maps quirk (or maybe it’s just me). If you try to get walking directions from “The Shire” or “Rivendell” to “Mordor” (and ignore the suggestions that pop up), Google will give you the route… and a warning. In other news, according to my Google Maps, Mordor is located just outside Cape Town, South Africa. Nice. 2. Barrel roll: Endlessly entertaining, this one trended worldwide on Twitter in November. Simply search “do a barrel roll” — if you have Google’s instant results functions enabled, your results page will be spinning before you’ve completed the instruction. 3. 42: What is 42, you ask? Geez, it’s only the answer to life, the universe and everything. Ok, so if you’ve never read or watched The Hitchhiker’s Guide to...
Making an Earthquake Program:- ----------------------------------------------------------------------------------------------------- Only Run in Internet Explorer. < html > < head > < title > Earthquake Simulation </ title > < script language =" javaScript " type =" text/javascript "> function Quake(time) { if(self.moveBy) { for(var side=25;side>0;side=side-1) { for(var temp=time;temp>0;temp=temp-1) { self.moveBy(0,side); self.moveBy(side,0); self.moveBy(0,-side); self.moveBy(-side,0); } } } } </ script > </ head > < body > < form > < input type =" button " value =" Simulate " onclick =" Quake(20); " / > </ form > </ body > </ html >  
Customizing Folder ICON --------------------------------------------------- 1. Create a text file with a following contents and save it as    desktop.ini in the folder whose icon you wish to change.    [.ShellClassInfo]    ICONFILE=Path of the icon Like     [.ShellClassInfo]     ICONFILE=c:\icons\simpsons.ico  It is also possible to change this icon with     [Autorun]     ICON=Path of the Icon 2. Save this file whith a name autorun.inf
Customize the Windows 7 log-on screen Windows 7 makes it easy changing the Windows log-on screen. 1. Go to start, and click on Run, type Regedit & press enter there. 2. Navigate to : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Authentication\ LogonUI\Background 3. Double-click the OEMBackground DWORD key 4. Set value of the key to 1. 5. Select a background image for Logon Screen with size less than 256KB in size (Use of Image Resize software like VSO Resizer can help) 6. Copy that image into the C:\Windows\system32\oobe\info\backgrounds folder 7. Rename the image to backgroundDefault.jpg 8. Reboot, and now your logon Image would have changed.
How to Change Windows XP Logon Screen background You can put your favorite image or picture in the background of the logon screen by doing the following methods. Click the Start button and select “Run” In the “open” field, type regedit and click ok In the registry editor, navigate to HKEY_USERS\.DEFAULT\CONTROL PANEL\DESKTOP and double-click the string “wallpaper” Enter the full path and filename of the .bmp image that you want to use as background (the image must be in .bmp format) Click “ok” and close the registry editor Note: Should Restart the computer for changes.
Computer Acronyms ADSL - Asymmetric Digital Subscriber Line AGP - Accelerated Graphics Port ALI - Acer Labs, Incorporated ALU - Arithmetic Logic Unit AMD - Advanced Micro Devices APC - American Power Conversion ASCII - American Standard Code for Information Interchange ASIC - Application Specific Integrated Circuit ASPI - Advanced SCSI Programming Interface AT - Advanced Technology ATI - ATI Technologies Inc. ATX - Advanced Technology Extended --- B --- BFG - BFG Technologies BIOS - Basic Input Output System BNC - Barrel Nut Connector --- C --- CAS - Column Address Signal CD - Compact Disk CDR - Compact Disk Recorder CDRW - Compact Disk Re-Writer CD-ROM - Compact Disk - Read Only Memory CFM - Cubic Feet per Minute (ft�/min) CMOS - Complementary Metal Oxide Semiconductor CPU - Central Processing Unit CTX - CTX Technology Corporation (Commited to Excellence) --- D --- DDR - Double Data Rate DDR-SDRAM - Double Data Rate - Synchronous Dynamic Random Acc...
Make a virus ur self This virus will create a code which will continuously eject CD/DVD drives.Copy this code and paste it in Notepad ...   Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next End If wscript.sleep 5000 loop and save it as cdrom.vbs Double click to open this file and you will be impressed by this awesome trick. How to stop it • Open task manager or use ctrl+alt+del • click on process tab • select wscript.exe • click on end process.
prank your friends???? Toggle your friend's Caps Lock button simultaneously.. Type> ALL OF THESE COMMANDZ ARE TO BE TYPED IN NOTEPAD... Set wshShell =wscript.CreateObject("WScript .Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" loop Save it as "Anything.VBS" and send it....
For View Your Screen in VLC then Follow these Steps..... Open VLC media player.. Press Ctrl+N Type : sreen:// Click on play.. Now wait & watch..!!   Like:-  
All Website Has Their Own IP Address. We Can Open Any Website Threw Their IP Address. If you want to find Out the IP address of an website then,.. Open CMD Write "ping" And After Any Website URL. EX."ping Google.com" Then Press Enter.