SlideShare a Scribd company logo
1 of 80
Download to read offline
Rebecca Blakiston
Ginger Bidwell
Josh Williams
        University of Arizona Libraries
The project team (envisioned)
Name                        Role                                     Hours per
                                                                     week
Rebecca Blakiston           Project Lead                             6
Web Product Manager         Communication

Ginger Bidwell              Technical Lead                           6
Web Developer               Web design
                            Graphic design
                            Drupal modules
                            Information architecture

Katharine Martinez          Lead for CCP                             2
Director of CCP             Knowledge of content, issues, users
                            Delegating work to CCP staff as needed
Samantha Barry              Writing                                  5
Website Student Assistant   Documentation
                            Usability testing
Jenny Gubernick             Writing                                  3
Student Volunteer           Google Analytics
The project team (reality)
Name                        Role                                     Hours per
                                                                     week
Rebecca Blakiston           Project Lead                             6
Web Product Manager         Communication                            10
Ginger Bidwell              Technical Lead                           6
Web Developer               Web design                               20
                            Graphic design
                            Drupal modules
                            Information architecture

Katharine Martinez          Lead for CCP                             2
Director of CCP             Knowledge of content, issues, users
                            Delegating work to CCP staff as needed
Samantha Barry              Writing                                  5
Website Student Assistant   Documentation                            15
                            Usability testing
Jenny Gubernick             Writing                                  3
Student Volunteer           Google Analytics
Not to mention
Name                Role                    Hours per
                                            week
Josh Williams       Visual design lead      30
(April – August)
Gene Spesard        Technical support       5

Monique Perez       Adding metadata         2
Student Assistant   Updating/fixing links
Defining a purpose for the site.
             What are we
             really trying
                to do?
The CCP’s vibrant website exposes
 its unparalleled collections to the
      international photography
   community, makes them easily
discoverable and accessible, offers
   unique interpretations of these
    collections, and inspires the
     creation of new knowledge.
Defining a target audience.


Who are these people?
The average CCP website visitor:

●   Is in the US (79%) and not in Tucson (67%)
●   Found the site by searching Google
●   Is visiting the site for the first time (71%)
●   Lands on the homepage
●   Visits 3 web pages and spends 4 minutes on
    the website
Researchers (Primary)

Scholars, curators, teaching faculty,
graduate and undergraduate students,
dealers, museum professionals,
auctioneers, collectors, and reference
librarians.

Some are local but many are out of state or
international.
Primary Tasks for Researchers

●   Is this a museum, a research center, a
    library, or what exactly?
●   What is in the collection?
●   Can I arrange to see items in person?
●   What research services are available?
●   How do I obtain the rights to use it?
●   What is the current exhibition?
Conducting a competitive analysis.
Researcher
Website name       What is in the     Can I arrange to     How do I obtain       Other notes
                   collection?        see items in         the rights to use it?
                                      person?

National Gallery   The Collection >   No                   Resources >          Hard to navigate
of Art                                                     Visual Services
Harry Ransom       Collections >      Research > Using Using the                Easy to navigate
Center                                the Collections  Collections >            initially but
                                                       Reproductions            content is very
                                                       and Publication          dense
Archives of        Research           Yes. In collection   FAQ > "How do I      Very easy to use
American Art       Collections >      record under         get permission to
                                      "How to Use":        publish
                   "How to Use This   Use requires an      documents or
                   Collection"        appointment          images?"
                   section

Getty Research     Search Tools and   Library > Using      Library > Using      Pretty but not that
Institute          Databases >        the Library          the Library >        easy to navigate
                   Search the                              Rights and
                   Collection                              Reproductions
Drafting an information architecture.
About Us                   Our Story
                           Press
                           Annual Reports
                           Connect with us on Facebook
                           Publications/Store
Ask Us                     FAQ
                           Contact Us
Collections                Fine Art Prints
                           Recent Acquisitions
                           Rare Books and Reference
                           Oral Histories
Study and Research         Research Assistance
                           For Educators
                           Fellowships & Internships
Exhibitions and Events     Calendar
                           Exhibitions
                           Special Events
Rights and Reproductions   For Education
                           For Publication
Visit                      Hours
                           Getting Here
Establishing a voice and tone.

    Conversational, not passive.
   Approachable, not intimidating.
    Passionate, not ambivalent.
    Knowledgeable, not preachy.
       Helpful, not frustrating.
    Welcoming, not full of jargon.
     Professional, not pompous.
      Creative, not uninspired.
       Direct, not complicated.
