Tuesday, April 21, 2015

How to Make a Website Optimized for Mobile

How to Make a Website Optimized for Mobile 

Style , design and submit mobile-friendly animated and fascinating material.

A lot of People  access  Online through their Tabs and Smartphone now a days.

It is Important that designers and developers Knows How Display Our Website On Mobile Devices.



Viewport Tag

The meta view port is definitely an HTML tag intended for indicating view port size and managing page scale. By using this tag, we are able to arranged the page zoom if it is 1st loaded, the most zoom allowed for the page, as well as deactivate zoom capability.

For Example

<meta name="view-port" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
The meta view-port tag is surely a needed tag.


Media Queries

Media Queries enable you to change the styles of your site at chosen break factors. Not all out of your website can correctly match on a narrow view port scale a cellular device.

You are able to embed Media Queries possibly straight within the style-sheet hyperlink:

<link rel="stylesheet" media="screen and (orientation: portrait) and (min-width: 960px), projection" href="style.css" />
TouchSwipe

TouchSwipe is usually a jQuery plugin to allow touch conversation for web sites (phone ). It facilitates some typical actions such as Swipe, Touch, Zoom and Scroll.

iOS Icons


The very first thing you observe after unlocking your current iPhone (or apple ipad) will be the app icon. Aside from app icons iOS will even display icons for web sites which have been included around the Home Screen.

Modernizr

Modenizr is known as a JavaScript for browser/device function detection. Web browsers differ plus they might help specific characteristics. Whenever creating a website for mobile phone you most likely will use new and leading edge top features of CSS3 and HTML5, which inturn are certainly not helped in previous web browsers .

Last Theory

The mobile phone system trend have got transformed the way we, web-developers, create websites. And, a minimum of, these ingredients that we get talked about above should be as part of your Web document to create your site come out nicely for seeing on mobile platforms, like iOs, Itunes

Share This!


No comments:

Post a Comment

Powered By Blogger · Designed By Tips Of Me 4U