Estimated time to load this page

24 sec at 56.6kbps
05 sec at      ISDN

 

Technology Update

 

What’s the differences between CDMA (Code Division Multiple Access) & GSM (Global System for Mobile Communication) ?

            The only differences are the way by which voice gets carried from one phone to the other. CDMA assembles multiple voices into the same frequency, & also increases voice clarity. The technology also helps you receive calls when the signal is weak & thus it doesn't have the problems like Call Failed or Fading during high traffic density.

            This also gives CDMA service providers the flexibility to provide data & video service.

            CDMA was invented during World War 2 when Allied forces wanted to get past the Germans by sending coded messages over different frequencies & giving them the ability to be accessed from different points-hence  "Code Division Multiple Access."

 

            Presently CDMA mobiles are available with Reliance, TATA Indicom, Hyundia Infocom

 

 

Mail Me at

desert_ghost85 @yahoo.com

 

Editing  

exeplorer.exe

       ___________________________________________
Hex Editing Explorer.exe -----
___________________________________________   

 
Hit Ctrl + Alt + Del and you will see a Window popup titled End Program. Whenever you hit these keys while Windows is running you will always see Explorer as a part of it's list. It is, what controls how Windows functions. Everything from error messages to the menu that pops up when you right click a file is controlled by explorer.exe.
To edit it would be something that gives you the power to change everything in Windows. You may be thinking, big deal how difficult can it be to edit a file.Well it is not that simple.You need to know some basic things before you would actually be able to edit it.

*************
WARNING: First of all before even thinking about editing explorer.exe you must back it up on floppy disk or on a separate folder on your hard disk. It is real easy to mess up with this file and destroy your computer.
*************

NOTE: READ THE WHOLE SECTION BEFORE EVEN OPENING THE FILE.


OK you have backed up explorer.exe and want to know what to do next.So here goes
First restart your computer in MSDOS, to do this click on Start > Shut Down and select Restart in MSDOS.

************
Note: Do not try to edit explorer.exe in DOS while running Windows.It is a read only file and Windows will not allow you to edit.Changing it's attributes and editing it while running Windows is not advisable.
***********

Once you get the DOS Prompt goto the Windows directory by typing:

C:\>cd windows

Once you are in the Windows directory open the file explorer.exe in the MSDOS Editor with the /70 parameter.To do this type:

C:\windows>edit /70 explorer.exe

You must be knowing that Edit opens the Microsoft editor, and explorer.exe is the name of the file you want to edit. But many people do not know what the /70 stands for.Well actually /70 just stands for the number of columns across. It sets the number of columns to 70 and makes the file easy to read else you have to scroll like hell.
Anyway this will bring a blue screen that is the MSDOS editor screen with the file explorer.exe opened. The screen would look like full of weird characters or something in machine language.
Well almost.
Let me start by describing what you would be seeing if you followed the above steps.
Now the screen is full of weird characters like a heart , a smiley face or a club or other unrecognizable pieces of junk.
Well actually each symbol you see has a numerical value that you can see at the right bottom of the screen at VALUE:###.
To see what each symbol stands for move your cursor over the symbol and look at the right bottom screen at VALUE:###.
At the bottom you also see LINE: #### which gives you the line number.
You are not going to edit these symbols but edit the part of the files which consists of these unrecognizable characters and text that you actually can understand.The Understandable part begins at line:1336.

*************
NOTE: The line numbers I am going are on a Win98 machine.I am not sure if they are same in Win95 or not.Anyway to go to the recognizable part in Win95 just scroll down and look for recognizable English.
************

When you right click on the Taskbar and select properties then a pop up Window comes up from where you can customise the taskbar.There are options like Always on Top, Auto Hide etc.
Now lines 1336 to 1354 allow us to change text of this TaskBar Properties,you can change text that appears on anwhere in the Window even the text on the various buttons.Now before changing the text just read the following very very carefully.
Now you must have noticed by now that in explorer.exe the text has a space in between them.Now this space is not the space of the spacebar.Let me put it this way, in the file explorer.exe the value of a space from the spacebar i.e. the value of the space that appers on the screen if if click the spacebar once is 32 and the value of the spaces that are there in between characters in explorer.exe is 0.If there was no space in between letters, it would look untidy. 

