Lloyd-Jamie Bennett – P11228763 Stylianos Michael – P11239856.

Slides:



Advertisements
Similar presentations
Responsive Web Design (RWD) Building a single web site for the desktop, tablet and smartphone An Infopeople Webinar November 13, 2013 Jason Clark Head.
Advertisements

XP 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
RESPONSIVE WEB DESIGN NYU Webmaster Meetup, October 3 rd, 2014.
Web design. print The grid system is an aid, not a guarantee. It permits a number of possible uses and each designer can look for a solution appropriate.
Responsive Web Design Sheri German, Instructor Montgomery College.
Being Responsibly Responsive Jason
 A “new-ish” web design methodology  Addresses growing number of Internet devices  Tailored experience to any device  Limits resizing, panning.
Responsive Wed Design : An Emerging Technology Archana Jain.
Developing Content for Mobile Devices Larry D. Lee Web Developer for K4Health.
Responsive Web Design Design websites so that they can adapt to different devices seamlessly. Image by Muhammed RafizeldiMuhammed Rafizeldi.
RESPONSIVE DESIGN Sources: Kadlec, T. (2012). Implementing responsive design. Berkeley, California: New Riders Publishing. MarcotteMarcotte, E. (2010).
‘Mobile first’ Alexander Roberts ISS Web Team Manager Swansea University.
Responsive Web Design, Discoverability, and Mobile Challenge
CIT 256 Mobile Web Development Dr. Beryl Hoffman.
Web Page Layout With CSS CSS Level 2 vs. Nested Tables Mike Wallick – 11/3/04.
Kathy E. Responsive Design and Twitter Bootstrap.
Chapter 8 More on Links, Layout, and Mobile Copyright © 2013 Terry Ann Morris, Ed.D revised by Bill Pegram, 9/24/
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 11.
DEVELOPING FOR MOBILE Jackie Calapristi. AGENDA  Why you should go mobile  Mobile Design Options  Responsive Design  Tips & Tools to Help You Build.
Delivering Library Resources and Services to Mobile Users The Library on the Small Screen Cynthia Ramlo User Experience Designer User Experience and Digital.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Different ways to implement CSS. There are four different ways to use CSS in your web pages: – Inline CSS – Embedded CSS/Internal CSS – Linked CSS/External.
Part II: New Developments in RWD. Background RWD is constantly evolving. Designers continue to refine RWD theory and practice. New tools are constantly.
Lesson 4: Using HTML5 Markup.  The distinguishing characteristics of HTML5 syntax  The new HTML5 sectioning elements  Adding support for HTML5 elements.
Basic Responsive Design Techniques. Let’s take a look at this basic layout. It has a header and two columns of text, in a box that is centered on the.
Project Proposal Interface Design Website Coding Website Testing & Launching Website Maintenance.
Week 8 – Part 3 More on Links, Layout, and Mobile Key Concepts 1.
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Making iServices Subscriber More Mobile Friendly `
Responsive Web Designing Using CSS3 & HTML5 -Sandip Jadhav “We are building a web, for all device ”
CSS BEST PRACTICES.
Cascading Style Sheets CSS. Source W3Schools
Ch 13 HTML and CSS Web Standards Solutions A Web Standardistas’ Approach.
 An HTML, CSS, Javascript framework you can use as a basis for creating web sites  Uses CSS settings, fundamental HTML elements styled and enhanced.
Monday, 18-March-2013 Session workout Presented By: Pikon Roy Karmakar.
Browser Compatibility Testing, using different browsers Conditional Statements.
Responsive Web Design (RWD) MIS 3502, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 2/11/2016.
We are currently doing on client projects #1 Commenting old style rules and defining new rule for the section we want to change the css rule. #2 Redefining.
Fundamentals of Web DevelopmentRandy Connolly and Ricardo Hoar Textbook to be published by Pearson Ed in early Bootstrap.
Mobile and SharePoint Eric Overfield SharePoint Advocate and Enthusiast PixelMill SharePoint Fest Denver – March 18 th - 20 th 2013 The Design Dilemma.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
NM290 Mobile Web Design Responsive Web Design Progressive Enhancement Adaptive Web Design Resources for color palettes Create a document for your color.
10 Mobile Application Framework Must Know to Launch New App.
With Responsive Web Design Eric Overfield SharePoint Advocate and Enthusiast PixelMill Enhance SharePoint SPFest Denver 2014 – SPT 205
With Responsive Web Design Eric Overfield SharePoint Advocate and Enthusiast PixelMill SharePoint Fest Denver – March 18 th - 20 th 2013 Enhance SharePoint.
Working with Cascading Style Sheets
Week-12 (Lecture-1) Cascading Style Sheets (CSS): describe how documents are presented on screens. Types of Style Sheets: External Style Sheet - Define.
Web Basics: HTML/CSS/JavaScript What are they?
Getting Started with CSS
A better approach to mobile
Responsive Design and Twitter Bootstrap
Responsive Web Design (RWD)
Responsive Web Pages.
CS3220 Web and Internet Programming Page Layout with CSS
CS3220 Web and Internet Programming Page Layout with CSS
Introduction to web design discussing which languages is used for website designing
Responsive Design.
Responsive Web Design (RWD)
Responsive Web Design (RWD)
What are Cascading Stylesheets (CSS)?
Responsive Web Design and Bootstrap
CS3220 Web and Internet Programming Page Layout with CSS
Responsive Web Design and Bootstrap
Made By : Lavish Chauhan & Abhay Verma
CIS 133 mashup Javascript, jQuery and XML
Web Development 101 Workshop
17 RESPONSIVE WEB DESIGN.
Presentation transcript:

Lloyd-Jamie Bennett – P Stylianos Michael – P

Aims & Objectives  Briefing on Responsive Web Design (RWD)  What is CSS Media Queries  Importance Of Media Queries & Usability  Constraints  Demonstration  Responsive Frameworks  Future Developments Of The Technology

Responsive Web Design  A design strategy coined by Ethan Marcotte in ‘A List Apart’ article  ‘The control which designers know in the print medium, and often desire in the web medium, is simply a function of the limitation of the printed page. We should embrace the fact that the web doesn’t have the same constraints, and design for this flexibility. But first, we must 'accept the ebb and flow of things.’ - (Jon Allslop, 2000).  He described the theory and practice in a book called Responsive Web Design in 2011.

RWD Techniques  Marcotte identifies three main techniques for RWD: Fluid Grids Media Queries Flexible Media

What Is CSS Media Queries?  Module in CSS3 specification  Queries that conform to different Media Screens  Allows content rendering to conform to conditions such as screen resolution.  Can be executed Internally & Externally  One of three main techniques of RWD.

 External - A separate file where you can declare all the styles that you want to use on your website. External CSS Media Queries

Benefits & Constraints Of External CSS Media Queries  Smaller file size for non- supporting browsers  Easier to manage and organise.  Can feed to old IE using conditional comments  Extra HTTP requests  Out of sight so could be forgotten when updating

Internal CSS Media Queries  A stylesheet which is included in the main HTML documents. The style sheet is written within..... tags and between this tags style properties are listed.

Benefits & Constraints Of Internal CSS Media Queries  No extra HTTP requests  Visible in one file which can be convenient.  Adds extra kb in file size  JavaScript is required for browser compatibility work around for older versions of IE

Demonstration  Demonstration Time: Example of a Responsive Web Page using CSS Media Queries. NOTICE how the elements on the web page adapt to the size of the browser to preserve readability.

Responsive Frameworks  Twitter Bootstrap  Foundation 3  Mobile Boilerplate (Focuses on producing mobile responsive sites)  Skeleton  Developers are also using fluid grid systems such as Golden Grid System, Simple Grid, Columnal etc.

Future Developments Of CSS Media Queries  New queries for devices.  Full Support from all web browsers (Especially Internet Explorer).  Download speed of Responsive Websites on mobile devices is still progressing.  Time taking and expensive.  Less dependent on JavaScript

References  ALLSOPP, J Dao Of Web Design. [Online] 07 April. Available at: [Accessed: 24 Mar 2014].  CSSMEDIAQUERIES What are CSS Media Queries, and how to implement them.. [online] Available at: are-css-media-queries.html [Accessed: 09 Feb 2014]. media-queries.html  MARCOTTE, E Responsive Web Design. [online] Available at: [Accessed: 20 Mar 2014].  WILLIAMSON, J lynda.com Training | Responsive Design Fundamentals. [online] Available at: Design-tutorials/Responsive-Design-Fundamentals/ html [Accessed: 24 Mar 2014].

End Of Presentation  Any Questions?