DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • L10N: Maintainable Resex Files

    When you plan to make your project multi-language and you are nearing its completion it is not smart to put those resource strings on a .resex files and edit right from your IDE. Why? Simply because it is not maintainable and hard to track changes whenever you add new entries. Also, your translators...
    Posted to Rodel E. Dagumampan (Weblog) by dehran ph on 01-15-2007
  • L10N: Will your translators understand your RESEX files.

    In few days I have to hire a Danes translator and I wanted it to be easy for her to encode[:) of course!] and be guided properly what to put in. Initially I thought a friendly naming on resource ids is sufficient, but I was wrong. It won't help her because different pages share the same resource strings...
    Posted to Rodel E. Dagumampan (Weblog) by dehran ph on 12-17-2006
  • L10N: Autosize property of labels on windows forms

    Lately, I was wondering why the Autosize property of label on windows forms is set to true, this is annoying and tiring if you love using windows forms designer(yucks! kidding ), because you often want a properly aligned controls and fixed with labels on data entry textboxes.But not until i want to loicalize...
    Posted to Rodel E. Dagumampan (Weblog) by dehran ph on 11-07-2006
  • L10N: The world is flat, start localization on your database

    When you are developing software product to be catered to diverse customers, it must be a standard to localized your software. With .NET this has never been easy, on .NET 2.0 its even easier with striongly typed resource files. But localizing application must be part of the architectture and should not...
    Posted to Rodel E. Dagumampan (Weblog) by dehran ph on 11-07-2006
  • L10N: Changing cultureinfo on a multithreaded application/service

    Today, I have written a service to be deployed on a server to manage creation/tracking of orders and manage sending different emails to customers. I designed it to be multi-threaded and at first I want to use System.Threading.Timer but its complexity is not suited on a simple server process like my requirement...
    Posted to Rodel E. Dagumampan (Weblog) by dehran ph on 11-07-2006
  • Use standard format characters in string formatting

    Whenever you want to format a currency, date, etc. for your application, try to avoid hardcoding your custom format's in your BoundColumn's DataFormatString, ToString format parameter, etc. More often that not, you'd want those formats to be the same application-wide so, try to configure a custom CultureInfo...
    Posted to jokiz (Weblog) by jokiz on 09-06-2006
Page 1 of 1 (6 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems