SlideShare a Scribd company logo
Designing Effective
CSS & HTML
Websites in Fireworks
Adobe MAX Conference - San Francisco, CA - November 18, 2008
Hi. I’m Nathan Smith, a designer and
 front-end developer at Viewzi.com
Today I’d like
to talk to you
about using
Fireworks to
design HTML
and CSS sites.

But first, let me
ask you this...
Do standards
really ma er?
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Apple’s Me.com
What is the
de nition of
a standard?
Standard: “Something
considered by an authority
or by general consent as a
basis of comparison; an
approved model.”
             — Dictionary.com
Ajaxian.com word frequency




     (via Wordle.net)
“
    Standards exist for the benefit
    of the web worker almost more
    so than the end user, and by
    following the best practices set
    forth by the best people in our
    industry, we ensure we are
    equipping ourselves with a
    versatile skill-set which we can
    take into any environment.

    — Mike Davidson Newsvine founder

        http://www.mikeindustries.com/blog/archive/2004/06/march-to-your-own-standard
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
When it comes to standards,
it’s all about the distribution.




           (non-metric countries)


   United States - Liberia - Myanmar
Flash is a de facto standard
Mozilla holds a Guinness World Record for the most
software downloaded in 24 hours. On June 17, 2008
approximately 8 million people downloaded Firefox 3.


“In July 2008, successful downloads averaged
about 33 million per day, and successful installs
averaged around 18 million per day.”
— Emmy Huang Adobe Product Mgr


                                         http://tinyurl.com/flash-stats
Adobe MAX 2008: HTML/CSS + Fireworks
Macro vs. Micro Semantics


 –   Correct tags                                   –   ID, class names
 –   Accessibility                                  –   Microformats
 –   Attribute usage                                –   Machine code
 –   Search Engines                                 –   HTML / XHTML




http://flickr.com/photos/leoffreitas/332360959/   http://flickr.com/photos/kennysarmy/2493464978/
Web Design
Work- ow
Enterprise Corporations

– Stakeholders preview centralized PNGs
– Smaller file-size, storage goes further
– Maintain lower total cost of ownership



     Agencies & Small Teams

– Rapidly move from prototype to design
– Test out FW PNGs directly in a browser
– Easily export PDF overviews for clients



    Freelance Web Designers

– Integrate with multiple document types
– Display PNG comps via HTML mockups
– Less time spent switching between apps
“
As a general rule of thumb,
anything that can read JPG or
GIF files will usually support
PNG as well. Unlike the PSD
format used by Photoshop, PNG
files are readable by a variety of
freely available applications,
including the most important:
web browsers.

— Nathan Smith Front-End Developer

             http://www.adobe.com/devnet/fireworks/articles/enterprise_it.html
Rough Wireframes




High Detail Design
         http://www.bartelme.at/journal/archive/flow_wallpaper
App Integration
FW now looks akin to its CS4 siblings




             CS3                   CS4
Cra ing
Interfaces
Visual Style          Corporate
 Guidelines           Branding




               HTML
                CSS
Prototype form elements in Win/Mac
Create a vector based drawing




      9-slicing
      Example
Convert vector group to symbol
Use 9-slicing on symbol




  Preserves the outer
  corners and edges
Resize element without distortion




    Widescreen!
The align    Especially
panel is     for doing
useful for   animated
all sorts    “Web 2.0”
of shapes    Ajax GIFs
#rating_widget_hate,
          #rating_widget_dislike,



CSS
          #rating_widget_ok,
          #rating_widget_like,
          #rating_widget_love {
               background: url(../img/faces.gif) no-repeat;
          }




Sprites
          #rating_widget_hate {
               background-position: -250px 5px;
          }
          #rating_widget_hate:hover {
               background-position: 0 5px;
          }
          #rating_widget_dislike {
               background-position: -300px 5px;
          }

          #rating_widget_dislike:hover {
               background-position: -50px 5px;
          }

          #rating_widget_ok {
               background-position: -350px 5px;
          }

          #rating_widget_ok:hover {
               background-position: -100px 5px;
          }
          #rating_widget_like {
               background-position: -400px 5px;
          }
          #rating_widget_like:hover {
               background-position: -150px 5px;
          }

          #rating_widget_love {
               background-position: -450px 5px;
          }

          #rating_widget_love:hover {
               background-position: -200px 5px;
          }
Use grid guides to keep
items arranged properly
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Slice + optimize
all your images
Image export is a time saver




More efficient than cropping
PDF export is quite handy




Great for client feedback
Export code with caution




