Posts

Showing posts from July, 2013

Make your computer speak what you type using notepad

Image
Create Application using notepad to make computer speak what you type Here is one interesting code created by us to make your computer speak what you type. Let's Start. Step 1 : Open your notepad. [start >> run >> Type "notepad" >> Enter] Step 2 : Copy the following code in notepad then save it with .hta extension [e.g MSG-Speaker.hta] < html><head><title>Message Speaker - TKF</title><HTA:APPLICATION APPLICATIONNAME="Message Speaker - TKF" ID="Mesage Speaker - TKF" VERSION="1.0" MAXIMIZEBUTTON="no" SCROLL="no"/></head> <style> td { color: Black; } caption { color: Black; }

Create Simple Message Encrypter/Decrypter Using Notepad

Image
HTML Application for message Encrypter/Decrypter Hello with this Simple HTML Application you can Encrypt and Decrypt your message by password. First of all I will show you how to create it and then I will show you how to use it. Let’s Start. Step 1 : First if all open your notepad. [Start >> Run >> Type “Notepad” >> Enter] S tep 2 :   Copy the following code in notepad which is starting from <html> to </html> <html><head><title>Message Encrypter/Decrypter - TheKnowledgeFactory.in</title><HTA:APPLICATION APPLICATIONNAME="Message Encrypter/Decrypter -  TheKnowledgeFactory.in " ID="Message Encrypter/Decrypter -  TheKnowledgeFactory.in " VERSION="1.0" MAXIMIZEBUTTON="no" SCROLL="no"/></head> <style> td { color: Black; } caption { color: Black; } body { font-family: Arial; background-color: #708090; color: #808080; } input { background

Tip for ATM security

Image
Every one know that if you are forced by robbers to withdraw money from an ATM, you can secretly alert police by entering your PIN in reverse. If your PIN is 1111 or 5665 then what Happen??  When your PIN and Reverse of PIN both are Same Then You can't get benefit of this security that means you are not Safe. TIP :   Every time select that type PIN [Like 6324 ] for Your Safety.