SlideShare una empresa de Scribd logo
1 de 249
PRINCIPLES
of   WEB DESIGN
PRINCIPLES
   of         WEB DESIGN
with Gavin Elliott
Creative Dude at Codeworks
PRINCIPLES
   of         WEB DESIGN
with Gavin Elliott
Creative Dude at Codeworks




                     follow me @gavinelliott
CHAPTER I



Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
    introductions




Principles of Web Design   Gavin Elliott | Codeworks
CHAPTER I
Life at Codeworks
CHAPTER I
Life at Codeworks


     Creativity
CHAPTER I
Life at Codeworks


     Creativity
     Marketing
CHAPTER I
Life at Codeworks


     Creativity
     Marketing
  Thinking Digital
CHAPTER I
Life at Codeworks


     Creativity      DIBI
     Marketing
  Thinking Digital
CHAPTER I
Life at Codeworks


     Creativity            DIBI
     Marketing       Codeworks Connect
  Thinking Digital
CHAPTER I
Life at Codeworks


     Creativity            DIBI
     Marketing       Codeworks Connect
  Thinking Digital    Communications
WHAT ABOUT YOU
WHAT ABOUT YOU
Where do you work?
WHAT ABOUT YOU
Where do you work?

 How long have you
been in the industry?
WHAT ABOUT YOU
Where do you work?

 How long have you
been in the industry?


 What are your sole
  responsibilities?
WHAT ABOUT YOU
Where do you work?      What do you like?

 How long have you
been in the industry?


 What are your sole
  responsibilities?
WHAT ABOUT YOU
Where do you work?      What do you like?

 How long have you        What do you
been in the industry?       love?


 What are your sole
  responsibilities?
WHAT ABOUT YOU
Where do you work?      What do you like?

 How long have you        What do you
been in the industry?       love?

                         What will you
 What are your sole
                         be doing in 10
  responsibilities?
                          years time?
CHAPTER II
Understanding the ‘minefield’ of our industry...
What is happening now?
What is happening now?

   A horde of lovely web goodness!
What is happening now?

   A horde of lovely web goodness!

       Web Typography
What is happening now?

   A horde of lovely web goodness!

       Web Typography
       CSS3
What is happening now?

   A horde of lovely web goodness!

       Web Typography
       CSS3
        jQuery
What is happening now?

   A horde of lovely web goodness!

       Web Typography
       CSS3
        jQuery
       HTML5
What is happening now?

   A horde of lovely web goodness!

       Web Typography
       CSS3
        jQuery
       HTML5
       Attention to detail
Web Typography
Web Typography
Web Typography

typekit.com
Web Typography

typekit.com
 - easy to setup
Web Typography

typekit.com
 - easy to setup
 - using one line
 of code
Web Typography

typekit.com
 - easy to setup
 - using one line
 of code
 - free(ish)
Web Typography

typekit.com
 - easy to setup
 - using one line
 of code
 - free(ish)
 - extended-library
Web Typography

typekit.com
 - easy to setup
 - using one line
 of code
 - free(ish)
 - extended-library
 - standards compliant
Web Typography
Web Typography
Web Typography

@font-face
Web Typography

@font-face
 - easy to setup
Web Typography

@font-face
 - easy to setup
 - using one line
 of code
Web Typography

@font-face
 - easy to setup
 - using one line
 of code
 - free(ish)
Web Typography

@font-face
 - easy to setup
 - using one line
 of code
 - free(ish)
 - dependent on
 users font-library
Web Typography
Web Typography
Web Typography

fontdeck.com
Web Typography

fontdeck.com
 - created by the guys
 at clearleft.com
Web Typography

fontdeck.com
 - created by the guys
 at clearleft.com
 - sign up for when it
 is ready
Web Typography

fontdeck.com
 - created by the guys
 at clearleft.com
 - sign up for when it
 is ready
 - not much news on
 availability/pricing
Web Typography

fontdeck.com
 - created by the guys
 at clearleft.com
 - sign up for when it
 is ready
 - not much news on
 availability/pricing
 - similar to typekit?
 No one knows, yet.
