Share this blog

Bookmark and Share

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

Archives

Categories

Morfik Links

Posts Tagged ‘Internationalization’

Previewing Morfik’s support for internationalization – Part 2

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:

Read more ...

Previewing Morfik’s support for internationalization

"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:

Read more ...