If you are looking for Yahoo Messenger or Google Talk plug-in for chatting in Indian language, please visit www.monusoft.com
For easy gujarati typing, please visit Gujarati Type Pad.
Press the "Type Gujarati" button. (Make sure to turn off your pop up blocker.) Now you can directly type Gujarati in the textbox. The image shows Gujarati - English letter combinations.Within few minutes you can become the master in typing Gujarati. After you complete, press "Done" button.
The output is in Unicode, so you can copy/paste in any application which supports unicode. You can even chat on Yahoo Messenger/MSN/Google Talk in Gujarati. You can even compose email and send to your friends with the only condition that their system should support Unicode and email agent (Web browser/Outlook etc) should be set to display Unicode (UTF-8) encoding.
Want to put this Gujarati type pad in your site?
It is extremly easy to integrate this plug n play type pad in your website without even storing any additional file. You have to just copy/paste following code at appropriate place and it's done!!!
<input type="button" value="Type Gujarati"
onclick="win = window.open('','Comment',
'toolbar=0,menubar=0,location=0,width=550,height=550');
win.document.write('<script language=\'javascript\'>
var id=\'TEXTAREAID\';</script><script
src=\'http://demo.vishalon.net/GujaratiPad.js\'
language=javascript></script>');
win.focus();">
To put this code you should be little bit familiar with HTML language. This code should be written in the page where the code for the comment box is residing. In the above line of code, "TEXTAREAID" is the "id" of textarea HTML element. For ex. wordpress users can use this code by following the steps
1) Open the file blog_root_directory\wp-content\themes\THEME_NAME\comments.php in your favourite text editor.
2) Find the line having the code "<textarea name="comment"
id="comment" ...></textarea>"
3) Keep in mind that here "id" of the comment textarea element is "comment".
4) Copy/paste the above line of code by replacing "TEXTAREAID" with "comment" directly below the line "<textarea name="comment" id="comment" .=""></textarea>".
5) Save the changes
6) Test the text editor.
If you have any problem/suggestions,
let me know.
Reading Problem?
This page requires Unicode support of your browser. You need "Arial Unicode MS" font to properly access this page. If you see any junk characters, square boxes or question mark, it shows that you do not have unicode font installed on your machine. Microsoft Office 2000 or higher version comes with this font. You can install this font from the Office CD. You may try to download particular language font from
http://www.bhashaindia.com. If you think that font is already installed, try these steps.
1) Go to View Menu > Character Encoding.
2) Change the encoding to Unicode(UTF-8).
3) Refresh/Reload the page by pressing F5.