Prototyping, not production
Code automation is okay, in moderation




http://flickr.com/photos/polvero/2656367141/
Front–End
Frameworks
Bene ts of Frameworks
•Consistent coding style.
• Increases maintainability.
• Rapidly prototype ideas.
• Improvements made to core.
• Not re-inventing the wheel.
www.960.gs
“Embrace Constraints”
css
      – Mark Kraemer

      All modern monitors support at
      least 1024×768 pixel resolution.


      960 is divisible by 2, 3, 4, 5, 6,
      8, 10, 12, 15, 16, 20, 24, 30, 32,
      40, 48, 60, 64, 80, 96, 120, 160,
      192, 240, 320 and 480.
The 960 Grid System is an effort to streamline
web development by providing commonly used
dimensions, based on a width of 960 pixels.


There are two variants: 12 and 16 columns,
which can be used separately or in tandem.
The basis of the grid is ideally suited to rapid
prototyping, but it would work equally well
for workflow in a production environment.


There are printable sketch sheets, Photoshop
and Fireworks templates, and a CSS framework
that contain identical column measurements.
Inspiration: Khoi Vinh
Inspiration: Cameron Moll
Inspiration: Olav Bjørkøy
Inspiration: Brandon Schauer
The 12 column grid is divided into portions
that are 60 pixels wide, whereas the 16
column grid consists 40 pixel increments.


Each column has 10 pixels of margin to either
side, which stack to create gutters that are
20 pixels wide between each of the columns.
<div class="container_12">
    <div class="grid_7 prefix_1">
        <div class="grid_2 alpha">
            ...
        </div>
        <div class="grid_3">
            ...
        </div>
        <div class="grid_2 omega">
            ...
        </div>
    </div>
    <div class="grid_3 suffix_1">
        ...
    </div>
</div>
12 column grid measurements
16 column grid measurements
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
If today’s topic was JavaScript, I’d push...
Summation of Presentation
•FW = ideal for web design.
•Plays well with Adobe apps.
•Great for rapid prototyping.
•Efficiently export images.
•Write good code by hand.
•Homework: check out jQuery.
That’s a wrap. Keep in touch!
        sonspring.com
        twitter.com/nathansmith

More Related Content

PPT
2009_09_11_Grid960
PDF
Responsive Websites
PPT
Making Your Own CSS Framework
PDF
Lightning fast sass
PPTX
Bootstrap for Beginners
KEY
Darwin web standards
PDF
CSS Systems
PPTX
Responsive UI using CSS Media Query
2009_09_11_Grid960
Responsive Websites
Making Your Own CSS Framework
Lightning fast sass
Bootstrap for Beginners
Darwin web standards
CSS Systems
Responsive UI using CSS Media Query

What's hot (20)

PDF
Next Steps in Responsive Design
PPTX
Using Responsive Web Design To Make Your Web Work Everywhere
PDF
Roll Your Own CSS Framework
PDF
CSS in React
PPTX
Bootstrap Framework
PPTX
Responsive Web Design & APEX Theme 25 (OGh APEX World 2014)
PDF
Intro to CSS3
PDF
Responsive & Responsible Web Design in DNN
PDF
Designing an Enterprise CSS Framework is Hard, Stephanie Rewis
PDF
Responsive Web Designed for your communication and marketing needs
PDF
Test-proof CSS
ZIP
Vector Graphics on the Web: SVG, Canvas, CSS3
PDF
Teams, styles and scalable applications
PPTX
Responsive web designing ppt(1)
PPT
Responsive Web Design
PPTX
How to develop a CSS Framework
PPT
Html & Css presentation
PDF
Efficient, maintainable CSS
PDF
Bootstrap 3 Basic - Bangkok WordPress Meetup
PDF
Pemrograman Web 4 - Bootstrap 3
Next Steps in Responsive Design
Using Responsive Web Design To Make Your Web Work Everywhere
Roll Your Own CSS Framework
CSS in React
Bootstrap Framework
Responsive Web Design & APEX Theme 25 (OGh APEX World 2014)
Intro to CSS3
Responsive & Responsible Web Design in DNN
Designing an Enterprise CSS Framework is Hard, Stephanie Rewis
Responsive Web Designed for your communication and marketing needs
Test-proof CSS
Vector Graphics on the Web: SVG, Canvas, CSS3
Teams, styles and scalable applications
Responsive web designing ppt(1)
Responsive Web Design
How to develop a CSS Framework
Html & Css presentation
Efficient, maintainable CSS
Bootstrap 3 Basic - Bangkok WordPress Meetup
Pemrograman Web 4 - Bootstrap 3
Ad