Using @font-face
Using @font-face
The basics are pretty simple to implement the @font-face rule, but it is possible to add lots of options to
extend its features.
Initially you define the rule, "font-family" is what you want to call the font, "src" is where it can be found,
include a "font-weight" (not needed for normal, but required by everything else, bold, thin etc).
@font-face {
    font-family: DeliciousRoman;
    src: url(http://www.font-face.com/fonts/delicious/Delicious-
Roman.otf);
    font-weight:400;
}

Then just use it like any other font in any other style rule.
p {
      font-family: DeliciousRoman, Helvetica, Arial, sans-serif;
}

That's pretty much it for basic implementation.
Using Fonts on The Web
Using Fonts on The Web

  Think about the users
Using Fonts on The Web

  Think about the users
   It doesn’t always have to look the same
   in every browser.
Using Fonts on The Web

  Think about the users
   It doesn’t always have to look the same
   in every browser.
   Check every browser...
Using Fonts on The Web

  Think about the users
   It doesn’t always have to look the same
   in every browser.
   Check every browser...
   Always have a roll-back.
Web Typography Links
Web Typography Links

typekit.com
Web Typography Links

typekit.com      font-face.com
Web Typography Links

typekit.com                  font-face.com

              fontdeck.com
Web Typography Links

typekit.com                  font-face.com

              fontdeck.com


                      fontsquirrel.com
Web Typography Links

typekit.com                      font-face.com

              fontdeck.com


                      fontsquirrel.com
                     Large library
                     of font-face
                         fonts
Web Typography Links

typekit.com                      font-face.com

              fontdeck.com


                      fontsquirrel.com
                     Large library   CSS font-face
                     of font-face      generator
                         fonts
Web Typography Links

typekit.com                      font-face.com

              fontdeck.com


                      fontsquirrel.com
                     Large library   CSS font-face
                     of font-face      generator
                         fonts
Web Typography Links

typekit.com                                font-face.com

                        fontdeck.com

I have some invites
give me your email
address and I’ll sort
one out for you.
                                fontsquirrel.com
                               Large library   CSS font-face
                               of font-face      generator
                                   fonts
CSS3
CSS3
 We’re getting so much to play with!
CSS3
 We’re getting so much to play with!

   font-styling
CSS3
 We’re getting so much to play with!

   font-styling
  text-styling
CSS3
 We’re getting so much to play with!

   font-styling
  text-styling
  box-styling
CSS3
 We’re getting so much to play with!

   font-styling
  text-styling
  box-styling
  gradients
CSS3
 We’re getting so much to play with!

   font-styling           RGB(a) Colours
  text-styling
  box-styling
  gradients
CSS3
 We’re getting so much to play with!

   font-styling           RGB(a) Colours
  text-styling            Multiple Backgrounds
  box-styling
  gradients
CSS3
 We’re getting so much to play with!

   font-styling           RGB(a) Colours
  text-styling            Multiple Backgrounds
  box-styling             Transforms
  gradients
CSS3
 We’re getting so much to play with!

   font-styling           RGB(a) Colours
  text-styling            Multiple Backgrounds
  box-styling             Transforms
  gradients               Columns
CSS3
CSS3


 We’ll play with these a little bit later!
jQuery
jQuery
  Time-travelling with jQuery
jQuery
  Time-travelling with jQuery

     http://razorjack.net/quicksand
jQuery
  Time-travelling with jQuery

     http://razorjack.net/quicksand

     http://www.bensky.co.uk/my-work
jQuery
  Time-travelling with jQuery

     http://razorjack.net/quicksand

     http://www.bensky.co.uk/my-work

     http://www.giraffe.net
jQuery
  Time-travelling with jQuery

     http://razorjack.net/quicksand

     http://www.bensky.co.uk/my-work

     http://www.giraffe.net

     http://www.obox-design.com
jQuery - Let’s do anything
jQuery - Let’s do anything

 “If you have an idea of how you want
 something to work, look or feel and CSS/
 XHTML cannot enable you to do it. Look
 to jQuery, it can add a lot to the end result.”
