Monday, May 19, 2008

Raigad Ropeway Site

Raigad ... Known as King of Forts (140 Km from Mumbai and 150 Km from Pune ). It has been described by European historians as 'The Gibralter of East'. It was capital of King Shivaji. There is a ropeway to reach to fort. The only fort with ropeway in Maharashtra(India).


Raigad is heart of Maharashtra from cultural and historical point of view as Mumbai is financial heart.

There is very nice website on Raigad http://www.raigadropeway.com/ with almost all information needed about fort Raigad.
Site has almost all the information needed for tourist who are interested to know Raigad and places near it. Video CD on Raigad is also available in Marathi and Hindi languages( Should be in English version so that people outside can also access information).
Virtual tour link is there but was not working when i tried.

Treat to trekkers with rock climbing and many trekking spots.

Friday, March 7, 2008

Special Day

Very special day.
Happy B'day dear K2.
Always keep smiling.

Thursday, July 26, 2007

Internationalization of web pages

Here are few tips for support of different languages in java web project.
I'll post in detail after i finish with it.
But if you want to use javascript alerts in different languages,
don't forget to consider that IE ignores charset information in script tag when displaying Javascript alerts.
For example: if you are using UTF8 as charset for script file which contains chinese alerts as :

SCRIPT LANGUAGE="JavaScript" charset="UTF8" src="test_zh_CN.js"

IE will display blocks instead of chinese words in alert if your Operating System (Windows) language setting is not selected for Chinese.
There is no problem in Mozilla, Opera etc.
To get more information, check this link :
http://www.w3.org/International/