SlideShare a Scribd company logo
HELLO FOWD!
HICKSDESIGN


From Design to
Deployment
(a day of cheesophile.com)
I ♥ CHEESE
FLAT HICKS ♥ CHEESE
Breakfast:
SET UP!
Setup a Local Server




  MAMP         HEADDRESS
Morning:
CONTENT!
h1
h1
     h4
h1
     h4


ul
h2
h1
     h4


ul
h2   h3
h1
     h4


ul
h2   h3
                    h2
h1
     h4


ul
h2   h3
                         h2
h1                  h3
     h4


ul
h2   h3
                         h2
h1                  h3
     h4

                    h3
ul
h2   h3
                         h2
h1                  h3
     h4

                    h3
ul

                         h2
h2   h3
                              h2
h1                       h3
     h4

                         h3
ul

                              h2



          h4
h2   h3
                              h2
h1                       h3
     h4

                         h3
ul

                              h2



          h4

          h4
content.html

Blog
Reviews
Cheese Map
Guides
Stockists Directory



News

Little Wallop launches

If you've been watching Alex James…
content.html
<ul>
	 <li><a   href="">Blog</a></li>
	 <li><a   href="">Reviews</a></li>
	 <li><a   href="">Cheese Map</a></li>
	 <li><a   href="">Guides</a></li>
	 <li><a   href="">Stockists Directory</a></li>
</ul>

<h2>News</h2>

	 <h3>Little Wallop launches</h3>

	 <p>If you've been watching Alex James…
Doctype
HTML 4 Strict
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01//EN" "http://www.w3.org/TR/html4/
strict.dtd">

XHTML Transitional
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.0 Transitional//EN" "http://www.w3.org/
TR/xhtml1/DTD/xhtml1-transitional.dtd">
Page titles
Homepage:
<title>Welcome to Cheesophile!</title>



Subpage:
<title>
       Little Wallop Launches | News |
       Cheesophile.com
</title>
Skip Links

<a href="#content"
   title="Skip past the navigation"
   id="skipLink">
Skip to the content
</a>
Afternoon:
STYLING!
j$k
GREAT DEBATE!
EMS vs PIXELS
FLUID vsFLASH
HTML vs
        FIXED
Which Browsers to Support?
Y! Graded Browser Support
     3          2           9         6           7



"Support does not mean that everybody gets
the same thing. Expecting two users using
different browser software to have an identical
experience fails to embrace or acknowledge
the heterogeneous essence of the Web. "

http://developer.yahoo.com/yui/articles/gbs/
HTML




CSS
HTML



  +
  CSS


basic.css

 <link rel="stylesheet" href="css/basic.css"
  type="text/css" media="screen" />
HTML



  +
  CSS
            =
basic.css

 <link rel="stylesheet" href="css/basic.css"
  type="text/css" media="screen" />
HTML



  +
 CSS

 layout

<style type="text/css">
 @import/**/"css/layout.css";</style>
HTML



  +
         +   @   reset


 CSS     +   @   typography

layout

@import url(reset.css);
@import url(typography.css);
HTML



  +
         +   @   reset


 CSS     +   @   typography
                              =
layout

@import url(reset.css);
@import url(typography.css);
@ layout

HTML
       +   @ reset
           @ typography
@ layout

 HTML
           +     @ reset
                 @ typography


  +
  CSS

   IE6
<!--[if IE 6]>
<link href="/css/ie6.css" type="text/css" rel="stylesheet" />
<![endif]-->
@ layout

 HTML
           +     @ reset
                 @ typography


  +
  CSS      =
   IE6
<!--[if IE 6]>
<link href="/css/ie6.css" type="text/css" rel="stylesheet" />
<![endif]-->
Link to the CSS
<link rel="stylesheet" href="css/basic.css"
 type="text/css" media="screen" />

<!-- comment to stop FOUC in ie6pc -->

<style type="text/css">@import/**/"css/
 layout.css";</style>

<!--[if IE 6]>
<link href="/css/ie6.css" type="text/css"
rel="stylesheet" />
<![endif]-->
Reset the CSS
/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
Snippets

img { border:0; }

input { vertical-align:middle; }

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
Typeface Choice

    Helvetica,
    Calibri,
    Verdana,
    Arial,
    Sans-serif
Typeface Choice


    Roquefort,
    Brie,
    Red Leicester,
    Supermarket-Cheddar
Typeface Choice

    Gabriel Coulet Roquefort,
    Roquefort,
    Cropwell Bishop Stilton,
    Stilton,
    Any-old-Blue-Cheese
Typeface Choice

Cornish Yarg Cheese
Cornish Yarg Cheese
Cornish Yarg Cheese
Cornish Yarg Cheese
Cornish Yarg Cheese
Typeface Choice

    “HelveticaNeue-Heavy”,
    “Helvetica 85 Heavy”,
    Helvetica,
    Arial,
    Sans-serif
Typeface Choice

    “HelveticaNeue-Heavy”,
    “Helvetica 85 Heavy”,
    Helvetica,
    Arial,
    Sans-serif
Typeface Choice

    “HelveticaNeue-Heavy”,
    “Helvetica 85 Heavy”,
    Helvetica,
    Arial,
    Sans-serif
Typeface Choice

    “HelveticaNeue-Heavy”,
    “Helvetica 85 Heavy”,
    Helvetica,
    Arial,
    Sans-serif
Letter spacing


Cheesophile
Cheesophile
letter-spacing { -1px; }
Heading Line-Height


Cheesophile
has launched
line-height { 1.4em}
Heading Line-Height


Cheesophile
has launched
line-height { 1.2em}
Background
Background




640k
Background




640k     184k
Background




640k     184k   72k!!
Background




             68k
Styling Skip Links

#skipLink {
	 display: block;
	 padding: 10px 20px;
	 position: absolute;
	 top:0;
	 left: -999px;
}

#skipLink:focus { left: 0; }
Styling Skip Links
Styling Skip Links
Two o’clockses:
TEA!
29digital.net/grid/
gridlayouts.com
Grid Framework

.column {
        margin: 0 15px 15px 0;
        float: left;
}

.last { margin: 0 0 15px 0 ; }

.span1 { width: 60px; }
.span2 { width: 135px; }
 (etc…)
Grid Framework
Multiple Classes:

<div class="column span3">
    …
</div>

<div class="column span4 last">
    …
</div>
Transparent PNGs




8 bit Alpha PNG    Transparent GIF
Transparent PNGs
  Repeated 5x5px 8 bit Alpha PNG



  .box {
    background: none;
  filter:progid:DXImageTransform.Micros
  oft.AlphaImageLoader(src='/img/
  overlay.png',
    sizingMethod='crop');
  }
Evening:
BUGHUNTING!
hasLayout
    ‘hasLayout’ is the key
  to understanding all your
problems in IE, but what is it?
<div>
<div>
<div>   hasLayout
ie6.css
div, li {
    zoom:1;
}
GOLDEN RULES
  Don’t be tempted to apply hacks
  globally with star selector: *
  Try and understand the problem
  before hacking:
  http://www.positioniseverything.net/
‘POPULAR’ Bugs
  Element missing?
  Apply position:relative to it.
  Floated element with twice the
  amount of margin?
  Apply display:inline to it.
3px Text Jog
Midnight:
DEPLOYED!
hicksdesign.co.uk/journal/
  design-to-deployment
cheesophile.com

More Related Content

Similar to Design To Deployment

SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPadSharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
Michael Greene
 
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Mario Heiderich
 
Web Design Bootcamp - Day1
Web Design Bootcamp - Day1Web Design Bootcamp - Day1
Web Design Bootcamp - Day1
Aslam Najeebdeen
 

Similar to Design To Deployment (20)

Html5
Html5Html5
Html5
 
Html5 ux london
Html5 ux londonHtml5 ux london
Html5 ux london
 
UI 101
UI 101UI 101
UI 101
 
Intro to Web Development
Intro to Web DevelopmentIntro to Web Development
Intro to Web Development
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 
Html5 public
Html5 publicHtml5 public
Html5 public
 
HTML & CSS 2017
HTML & CSS 2017HTML & CSS 2017
HTML & CSS 2017
 
Slow kinda sucks
Slow kinda sucksSlow kinda sucks
Slow kinda sucks
 
CSS
CSSCSS
CSS
 
SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPadSharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
SharePoint Saturday Tampa, Enhancing SharePoint 2010 for the iPad
 
HTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.pptHTML Web Devlopment presentation css.ppt
HTML Web Devlopment presentation css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
css.ppt
css.pptcss.ppt
css.ppt
 
Html5, css3, canvas, svg and webgl
Html5, css3, canvas, svg and webglHtml5, css3, canvas, svg and webgl
Html5, css3, canvas, svg and webgl
 
UI Design with HTML5 & CSS3
UI Design with HTML5 & CSS3UI Design with HTML5 & CSS3
UI Design with HTML5 & CSS3
 
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
Copy & Pest - A case-study on the clipboard, blind trust and invisible cross-...
 
Developing Your Ultimate Package
Developing Your Ultimate PackageDeveloping Your Ultimate Package
Developing Your Ultimate Package
 
Web Design Redux
Web Design ReduxWeb Design Redux
Web Design Redux
 
Web Design Bootcamp - Day1
Web Design Bootcamp - Day1Web Design Bootcamp - Day1
Web Design Bootcamp - Day1
 
7 web design
7 web design7 web design
7 web design
 

Recently uploaded

Panchayat Season 3 - Official Trailer.pdf
Panchayat Season 3 - Official Trailer.pdfPanchayat Season 3 - Official Trailer.pdf
Panchayat Season 3 - Official Trailer.pdf
Suleman Rana
 
Skeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on ForumSkeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on Forum
Isaac More
 

Recently uploaded (11)

Dehradun Girls 9719300533 Heat-lava { Dehradun } Whiz ℂall Serviℂe By Our
Dehradun Girls 9719300533 Heat-lava { Dehradun } Whiz ℂall Serviℂe By OurDehradun Girls 9719300533 Heat-lava { Dehradun } Whiz ℂall Serviℂe By Our
Dehradun Girls 9719300533 Heat-lava { Dehradun } Whiz ℂall Serviℂe By Our
 
Lite version of elevator game simplified.pptx
Lite version of elevator game simplified.pptxLite version of elevator game simplified.pptx
Lite version of elevator game simplified.pptx
 
A DARK AND HOLLOW STAR BY ASHLEY SHUTTLEWORTH
A DARK AND HOLLOW STAR BY ASHLEY SHUTTLEWORTHA DARK AND HOLLOW STAR BY ASHLEY SHUTTLEWORTH
A DARK AND HOLLOW STAR BY ASHLEY SHUTTLEWORTH
 
Reimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a SuccessReimagining Classics - What Makes a Remake a Success
Reimagining Classics - What Makes a Remake a Success
 
Panchayat Season 3 - Official Trailer.pdf
Panchayat Season 3 - Official Trailer.pdfPanchayat Season 3 - Official Trailer.pdf
Panchayat Season 3 - Official Trailer.pdf
 
Q4 WEEK 1 JUDGE THE RELEVANCE AND WORTH OF IDEAS.pptx
Q4 WEEK 1 JUDGE THE RELEVANCE AND WORTH OF IDEAS.pptxQ4 WEEK 1 JUDGE THE RELEVANCE AND WORTH OF IDEAS.pptx
Q4 WEEK 1 JUDGE THE RELEVANCE AND WORTH OF IDEAS.pptx
 
NO1 Pandit Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sh...
NO1 Pandit Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sh...NO1 Pandit Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sh...
NO1 Pandit Black Magic Specialist Expert In Bahawalpur, Sargodha, Sialkot, Sh...
 
Skeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on ForumSkeem Saam in June 2024 available on Forum
Skeem Saam in June 2024 available on Forum
 
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog EternalMeet Crazyjamjam - A TikTok Sensation | Blog Eternal
Meet Crazyjamjam - A TikTok Sensation | Blog Eternal
 
Barbie Presentation Template.pptx aaaaaa
Barbie Presentation Template.pptx aaaaaaBarbie Presentation Template.pptx aaaaaa
Barbie Presentation Template.pptx aaaaaa
 
The Evolution of Animation in Film - Mark Murphy Director
The Evolution of Animation in Film - Mark Murphy DirectorThe Evolution of Animation in Film - Mark Murphy Director
The Evolution of Animation in Film - Mark Murphy Director
 

Design To Deployment