Dreamweaver web content for mobile devices
 | Add your own tips
Sign into this wiki (or register) then use Edit to insert your tip or click Add Comment at the bottom of the page. |
Previewing Content on Mobile Devices and Printers (Video Tutorial)
Author: Total Training
rate-458766-52665
| Rate this tip? |
|
|
Preview your pages in Device Central
- Device Central previews web pages created in Dreamweaver using Opera's Small-Screen Rendering. This preview can give you a good idea of what a web page looks like on a mobile device. Opera's Small-Screen Rendering may or may not be pre-installed on any individual emulated device. Device Central simply gives a preview of how the content would look if Opera's Small-Screen Rendering was installed.
Author: Adobe
Add this code to render CSS and [JavaScript] with Spry framework
- If you use the Adobe? Spry framework to develop content, add the following line of HTML to your pages so they can render CSS and execute [JavaScript]? correctly in Device Central:
<link href="SpryAccordion.css" media="screen" rel="stylesheet" type="text/css"/> <link href="SpryAccordion2.css" media="handheld" rel="stylesheet" type="text/css"/>
Author:Adobe
rate-458766-51085
| Rate this tip? |
|
|
Avoid using pop-ups and complex formatting in your design
- Opera's Small-Screen Rendering does not support frames, pop-ups, underlining, strikethrough, overlining, blink, and marquee. Try to avoid these design elements.
Author: Adobe
rate-458766-53872
| Rate this tip? |
|
|
Keep web pages for mobile devices simple
- In particular, use a minimum number of fonts, font sizes, and colors.
Author: Adobe
rate-458766-30324
| Rate this tip? |
|
|
Use CSS or HTML to specify an exact height and width for each image used
- Scaling down image sizes and reducing the number of colors required increase the chances that the images will appear as intended. Provide alt text for all images. _The Opera software website is a good source of information about optimizing web pages for mobile devices.
Author: Adobe
rate-458766-84381
| Rate this tip? |
|
|