Tuesday, September 25, 2012

How to make your Computer to Speak without any Software


In many films of science fiction, we see that the computer is greeting the user by it's robotic tune. If you saw that your computer is greeting you with your name. How will it be? Is it possible? Yes! It is quite easy task. You have no to download or install any kind of software. You just open notpad(or any other text editor) in your computer. and then copy the following code:

code to Make speak your computer

Dim speaks,speech
speaks="Welcome. Al- Imran"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks


Here, You should replace the name "Al-Imran Ahmed" with your name. Then save the notepad file as welcome.vbs as following:

Its over!
If you open the file you will hear the voice of your computer. Now copy this welcome.vbs file and paste in the following  directory:

C:\Users\User-name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Or, Search the computer writhing startup
Find the startup with the above directory and copy the welcome.vbs file here.




After that, in future if you start your computer the you will hear the robotic voice of computer is greeting you.
To do this if you face any problem, let me know this. I will try my best. Thank you for being with me.

Sunday, September 23, 2012

How to make your Password more Strong to prevent Hacke

            Now a days of Internet, we use to keep many Personal and Important information in website like Facebook, Gmail, Ymail etc. Have you ever  think? If it is happen that your account of these website has been hacked by a black-head hacker! Then he will be able to access your personal information. Thus he can misuse your account. Such as, if he changes your facebook status or posts a unexpected photo on your account then it will have a great impact on your manner. So, to make your password stronger and to protect your account from any Brute Force Attack or Dictionary Attack, you should follow the following rules for selecting password:
            1. The longer your password the stronger your password. So, choose a long password as you can.
            2. Chose a password that is not available in dictionary to prevent Dictionary Attack or Brute Force Attack of hackers.
            3. Don't use such password that can be guessed. Such as, your name, your girlfriend's name, your mobile number, your family member's name, common password(qwert,asdfg,123456789,iloveyou etc.), your pet animal's name etc.
            4. Use special character in your password like ?!/&%#@ etc
            5. Use the combination of upper case latter, lower case latter and number.
            6. Change your password regularly.
            Follow this rules of choosing your account password. In, further post I will try to explain you about password encryption and decryption. Let me know about in interest so that I can post according to your need. Thank you.

Tuesday, September 18, 2012

The meaning of the symbolic message of Interner
             In Internet sometime we get some unexpected message entering in some websites. Such as 502 Bad Gateway, 404 Bad Request, 408 Request Timeout, 415 Unsupported Media Type, 450 Blocked by Windows Parental Controls, 500 Internal Server Error etc. But many of us do not know the meaning of these message. Now, let's know about some message like these:
            505 Bad Gateway : It means the server was running as proxy or gateway. Down stream is detected as bad.
           413 Request Entity Too Large: More request has been sent to the server than it's capacity.
           204 No Content: There is no content in this server.
           203 Non-Authoritative Information: The information of this server is coming from another source.
           403 Forbidden: The server have not accepted your request.
           400 Bad Request: The processes of your request is not proper way.
           404 Not Found: Not Found at present, may found later.
           410 Gone: Not Found at present, it will not be available in future also.
           404 Request Timeout: If the time is out of the server request then this message will be displayed.

Sunday, September 16, 2012

Talking Car will reduce accident

Street accident is a big problem all over the world. Specially in the developing country. To solve this problem, USA is planing to invent a car that will able to speak. Recently in hundred of cars of the country, there is adding a "kit"  that will make them speak. It is expecting that by talking car with each other the street accident will be reduced in a huge amount. Adding of this device with car is in analyze. So, we have wait to this wonder of science.
CHAND

Objective

The Blog, I have launched to post the information about present technology. Here, you will find update news of IT even solution of troubles when operating your personal computer. Moreover I will try to give you some programming idea, tips, tricks etc. for your Computer.