HTML5
HTML5
Do you wait?
HTML5
Do you wait?
Do you go?
HTML5
Do you wait?
Do you go?
Is it ready?
HTML5
Do you wait?
Do you go?
Is it ready?
Different Mark-up
HTML5
Do you wait?
Do you go?
Is it ready?
Different Mark-up
Easier/Simpler Mark-up
Attention to Detail
Attention to Detail
 I dribbble, do you?
Attention to Detail
 I dribbble, do you?
 The finer details...
Attention to Detail
 I dribbble, do you?   - dribbble.com
 The finer details...
Attention to Detail
 I dribbble, do you?   - dribbble.com
 The finer details...
 White space
Attention to Detail
 I dribbble, do you?   - dribbble.com
 The finer details...
 White space
 Grid systems
http://crushlovely.com/
http://squaredeye.com/
What’s going to happen in the
future?
What’s going to happen in the
future?
  More freedom
What’s going to happen in the
future?
  More freedom
  Better standards?
What’s going to happen in the
future?
  More freedom
  Better standards?
  More platforms
What’s going to happen in the
future?
  More freedom
  Better standards?
  More platforms
    Mobile
What’s going to happen in the
future?
  More freedom
  Better standards?
  More platforms
    Mobile       iPad
What’s going to happen in the
future?
  More freedom
  Better standards?
  More platforms
    Mobile       iPad   Mobile Apps
What’s going to happen in the
future?
  More freedom
  Better standards?
  More platforms
    Mobile       iPad   Mobile Apps
   Web Apps
Niche down or grow   UP!
Niche down or grow        UP!
“You can be good at many or a master of
one...”
Niche down or grow        UP!
“You can be good at many or a master of
one...”


What would you prefer to be doing?
CHAPTER III
CHAPTER III
client relations
CHAPTER III
client relations
     Client Education
CHAPTER III
client relations
     Client Education
     Client Interaction
CHAPTER III
client relations
     Client Education
     Client Interaction
     Understanding the job
CHAPTER III
client relations
     Client Education
     Client Interaction
     Understanding the job
     Spec’ing Out
Client Education
Client Education

   Clients, generally have no idea of what
   you’re doing or why you’re doing it.
   They just like things to be ‘pretty’.
   /generally
Client Education
Client Education

   Having a client lost in translation can break
   down an entire job. Educate them, help
   them and both businesses move forward.
Client Education
Client Interaction
Client Interaction

    Face-to-face
Client Interaction

    Face-to-face
    Over the phone
Client Interaction

    Face-to-face
    Over the phone
    Never leave them feeling lost
Client Interaction

    Face-to-face
    Over the phone
    Never leave them feeling lost
    Friends or Clients
Client Interaction

    Face-to-face
    Over the phone
    Never leave them feeling lost
    Friends or Clients
    Friends and Clients
Client Interaction

    Face-to-face
    Over the phone
    Never leave them feeling lost
    Friends or Clients
    Friends and Clients
    Build lasting relationships
Understanding the job
Understanding the job
 Questions to ask your prospective client...
Understanding the job
 Questions to ask your prospective client...

   What is your budget?
Understanding the job
 Questions to ask your prospective client...

   What is your budget?
    Do you already have a website?
Understanding the job
 Questions to ask your prospective client...

   What is your budget?
    Do you already have a website?
   What are your business objectives?
Understanding the job
 Questions to ask your prospective client...

   What is your budget?
    Do you already have a website?
   What are your business objectives?
   Who is your target audience?
Understanding the job
 Questions to ask your prospective client...

   What is your budget?
    Do you already have a website?
   What are your business objectives?
   Who is your target audience?

 The easiest way is to use a client worksheet...
Spec’ing the Job Out
Spec’ing the Job Out
 Doing a job specification can aid the easy
 flow of a new web design project.
Spec’ing the Job Out
 Doing a job specification can aid the easy
 flow of a new web design project.

 Both parties know exactly what is expected
 of them and when.
Spec’ing the Job Out
 Doing a job specification can aid the easy
 flow of a new web design project.

 Both parties know exactly what is expected
 of them and when.

 Within your business, you can plan how
 and when the stages of work take place.
Spec’ing the Job Out
 Doing a job specification can aid the easy
 flow of a new web design project.

 Both parties know exactly what is expected
 of them and when.

 Within your business, you can plan how
 and when the stages of work take place.
 Set to-do’s and milestones for the client and
 yourself.
