Orkut Profile Facebook Profile Indyarocks Profile



Showing posts with label Text. Show all posts
Showing posts with label Text. Show all posts

Convert text to speech in XP without any software

0 Comments »
Have you ever thought that you could convert text into speech in XP without using any 3rd party software.

Try this little trick now ..

1. Open a new notepad file and copy the following code :

'----------------------------------------
'♥♥ www.knownunknownfacts.blogspot.com ♥♥
'----------------------------------------
Dim msg, sapi
msg="You have enter the text "
msg=msg+InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

'------------------------------------------
'♥♥ created by sirsendu mohanta ♥♥
'------------------------------------------

2. Now save this file with any name with .vbs extension.

3. This creates a VBscript file. When you open this file, it prompts for text. Enter your text and click OK .Now you can hear it .. Enjoy .. !!
, , 9:43 AM

Text Image Generator

0 Comments »
Take an image and create it into an image made out of text. This is a great tool for making some awesome looking logos and icons.




If look above you will see orkut's classic logo defined with the word 'sirsendu'. Although it is hard to see the word, you can always generate a bigger image. Also, keep in mind that this is not only for web-designers, but can also be used for pleasure.
  • In order to have the image for yourself, you will need to take a screenshot of the text/image you generated.
  • Textorizer Generator
, 8:31 PM