Viewers also liked (20)

PDF
What's New in Adobe Fireworks Cs5
PDF
Basics of JSON (JavaScript Object Notation) with examples
PPTX
Slides on Wimax
PDF
VietRees_Newsletter_35_Tuan2_Thang06
PPT
Animoto
PPT
Web2 0-SOA InterAct2008
PDF
Personal Digital Archives Development
PDF
Meet Clumsy
PPT
Etec 442 Timeline Kanesa4
PDF
VietRees_Newsletter_43_Tuan2_Thang08
PPT
Wszczecinie Prezentacja
PPT
Web Design
PPTX
Final Union Presentation Ntc Curriculum Devel And Delivery
PPT
How’S Your Memory
PPS
Quintada Regaliera
PDF
Lights camera action orlando - october 2015 -slide upload
PDF
VietRees_Newsletter_34_Tuan1_Thang06
PDF
VietRees_Newsletter_54_Week4_Month10_Year08
PDF
VietRees_Newsletter_56_Tuan1_Thang11
What's New in Adobe Fireworks Cs5
Basics of JSON (JavaScript Object Notation) with examples
Slides on Wimax
VietRees_Newsletter_35_Tuan2_Thang06
Animoto
Web2 0-SOA InterAct2008
Personal Digital Archives Development
Meet Clumsy
Etec 442 Timeline Kanesa4
VietRees_Newsletter_43_Tuan2_Thang08
Wszczecinie Prezentacja
Web Design
Final Union Presentation Ntc Curriculum Devel And Delivery
How’S Your Memory
Quintada Regaliera
Lights camera action orlando - october 2015 -slide upload
VietRees_Newsletter_34_Tuan1_Thang06
VietRees_Newsletter_54_Week4_Month10_Year08
VietRees_Newsletter_56_Tuan1_Thang11
Ad

Similar to Adobe MAX 2008: HTML/CSS + Fireworks (20)

PPTX
MW2011 Grid-based Web Design presentation
KEY
HTML CSS & Javascript
PDF
Effective and Efficient Design with CSS3
PDF
Highly Maintainable, Efficient, and Optimized CSS
PDF
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
PDF
Responsive Web Design: Clever Tips and Techniques
PDF
Real-world CSS3
PDF
An Introduction to Responsive Design
PDF
CSS3: Are you experienced?
PDF
Responsive websites. Toolbox
PDF
VizEx View HTML5 Workshop
PDF
VizEx View HTML5 Workshop
PDF
Responsive Web Design tips and tricks.
PDF
Rwd slidedeck
PDF
Responsive web design
PDF
Pinkoi Mobile Web
KEY
Ease into HTML5 and CSS3
PDF
Great Responsive-ability Web Design
PPTX
Wp responsive-theme-framework
PDF
Html 5 mobile - nitty gritty
MW2011 Grid-based Web Design presentation
HTML CSS & Javascript
Effective and Efficient Design with CSS3
Highly Maintainable, Efficient, and Optimized CSS
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
Responsive Web Design: Clever Tips and Techniques
Real-world CSS3
An Introduction to Responsive Design
CSS3: Are you experienced?
Responsive websites. Toolbox
VizEx View HTML5 Workshop
VizEx View HTML5 Workshop
Responsive Web Design tips and tricks.
Rwd slidedeck
Responsive web design
Pinkoi Mobile Web
Ease into HTML5 and CSS3
Great Responsive-ability Web Design
Wp responsive-theme-framework
Html 5 mobile - nitty gritty

More from Nathan Smith (20)

PDF
Getting Started with React
PDF
HTML5 Can't Do That
PDF
Rapid Templating with Serve
PDF
Proactive Responsive Design
PDF
Use Web Skills To Build Mobile Apps
PDF
Red Dirt JS
PDF
Refresh OKC
PDF
DrupalCon jQuery
PDF
DSVC Design Talk
PDF
Think Vitamin CSS
PDF
Echo HTML5
PDF
Accelerated Grid Theming
PDF
Urban Leadership Slides
PDF
Themes from Ascent of a Leader
PDF
7 Storey Mountain
PDF
Marketing 450 Guest Lecture
PDF
Fundamental Design Principles
PDF
Striking a Balance: Middle Ground in Front-End Development
PDF
Echo Conference 2008
PDF
Bible Tech 2008
Getting Started with React
HTML5 Can't Do That
Rapid Templating with Serve
Proactive Responsive Design
Use Web Skills To Build Mobile Apps
Red Dirt JS
Refresh OKC
DrupalCon jQuery
DSVC Design Talk
Think Vitamin CSS
Echo HTML5
Accelerated Grid Theming
Urban Leadership Slides
Themes from Ascent of a Leader
7 Storey Mountain
Marketing 450 Guest Lecture
Fundamental Design Principles
Striking a Balance: Middle Ground in Front-End Development
Echo Conference 2008
Bible Tech 2008