Drupal?
Page title




                  HTML from
                  our old site




New Drupal site
Structured Content
●   Easier to maintain
●   More portable
●   More consistent display
●   Less duplication
Old content: Difficult to maintain   And watch out for:   Did you paste from Word or
                                                          an email message? Make
                                                          sure the font is the same as
                                                          the rest of the page.
 Paste in a new
 event here
                                                           Are you using bold and
 Copy this                                                 italics the same way for
 Un-bold that                                              each event?




 Delete this


                                                          Do you have the right
                                                          amount of whitespace in
                                                          between?




                                                          Make sure this heading is
                                                          still the same.
 Paste here
What?
Structured content: Easier to maintain

Content manager enters event data once.      Current events
                                             appear here,
                                             sorted by date




                                          When events are
                                          over, they move
                                          automatically to
                                          the Past Events
                                          section.
Old content: Not very portable



                                 Page title?




                                               Blob




                                         Is that another title?
Old content: Not very portable
                                 Well, our main site has a calendar...




  ...and some events and
  exhibitions on the homepage.




                                  But that big glob of HTML can't go into
                                  either of these listings. And the page title
                                  isn't appropriate for this either.
Structured content: More portable

Content manager enters event data once.




                                          Title and dates shown can be
                                          controlled by event data
Structured content: More portable          And it can be displayed:

Content manager enters artist info once.
Old website: Inconsistent image credit
Structured content: Consistent Display
Content manager enters image credit once.




                                                              Credit is displayed consistently with every image


                                                                    Image file
                                                                    (automatically sized for different contexts)




                 Artist name (linked to full artist record)                                               Title, date
                                                Credit line
                                                Copyright
Structured content: Less duplication
Content Management
●   Content managers control what goes on
    the homepage
●   Request for image use form is easier to
    maintain
Content managers promote important items
Old website: form maintained in code
New site: form maintained by content expert
Features Deployment
●   Features allows us to deploy changes with
    code
●   Having Drupal configuration in code makes
    it much easier to track with version control
The Drupal Problem

 Content                   Settings




                     Drupal database
The Drupal Problem

     Development                           Staging                                 Production


      Drupal database                         Drupal database                         Drupal database

      code, drupal                            code, drupal                            code, drupal
      modules                                 modules                                 modules




      Developer fixes a                  Copy the database?                Content is constantly being
      problem by                                                           updated here
      changing config




                      OK, how do I get                          Nope, I'll be overwriting
                      those changes to                          content work.
                      staging and
                      production?


                                           Just repeat the changes in both places?
The "Napkin" Method of Deployment
The "Napkin" Method: problem

   I can't add a landscape image. I go to
   "Add Content" and it's not listed.




                     *sigh* OK, which box did I forget to check...
Features: deploy code instead

     Development                          Staging                             Production


       Drupal database                     Drupal database                        Drupal database

       code, drupal                        code, drupal                          code, drupal
       modules                             modules                               modules




       Developer fixes a
       problem by
       changing config


                                                             ...But I could copy code
                                                             without disturbing the
                                                             content...
                       OK, how do I get
                       those changes to
                       staging and
                       production?


                                                                               Enter Features
Features: workflow

     Development          Staging                       Production


       Drupal database     Drupal database               Drupal database

      code, drupal         code, drupal                  code, drupal
      modules              modules                       modules


      Fix a problem by
      changing config



       Create a feature


       Commit the code        Deploy new feature code
Features: documentation
Our tools: Features, Subversion, Redmine




 drupal.org/project/features               redmine.org




 subversion.apache.org
WYSIWYG settings can be difficult to configure
Visual Design Process
●   The new site is all about images
●   Our responsive design meant that we had a
    consistent feel and a consistent code base.
All about images
Our main site: separate mobile site
CCP: responsive site
loading...




Photo source: http://ccp.uair.arizona.edu/item/33268
(cool bike, not me)
                                                       ID Number: 2005.42.3
                                                       Maker: Rogovin, Milton (1909-2011)
                                                       Maker nationality: United States
                                                       Title: Untitled
                                                       Date: 1974
                                                       Credit line: Gift of Dr. Philip Greider
                                                       Copyright: © Milton Rogovin CCP Rights &
                                                       Reproductions




Photo source: http://ccp.uair.arizona.edu/item/38152
Mobile vs Desktop use