Spec’ing the Job Out



 Both parties know exactly what is expected
 of them and when.

 Within your business, you can plan how
 and when the stages of work take place.
 Set to-do’s and milestones for the client and
 yourself.
Spec’ing the Job Out




 Within your business, you can plan how
 and when the stages of work take place.
 Set to-do’s and milestones for the client and
 yourself.
Spec’ing the Job Out




 Set to-do’s and milestones for the client and
 yourself.
Spec’ing the Job Out
Spec’ing the Job Out



 Do you spec jobs about?
 If so, how?
CHAPTER IV
CHAPTER IV
The Web Principles
CHAPTER IV
The Web Principles
    Process Mapping
CHAPTER IV
The Web Principles
    Process Mapping
    Wireframing
CHAPTER IV
The Web Principles
    Process Mapping
    Wireframing
    The reasons and theory behind them
CHAPTER IV
The Web Principles
    Process Mapping
    Wireframing
    The reasons and theory behind them
    Using software to draw your wireframes
CHAPTER IV
The Web Principles
    Process Mapping
    Wireframing
    The reasons and theory behind them
    Using software to draw your wireframes
    Getting down to business
Process Mapping
Process Mapping
   What is process mapping?
Process Mapping
   What is process mapping?

   Why should you use it?
Process Mapping
   What is process mapping?

   Why should you use it?

   Using it for usability/user experience.
Process Mapping
   What is process mapping?

   Why should you use it?

   Using it for usability/user experience.

   Getting the client involved.
Wire Framing
Wire Framing

   What are they?
Wire Framing

   What are they?
   Why do we use them?
Wire Framing

   What are they?
   Why do we use them?
   When should they be used?
Wire Framing

   What are they?
   Why do we use them?
   When should they be used?
   How are they used in a project life-cycle?
Wire Framing

   What are they?
   Why do we use them?
   When should they be used?
   How are they used in a project life-cycle?
   Why are they important?
What are wire frames?
What are wire frames?

   A visual representation brought together
   from a culmination of user research,
   business objectives and content.
What are wire frames?

   A visual representation brought together
   from a culmination of user research,
   business objectives and content.

   They SHOULD NOT be handed to
   anyone out of context.
What are wire frames?

   A visual representation brought together
   from a culmination of user research,
   business objectives and content.

   They SHOULD NOT be handed to
   anyone out of context.

   They are a continuous working
   environment.
Why do we use wire frames?
Why do we use wire frames?

   Gain an understanding
Why do we use wire frames?

   Gain an understanding

   Help your project workflow
Why do we use wire frames?

   Gain an understanding

   Help your project workflow

   Help your clients understand
When should wire frames be used?
When should wire frames be used?

   Strategy - What you want to achieve
When should wire frames be used?

   Strategy - What you want to achieve
   Scope - What can be achieved
When should wire frames be used?

   Strategy - What you want to achieve
   Scope - What can be achieved
   Structure - Structure your new project
When should wire frames be used?

   Strategy - What you want to achieve
   Scope - What can be achieved
   Structure - Structure your new project
   Skeleton -The rough stuff
When should wire frames be used?

   Strategy - What you want to achieve
   Scope - What can be achieved
   Structure - Structure your new project
   Skeleton -The rough stuff
   Surface - The polish
How are wire frames used in your
project life cycle?
How are wire frames used in your
project life cycle?

   Wire frames can be used within a business/
   across the business
How are wire frames used in your
project life cycle?

   Wire frames can be used within a business/
   across the business

   These same wire frames can be used across
   the entire life-cycle of a project.
How are wire frames used in your
project life cycle?

   Wire frames can be used within a business/
   across the business

   These same wire frames can be used across
   the entire life-cycle of a project.

   From design to usability to SEO to
   Marketing and back again.
Why are wire frames important?
Why are wire frames important?
   Accurate planning for functional
   specifications
Why are wire frames important?
   Accurate planning for functional
   specifications

   Ensure all project members are briefed
Why are wire frames important?
   Accurate planning for functional
   specifications

   Ensure all project members are briefed

   Enable developers to start work on
   functionality before visual designing begins.
