org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-AFAF423C-2193-440D-A2D3-80549FFF0A46-1AFC49140A2B.html
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 15 Mar 2010 17:56:08 -0700
changeset 268 ef733cd772bb
parent 229 716254ccbcc0
permissions -rw-r--r--
Bug 2213 - User is not prompted to save when debug session is started


<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="concept"/><meta name="DC.Title" content="Coping with the processing limits of the device"/><meta name="abstract" content="The processing capabilities of mobile devices are restricted by small runtime and storage memory. Because new S60 devices are constantly being developed, it is not possible to speak in definitive terms about the resources available on an S60 device. For example, the internal memory has evolved from 4 MB to even ten times more in current S60 3rd Edition devices. Still, the amount of memory available to you is limited and should be used carefully."/><meta name="description" content="The processing capabilities of mobile devices are restricted by small runtime and storage memory. Because new S60 devices are constantly being developed, it is not possible to speak in definitive terms about the resources available on an S60 device. For example, the internal memory has evolved from 4 MB to even ten times more in current S60 3rd Edition devices. Still, the amount of memory available to you is limited and should be used carefully."/><meta name="DC.Relation" scheme="URI" content="GUID-46FA9398-10C1-429F-B496-EC70E88F9CC7"/><meta name="DC.Relation" scheme="URI" content="GUID-C158B834-9FF8-47C1-B2B5-BA154EBFA8BC"/><meta name="DC.Relation" scheme="URI" content="GUID-D54DEFE7-E878-4530-B707-A5388DFE1D9D"/><meta name="DC.Relation" scheme="URI" content="GUID-1C067AC7-2B92-4EEB-896B-814B4064590F"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-AFAF423C-2193-440D-A2D3-80549FFF0A46-1AFC49140A2B"/><title>Coping with the processing limits of the device </title><script type="text/javascript">
      function initPage() {}
    </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-AFAF423C-2193-440D-A2D3-80549FFF0A46-1AFC49140A2B">Coping with the processing limits of the device</h1><div><p>The processing capabilities of mobile devices are restricted by small runtime and storage memory. Because new S60 devices are constantly being developed, it is not possible to speak in definitive terms about the resources available on an S60 device. For example, the internal memory has evolved from 4 MB to even ten times more in current S60 3<sup>rd</sup> Edition devices. Still, the amount of memory available to you is limited and should be used carefully.</p>
<p>The following guidelines help you create applications that comply with the limited processing capabilities of mobile devices.</p>
<ul>
<li><p>Do not use complicated images and 3D graphics.</p><p>For more information, see <a href="GUID-ED04600B-B079-4BC9-84B1-507604C09A4C.html#GUID-ED04600B-B079-4BC9-84B1-507604C09A4C">Working with images</a>.</p></li>
<li><p>Create efficient code that runs faster and consumes less CPU power. </p><p>For more information, see <a href="GUID-A33B7539-EE4A-4E0D-B72B-28565AEF369D.html#GUID-A33B7539-EE4A-4E0D-B72B-28565AEF369D">Using graphics and scripting effectively</a>.</p></li>
<li><p>Do not use IFrames.</p></li>
</ul>
<div><h3>Using IFrames</h3><p>The in-line frame (IFrame) HTML element allows embedding an HTML document inside another HTML document. IFrames are executed as separate browser windows, which increases memory consumption and negatively affects the performance of applications. In addition, scrolling is not supported in S60 IFrames. Therefore, using IFrames is not recommended in widgets. For more information on using IFrames, see <a href="http://wiki.forum.nokia.com/index.php/S60_Widgets_and_iframes" target="_blank">S60 Widgets and IFrames</a> on the Forum Nokia Wiki.</p></div>
</div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>