Domain: infopop.net
Stories and comments across the archive that link to infopop.net.
Comments · 154
-
Zero Wing
-
Discussion
there is already a bit of discussion at arstechnica on the message boards
-
Windows zealots
Please
... MS doesn't need to send their employees to web sites to rig polls. They have lots of moronic Windows lovers who are happy to do that for them. People thought Mac and OS/2 zealots were bad. -
See Multilingual-capable Software Running!
I've developed software that is to be used with multiple languages.
You can see the software running at http://beta.infopop.net.
It uses XSL and XML to render each page. Users are able to upload their own XSL with different languages if they wish. This is the 'template' approach mentioned by many other posters. Contrary to what has been said about XSL performance however, I've found it works well.
Also, we use a database to store keyed messages in different languages. Each message is requested by key and looked up by the language of the site its being used on.
The only problem? Getting Oracle to swallow UTF-8 characters. We're having a daemon of a time. If anyone has worked with Oracle, Java and Unicode I'd love to hear from you! peter @ infopop . com