diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-AFAF423C-2193-440D-A2D3-80549FFF0A46-1AFC49140A2B.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-AFAF423C-2193-440D-A2D3-80549FFF0A46-1AFC49140A2B.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,14 @@ + + +
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.
+The following guidelines help you create applications that comply with the limited processing capabilities of mobile devices.
+Do not use complicated images and 3D graphics.
For more information, see Working with images.
Create efficient code that runs faster and consumes less CPU power.
For more information, see Using graphics and scripting effectively.
Do not use IFrames.
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 S60 Widgets and IFrames on the Forum Nokia Wiki.