• Complain

Shenoy - Introducing Zurb Foundation 6

Here you can read online Shenoy - Introducing Zurb Foundation 6 full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Berkeley;CA, year: 2015, publisher: Apress, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Shenoy Introducing Zurb Foundation 6
  • Book:
    Introducing Zurb Foundation 6
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2015
  • City:
    Berkeley;CA
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Introducing Zurb Foundation 6: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Introducing Zurb Foundation 6" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Shenoy: author's other books


Who wrote Introducing Zurb Foundation 6? Find out the surname, the name of the author of the book and a list of all author's works by series.

Introducing Zurb Foundation 6 — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Introducing Zurb Foundation 6" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Aravind Shenoy 2016
Aravind Shenoy Introducing Zurb Foundation 6 10.1007/978-1-4842-1796-2_1
1. Quick Start with Foundation
Aravind Shenoy 1
(1)
Mumbai, India
Foundation is a powerful and intuitive CSS framework created by the folks at Zurb for use in developing front-end code in a quick and efficient manner. Foundation adheres to the mobile-first paradigm and comes with built-in HTML, CSS, and JavaScript plug-ins for creating responsive websites.
Backed by a vibrant community, Foundation is a robust toolkit that helps you create feature-rich websites in a jiffy. Before we delve into it, however, lets first understand why responsive web design is important and what the benefits are of using a CSS framework in web design.
Responsive Web Design and CSS Frameworks
Responsive web design is now the norm, given the reach of smartphones and tablets in this digital era. Studies suggest that with the advent of e-commerce, consumers would prefer to purchase from their mobile phones rather than from conventional desktops. Consumers want mobile websites that are fully functional rather than a watered-down version of their bulky desktop counterparts.
Responsive web design adopts a one-site-fits-all approach wherein your website is not limited to a certain device type or screen size. It means that your website will have the same URL and a single code base on all devices, thereby eliminating the need to create separate websites for the mobile and desktop versions. This device-agnostic strategy also results in easy code handling and maintenance. Google recommends responsive web design as an industry-wide best practice. The most important aspect of responsive web design is creating an optimal user experience, as users will have access to the same content irrespective of the device. You do not have to worry about future scalability, because responsive websites are fluid in nature.
Writing HTML, CSS, and JavaScript code from scratch for a responsive website can be quite tedious. Add cross-browser compatibility to it and you have an enormous task at hand. Deadlines for the completion of work and the need to maintain consistency in coding among the team of designers make it even more difficult. It can be quite an arduous task indeed to construct the layout and then write loads of JavaScript code to develop a fancy website.
To counter these issues, it is important to have a toolkit that takes into consideration all the constraints involved when designing a feature-rich website. In short, a CSS framework helps you streamline your web-design process and helps you develop a website in an easier and faster way. CSS frameworks come with pre-defined sets of code and utilities that you can use, eliminating worries about the presentation code and freeing you to focus on the imperative tasks in your projects.
A CSS framework not only speeds up development but also takes care of concerns such as cross-browser compatibility and responsiveness. In addition to not writing the code from scratch, you can also reuse the code several times in your projects. A CSS framework supports the Dry principle that states that every piece of knowledge must have a single, unambiguous, authoritative representation within a system." It means that instead of copy-pasting code at various places in your file, you can create components that can be used wherever necessary.
Enter Foundation: an easy-to-use, potent, and advanced CSS framework that helps you create clean and symmetrical grid-based layouts, thus taking the guesswork out and saving you huge chunks of development time while at the same time ensuring that your website scales effectively over devices of any make or screen size.
Getting Started with Foundation 6
Foundations usability and semantics-prone pattern makes it the go-to-framework for your web-design projects. In this section, we will look at the process of setting up the Foundation files, which can be downloaded from the main website. You need to go to .
Figure 1-1 Foundation 6 homepage We have used Google Chrome as the browser - photo 1
Figure 1-1.
Foundation 6 homepage
We have used Google Chrome as the browser for code examples in this book; alternatively, you can use Firefox or any compatible browser of your choice. Just make sure that you use the latest version of your browser, as older versions may not support all features.
Refer to the following link to be in sync with information related to browser compatibility:
http://foundation.zurb.com/sites/docs/compatibility.html
In the preceding screenshot, you can see the Zurb Foundation homepage. If you decrease the browser size or minimize it, you will see that the site is responsive, meaning it adjusts the layout on screen according to the size of the browser.
See Figure .
Figure 1-2 Foundation homepage on a small screen From the preceding - photo 2
Figure 1-2.
Foundation homepage on a small screen
From the preceding screenshot, you can see that the Foundation site is itself responsive.
If you click on the Navicon (also known as the Hamburger icon), you can view the same menu items as are displayed in the top menu bar on both large and medium screens.
On clicking the Download item, you see the four download options available in Foundation, namely Complete , Essential , Custom , and Sass (see Figure ).
Figure 1-3 Download options in Foundation 6 The Complete version contains - photo 3
Figure 1-3.
Download options in Foundation 6
  • The Complete version contains all the components and utilities available in Foundation 6.
  • The Essentials version is a stripped-down version containing the minimum required components, such as Typography, Grid, and buttons without the bloat or clutter.
  • The Custom version includes only those utilities that you need. You can choose which features you want for your web design and omit the unnecessary ones, thereby reducing the file size considerably.
  • The fourth is the Sass version, which is used if you want to set your variables and mixins in SCSS.
You need to choose the appropriate version as per your requirements. However, remember that you will have to include all the missing JavaScript and CSS files (along with having to recompile Sass files to CSS if you are using Sass) if you upgrade from a Custom or Essentials download to the comprehensive Complete bundled package.
In our case, we will download the Complete build (i.e., Foundation 6 for Sites).
The advantage of using the Complete version is that you have all the components you could possibly need, meaning you need not include separate files for individual functionality. In real-time scenarios, you can use a custom build, as it will be lightweight and therefore will ensure optimal page-load times. For example, if you only want to use the grid-layout functionality in Foundation, there is no need to include the JavaScript plug-ins. This results in less bloat and clutter in your web design.
Downloading the Complete build will result in a Foundation ZIP file that you can extract and store in the root directory of your useful web projects.
Upon extraction, you will see the following folders and files, as displayed in Figure .
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Introducing Zurb Foundation 6»

Look at similar books to Introducing Zurb Foundation 6. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Introducing Zurb Foundation 6»

Discussion, reviews of the book Introducing Zurb Foundation 6 and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.