Monday, May 11, 2009

Protect your email address book

How to protect your e-mail address book


A computer repairman says this is like having gold. This is a good thing. I learned a computer trick today that's really ingenious in its simplicity.


As you may know, when/if a worm virus gets into your computer it heads straight for your email address book, and sends itself to everyone in there, thus infecting all your friends and associates.


This trick won't keep the virus from getting into your computer, but it will stop it from using your address book to spread further, and it will alert you to the fact that the worm has gotten into your system.


Here's what you do:


First, open your address book and click on 'new contact,' just as you would do if you were adding a new friend to your list of email addresses. In the window where you would type your friend's first name, type in ' A'.


For the screen name or email address, type AAAAAAA@AAA.AAA


Now, here's what you've done and why it works:

The 'name 'A' will be placed at the top of your address book as entry #1..

This will be where the worm will start in an effort to send itself to all your friends.

When it tries to send itself to AAAAAAA@AAA.AAA, it will be undeliverable because of the phony email address you entered. If the first attempt fails (which it will because of the phony address), the worm goes no further and none of your friends will be infected.


Here's the second great advantage of this method: If an email cannot be delivered, you will be notified of
this in your In Box almost immediately. Hence, if you ever get an email telling you that an email addressed to AAAAAAA@AAA.AAA could not be delivered, you know right away that you have the worm virus in your
system. You can then take steps to get rid of it!


Pretty slick huh?


If everybody you know does this then you need not ever worry about opening mail from friends.

DO IT NOW and pass this on to all your friends.

Sunday, April 12, 2009

Configuration

Java Configuration

1) setup the java
2) set the path java path in the environment variable.
3) if the program is not running then make the batch file

To make the batch file type the below command in your command prompt.

copy con bfile.bat
path=%path%;C:\Program Files\Java\jdk1.5.0_06\bin
ctrl+z

Detail :-

copy con java.bat
path=%path%;Your java bin file path(i.e. H:\jdk1.3\bin)
ctrl+z;then enter

You Can Give any Name to That batch File.

Friday, September 19, 2008

yahoo messenger script problem Internet explorer - script error

Here I wrote some tips to remove this script errors in internet explorer. use it
, It will resolve your problems.

1) If this does not work please try the following

go to Start - then Run - then type regsvr32 jscript.dll - then press OK

then

go to Start - then Run - then type regsvr32 vbscript.dll - then press OK

This should fix the issue.


2)
To enable scripting:

1. Click the "Tools" menu on your Internet Explorer toolbar and select "Internet Options."
2. Click the "Security" tab.
3. Click the Internet (globe) icon and click the "Custom Level" button.
4. Scroll down to "Scripting."
5. Enable the following:
* Active scripting
* Allow paste operations via script
* Scripting of Java applets are all enabled
6. Click the "OK" button at the bottom of the window.


3) Download script update version :

The easiest way to clear up this is to goto microsoft and download the latest version of scripting. Which is currently script 5.7 which is currently what is included with Windows Vista. Windows XP originally came with 5.6 . If you are running Windows 98, Microsoft took down the script download. You will have to try to find a copy of script 5.6 from another source.

Link: is in notepad file also : download script version 5.7 from here:
http://www.microsoft.com/downloads/details.aspx?familyid=C03D3E49-B40E-4CA1-A0C7-CC135EC4D2BE&displaylang=en

or take my downloaded file from this Email attachement :


4) Type this in Run : regedit

Workaround: At the current time, you can turn it off for only the session (meaning once you exit it, it resets). You can navigate to your C:\Program Files\Yahoo!\Messenger directory, and open filter1.enc in Notepad and remove everything inside and save it.

You can turn it off from your registry by going to the following key.

HKEY_CURRENT_USER\Software\yahoo\pager

on the right you will see an entry called WordFilter

Right click it and pick Modify and change value to 0

This will disable Wordfilter.

5) Yahoo! Messenger ignores (nearly) everyone in the chat room.

Workaround: This is because there is a bug in the 'Ignore anyone who is not on my Messenger List' feature. To correct this..
  • Go to the Yahoo! Preferences
  • Then go to Ignore List
  • Select 'Ignore only the people below:'
  • Press Apply then ok

Monday, September 1, 2008

JavaScript - YUI-based alert box - replace your ugly javascript alert box

If You want to change the look up of your simple alert message box into your JavaScript then follow
simple steps given below.

You just need to include the two script source file name and path. as i have given below include that
one in your javascript.

< type="text/javascript" src="http://yui.yahooapis.com/combo?2.5.2/build/yuiloader/yuiloader-beta-min.js">
< type="text/javascript" src="js/alert.js">

but you have to download one alert.js file from here.

although, let i have given below one simple Demo for it,


View Code:
<>
<>
This is yui message
< /title>
<>
< type="text/javascript" src="http://yui.yahooapis.com/combo?2.5.2/build/yuiloader/yuiloader-beta-min.js">< /script>
< type="text/javascript" src="js/alert.js">< /script>
< /head>
<>
< type="button" value="press it" onclick="alert('This is click event');">
This demo file
< /body>
< /html>

Thursday, July 17, 2008

Windows Registry Guide - Registry tweaks

Empty Temporary Internet Files on Exit  -

This setting controls whether Internet Explorer should delete all of the temporary Internet files stored during the session when the browser is closed.

This tweak can be easily applied using WinGuides Tweak Manager.
Download a free trial now!

Open your registry and find or create the key below.

Create a new DWORD value, or modify the existing value, called "Persistent" and set it according to the value data below.

Exit your registry; you may need to restart or log out of Windows for the change to take effect.

Registry Settings
User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\
Internet Settings\Cache]
System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
Internet Settings\Cache]
Value Name: Persistent
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = empty, 1 = do not empty)