Why are wire frames important?
   Accurate planning for functional
   specifications

   Ensure all project members are briefed

   Enable developers to start work on
   functionality before visual designing begins.

   Track changes in the design process, refine
   your design during the project with ease.
What wire frame software is
available?
What wire frame software is
available?
   Balsamiq
   http://www.balsamiq.com/
What wire frame software is
available?
   Balsamiq
   http://www.balsamiq.com/



   Omnigraffe
   http://www.omnigroup.com/applications/omnigraffle/
What wire frame software is
available?
   Balsamiq
   http://www.balsamiq.com/



   Omnigraffe
   http://www.omnigroup.com/applications/omnigraffle/


   Visio
   http://office.microsoft.com/en-us/visio/default.aspx
What wire frame software is
available?
   Balsamiq
   http://www.balsamiq.com/



   Omnigraffe
   http://www.omnigroup.com/applications/omnigraffle/


   Visio
   http://office.microsoft.com/en-us/visio/default.aspx


  We’ll look at these in more depth this
  afternoon!
CHAPTER V
CHAPTER V
The software
CHAPTER V
Going from wires to design
   The software
CHAPTER V
Going from wires to design
   The software
   Designing in the browser
CHAPTER V
Going from wires to design
   The software
   Designing in the browser
   Graceful degradation
CHAPTER V
Going from wires to design
   The software
   Designing in the browser
   Graceful degradation
   Progressive enhancement
CHAPTER V
Going from wires to design
   The software
   Designing in the browser
   Graceful degradation
   Progressive enhancement
   Don’t be scared of doing something different
CHAPTER V
Going from wires to design
   The software
   Designing in the browser
   Graceful degradation
   Progressive enhancement
   Don’t be scared of doing something different
   Forget what you’ve been taught, you’re a
   creative so get creative!
THE
FREEDOM
PROJECT
Thanks
 YOU’RE
AWESOME
Thanks
 YOU’RE
AWESOME
 follow me @gavinelliott

Más contenido relacionado

La actualidad más candente

La actualidad más candente (16)

Advanced WordPress: Session II
Advanced WordPress: Session IIAdvanced WordPress: Session II
Advanced WordPress: Session II
 
MOBILE SEO - O CZYM MUSISZ PAMIĘTAĆ, Łukasz Żelezny
MOBILE SEO - O CZYM MUSISZ PAMIĘTAĆ,  Łukasz ŻeleznyMOBILE SEO - O CZYM MUSISZ PAMIĘTAĆ,  Łukasz Żelezny
MOBILE SEO - O CZYM MUSISZ PAMIĘTAĆ, Łukasz Żelezny
 
Mobilizing wordpress WordCamp Edmonton 2011
Mobilizing wordpress WordCamp Edmonton 2011Mobilizing wordpress WordCamp Edmonton 2011
Mobilizing wordpress WordCamp Edmonton 2011
 
Blogging For Business
Blogging For BusinessBlogging For Business
Blogging For Business
 
Controlling Web Typography
Controlling Web TypographyControlling Web Typography
Controlling Web Typography
 
Design Swoon - Visual Trends & WordPress
Design Swoon - Visual Trends  & WordPressDesign Swoon - Visual Trends  & WordPress
Design Swoon - Visual Trends & WordPress
 
Front-End Dev for Back-End Developers, That Conference 2014
Front-End Dev for Back-End Developers, That Conference 2014Front-End Dev for Back-End Developers, That Conference 2014
Front-End Dev for Back-End Developers, That Conference 2014
 
Imd323 week 3
Imd323 week 3Imd323 week 3
Imd323 week 3
 
Web guide
Web guideWeb guide
Web guide
 
Plain Language Writing for Maximum Impact
Plain Language Writing for Maximum ImpactPlain Language Writing for Maximum Impact
Plain Language Writing for Maximum Impact
 
Brandwatch Masterclass: Tricky Operators
Brandwatch Masterclass: Tricky OperatorsBrandwatch Masterclass: Tricky Operators
Brandwatch Masterclass: Tricky Operators
 
Tracy Osborn: Design for Non-Designers
Tracy Osborn: Design for Non-DesignersTracy Osborn: Design for Non-Designers
Tracy Osborn: Design for Non-Designers
 
