Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5944027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:28:46+00:00 2026-05-22T16:28:46+00:00

What are some tips and tricks when developing web applications using the Series 40

  • 0

What are some tips and tricks when developing web applications using the Series 40 Ovi browser platform?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T16:28:46+00:00Added an answer on May 22, 2026 at 4:28 pm

    For every code that is run on function(), the Ovi browser will forward it to server to interpret it. So, make sure you do a minimal function() call. If you have to do it, try to use mwl.timer() to add a nice loading effect.

    For example:

    In index.html:

    <div onclick="loadNews()">load news</div>
    

    In code.js:

    function loadNews()
    {
        mwl.addClass('#navigation', 'hide');
        mwl.addClass('#container', 'hide');
        mwl.removeClass('#loader', 'hide');
        //Ajax call here.
    }
    

    You can optimize it to:

    In index.html:

    <div onclick="mwl.addClass('#navigation', 'hide');mwl.addClass('#container', 'hide');mwl.removeClass('#loader', 'hide');mwl.timer('loadNewsTimer', 10, 1, 'loadNews()')">load news</div>
    

    In code.js:

    function loadNews()
    {
        //Ajax call here.
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for some feedback, blog links, etc that offer some tips and tricks
Coming from PHP with some Java Struts 2.0 experience any tips/tricks on learning GWT?
What are some tips to reduce the memory usage of .NET applications? Consider the
I'm new to developing in SharePoint and would like some tips please. I want
I'm thinking about a good workflow for php/mysql web-development. Anybody got some tips?
some one in tips and tricks say like this plz i cant understand that
What are some of the different Usability tips/tricks and best practices followed with WinForms-based
In Vim and ctags tips and tricks , there are some mappings like: map
Let's collect some tips for evaluating the appropriate use of global.asax.
can anyone give me some tips or hook me up with some good links

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.