Recently uploaded (20)

PPTX
TLE-10-PPTHAJAOSBDJDEKSNbknbtktktmktkttk
PPTX
Fundamental Principles of Visual Graphic Design.pptx
DOCX
algorithm desgin technologycsecsecsecsecse
PPTX
Landscape assignment for historical garden
PDF
🔴BUKTI KEMENANGAN HARI INI SELASA 05 AGUSTUS 2025 !!!🔴
PDF
SS27 Women's Fashion Trend Book Peclers Paris
PPT
Package Design Design Kit 20100009 PWM IC by Bee Technologies
PDF
10 Real World Lessons and 4 Practical Tips for Large Group LSP Method
PDF
Applied Structural and Petroleum Geology Lec 1.pdf
PPTX
Why Great Design Is the Missing Piece in Your ESG Reporting Strategy.pptx
PDF
URBAN DESIGN DESKTOP CASESTUDY IITG.pdf
PDF
SS27 Environments & Design Trend Book Peclers Paris
PDF
Benefits_of_Cast_Aluminium_Doors_Presentation.pdf
PDF
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
PPTX
Riverfront Development maharashtra nagpur
PDF
ALDO ROSSI AND MICHAEL GRAVES THEORY OF DESIGN-02 , PRESENTATION _TUSHARECHPL...
PPTX
Riverfront Development_nashikcity_landscape
PPTX
Creative Agency Presentation For Designers
PDF
The Advantages of Working With a Design-Build Studio
PDF
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
TLE-10-PPTHAJAOSBDJDEKSNbknbtktktmktkttk
Fundamental Principles of Visual Graphic Design.pptx
algorithm desgin technologycsecsecsecsecse
Landscape assignment for historical garden
🔴BUKTI KEMENANGAN HARI INI SELASA 05 AGUSTUS 2025 !!!🔴
SS27 Women's Fashion Trend Book Peclers Paris
Package Design Design Kit 20100009 PWM IC by Bee Technologies
10 Real World Lessons and 4 Practical Tips for Large Group LSP Method
Applied Structural and Petroleum Geology Lec 1.pdf
Why Great Design Is the Missing Piece in Your ESG Reporting Strategy.pptx
URBAN DESIGN DESKTOP CASESTUDY IITG.pdf
SS27 Environments & Design Trend Book Peclers Paris
Benefits_of_Cast_Aluminium_Doors_Presentation.pdf
MARIJA CVITKOVAC - GRAPHIC DESIGN PORTFOLIO 2025
Riverfront Development maharashtra nagpur
ALDO ROSSI AND MICHAEL GRAVES THEORY OF DESIGN-02 , PRESENTATION _TUSHARECHPL...
Riverfront Development_nashikcity_landscape
Creative Agency Presentation For Designers
The Advantages of Working With a Design-Build Studio
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf

Adobe MAX 2008: HTML/CSS + Fireworks

  • 1. Designing Effective CSS & HTML Websites in Fireworks Adobe MAX Conference - San Francisco, CA - November 18, 2008
  • 2. Hi. I’m Nathan Smith, a designer and front-end developer at Viewzi.com
  • 3. Today I’d like to talk to you about using Fireworks to design HTML and CSS sites. But first, let me ask you this...
  • 9. What is the de nition of a standard?
  • 10. Standard: “Something considered by an authority or by general consent as a basis of comparison; an approved model.” — Dictionary.com
  • 11. Ajaxian.com word frequency (via Wordle.net)
  • 12. Standards exist for the benefit of the web worker almost more so than the end user, and by following the best practices set forth by the best people in our industry, we ensure we are equipping ourselves with a versatile skill-set which we can take into any environment. — Mike Davidson Newsvine founder http://www.mikeindustries.com/blog/archive/2004/06/march-to-your-own-standard
  • 16. When it comes to standards, it’s all about the distribution. (non-metric countries) United States - Liberia - Myanmar
  • 17. Flash is a de facto standard Mozilla holds a Guinness World Record for the most software downloaded in 24 hours. On June 17, 2008 approximately 8 million people downloaded Firefox 3. “In July 2008, successful downloads averaged about 33 million per day, and successful installs averaged around 18 million per day.” — Emmy Huang Adobe Product Mgr http://tinyurl.com/flash-stats
  • 19. Macro vs. Micro Semantics – Correct tags – ID, class names – Accessibility – Microformats – Attribute usage – Machine code – Search Engines – HTML / XHTML http://flickr.com/photos/leoffreitas/332360959/ http://flickr.com/photos/kennysarmy/2493464978/
  • 21. Enterprise Corporations – Stakeholders preview centralized PNGs – Smaller file-size, storage goes further – Maintain lower total cost of ownership Agencies & Small Teams – Rapidly move from prototype to design – Test out FW PNGs directly in a browser – Easily export PDF overviews for clients Freelance Web Designers – Integrate with multiple document types – Display PNG comps via HTML mockups – Less time spent switching between apps
  • 22. “ As a general rule of thumb, anything that can read JPG or GIF files will usually support PNG as well. Unlike the PSD format used by Photoshop, PNG files are readable by a variety of freely available applications, including the most important: web browsers. — Nathan Smith Front-End Developer http://www.adobe.com/devnet/fireworks/articles/enterprise_it.html
  • 23. Rough Wireframes High Detail Design http://www.bartelme.at/journal/archive/flow_wallpaper
  • 25. FW now looks akin to its CS4 siblings CS3 CS4
  • 27. Visual Style Corporate Guidelines Branding HTML CSS
  • 29. Create a vector based drawing 9-slicing Example
  • 30. Convert vector group to symbol
  • 31. Use 9-slicing on symbol Preserves the outer corners and edges
  • 32. Resize element without distortion Widescreen!
  • 33. The align Especially panel is for doing useful for animated all sorts “Web 2.0” of shapes Ajax GIFs
  • 34. #rating_widget_hate, #rating_widget_dislike, CSS #rating_widget_ok, #rating_widget_like, #rating_widget_love { background: url(../img/faces.gif) no-repeat; } Sprites #rating_widget_hate { background-position: -250px 5px; } #rating_widget_hate:hover { background-position: 0 5px; } #rating_widget_dislike { background-position: -300px 5px; } #rating_widget_dislike:hover { background-position: -50px 5px; } #rating_widget_ok { background-position: -350px 5px; } #rating_widget_ok:hover { background-position: -100px 5px; } #rating_widget_like { background-position: -400px 5px; } #rating_widget_like:hover { background-position: -150px 5px; } #rating_widget_love { background-position: -450px 5px; } #rating_widget_love:hover { background-position: -200px 5px; }
  • 35. Use grid guides to keep items arranged properly
  • 38. Slice + optimize all your images
  • 39. Image export is a time saver More efficient than cropping
  • 40. PDF export is quite handy Great for client feedback
  • 41. Export code with caution Prototyping, not production
  • 42. Code automation is okay, in moderation http://flickr.com/photos/polvero/2656367141/
  • 44. Bene ts of Frameworks •Consistent coding style. • Increases maintainability. • Rapidly prototype ideas. • Improvements made to core. • Not re-inventing the wheel.
  • 46. “Embrace Constraints” css – Mark Kraemer All modern monitors support at least 1024×768 pixel resolution. 960 is divisible by 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 32, 40, 48, 60, 64, 80, 96, 120, 160, 192, 240, 320 and 480.
  • 47. The 960 Grid System is an effort to streamline web development by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • 48. The basis of the grid is ideally suited to rapid prototyping, but it would work equally well for workflow in a production environment. There are printable sketch sheets, Photoshop and Fireworks templates, and a CSS framework that contain identical column measurements.
  • 53. The 12 column grid is divided into portions that are 60 pixels wide, whereas the 16 column grid consists 40 pixel increments. Each column has 10 pixels of margin to either side, which stack to create gutters that are 20 pixels wide between each of the columns.
  • 54. <div class="container_12"> <div class="grid_7 prefix_1"> <div class="grid_2 alpha"> ... </div> <div class="grid_3"> ... </div> <div class="grid_2 omega"> ... </div> </div> <div class="grid_3 suffix_1"> ... </div> </div>
  • 55. 12 column grid measurements
  • 56. 16 column grid measurements
  • 61. If today’s topic was JavaScript, I’d push...
  • 62. Summation of Presentation •FW = ideal for web design. •Plays well with Adobe apps. •Great for rapid prototyping. •Efficiently export images. •Write good code by hand. •Homework: check out jQuery.
  • 63. That’s a wrap. Keep in touch! sonspring.com twitter.com/nathansmith