Eastside incubator - Startup in Seattle
Eastside incubator - Startup in SeattleEastside incubator - Startup in Seattle
Eastside incubator - Startup in Seattle
 
Brandwatch Masterclass: Hacks
Brandwatch Masterclass: HacksBrandwatch Masterclass: Hacks
Brandwatch Masterclass: Hacks
 
Developing client themes for theme review for WordCamp Edmonton
Developing client themes for theme review for WordCamp EdmontonDeveloping client themes for theme review for WordCamp Edmonton
Developing client themes for theme review for WordCamp Edmonton
 
Building links in a penguin ridden world - BizUp
Building links in a penguin ridden world - BizUpBuilding links in a penguin ridden world - BizUp
Building links in a penguin ridden world - BizUp
 

Destacado

10 Principles Of Effective Web Design
10 Principles Of Effective Web Design10 Principles Of Effective Web Design
10 Principles Of Effective Web Design
sirferds
 
10266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 201010266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 2010
bestip
 
Csc153 chapter 05
Csc153 chapter 05Csc153 chapter 05
Csc153 chapter 05
PCC
 

Destacado (20)

Introduction To Web Design
Introduction To Web DesignIntroduction To Web Design
Introduction To Web Design
 
Key Design Principles To Improve Your User Experience (UX)
Key Design Principles To Improve Your User Experience (UX)Key Design Principles To Improve Your User Experience (UX)
Key Design Principles To Improve Your User Experience (UX)
 
Introduction to web design
Introduction to web designIntroduction to web design
Introduction to web design
 
Graphic and Web Design Principles
Graphic and Web Design PrinciplesGraphic and Web Design Principles
Graphic and Web Design Principles
 
Less is more - 10 principles of web design
Less is more - 10 principles of web designLess is more - 10 principles of web design
Less is more - 10 principles of web design
 
6 Key Principles Of Making A Web Design
6 Key Principles Of Making A Web Design6 Key Principles Of Making A Web Design
6 Key Principles Of Making A Web Design
 
10 Principles Of Effective Web Design
10 Principles Of Effective Web Design10 Principles Of Effective Web Design
10 Principles Of Effective Web Design
 
10266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 201010266 developing data access solutions with microsoft visual studio 2010
10266 developing data access solutions with microsoft visual studio 2010
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web Design
 
Sadcw 6e chapter7
Sadcw 6e chapter7Sadcw 6e chapter7
Sadcw 6e chapter7
 
Sadcw 6e chapter9
Sadcw 6e chapter9Sadcw 6e chapter9
Sadcw 6e chapter9
 
Sadcw 6e chapter6
Sadcw 6e chapter6Sadcw 6e chapter6
Sadcw 6e chapter6
 
Sadcw 6e chapter12
Sadcw 6e chapter12Sadcw 6e chapter12
Sadcw 6e chapter12
 
Sadcw 6e chapter5
Sadcw 6e chapter5Sadcw 6e chapter5
Sadcw 6e chapter5
 
