• Complain

Dani Nordin - Design and Prototyping for Drupal

Here you can read online Dani Nordin - Design and Prototyping for Drupal full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2011, publisher: OReilly Media, genre: Computer. 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.

Dani Nordin Design and Prototyping for Drupal
  • Book:
    Design and Prototyping for Drupal
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2011
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Design and Prototyping for Drupal: summary, description and annotation

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

Itching to build interesting projects with Drupal, but confused by the way it handles design challenges? This concise guide helps small teams and solo website designers understand how Drupal works by demonstrating the ways it outputs content. Youll learn how to manage Drupals output, design around it, and then turn your design into a theme. In the second of three volumes on Drupal design, award-winning designer Dani Nordin takes you beyond basic site planning and teaches you key strategies for working with themes, layouts, and wireframes. Discover how to use Drupal to make your vision a reality, instead of getting distracted by the systems project and code management details.Learn strategies for sketching, wireframing, and designing effective layouts Break down a Drupal layout to understand its basic components Understand Drupals theme layer, and what to look for in a base theme Work with the 960 grid system to facilitate efficient wireframing and theming Manage Drupal markup, including the code generated by the powerful Views module Use LessCSS to organize CSS and help you theme your site more efficiently

Dani Nordin: author's other books


Who wrote Design and Prototyping for Drupal? Find out the surname, the name of the author of the book and a list of all author's works by series.

Design and Prototyping for Drupal — 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 "Design and Prototyping for Drupal" 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
Design and Prototyping for Drupal
Dani Nordin
Editor
Julie Steele
Editor
Meghan Blanchette

Copyright 2011 Dani Nordin

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (.

Nutshell Handbook, the Nutshell Handbook logo, and the OReilly logo are registered trademarks of OReilly Media, Inc. Design and Prototyping for Drupal , the image of a large claw crab, and related trade dress are trademarks of OReilly Media, Inc.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and OReilly Media, Inc., was aware of a trademark claim, the designations have been printed in caps or initial caps.

While every precaution has been taken in the preparation of this book, the publisher and authors assume no responsibility for errors or omissions, or for damages resulting from the use of the information contained herein.

OReilly Media Preface Introduction If youre reading this book youre - photo 1

O'Reilly Media

Preface
Introduction

If youre reading this book, youre probably a web designer who has heard of Drupal, wants to get started with it, and may have even tried it out a couple of times. And you might be frustrated because even if youre used to code, Drupal has thrown you a major learning curve that you hadnt expected. And just when you think youve gotten a basic site together, now you have to figure out how to make it look rightand the whole process starts over again.

Yep, Ive been there too. Thats why I wrote this book.

This book is for the solo site builder or small team thats itching to do interesting things with Drupal, but needs a bit of help understanding how to set up a successful Drupal project. Its for the designer who knows HTML and CSS, but doesnt want to have to learn how to speak developer in order to parse Drupal documentation. Most importantly, this book is for those who want to use Drupal to make their vision a reality, but need help working their minds around the way that Drupal handles design challenges.

What I present here are not recipes for specific use cases; although recipes can be useful, experience has shown theres rarely just one way to accomplish an objective in Drupal. Rather, what Im offering is context: a way of understanding what Drupal is and how it works, so that you can get over the hump and start figuring things out on your own. Over the course of this series of books, Ill help you understand:

  • How to plan and manage Drupal projects successfully (in the Planning and Managing Drupal Projects guide)

  • How to more effectively create visual design for Drupal by understanding what Drupal is spitting out (in Design and Prototyping for Drupal )

  • How to break down your design layouts to turn them into Drupal themes (in Design and Prototyping for Drupal )

  • How to get started with version control, Drush, and other ninja-developer Drupal Magick that can make your life much easier working with Drupal (in Drupal Development Tricks for Designers )

In This Volume

In this second volume, Design and Prototyping for Drupal , well start digging into the practical design challenges that Drupal presents, and look at some strategies for dealing with them. You will learn:

  • Strategies for sketching, wireframing and designing effective layouts for Drupal

  • How to break down a Drupal layout to understand its basic components, and where those components are coming from within Drupal

  • An introduction to working with layout grids and the 960 grid system to facilitate efficient wireframing, layout and theming

  • The basics of Drupals theming layer, including what to look for in a base theme, and how to create a subtheme to hold your customizations

  • Strategies for managing the markup that Drupal produces, including the markup that comes from Views, the powerful module that helps organize and display the content in your Drupal site

  • An introduction to LessCSS, which can help you organize your CSS and theme your site more efficiently

A Quick Note on Nomenclature

Before we continue, its important to make a distinction between visual design and theming . While many themers can design and vice versa, visual design (as defined in this guide) is the act of creating a set of visual standards that will control the way the site looks. This could involve something as simple as picking out colors and font choices for the site, and creating some standards for laying out type, boxes, etc. More often, it involves creating visual mockups in a program such as Fireworks or Photoshop.

Theming, on the other hand, is the process of implementing those visual standards across the sites template files, using HTML, CSS, and PHP. While theming can (and sometimes does) happen without visual design, design is what truly brings the message home to the clients audience. When well constructed, and implemented by talented themers, a sites visual design is an important factor in whether the site meets the clients business objectives.

Theming, as a distinctive job description, seems relatively unique to the Drupal universe. While many other CMSs include some idea of a theme layertheme being defined as a set of customizable templates through which content is displayedwith many CMSs, designers either appropriate an existing theme to create their design, or they hand finished design comps off as either images or HTML files to a developer, who integrates those files into the websites structure. While this can also be done in Drupal, its not advised; Drupals theme layer has a level of complexity to it that makes simply modifying an existing theme problematic. For this reason, many Drupal designers will turn to themers, also called Front-End Developers, to help them implement their designs, particularly if they include any kind of fancy stuff.

A Note on Code

One thing I must emphasize about the Drupal design process is that it often involves getting into codebut not always. As mentioned before, many excellent Drupal designers never touch a line of code; however, those designers always have developers who help them implement their designs . If you want to design for Drupal but dont have access to developers, well, youre going to need to learn code and site building in Drupal. Theres no way around it if you want to do good work.

The good news, however, is thats part of what youll learn about in this book. While Im not going to provide you with a recipe for a generic promotional site, or guidance on how to install Drupal, what I will do is show you how I figured out some of the stickier design and implementation challenges for a couple of real world projects, which will give you an insiders look at what its like to design and prototype in Drupal.

But Dani, Ive Never Even Installed Drupal Before; What Do I Do?

This guide assumes that youre at least somewhat familiar with Drupal, particularly Drupal 7. If youve never worked with Drupal at all, you might find some of the examples confusing. If you need to get started working in Drupal from the ground up, I recommend checking out NodeOnes excellent Learn Drupal 7 training series. The series, located at http://nodeone.se/blogg/learn-drupal-7-sceencast-series-summed-up, will walk you through the basics you need to get started building your own site. Dont worry; Ill wait for you.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Design and Prototyping for Drupal»

Look at similar books to Design and Prototyping for Drupal. 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 «Design and Prototyping for Drupal»

Discussion, reviews of the book Design and Prototyping for Drupal 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.