Extreme|FX Marcelo Volmaro on Programming, User Experience and anything else.

Posted on

Website Localization with Ektron – Part 1

Today many websites are powered by Web content management systems (CMS) and many enterprises author, store, and publish web content from a central CMS. We have found that Ektron CMS 400.net is a good choice for companies that plan on launching multilingual websites.

Posted on

Website Translation, Website Localization and Website Internationalization

Many people new to translation are confused by the terms website translation, website internationalization and website localization. Although each term describes a distinct process for multilingual website projects, translation and localization are often used almost interchangeably. This blog clears up the mystery around these basic concepts.

Posted on

12 Steps to Website Globalization

Whether you are trying to launch a multilingual website to expand your products and services into new global markets or increase your company's global operational efficiencies by developing multilingual extranets and intranets, website globalization is a requirement to make either a reality. You must translate (globalize) your website to empower your web presence to effectively communicate, conduct and complete international ecommerce.

Posted on

Preconditionals and postconditionals checks

How many times you found yourself writing preconditions before executing some code (like argument validation) and post-conditions (validating some result before returning the value/using on another function)?

Posted on

Method overloading in flash

As you may already know, it is not possible to have the same method with different signatures in flash (also known as method overloading).