Another thing that you must have noticed is that there are many &'s in between the characters,well this & signifies that the next charcter i.e. the character that suceeds the & is underlined in Windows .

**************
The underlined letter is used as a keyboard shortcut in Windows to run that particular operation.Say if the letter s is underlined that the user can press theletter s in the keyboard as the sortcut.
**************


Lets take an example to make the above more understandable.
Say you want to edit the text on clear button which is the TaskBar Properties window under the Start Menu Programs.
Now originally the text is Clear and you do not like it and want it to be osmething like Klear, then what do you do? 


Goto LINE 1354 and locate &C l e a r 
Now the spaces between each letter is not the space of the space bar(Value=32) but spaces whose value is 0.
So instead of &C l e a r I type &K l e a r keeping in mind that the spaces have a value of 0.
If by chance you press the spacebar and want to replace it by value of 0, you can click on any blank space in explorer.exe whose value is 0, and copy Paste it to the space where you want to paste it.


Aster making the necersary changes save the file and restart Windows.Now right click on the TaskBar and select properties.In the TaskBar Properties Window Select the Start Menu Programs tab and voila you see Klear on the button.If you press the K key on the keyboard the button will be clicked, so even the keyboard shortcuts can be changed by editing explorer.exe
The only problem is that I am not able to devise a method to change the length of the word.Whenever I tried to do so , Explorer.exe crashed.

If we go a bit furthur down, then the unrecognizable characters start again.The recognizable editable part starts again only at LINE:2323.
Here we come to the TaskBar properties again.This part of the file can be used to edit the text that appears when we right click on the small clock on the taskbar and also the text that appears when we right click on the TaskBar itself.


LINE:2334 to Line:2348 deal with what appears when you click the Start Button, you can change the name of Shut Down to any wacky name having the same number of characters,you can change anything on the Start Menu,even the Programs to Hackings as they have the same number of characters.
Then further down come the Windows Error messages that we can change to make the boring error messages that microsoft sets to some wacky kewl error messages of our own.
Then at line:2390 comes a very interesting part.This lines lets us change the text on the START button that is START to anything we want, that too of any length.Yes you can have your name on the START button even if your name is 132 letters long!!!
If you see carefully on LINE:2390, you will find that a clubs symbol preceeds S t a r t .If you move cursur over the club you will find that it's value is 5. So the text after the clubs symbol, in this case S t a r t has to be of 5 letters.Now if you want to replace Start and in it's place put something like Stop which is 4 letter long; then you will have to search for a symbol whose numeric value is 4 and paste it over the clubs symbol.Now the text suceeding this new symbol should be of 4 letters. 

For any questions contact me

 

TOP

Send Feed Back At [email protected]
Live Satellite Picture of the U.S.

 
Technology Updates  Devices - Internet
 
Paper Discs

Time Machines

Understanding The Tech Of DOLBY DIGITAL 

Woofers (LFE)

What is A MATRIX Sound system


HACKING Updates
 


Who R Hackers?


Windows Password Hacking

hacking Free ISP account password

Windows Untold Tips & Secrets

DOS attacks

How does A Virus works?

What is FTP ?

Searching info. in NET

Outlook Express Password

Playing with Registry

TELNET a Cool hacking tool

TCP\IP: A Mammoth Description


removing them frm your site

 

SOFTWARE And Drivers
 
Download Acc. Plus
MP3 Dancer
Direct X

Word Web    Video Cutter

WinZip 9
Windows Media Player series
Wallpapers

FLASH Items & Jokes

RING Tones

FeedBack Form


Just take counted 5 sec. & fill this form so that I can make it Further better. 

Was This SITE  good & had all U wanted?

Yes
No
Sort of...

 

Having any combat with Ur PC then put Ur Ques in the box Below.

Please enter your doubt Below:


1
Hosted by www.Geocities.ws