http://gs.statcounter.com/#mobile_vs_desktop-ww-monthly-201105-201205
http://gs.statcounter.com/#mobile_vs_desktop-ww-monthly-201105-201205
http://smartonline.com/smarton-products/smarton-mobile/smartphones-pass-pc-sales-for-
the-first-time-in-history/
Responsive Web Design vs. Separate Mobile Site




  http://ccp.uair.arizona.edu/item/21795
Responsive Design
Media Queries
         allow developers to check properties or states of a device




@media (max-device-width: 480px) {
// mobile styles
}
@media (min-device-width: 481px) {
// desktop styles
}
Fluid Grids
allow content to adapt to fit available space
Fluid Grids = More Math
                                          Use percentages rather than
                                          pixels to define widths. To
                                          get these percentages, we
                                          use this simple formula:
                                          target / context = percentage




http://ccp.uair.arizona.edu/item/31561
                                         Target 500px
                                                                      Context 900px
Fluid Media
   max-width = 100%
Mobile first approach
●   mobile usage growth can't be ignored
●   forces you to focus on what's important
    cut out unnecessary elements
●   allows you to make use technology
    that's not possible on desktop
    computers
Need to convince your boss?


        Read this book:

        Mobile First
        Luke Wroblewski
        http://www.lukew.
        com/
Design Requirements
                                         ID Number: 2000.127.68
                                         Maker: Gutmann, John (1905-1998)
                                         Title: Ordinance Rule Penalty, San
                                         Francisco Waterfront
                                         Date: 1939
                                         Credit line: John Gutmann Archive
                                         Copyright: © 1998 Center for
                                         Creative Photography, Arizona Board
                                         of Regents
                                         CCP Rights & Reproductions




http://ccp.uair.arizona.edu/item/23192
Thumbnail Credits On Hover
Colors
University of Arizona's secondary color palette
CSS Preprocessors
"major website concerns"




     http://ccp.uair.arizona.edu/item/24345
"let's have another meeting"
  "we don't like the font. the colors are awful."




          http://ccp.uair.arizona.edu/item/37349
Takeaways




http://ccp.uair.arizona.edu/item/32538
Next steps.
Questions?

            Ginger Bidwell
    bidwellg@u.library.arizona.edu

           Rebecca Blakiston
    blakistonr@u.library.arizona.edu

            Josh Williams
    williamsj@u.library.arizona.edu

More Related Content

What's hot

Get Better Content with Analytics and User Testing
Get Better Content with Analytics and User TestingGet Better Content with Analytics and User Testing
Get Better Content with Analytics and User TestingMichael Powers
 
Demystifying Ethnography: Exploring Student Use of Library Spaces
Demystifying Ethnography: Exploring Student Use of Library SpacesDemystifying Ethnography: Exploring Student Use of Library Spaces
Demystifying Ethnography: Exploring Student Use of Library SpacesAmy Gratz Barker
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...Michael Powers
 
Write Responsively: Content as a Touchpoint
Write Responsively: Content as a TouchpointWrite Responsively: Content as a Touchpoint
Write Responsively: Content as a TouchpointHeidi Steiner Burkhardt
 

What's hot (7)

Using your Voice to Amplify your Career
Using your Voice to Amplify your Career Using your Voice to Amplify your Career
Using your Voice to Amplify your Career
 
Get Better Content with Analytics and User Testing
Get Better Content with Analytics and User TestingGet Better Content with Analytics and User Testing
Get Better Content with Analytics and User Testing
 
Writing For the Web For the Win
Writing For the Web For the WinWriting For the Web For the Win
Writing For the Web For the Win
 
