Presentation is loading. Please wait.

Presentation is loading. Please wait.

Front-end framework 1.

Similar presentations


Presentation on theme: "Front-end framework 1."— Presentation transcript:

1 Front-end framework 1

2 Review the following LANGUAGE HTML PHP DATABASE XAMPP DESIGN
ER-DIAGRAM: CATALOGUE

3 Things to Learn Web Design Trends Bootstrap ER-Diagram: Examples
Database: 8 tables Create: three system (Member system, Catalogue online, Shopping card) Front-office Back-office

4 1. Web Design Trends Learning Objectives:
1. Identify current trends of the web

5 Web Design Trends

6 FLAT DESIGN 2.0 + USABILITY (Material Design by Google)
Sample site ->

7 WEB TYPOGRAPHY Sample Site ->

8 ONE PAGE/VERTICAL PATTERNS + LONG SCROLLING
Sample site -> Samsung

9 CARD LAYOUTS Sample site ->

10 BIG IMAGES / VIDEOS in HEADER / BACKGROUND
Sample site ->

11 BOLDER, BRIGHTER COLOR Sample site ->

12 Websites with Slides Sample site -> theres-iphone/

13 What is the best design ? Do not follow Trend.
Focus on “What’s users need”. Simplex not Complex. More Clean, More White Space. Good Sequence, Good Screen Flow. Front-End Design not for Back-End Design. Back-End Design not for Front-End Design.

14 Creating Responsive Web with Bootstrap

15 Today's Web Developer HTML5
Canvas / Semantics/ Storage / File Access / Audio / Video CSS / 3 LESS / Sass / Border Radius / Box Shadow JavaScript jQuery / Plugins / MVC Frameworks / Server Side JS / CoffeeScript Server Side Languages ColdFusion / Java / Groovy / PHP / Python / .NET / Ruby DBMS Oracle / SQL Server / MySQL / PostgreSQL NOSQL Databases Cassandra / MongoDB / CouchDB / Amazon Simple DB

16 Creating Responsive Web

17 What is Responsive Web Design?
Responsive web design is about creating web sites which automatically adjust themselves to look good on all devices, from small phones to large desktops.

18 2. Bootstrap Learning Objectives: 1. create web projects with ease

19 UI Frameworks

20 Twitter Bootstrap A freely available design framework for websites and web applications Based upon HTML5, CSS and JavaScript Supports all major browsers (even IE7!)

21 Why choose Bootstrap? It's a very popular, well designed, open source UI framework CSS wrappers for many Javascript components modal windows, typeahead, tooltips, etc. Mobile-first design Bootstrap 3.0 is in the vanguard of responsive, mobile-first UI design frameworks

22 What is "mobile first"? Twitter Bootstrap is "mobile first", which means that no special coding is required to reformat the UI for mobile screen sizes. If desired, you can alter Bootstrap's default approach to mobile display. This is unlike other frameworks, where mobile is a "special case" and requires lots of customization.

23 Using Bootstrap Text Editor (Notepad++)
Download Bootstrap ( Extract the Bootstrap files in to project folder Use Reference (

24 What is Bootstrap? Bootstrap is a free front-end framework for faster and easier web development Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript plugins Bootstrap also gives you the ability to easily create responsive designs

25 Creating Responsive Web
Let’s Start Bootstrap is the most popular front end framework in the recent time

26 Learn the Components of Bootstrap and Built Responsive Website

27 Create First Web Page With Bootstrap
1. Add the HTML5 doctype Bootstrap uses HTML elements and CSS properties that require the HTML5 doctype.Always include the HTML5 doctype at the beginning of the page, along with the lang attribute and the correct character set:

28

29 2. Bootstrap 3 is mobile-first
Bootstrap 3 is designed to be responsive to mobile devices. Mobile-first styles are part of the core framework. To ensure proper rendering and touch zooming, add the following <meta> tag inside the <head> element: The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device). The initial-scale=1 part sets the initial zoom level when the page is first loaded by the browser.

30 Creating Responsive Web
<meta name="viewport" content="width=device-width, initial-scale=1">

31 3. Containers Bootstrap also requires a containing element to wrap site contents. There are two container classes to choose from: The .container class provides a responsive fixed width container The .container-fluid class provides a full width container, spanning the entire width of the viewport Note: Containers are not nestable (you cannot put a container inside another container).

32 <link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery min.js"></script> <script src="js/bootstrap.min.js"></script>

33 <div class="container">
<h1>My First Bootstrap Page</h1> <p>This is some text.</p> </div>

34 Bootstrap Grid System

35 Grid Classes The Bootstrap grid system has four classes:
xs (for phones) sm (for tablets) md (for desktops) lg (for larger desktops) The classes above can be combined to create more dynamic and flexible layouts.

36 Basic Structure of a Bootstrap Grid

37 Three Equal Columns

38 Two Unequal Columns

39 Bootstrap Text/Typography
<h1> - <h6> <small> Lighter, Secondary Text <mark> Highlight Text <abbr> Abbreviations <blockquote> The blockquote element is used to present content from another source <dl> Description Lists <code> Code Snippets <kbd> Keyboard Inputs <pre> Multiple Code Lines

40 Contextual Colors and Backgrounds

41 Bootstrap's Default Settings
Bootstrap's global default font-size is 14px, with a line-height of This is applied to the <body> and all paragraphs. In addition, all <p> elements have a bottom margin that equals half their computed line-height (10px by default).

42 Bootstrap vs. Browser Defaults

43 Bootstrap vs. Browser Defaults

44 Bootstrap vs. Browser Defaults

45 Bootstrap vs. Browser Defaults

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65 Bootstrap Examples and Applications

66 Bootstrap Examples and Applications

67 Bootstrap Examples and Applications

68 Bootstrap Examples and Applications

69 Bootstrap Examples and Applications

70 Bootstrap Examples and Applications

71 Bootstrap Examples and Applications

72 Bootstrap Examples and Applications

73 Bootstrap Examples and Applications

74 Bootstrap Examples and Applications

75 Bootstrap Examples and Applications

76 Bootstrap Examples and Applications

77 Bootstrap Examples Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites. Bootstrap is completely free to download and use!

78 What are the challenges you?
Learn various of components. Create an overview of the application from small things. User friendly Interface

79 2016's Best Selling Website Templates
category=site-templates

80 http://designpixy.com/2015/free-bootstrap- templates-2015/

81 Reference อ.พงศ์ตะวัน แสงสว่าง Basic web base programming (part I)
bootstrap-examples/


Download ppt "Front-end framework 1."

Similar presentations


Ads by Google