Re-inventing an Insurance Agents Portal through UX @ UX-Lx 2014 (Lusitania Se...
Re-inventing an Insurance Agents Portal through UX @ UX-Lx 2014 (Lusitania Se...Re-inventing an Insurance Agents Portal through UX @ UX-Lx 2014 (Lusitania Se...
Re-inventing an Insurance Agents Portal through UX @ UX-Lx 2014 (Lusitania Se...
 
Sadcw 6e chapter4
Sadcw 6e chapter4Sadcw 6e chapter4
Sadcw 6e chapter4
 
Sadcw 6e chapter1
Sadcw 6e chapter1Sadcw 6e chapter1
Sadcw 6e chapter1
 
Sadcw 6e chapter3
Sadcw 6e chapter3Sadcw 6e chapter3
Sadcw 6e chapter3
 
Sadcw 6e chapter2
Sadcw 6e chapter2Sadcw 6e chapter2
Sadcw 6e chapter2
 
Csc153 chapter 05
Csc153 chapter 05Csc153 chapter 05
Csc153 chapter 05
 

Similar a Principles Of Web Design Workshop

Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02
F Blanco
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2
elliotjaystocks
 
Single Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.WebSingle Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.Web
Chris Canal
 

Similar a Principles Of Web Design Workshop (20)

"Wordpress And Your Brand" 2010 - By Sara Cannon
"Wordpress And Your Brand" 2010 - By Sara Cannon"Wordpress And Your Brand" 2010 - By Sara Cannon
"Wordpress And Your Brand" 2010 - By Sara Cannon
 
Webfonts: Demystified
Webfonts: DemystifiedWebfonts: Demystified
Webfonts: Demystified
 
Notes (2012-06-08)
Notes (2012-06-08)Notes (2012-06-08)
Notes (2012-06-08)
 
RWD in the Wild
RWD in the WildRWD in the Wild
RWD in the Wild
 
Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02Web Typography5 090725053013 Phpapp02
Web Typography5 090725053013 Phpapp02
 
Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2Progressive Enhancement & Intentional Degradation 2
Progressive Enhancement & Intentional Degradation 2
 
6 Things to Think About Before Building Your Website
6 Things to Think About Before Building Your Website6 Things to Think About Before Building Your Website
6 Things to Think About Before Building Your Website
 
Jennifer Robbins: ARTIFACT Conference Keynote
Jennifer Robbins: ARTIFACT Conference KeynoteJennifer Robbins: ARTIFACT Conference Keynote
Jennifer Robbins: ARTIFACT Conference Keynote
 
Topsy Turvy Design
Topsy Turvy DesignTopsy Turvy Design
Topsy Turvy Design
 
Single Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.WebSingle Page Application Development with backbone.js and Simple.Web
Single Page Application Development with backbone.js and Simple.Web
 
Web Design
Web DesignWeb Design
Web Design
 
Progressively Enhancing WordPress Themes
Progressively Enhancing WordPress ThemesProgressively Enhancing WordPress Themes
Progressively Enhancing WordPress Themes
 
Joomla Extreme Performance
Joomla Extreme PerformanceJoomla Extreme Performance
Joomla Extreme Performance
 
Prototyping: Helping to take away the suck
Prototyping: Helping to take away the suckPrototyping: Helping to take away the suck
Prototyping: Helping to take away the suck
 
Solving the Challenges of Asian Web Fonts by Bill Davis
Solving the Challenges of Asian Web Fonts by Bill DavisSolving the Challenges of Asian Web Fonts by Bill Davis
Solving the Challenges of Asian Web Fonts by Bill Davis
 
Exploring the Design Process
Exploring the Design ProcessExploring the Design Process
Exploring the Design Process
 
FOWD November 2007
FOWD November 2007FOWD November 2007
FOWD November 2007
 
How to Bluff Your Way in Web 2.0
How to Bluff Your Way in Web 2.0How to Bluff Your Way in Web 2.0
How to Bluff Your Way in Web 2.0
 
Rails is not enough, by Javier Ramirez, at Conferencia Rails 2010 in Madrid, ...
Rails is not enough, by Javier Ramirez, at Conferencia Rails 2010 in Madrid, ...Rails is not enough, by Javier Ramirez, at Conferencia Rails 2010 in Madrid, ...
Rails is not enough, by Javier Ramirez, at Conferencia Rails 2010 in Madrid, ...
 
Website designing company in gurgaon
Website designing company in gurgaonWebsite designing company in gurgaon
Website designing company in gurgaon
 

Último

RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
amitlee9823
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
kumaririma588
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
amitlee9823
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
nirzagarg
 

Último (20)

Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
RT Nagar Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
8377087607, Door Step Call Girls In Kalkaji (Locanto) 24/7 Available
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
HiFi Call Girl Service Delhi Phone ☞ 9899900591 ☜ Escorts Service at along wi...
 
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi💘 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi💘 9352852248 Good Looking standard Profil...
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
💫✅jodhpur 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATISFACT...
 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
Whitefield Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Ba...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
 
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard  ...
Anamika Escorts Service Darbhanga ❣️ 7014168258 ❣️ High Cost Unlimited Hard ...
 

Principles Of Web Design Workshop

Notas del editor

  1. At any point throughout this that you feel inspired. Open your notebooks and start wireframing, today is a day of freedom.