Demystifying Ethnography: Exploring Student Use of Library Spaces
Demystifying Ethnography: Exploring Student Use of Library SpacesDemystifying Ethnography: Exploring Student Use of Library Spaces
Demystifying Ethnography: Exploring Student Use of Library Spaces
 
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...
Fast, Cheap, and Actionable: Creating an Affordable User Research Program (Th...
 
Strategies for Effective Web Writing
Strategies for Effective Web WritingStrategies for Effective Web Writing
Strategies for Effective Web Writing
 
Write Responsively: Content as a Touchpoint
Write Responsively: Content as a TouchpointWrite Responsively: Content as a Touchpoint
Write Responsively: Content as a Touchpoint
 

Similar to Extreme Website Makeover: Center for Creative Photography Edition

Center for Creative Photography Redesign
Center for Creative Photography RedesignCenter for Creative Photography Redesign
Center for Creative Photography RedesignRebecca Blakiston
 
Rettiggoel.ux week.8.25.05
Rettiggoel.ux week.8.25.05Rettiggoel.ux week.8.25.05
Rettiggoel.ux week.8.25.05Marc Rettig
 
Webquest about the Solar System
Webquest about the Solar SystemWebquest about the Solar System
Webquest about the Solar Systemlshemuga
 
Get Out Of The Frying Pan
Get Out Of The Frying PanGet Out Of The Frying Pan
Get Out Of The Frying Panloriayre
 
LRMI: Peek Under the Hood of Personalized Learning
LRMI: Peek Under the Hood of Personalized LearningLRMI: Peek Under the Hood of Personalized Learning
LRMI: Peek Under the Hood of Personalized LearningAAP PreK-12 Learning Group
 
Maia report
Maia report Maia report
Maia report shekchuen
 
21st Century Libraries
21st Century Libraries21st Century Libraries
21st Century LibrariesDerek Wenmoth
 
Crowdsourcing Digitization: Harnessing Workflows to Increase Output
Crowdsourcing Digitization: Harnessing Workflows to Increase OutputCrowdsourcing Digitization: Harnessing Workflows to Increase Output
Crowdsourcing Digitization: Harnessing Workflows to Increase OutputGretchen Gueguen
 
8 Information Architecture Better Practices
8 Information Architecture Better Practices8 Information Architecture Better Practices
8 Information Architecture Better PracticesLouis Rosenfeld
 
LIBRARY ASSESSMENT
LIBRARY ASSESSMENTLIBRARY ASSESSMENT
LIBRARY ASSESSMENTJen Rutner
 
Introduction to the Harpeth Hall library
Introduction to the Harpeth Hall libraryIntroduction to the Harpeth Hall library
Introduction to the Harpeth Hall libraryKristin Bernet
 
Give Your Content Legs and Run With It
Give Your Content Legs and Run With ItGive Your Content Legs and Run With It
Give Your Content Legs and Run With ItMallory Wood
 
Producing Effective Library Podcasts
Producing Effective Library PodcastsProducing Effective Library Podcasts
Producing Effective Library Podcastsmharpasu
 
Designing for openness
Designing for opennessDesigning for openness
Designing for opennessmediazoo
 
The civil rights movement ppt for itc 1 kj 5
The civil rights movement ppt for itc 1 kj 5The civil rights movement ppt for itc 1 kj 5
The civil rights movement ppt for itc 1 kj 5hollowaymm
 
The civil rights movement ppt for itc 1 kj 6
The civil rights movement ppt for itc 1 kj 6The civil rights movement ppt for itc 1 kj 6
The civil rights movement ppt for itc 1 kj 6hollowaymm
 
Give Your Content Legs and Run With It - PSUWEB11
Give Your Content Legs and Run With It - PSUWEB11Give Your Content Legs and Run With It - PSUWEB11
Give Your Content Legs and Run With It - PSUWEB11Nick DeNardis
 
Evaluate and Improve Your Website in 10 Steps--Part 2
Evaluate and Improve Your Website in 10 Steps--Part 2Evaluate and Improve Your Website in 10 Steps--Part 2
Evaluate and Improve Your Website in 10 Steps--Part 2ALATechSource
 

Similar to Extreme Website Makeover: Center for Creative Photography Edition (20)

Center for Creative Photography Redesign
Center for Creative Photography RedesignCenter for Creative Photography Redesign
Center for Creative Photography Redesign
 
Rettiggoel.ux week.8.25.05
Rettiggoel.ux week.8.25.05Rettiggoel.ux week.8.25.05
Rettiggoel.ux week.8.25.05
 
Webquest about the Solar System
Webquest about the Solar SystemWebquest about the Solar System
Webquest about the Solar System
 
Get Out Of The Frying Pan
Get Out Of The Frying PanGet Out Of The Frying Pan
Get Out Of The Frying Pan
 
LRMI: Peek Under the Hood of Personalized Learning
LRMI: Peek Under the Hood of Personalized LearningLRMI: Peek Under the Hood of Personalized Learning
LRMI: Peek Under the Hood of Personalized Learning
 
Maia report
Maia report Maia report
Maia report
 
Curation
CurationCuration
Curation
 
21st Century Libraries
21st Century Libraries21st Century Libraries
21st Century Libraries
 
Crowdsourcing Digitization: Harnessing Workflows to Increase Output
Crowdsourcing Digitization: Harnessing Workflows to Increase OutputCrowdsourcing Digitization: Harnessing Workflows to Increase Output
Crowdsourcing Digitization: Harnessing Workflows to Increase Output
 
8 Information Architecture Better Practices
8 Information Architecture Better Practices8 Information Architecture Better Practices
8 Information Architecture Better Practices
 
LIBRARY ASSESSMENT
LIBRARY ASSESSMENTLIBRARY ASSESSMENT
LIBRARY ASSESSMENT
 
Let the iPad CREATE
Let the iPad CREATELet the iPad CREATE
Let the iPad CREATE
 
Introduction to the Harpeth Hall library
Introduction to the Harpeth Hall libraryIntroduction to the Harpeth Hall library
Introduction to the Harpeth Hall library
 
Give Your Content Legs and Run With It
Give Your Content Legs and Run With ItGive Your Content Legs and Run With It
Give Your Content Legs and Run With It
 
Producing Effective Library Podcasts
Producing Effective Library PodcastsProducing Effective Library Podcasts
Producing Effective Library Podcasts
 
Designing for openness
Designing for opennessDesigning for openness
Designing for openness
 
The civil rights movement ppt for itc 1 kj 5
The civil rights movement ppt for itc 1 kj 5The civil rights movement ppt for itc 1 kj 5
The civil rights movement ppt for itc 1 kj 5
 
The civil rights movement ppt for itc 1 kj 6
The civil rights movement ppt for itc 1 kj 6The civil rights movement ppt for itc 1 kj 6
The civil rights movement ppt for itc 1 kj 6
 
Give Your Content Legs and Run With It - PSUWEB11
Give Your Content Legs and Run With It - PSUWEB11Give Your Content Legs and Run With It - PSUWEB11
Give Your Content Legs and Run With It - PSUWEB11
 
Evaluate and Improve Your Website in 10 Steps--Part 2
Evaluate and Improve Your Website in 10 Steps--Part 2Evaluate and Improve Your Website in 10 Steps--Part 2
Evaluate and Improve Your Website in 10 Steps--Part 2
 

More from Rebecca Blakiston

Dos and Don'ts from the User Perspective
Dos and Don'ts from the User PerspectiveDos and Don'ts from the User Perspective
Dos and Don'ts from the User PerspectiveRebecca Blakiston
 
Fostering a UX Culture Across Campus
Fostering a UX Culture Across CampusFostering a UX Culture Across Campus
Fostering a UX Culture Across CampusRebecca Blakiston
 
Advancing Student Success: A Design Thinking Workshop
Advancing Student Success: A Design Thinking WorkshopAdvancing Student Success: A Design Thinking Workshop
Advancing Student Success: A Design Thinking WorkshopRebecca Blakiston
 
Creating User-Centered Website Navigation
Creating User-Centered Website NavigationCreating User-Centered Website Navigation
Creating User-Centered Website NavigationRebecca Blakiston
 
Designing Inclusive Web Content
Designing Inclusive Web ContentDesigning Inclusive Web Content
Designing Inclusive Web ContentRebecca Blakiston
 
A Human-Centered Strategy for Advancing Library Value
A Human-Centered Strategy for Advancing Library ValueA Human-Centered Strategy for Advancing Library Value
A Human-Centered Strategy for Advancing Library ValueRebecca Blakiston
 
Do No Harm: Making Better Forms for People
Do No Harm: Making Better Forms for PeopleDo No Harm: Making Better Forms for People
Do No Harm: Making Better Forms for PeopleRebecca Blakiston
 
Understanding the Graduate Student Experience
Understanding the Graduate Student ExperienceUnderstanding the Graduate Student Experience
Understanding the Graduate Student ExperienceRebecca Blakiston
 
Writing with Clarity on the Web
Writing with Clarity on the WebWriting with Clarity on the Web
Writing with Clarity on the WebRebecca Blakiston
 
Writing for the User Experience
Writing for the User ExperienceWriting for the User Experience
Writing for the User ExperienceRebecca Blakiston
 
Creating Usable Websites: An Introduction
Creating Usable Websites: An IntroductionCreating Usable Websites: An Introduction
Creating Usable Websites: An IntroductionRebecca Blakiston
 
Building Your Content Strategy Toolkit
Building Your Content Strategy ToolkitBuilding Your Content Strategy Toolkit
Building Your Content Strategy ToolkitRebecca Blakiston
 
Content Strategy for Naysayers
Content Strategy for NaysayersContent Strategy for Naysayers
Content Strategy for NaysayersRebecca Blakiston
 
Presentation for Department Visioning
Presentation for Department VisioningPresentation for Department Visioning
Presentation for Department VisioningRebecca Blakiston
 
Web Writing with the User in Mind
Web Writing with the User in MindWeb Writing with the User in Mind
Web Writing with the User in MindRebecca Blakiston
 
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...Rebecca Blakiston
 
UX Unconference - User Interviews (Sonali Mishra)
UX Unconference - User Interviews (Sonali Mishra)UX Unconference - User Interviews (Sonali Mishra)
UX Unconference - User Interviews (Sonali Mishra)Rebecca Blakiston
 
UX Unconference - Information Architecture (Susan Teague Rector)
UX Unconference - Information Architecture (Susan Teague Rector)UX Unconference - Information Architecture (Susan Teague Rector)
UX Unconference - Information Architecture (Susan Teague Rector)Rebecca Blakiston
 

More from Rebecca Blakiston (20)

Dos and Don'ts from the User Perspective
Dos and Don'ts from the User PerspectiveDos and Don'ts from the User Perspective
Dos and Don'ts from the User Perspective
 
Fostering a UX Culture Across Campus
Fostering a UX Culture Across CampusFostering a UX Culture Across Campus
Fostering a UX Culture Across Campus
 
Advancing Student Success: A Design Thinking Workshop
Advancing Student Success: A Design Thinking WorkshopAdvancing Student Success: A Design Thinking Workshop
Advancing Student Success: A Design Thinking Workshop
 
Creating User-Centered Website Navigation
Creating User-Centered Website NavigationCreating User-Centered Website Navigation
Creating User-Centered Website Navigation
 
Designing Inclusive Web Content
Designing Inclusive Web ContentDesigning Inclusive Web Content
Designing Inclusive Web Content
 
A Human-Centered Strategy for Advancing Library Value
A Human-Centered Strategy for Advancing Library ValueA Human-Centered Strategy for Advancing Library Value
A Human-Centered Strategy for Advancing Library Value
 
Do No Harm: Making Better Forms for People
Do No Harm: Making Better Forms for PeopleDo No Harm: Making Better Forms for People
Do No Harm: Making Better Forms for People
 
Understanding the Graduate Student Experience
Understanding the Graduate Student ExperienceUnderstanding the Graduate Student Experience
Understanding the Graduate Student Experience
 
Writing with Clarity on the Web
Writing with Clarity on the WebWriting with Clarity on the Web
Writing with Clarity on the Web
 
Writing for the User Experience
Writing for the User ExperienceWriting for the User Experience
Writing for the User Experience
 
Creating Usable Websites: An Introduction
Creating Usable Websites: An IntroductionCreating Usable Websites: An Introduction
Creating Usable Websites: An Introduction
 
Building Your Content Strategy Toolkit
Building Your Content Strategy ToolkitBuilding Your Content Strategy Toolkit
Building Your Content Strategy Toolkit
 
Content Strategy for Naysayers
Content Strategy for NaysayersContent Strategy for Naysayers
Content Strategy for Naysayers
 
Presentation for Department Visioning
Presentation for Department VisioningPresentation for Department Visioning
Presentation for Department Visioning
 
Web Writing with the User in Mind
Web Writing with the User in MindWeb Writing with the User in Mind
Web Writing with the User in Mind
 
Writing for the Web
Writing for the WebWriting for the Web
Writing for the Web
 
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...
Intentional Leadership at All Levels: Takeaways from the ALA Leadership Insti...
 
Introducing Website Redux
Introducing Website ReduxIntroducing Website Redux
Introducing Website Redux
 
UX Unconference - User Interviews (Sonali Mishra)
UX Unconference - User Interviews (Sonali Mishra)UX Unconference - User Interviews (Sonali Mishra)
UX Unconference - User Interviews (Sonali Mishra)
 
UX Unconference - Information Architecture (Susan Teague Rector)
UX Unconference - Information Architecture (Susan Teague Rector)UX Unconference - Information Architecture (Susan Teague Rector)
UX Unconference - Information Architecture (Susan Teague Rector)
 

Recently uploaded

MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 

Recently uploaded (20)

MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 

Extreme Website Makeover: Center for Creative Photography Edition

  • 1. Rebecca Blakiston Ginger Bidwell Josh Williams University of Arizona Libraries
  • 2. The project team (envisioned) Name Role Hours per week Rebecca Blakiston Project Lead 6 Web Product Manager Communication Ginger Bidwell Technical Lead 6 Web Developer Web design Graphic design Drupal modules Information architecture Katharine Martinez Lead for CCP 2 Director of CCP Knowledge of content, issues, users Delegating work to CCP staff as needed Samantha Barry Writing 5 Website Student Assistant Documentation Usability testing Jenny Gubernick Writing 3 Student Volunteer Google Analytics
  • 3. The project team (reality) Name Role Hours per week Rebecca Blakiston Project Lead 6 Web Product Manager Communication 10 Ginger Bidwell Technical Lead 6 Web Developer Web design 20 Graphic design Drupal modules Information architecture Katharine Martinez Lead for CCP 2 Director of CCP Knowledge of content, issues, users Delegating work to CCP staff as needed Samantha Barry Writing 5 Website Student Assistant Documentation 15 Usability testing Jenny Gubernick Writing 3 Student Volunteer Google Analytics
  • 4. Not to mention Name Role Hours per week Josh Williams Visual design lead 30 (April – August) Gene Spesard Technical support 5 Monique Perez Adding metadata 2 Student Assistant Updating/fixing links
  • 5. Defining a purpose for the site. What are we really trying to do?
  • 6. The CCP’s vibrant website exposes its unparalleled collections to the international photography community, makes them easily discoverable and accessible, offers unique interpretations of these collections, and inspires the creation of new knowledge.
  • 7. Defining a target audience. Who are these people?
  • 8.
  • 9.
  • 10.
  • 11. The average CCP website visitor: ● Is in the US (79%) and not in Tucson (67%) ● Found the site by searching Google ● Is visiting the site for the first time (71%) ● Lands on the homepage ● Visits 3 web pages and spends 4 minutes on the website
  • 12. Researchers (Primary) Scholars, curators, teaching faculty, graduate and undergraduate students, dealers, museum professionals, auctioneers, collectors, and reference librarians. Some are local but many are out of state or international.
  • 13. Primary Tasks for Researchers ● Is this a museum, a research center, a library, or what exactly? ● What is in the collection? ● Can I arrange to see items in person? ● What research services are available? ● How do I obtain the rights to use it? ● What is the current exhibition?
  • 14.
  • 15.
  • 17. Researcher Website name What is in the Can I arrange to How do I obtain Other notes collection? see items in the rights to use it? person? National Gallery The Collection > No Resources > Hard to navigate of Art Visual Services Harry Ransom Collections > Research > Using Using the Easy to navigate Center the Collections Collections > initially but Reproductions content is very and Publication dense Archives of Research Yes. In collection FAQ > "How do I Very easy to use American Art Collections > record under get permission to "How to Use": publish "How to Use This Use requires an documents or Collection" appointment images?" section Getty Research Search Tools and Library > Using Library > Using Pretty but not that Institute Databases > the Library the Library > easy to navigate Search the Rights and Collection Reproductions
  • 18.
  • 19.
  • 20.
  • 21. Drafting an information architecture. About Us Our Story Press Annual Reports Connect with us on Facebook Publications/Store Ask Us FAQ Contact Us Collections Fine Art Prints Recent Acquisitions Rare Books and Reference Oral Histories Study and Research Research Assistance For Educators Fellowships & Internships Exhibitions and Events Calendar Exhibitions Special Events Rights and Reproductions For Education For Publication Visit Hours Getting Here
  • 22.
  • 23.
  • 24. Establishing a voice and tone. Conversational, not passive. Approachable, not intimidating. Passionate, not ambivalent. Knowledgeable, not preachy. Helpful, not frustrating. Welcoming, not full of jargon. Professional, not pompous. Creative, not uninspired. Direct, not complicated.
  • 25.
  • 26.
  • 27.
  • 28.
  • 30. Page title HTML from our old site New Drupal site
  • 31. Structured Content ● Easier to maintain ● More portable ● More consistent display ● Less duplication
  • 32. Old content: Difficult to maintain And watch out for: Did you paste from Word or an email message? Make sure the font is the same as the rest of the page. Paste in a new event here Are you using bold and Copy this italics the same way for Un-bold that each event? Delete this Do you have the right amount of whitespace in between? Make sure this heading is still the same. Paste here
  • 33. What?
  • 34. Structured content: Easier to maintain Content manager enters event data once. Current events appear here, sorted by date When events are over, they move automatically to the Past Events section.
  • 35. Old content: Not very portable Page title? Blob Is that another title?
  • 36. Old content: Not very portable Well, our main site has a calendar... ...and some events and exhibitions on the homepage. But that big glob of HTML can't go into either of these listings. And the page title isn't appropriate for this either.
  • 37. Structured content: More portable Content manager enters event data once. Title and dates shown can be controlled by event data
  • 38. Structured content: More portable And it can be displayed: Content manager enters artist info once.
  • 40. Structured content: Consistent Display Content manager enters image credit once. Credit is displayed consistently with every image Image file (automatically sized for different contexts) Artist name (linked to full artist record) Title, date Credit line Copyright
  • 42. Content Management ● Content managers control what goes on the homepage ● Request for image use form is easier to maintain
  • 43. Content managers promote important items
  • 44. Old website: form maintained in code
  • 45. New site: form maintained by content expert
  • 46. Features Deployment ● Features allows us to deploy changes with code ● Having Drupal configuration in code makes it much easier to track with version control
  • 47. The Drupal Problem Content Settings Drupal database
  • 48. The Drupal Problem Development Staging Production Drupal database Drupal database Drupal database code, drupal code, drupal code, drupal modules modules modules Developer fixes a Copy the database? Content is constantly being problem by updated here changing config OK, how do I get Nope, I'll be overwriting those changes to content work. staging and production? Just repeat the changes in both places?
  • 49. The "Napkin" Method of Deployment
  • 50. The "Napkin" Method: problem I can't add a landscape image. I go to "Add Content" and it's not listed. *sigh* OK, which box did I forget to check...
  • 51. Features: deploy code instead Development Staging Production Drupal database Drupal database Drupal database code, drupal code, drupal code, drupal modules modules modules Developer fixes a problem by changing config ...But I could copy code without disturbing the content... OK, how do I get those changes to staging and production? Enter Features
  • 52. Features: workflow Development Staging Production Drupal database Drupal database Drupal database code, drupal code, drupal code, drupal modules modules modules Fix a problem by changing config Create a feature Commit the code Deploy new feature code
  • 54. Our tools: Features, Subversion, Redmine drupal.org/project/features redmine.org subversion.apache.org
  • 55. WYSIWYG settings can be difficult to configure
  • 56. Visual Design Process ● The new site is all about images ● Our responsive design meant that we had a consistent feel and a consistent code base.
  • 58. Our main site: separate mobile site
  • 61. (cool bike, not me) ID Number: 2005.42.3 Maker: Rogovin, Milton (1909-2011) Maker nationality: United States Title: Untitled Date: 1974 Credit line: Gift of Dr. Philip Greider Copyright: © Milton Rogovin CCP Rights & Reproductions Photo source: http://ccp.uair.arizona.edu/item/38152
  • 62. Mobile vs Desktop use http://gs.statcounter.com/#mobile_vs_desktop-ww-monthly-201105-201205
  • 64. Responsive Web Design vs. Separate Mobile Site http://ccp.uair.arizona.edu/item/21795
  • 66. Media Queries allow developers to check properties or states of a device @media (max-device-width: 480px) { // mobile styles } @media (min-device-width: 481px) { // desktop styles }
  • 67. Fluid Grids allow content to adapt to fit available space
  • 68. Fluid Grids = More Math Use percentages rather than pixels to define widths. To get these percentages, we use this simple formula: target / context = percentage http://ccp.uair.arizona.edu/item/31561 Target 500px Context 900px
  • 69. Fluid Media max-width = 100%
  • 70. Mobile first approach ● mobile usage growth can't be ignored ● forces you to focus on what's important cut out unnecessary elements ● allows you to make use technology that's not possible on desktop computers
  • 71. Need to convince your boss? Read this book: Mobile First Luke Wroblewski http://www.lukew. com/
  • 72. Design Requirements ID Number: 2000.127.68 Maker: Gutmann, John (1905-1998) Title: Ordinance Rule Penalty, San Francisco Waterfront Date: 1939 Credit line: John Gutmann Archive Copyright: © 1998 Center for Creative Photography, Arizona Board of Regents CCP Rights & Reproductions http://ccp.uair.arizona.edu/item/23192
  • 74. Colors University of Arizona's secondary color palette
  • 76. "major website concerns" http://ccp.uair.arizona.edu/item/24345
  • 77. "let's have another meeting" "we don't like the font. the colors are awful." http://ccp.uair.arizona.edu/item/37349
  • 80. Questions? Ginger Bidwell bidwellg@u.library.arizona.edu Rebecca Blakiston blakistonr@u.library.arizona.edu Josh Williams williamsj@u.library.arizona.edu