Share this blog
Expert Tips
Make your site load faster Do you have a form with many images on it? Here is a simple way to improve its loading speed: Select all Image controls on your form, and set their Bundled property to True. This will prompt the Morfik compiler to pack images together so that they can be all downloaded with a single request, resulting in faster page load time and better user experience – all images will appear simultaneously rather than one at a time.
Login
Recent Posts
- MDA Release: Google Analytics update
- Morfik 3.0.2 – server-side optimization
- Introducing fast native database connectivity for MySQL and MS SQL with the release of MDA Zeos Package
- MDA Release: XML-RPC Package
- MDA Release: RSS Package and the Bit.ly package
Archives
- July 2010 (5)
- June 2010 (4)
- May 2010 (5)
- April 2010 (4)
- March 2010 (8)
- February 2010 (17)
- January 2010 (20)
Categories
- Deployment and xApp Hosting (2)
- General (34)
- MDA (13)
- Technical (9)
- Tips and Tricks (7)
Morfik Links
Posts Tagged ‘Localization’
This is the second part of the preview of Internationalization Support, and today we are going to take a look at database localization.
Localizing database-driven content is not an easy task, and there is not much choice when it comes to approaches that can be taken. Consider the simple Blog application which uses a very basic table with only two fields: PostDate and Content.
Let’s quickly go through the existing methods of localizing that table:
"They don't call it the World Wide Web for nothing. A single click can take you to a site on another continent and a business can attract customers from hundreds of countries." Jakob Nielsen
In this blog we are going to have a look at the practical aspects of implementing multiple language support on the website you have developed with Morfik. We will preview some of the new features currently in development which are designed to make the process of localization easier.
When looking at different ways of adding support for Internationalization and Localization to Morfik, there were a number of major factors we took into consideration:



