Hi viewers,
This week, we will be discussing Mobile Design. Under the topic we will we will be discussing Mobile Websites vs. Mobile Apps, Designing Websites for Mobile Devices, Validating and Testing Mobile Web Pages, and Responsive Web Design.
We first discuss Mobile website vs. Mobile apps.
Mobile Website: A Website designed for viewing on mobile device browsers. Mobile Website browsers function similarly to desktop browsers, except they are designed for a much smaller screen size.
Mobile app: An application designed for a specific mobile operating system. Examples of operating systems mobile apps run on are Android, Windows Phone or iOS. Each mobile app must be downloaded and installed.
Mobile Web sites have several advantages over mobile apps. Some of these advantages are
Mobile Web sites are easier to develop because they are written with HTML.
They are Easier to develop, which can save costs
Mobile Web sites work on any device with a browser. Mobile app are made for specific operating systems.
Mobile Web sites can also increase your potential market because people can find your site using search engines.
Designing Websites for Mobile Devices
Designing websites for mobile devices are a little similar to designing a website for a computer.
When you are designing Websites for use on mobile devices, you must also consider some additional challenges:
Smaller screen sizes: Be aware of the size and resolution of current smartphone screens. You must balance your site so it works on all resolutions.
Touchscreen use: Because mobile devices have smaller screens, you must lay out your pages differently than you would for a page that will be viewed primarily on larger screens. Demand for quicker action "on the go" : Complex page designs with lots of formatting and links can be quite interesting when used on a large monitor. On a mobile site, however, complex designs hamper usability and increase wait time.
Validating and Testing Mobile Web Pages:
Before you publish your website, you should validate and test your mobile pages.
Validation : ensures that your code complies with standards. Compliance helps your site perform better over more platforms, and prepares your pages for compatibility with evolving and future technologies.
Testing: shows you how your pages will render and perform on various platforms doing various tasks. Well-tested sites are more likely to perform as intended for your users, which helps you win and keep customers.
Responsive Web Design.
A Web design approach to create sites that adapt to many different devices. Web sites that incorporate RWD adapt their layouts to various viewing environments, such as different devices, browsers and screen sizes. a site developed with Responsive Web Design adjusts itself gracefully to fit on desktop, tablet and smartphone browsers by using:
Grid-based layouts: The grid is an invisible (to the user) set of vertical guidelines that help the developer place the page elements.
Resizable images: responsive design uses a fluid image technique that adapts an image’s size to the device’s screen size.
Media queries: A CSS3 technique for checking a client device, or media type, then limiting the scope of the page design to a specific range in order to target styles based on the device's properties, such as screen size.
if you are able to master these techniques and ways of designing a mobile website, then you are ready to start creating wonderful mobile web pages. i hope you learned something from here.


