SlideShare a Scribd company logo
Creating
1
< WordPress websites >
1
for librarians
March 6, 2019
Marina Georgieva | Visiting Digital Collections Librarian
Who am I?
• Digital librarian
• Research interest
• Metadata management and remediation
• Digitization efficiency
• Project management
• Team management and training
• Outsourcing and vendor relations
What helped me succeed in the web design project?
• Trail and error
• Online tutorials and community help
• A bit of preparation from graduate school
Librarians code and design!
• Coding in 2019 is like writing in 1800s
• MLIS programs include coding and web design
Agenda
20 min theory
web design concepts
tools
technologies
20 min demo
backend of 2 WordPress
website versions
free paid
45 min activities
hands-on activities
with HTML, CSS and
WP administration
8 min
break
Static
Types of websites
Features
HTML | CSS driven
Browsing only
Basic and easy to create
No database | no web programming
Pages with fixed content
Updates happen manually
Great for
Small websites
Rigid content
Small team
Novice
Features
Database driven
Searching feature
Require team of developers
Require web programming
HTML | CSS | PHP | JavaScript
Dynamic (interactive) pages
Automated updates
Great for
Large websites
Constantly changing content
Change design easily
Easier to manage
Dynamic
Website elements
header
button button button button button
button
button
button
content content
FOOTER
logo jumbotron
www.yoursite.com
favicon
topnavigationsidenavigation
Website elements
Logo
Favicon
Jumbotron
Color palette
Consistent style
Header
Container for site
identity elements
Main navigation
Search bar
Footer
Contact details
Quick links
Main navigation
Side navigation
Landing pages
Sitemap
All site pages
All unique site content
Most updated section
Site identity Header | Footer Navigation Site body
Information architecture
meaningfully structured
information improves usability
how users search for information
IA
Content
organization
Labelling
systems
Navigation
systems
Search
systems
explicit category labels to
improve browsing experience
how users interact w/ content
and move thru information
Tools
Notepad ++
Oxygen
SublimeText
TextMate
WordPress
Drupal
Joomla
Wix | web-builder
Photoshop
Corel Photo Paint
Affinity Photo
Pixlr | free browser-based
Coding Graphic design CMS
Select coding software that
finds syntax errors and hints
syntax punctuation
Prepare web friendly
graphics to optimize your
storage space on server
Select CMS that offers
community help and you
are comfortable using
Technologies for static websites
Hypertext Markup Language
 Markup language for creating websites
 HTML describes each content element
 Text
 Audio
 Graphics
 Links
 Video
 HTML tells the browser how to render
the web page so it displays correctly
 Formatting the webpage layout
 Defines how HTML elements are
displayed on the website
 Text styles (typography)
 Element size
 Layouts
 Content placement
 Responsive design
Cascading Style Sheets
Syntax
<p> </p> paragraph
<div> </div> container, for placement
<table> </table> table
<img> </img> image
<span> </span> empty, for styling
<audio> </audio> recording
Opening tag declares beginning of element
Closing tag declares the end
style="color:blue; font-size:30px;"
Inline CSS is always placed in the element!
code
<p style="color:blue; font-
size:30px;"> This is a paragraph
</p>
displays as
This is a paragraph
Millions of free tutorials!
Community support!
WordPress advantages
 Easy to start
 Quick results
 No programming skills to start designing
 Built-in layout
templates and themes
 Built-in features for website key elements
site identity, navigation, content organization
 Customizable on all levels
navigation, pages, site identity
2018
https://websitesetup.org/popular-cms/
WordPress flavors
 No fee
 WordPress hosting
limited storage space 3
GB
 WordPress.com sub-
domain
yoursite.wordpress.com
 Limited templates |
themes
 Standard plug-ins
no option to add custom
plug-ins
 Great option to start
can upgrade to paid WP
plan
 Paid WP website
 Personal hosting |
domain
.com, .edu, .net, .org ….
 Sub-domain options
 Skills to set up WP on C-
Panel
 Storage space size of
your choice
 Custom plug-in
install what works best for
you
 Direct access to CSS
modify the theme
remove features you dislike
 Paid WordPress plans
 Personalized hosting |
domain purchased from
WP
.com, .edu, .net ….
 All perks that come with
the selected plan
https://wordpress.com/pricing
 Direct support from
WordPress
Start FREE! Go PRO! Use WP plan
Demonstration
 Paid Hosting
Domain
Cost
Benefits
Set up
 Plug ins
Elementor
Styling options w/o coding
Modal windows (pop-up)
No tables for placement
Media Library Categories
Responsive design
 Global CSS access
Modify theme
Paid website (PRO) Free website (WP hosted)
 Tables to escape template
 Irresponsive design (tables)
 No modal windows to enlarge
image
 Landing page
 Sitemap
 Media library – chronological
arrangement
<span style=“text-transform: capitalize; font-size: 28pt;”>
&nbsp;
WELCOME TO THE HANDS-ON PART </span>
&nbsp;
<span style=“color: #800080;”> fun is guaranteed </span>
Let’s get started!
• Download from the shared folder
http://bit.ly/WPactivities
(1) Handout with activities
(2) Graphics (unzip folders if you download as package)
(3) Text
(4) Code
• Log in to your WordPress account
• Helpful resources for future reference
W3Schools Online Web Tutorials
https://www.w3schools.com/
Stack Overflow – community help, ready solutions
https://stackoverflow.com/
Lynda video tutorials
https://www.lynda.com
1. Create WP account and log in with your credentials https://wordpress.com
2. Set up a website | name, category, etc.
3. Create a domain | select free domain name
4. Select and activate template | Hemingway theme
The top navigation of Hemingway makes it good for professional websites
5. Upload favicon | a.k.a. site icon
6. Create a tagline
7. Upload header image
8. Publish/launch website
Activity 1 Set up a new website
Work with WordPress administrator page
Activity folder
http://bit.ly/activityOne
Work with WordPress editor and administrator page
Activity 2 Customize the website
1. Create Home page for the website | Admin page > Pages
2. Add text to Home page using WordPress editor
3. Add external links to open in new tabs using WordPress editor
4. Add logos | UNLV, NEH, LC
5. Publish Home page
6. Make Home page a static page | Appearance > Customize > Home settings
7. Page URL customization
Activity folder
http://bit.ly/activityTwo
Work with custom HTML / CSS code | tables and image placement
Activity 3.1 Design top level page
1. Create and publish new page with full width setting | Nevada History
2. Add it to main navigation menu | Appearance > Menus
3. Create a simple HTML table
Activity folder
http://bit.ly/activityThree
<table>
<tbody>
<tr>
<td colspan="3" > </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
Work with custom HTML / CSS code | tables and image placement
Activity 3.2 Design top level page
4. Customize the table | expand top row across all cells
5. Insert images | use CSS to specify dimensions
6. Customize the table appearance | use inline CSS
Activity folder
http://bit.ly/activityThree
NV History-1 image
NV History-2 image NV History-3 image NV History-4 image
colspan="3" for stretching a cell across table
background-color:#282828 for changing cell color
border-top:solid 20px white for having a divider between rows
width="986" height="260" for NV History-1 file
width="300" height="239" for NV History-2; -3; -4 files
Work with custom HTML / CSS code | tables, text and image placement
Activity 4.1 Design sub-level page
Activity folder
http://bit.ly/activityFour
1. Create and publish new page with full width setting | Carson City
2. Add it to main navigation menu as a sub-page | Appearance > Menus
3. Create a simple HTML table
<table>
<tbody>
<tr>
<td rowspan=“2" > </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
4. Customize the table | expand first column across all rows
5. Insert images | use CSS to specify dimensions
6. Customize the table appearance | use inline CSS
7. Add image captions
8. Add essay text
Work with custom HTML / CSS code | tables, text and image placement
Activity 4.2 Design sub-level page
Activity folder
http://bit.ly/activityFour
Text
Carson City 1 image Carson City 2 image Carson City 3 image
Carson City 4 image Carson City 5 image Carson City 6 image
rowspan=“2" for stretching a column across rows
background-color: transparent for changing cell color
vertical-align: middle for centering images in a cell
width="440" height="283“ for image dimensions
width: 31% for text column
width: 23% for first image cell
Thank you!
Visiting Digital Collections Librarian
University of Nevada - Las Vegas
University Libraries
Tel: 702-895-2310
marina.georgieva@unlv.edu
www.marina-expertise.com
QUESTIONS

More Related Content

What's hot

Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
Kanwal Khipple
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sites
Kanwal Khipple
 
SharePoint 2013 Branding
SharePoint 2013 BrandingSharePoint 2013 Branding
SharePoint 2013 Branding
Kashif Imran
 
Build your SharePoint Internet Presence with PowerShell
Build your SharePoint Internet Presence with PowerShellBuild your SharePoint Internet Presence with PowerShell
Build your SharePoint Internet Presence with PowerShell
Ryan Dennis
 
ScarePoint Saturday Spookinnati Slides
ScarePoint Saturday Spookinnati SlidesScarePoint Saturday Spookinnati Slides
ScarePoint Saturday Spookinnati Slides
Ryan Dennis
 
Discover SharePoint 2013
Discover SharePoint 2013Discover SharePoint 2013
Discover SharePoint 2013
Benjamin Niaulin
 
Style guide for share point 2013 branding
Style guide for share point 2013 brandingStyle guide for share point 2013 branding
Style guide for share point 2013 branding
Vinod Dangudubiyyapu
 
Share Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge BaseShare Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge Base
Priority SharePoint
 
Funnel your Info down a new Path
Funnel your Info down a new PathFunnel your Info down a new Path
Funnel your Info down a new Path
Ryan Dennis
 
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePointPutting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
AvePoint
 
Understanding SharePoint site structure what's inside
Understanding SharePoint site structure  what's insideUnderstanding SharePoint site structure  what's inside
Understanding SharePoint site structure what's inside
Benjamin Niaulin
 
DAYSPUG - Funnel your info down a new path
DAYSPUG - Funnel your info down a new pathDAYSPUG - Funnel your info down a new path
DAYSPUG - Funnel your info down a new path
Ryan Dennis
 
Managed Metadata Austin SPS
Managed Metadata Austin SPSManaged Metadata Austin SPS
Managed Metadata Austin SPS
Stephanie Donahue
 
SPSCBUS Slides Scarlet InfoPath
SPSCBUS Slides Scarlet InfoPathSPSCBUS Slides Scarlet InfoPath
SPSCBUS Slides Scarlet InfoPath
Ryan Dennis
 
What's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover itWhat's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover it
Benjamin Niaulin
 
Web development services
Web development servicesWeb development services
Web development services
webinfomatrix3
 
Branding SharePoint 2013
Branding SharePoint 2013Branding SharePoint 2013
Branding SharePoint 2013
NIFTIT
 
SharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday RedmondSharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday Redmond
Kanwal Khipple
 
Developing branding solutions for 2013
Developing branding solutions for 2013Developing branding solutions for 2013
Developing branding solutions for 2013
Thomas Daly
 
SharePoint 101
SharePoint 101SharePoint 101
SharePoint 101
Dux Raymond Sy
 

What's hot (20)

Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
Top 10 Performance Tips for making Your Public Facing SharePoint 2010 Site Fa...
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sites
 
SharePoint 2013 Branding
SharePoint 2013 BrandingSharePoint 2013 Branding
SharePoint 2013 Branding
 
Build your SharePoint Internet Presence with PowerShell
Build your SharePoint Internet Presence with PowerShellBuild your SharePoint Internet Presence with PowerShell
Build your SharePoint Internet Presence with PowerShell
 
ScarePoint Saturday Spookinnati Slides
ScarePoint Saturday Spookinnati SlidesScarePoint Saturday Spookinnati Slides
ScarePoint Saturday Spookinnati Slides
 
Discover SharePoint 2013
Discover SharePoint 2013Discover SharePoint 2013
Discover SharePoint 2013
 
Style guide for share point 2013 branding
Style guide for share point 2013 brandingStyle guide for share point 2013 branding
Style guide for share point 2013 branding
 
Share Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge BaseShare Point 2010 Site Solutions – Knowledge Base
Share Point 2010 Site Solutions – Knowledge Base
 
Funnel your Info down a new Path
Funnel your Info down a new PathFunnel your Info down a new Path
Funnel your Info down a new Path
 
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePointPutting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
 
Understanding SharePoint site structure what's inside
Understanding SharePoint site structure  what's insideUnderstanding SharePoint site structure  what's inside
Understanding SharePoint site structure what's inside
 
DAYSPUG - Funnel your info down a new path
DAYSPUG - Funnel your info down a new pathDAYSPUG - Funnel your info down a new path
DAYSPUG - Funnel your info down a new path
 
Managed Metadata Austin SPS
Managed Metadata Austin SPSManaged Metadata Austin SPS
Managed Metadata Austin SPS
 
SPSCBUS Slides Scarlet InfoPath
SPSCBUS Slides Scarlet InfoPathSPSCBUS Slides Scarlet InfoPath
SPSCBUS Slides Scarlet InfoPath
 
What's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover itWhat's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover it
 
Web development services
Web development servicesWeb development services
Web development services
 
Branding SharePoint 2013
Branding SharePoint 2013Branding SharePoint 2013
Branding SharePoint 2013
 
SharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday RedmondSharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday Redmond
 
Developing branding solutions for 2013
Developing branding solutions for 2013Developing branding solutions for 2013
Developing branding solutions for 2013
 
SharePoint 101
SharePoint 101SharePoint 101
SharePoint 101
 

Similar to Creating websites and leading librarians to a new level of project engagement

Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building Websites
Suhas R Satish
 
The web context
The web contextThe web context
The web context
Dan Phiffer
 
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
SPTechCon
 
Intro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniterIntro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniter
brightrocket
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
METU-Informatics
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
Kanwal Khipple
 
Wd & im session a3 _introduction to web page editors_april 08,2010
Wd & im session a3 _introduction to web page editors_april 08,2010Wd & im session a3 _introduction to web page editors_april 08,2010
Wd & im session a3 _introduction to web page editors_april 08,2010
Mahesh Panchal
 
Modeling Rich Narrative Content
Modeling Rich Narrative ContentModeling Rich Narrative Content
Modeling Rich Narrative Content
Jeff Eaton
 
Introduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for DevelopersIntroduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for Developers
Melvin John
 
The Pragmatist's Approach to SharePoint Branding
The Pragmatist's Approach to SharePoint BrandingThe Pragmatist's Approach to SharePoint Branding
The Pragmatist's Approach to SharePoint Branding
Stu King
 
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
Jim Adcock
 
The Adobe CS4 Web Suite: From Beginning to Bedazzling!
The Adobe CS4 Web Suite: From Beginning to Bedazzling!The Adobe CS4 Web Suite: From Beginning to Bedazzling!
The Adobe CS4 Web Suite: From Beginning to Bedazzling!
Staci Trekles
 
ARTICULOENINGLES
ARTICULOENINGLESARTICULOENINGLES
ARTICULOENINGLES
Mónica Sánchez Crisostomo
 
HTML5 Refresher
HTML5 RefresherHTML5 Refresher
HTML5 Refresher
Ivano Malavolta
 
Download
DownloadDownload
Download
butest
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
Ivano Malavolta
 
Your Intranet, Your Way
Your Intranet, Your WayYour Intranet, Your Way
Your Intranet, Your Way
D'arce Hess
 
Lintis- SEO and Digital Agency WordPress Theme
Lintis- SEO and Digital Agency WordPress ThemeLintis- SEO and Digital Agency WordPress Theme
Lintis- SEO and Digital Agency WordPress Theme
zozothemes
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
gvaughan
 
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy DewMake SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Cathy Dew
 

Similar to Creating websites and leading librarians to a new level of project engagement (20)

Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building Websites
 
The web context
The web contextThe web context
The web context
 
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
 
Intro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniterIntro to ExpressionEngine and CodeIgniter
Intro to ExpressionEngine and CodeIgniter
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
Wd & im session a3 _introduction to web page editors_april 08,2010
Wd & im session a3 _introduction to web page editors_april 08,2010Wd & im session a3 _introduction to web page editors_april 08,2010
Wd & im session a3 _introduction to web page editors_april 08,2010
 
Modeling Rich Narrative Content
Modeling Rich Narrative ContentModeling Rich Narrative Content
Modeling Rich Narrative Content
 
Introduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for DevelopersIntroduction to Bootstrap: Design for Developers
Introduction to Bootstrap: Design for Developers
 
The Pragmatist's Approach to SharePoint Branding
The Pragmatist's Approach to SharePoint BrandingThe Pragmatist's Approach to SharePoint Branding
The Pragmatist's Approach to SharePoint Branding
 
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
Quick Wins to Jump Start Your SharePoint Implementation - SPEngage Raleigh 2016
 
The Adobe CS4 Web Suite: From Beginning to Bedazzling!
The Adobe CS4 Web Suite: From Beginning to Bedazzling!The Adobe CS4 Web Suite: From Beginning to Bedazzling!
The Adobe CS4 Web Suite: From Beginning to Bedazzling!
 
ARTICULOENINGLES
ARTICULOENINGLESARTICULOENINGLES
ARTICULOENINGLES
 
HTML5 Refresher
HTML5 RefresherHTML5 Refresher
HTML5 Refresher
 
Download
DownloadDownload
Download
 
HTML5 and CSS3 refresher
HTML5 and CSS3 refresherHTML5 and CSS3 refresher
HTML5 and CSS3 refresher
 
Your Intranet, Your Way
Your Intranet, Your WayYour Intranet, Your Way
Your Intranet, Your Way
 
Lintis- SEO and Digital Agency WordPress Theme
Lintis- SEO and Digital Agency WordPress ThemeLintis- SEO and Digital Agency WordPress Theme
Lintis- SEO and Digital Agency WordPress Theme
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy DewMake SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
Make SharePoint Look Not Like SharePoint - SPSNashville - Cathy Dew
 

More from Marina Georgieva

Metadata for compound objects | training
Metadata for compound objects | trainingMetadata for compound objects | training
Metadata for compound objects | training
Marina Georgieva
 
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
Marina Georgieva
 
Metadata: An Overview for Digital Collections
Metadata: An Overview for Digital CollectionsMetadata: An Overview for Digital Collections
Metadata: An Overview for Digital Collections
Marina Georgieva
 
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
Marina Georgieva
 
Metadata Remediation: updates, procedures, workflows
Metadata Remediation: updates, procedures, workflowsMetadata Remediation: updates, procedures, workflows
Metadata Remediation: updates, procedures, workflows
Marina Georgieva
 
2018 Professional accomplishments in numbers
2018 Professional accomplishments in numbers2018 Professional accomplishments in numbers
2018 Professional accomplishments in numbers
Marina Georgieva
 
The digital librarian: the liaison between digital collections and digital pr...
The digital librarian: the liaison between digital collections and digital pr...The digital librarian: the liaison between digital collections and digital pr...
The digital librarian: the liaison between digital collections and digital pr...
Marina Georgieva
 
Digitization revealed (2018 NLA Annual Conference)
Digitization revealed (2018 NLA Annual Conference)Digitization revealed (2018 NLA Annual Conference)
Digitization revealed (2018 NLA Annual Conference)
Marina Georgieva
 
Project Management Poster Handout for ALA Annual 2018 attendees
Project Management Poster Handout for ALA Annual 2018 attendeesProject Management Poster Handout for ALA Annual 2018 attendees
Project Management Poster Handout for ALA Annual 2018 attendees
Marina Georgieva
 
Project Management Poster at ALA Annual 2018
Project Management Poster at ALA Annual 2018Project Management Poster at ALA Annual 2018
Project Management Poster at ALA Annual 2018
Marina Georgieva
 
ContentDm Landing pages for Digital Collections
ContentDm Landing pages for Digital CollectionsContentDm Landing pages for Digital Collections
ContentDm Landing pages for Digital Collections
Marina Georgieva
 
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy MeetingNevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
Marina Georgieva
 
Nevada Digital Newspaper Project and Chronicling America Presentation
Nevada Digital Newspaper Project and Chronicling America PresentationNevada Digital Newspaper Project and Chronicling America Presentation
Nevada Digital Newspaper Project and Chronicling America Presentation
Marina Georgieva
 
Nevada Digital Newspaper Project | Upcoming events
Nevada Digital Newspaper Project | Upcoming eventsNevada Digital Newspaper Project | Upcoming events
Nevada Digital Newspaper Project | Upcoming events
Marina Georgieva
 
Nevada Digital Newspaper Project | New addition to Chronicling America
Nevada Digital Newspaper Project | New addition to Chronicling AmericaNevada Digital Newspaper Project | New addition to Chronicling America
Nevada Digital Newspaper Project | New addition to Chronicling America
Marina Georgieva
 
Large-scale digitization plan | UNLV Libraries, Dec 2017
Large-scale digitization plan | UNLV Libraries, Dec 2017Large-scale digitization plan | UNLV Libraries, Dec 2017
Large-scale digitization plan | UNLV Libraries, Dec 2017
Marina Georgieva
 
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
Marina Georgieva
 
Inforgraphic: facts about NDNP batch
Inforgraphic: facts about NDNP batchInforgraphic: facts about NDNP batch
Inforgraphic: facts about NDNP batch
Marina Georgieva
 
Nevada Digital Newspaper Project Midterm Status
Nevada Digital Newspaper Project Midterm StatusNevada Digital Newspaper Project Midterm Status
Nevada Digital Newspaper Project Midterm Status
Marina Georgieva
 
NVDNP Progress update
NVDNP Progress updateNVDNP Progress update
NVDNP Progress update
Marina Georgieva
 

More from Marina Georgieva (20)

Metadata for compound objects | training
Metadata for compound objects | trainingMetadata for compound objects | training
Metadata for compound objects | training
 
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
In-house vs. Outsourced Digitization: similarities, key differences and pitfa...
 
Metadata: An Overview for Digital Collections
Metadata: An Overview for Digital CollectionsMetadata: An Overview for Digital Collections
Metadata: An Overview for Digital Collections
 
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
From Temporary to Transformative: Leveraging Externally-Funded Special Collec...
 
Metadata Remediation: updates, procedures, workflows
Metadata Remediation: updates, procedures, workflowsMetadata Remediation: updates, procedures, workflows
Metadata Remediation: updates, procedures, workflows
 
2018 Professional accomplishments in numbers
2018 Professional accomplishments in numbers2018 Professional accomplishments in numbers
2018 Professional accomplishments in numbers
 
The digital librarian: the liaison between digital collections and digital pr...
The digital librarian: the liaison between digital collections and digital pr...The digital librarian: the liaison between digital collections and digital pr...
The digital librarian: the liaison between digital collections and digital pr...
 
Digitization revealed (2018 NLA Annual Conference)
Digitization revealed (2018 NLA Annual Conference)Digitization revealed (2018 NLA Annual Conference)
Digitization revealed (2018 NLA Annual Conference)
 
Project Management Poster Handout for ALA Annual 2018 attendees
Project Management Poster Handout for ALA Annual 2018 attendeesProject Management Poster Handout for ALA Annual 2018 attendees
Project Management Poster Handout for ALA Annual 2018 attendees
 
Project Management Poster at ALA Annual 2018
Project Management Poster at ALA Annual 2018Project Management Poster at ALA Annual 2018
Project Management Poster at ALA Annual 2018
 
ContentDm Landing pages for Digital Collections
ContentDm Landing pages for Digital CollectionsContentDm Landing pages for Digital Collections
ContentDm Landing pages for Digital Collections
 
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy MeetingNevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
Nevada Digital Newspaper Project at the Clark County Nevada Genealogy Meeting
 
Nevada Digital Newspaper Project and Chronicling America Presentation
Nevada Digital Newspaper Project and Chronicling America PresentationNevada Digital Newspaper Project and Chronicling America Presentation
Nevada Digital Newspaper Project and Chronicling America Presentation
 
Nevada Digital Newspaper Project | Upcoming events
Nevada Digital Newspaper Project | Upcoming eventsNevada Digital Newspaper Project | Upcoming events
Nevada Digital Newspaper Project | Upcoming events
 
Nevada Digital Newspaper Project | New addition to Chronicling America
Nevada Digital Newspaper Project | New addition to Chronicling AmericaNevada Digital Newspaper Project | New addition to Chronicling America
Nevada Digital Newspaper Project | New addition to Chronicling America
 
Large-scale digitization plan | UNLV Libraries, Dec 2017
Large-scale digitization plan | UNLV Libraries, Dec 2017Large-scale digitization plan | UNLV Libraries, Dec 2017
Large-scale digitization plan | UNLV Libraries, Dec 2017
 
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
Nevada Digital Newspaper Project | SC Division Meeting Update (Feb 2018)
 
Inforgraphic: facts about NDNP batch
Inforgraphic: facts about NDNP batchInforgraphic: facts about NDNP batch
Inforgraphic: facts about NDNP batch
 
Nevada Digital Newspaper Project Midterm Status
Nevada Digital Newspaper Project Midterm StatusNevada Digital Newspaper Project Midterm Status
Nevada Digital Newspaper Project Midterm Status
 
NVDNP Progress update
NVDNP Progress updateNVDNP Progress update
NVDNP Progress update
 

Recently uploaded

Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 

Recently uploaded (20)

Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 

Creating websites and leading librarians to a new level of project engagement

  • 1. Creating 1 < WordPress websites > 1 for librarians March 6, 2019 Marina Georgieva | Visiting Digital Collections Librarian
  • 2. Who am I? • Digital librarian • Research interest • Metadata management and remediation • Digitization efficiency • Project management • Team management and training • Outsourcing and vendor relations What helped me succeed in the web design project? • Trail and error • Online tutorials and community help • A bit of preparation from graduate school
  • 3. Librarians code and design! • Coding in 2019 is like writing in 1800s • MLIS programs include coding and web design
  • 4. Agenda 20 min theory web design concepts tools technologies 20 min demo backend of 2 WordPress website versions free paid 45 min activities hands-on activities with HTML, CSS and WP administration 8 min break
  • 5. Static Types of websites Features HTML | CSS driven Browsing only Basic and easy to create No database | no web programming Pages with fixed content Updates happen manually Great for Small websites Rigid content Small team Novice Features Database driven Searching feature Require team of developers Require web programming HTML | CSS | PHP | JavaScript Dynamic (interactive) pages Automated updates Great for Large websites Constantly changing content Change design easily Easier to manage Dynamic
  • 6. Website elements header button button button button button button button button content content FOOTER logo jumbotron www.yoursite.com favicon topnavigationsidenavigation
  • 7. Website elements Logo Favicon Jumbotron Color palette Consistent style Header Container for site identity elements Main navigation Search bar Footer Contact details Quick links Main navigation Side navigation Landing pages Sitemap All site pages All unique site content Most updated section Site identity Header | Footer Navigation Site body
  • 8. Information architecture meaningfully structured information improves usability how users search for information IA Content organization Labelling systems Navigation systems Search systems explicit category labels to improve browsing experience how users interact w/ content and move thru information
  • 9. Tools Notepad ++ Oxygen SublimeText TextMate WordPress Drupal Joomla Wix | web-builder Photoshop Corel Photo Paint Affinity Photo Pixlr | free browser-based Coding Graphic design CMS Select coding software that finds syntax errors and hints syntax punctuation Prepare web friendly graphics to optimize your storage space on server Select CMS that offers community help and you are comfortable using
  • 10. Technologies for static websites Hypertext Markup Language  Markup language for creating websites  HTML describes each content element  Text  Audio  Graphics  Links  Video  HTML tells the browser how to render the web page so it displays correctly  Formatting the webpage layout  Defines how HTML elements are displayed on the website  Text styles (typography)  Element size  Layouts  Content placement  Responsive design Cascading Style Sheets
  • 11. Syntax <p> </p> paragraph <div> </div> container, for placement <table> </table> table <img> </img> image <span> </span> empty, for styling <audio> </audio> recording Opening tag declares beginning of element Closing tag declares the end style="color:blue; font-size:30px;" Inline CSS is always placed in the element! code <p style="color:blue; font- size:30px;"> This is a paragraph </p> displays as This is a paragraph
  • 12. Millions of free tutorials! Community support! WordPress advantages  Easy to start  Quick results  No programming skills to start designing  Built-in layout templates and themes  Built-in features for website key elements site identity, navigation, content organization  Customizable on all levels navigation, pages, site identity 2018 https://websitesetup.org/popular-cms/
  • 13. WordPress flavors  No fee  WordPress hosting limited storage space 3 GB  WordPress.com sub- domain yoursite.wordpress.com  Limited templates | themes  Standard plug-ins no option to add custom plug-ins  Great option to start can upgrade to paid WP plan  Paid WP website  Personal hosting | domain .com, .edu, .net, .org ….  Sub-domain options  Skills to set up WP on C- Panel  Storage space size of your choice  Custom plug-in install what works best for you  Direct access to CSS modify the theme remove features you dislike  Paid WordPress plans  Personalized hosting | domain purchased from WP .com, .edu, .net ….  All perks that come with the selected plan https://wordpress.com/pricing  Direct support from WordPress Start FREE! Go PRO! Use WP plan
  • 14. Demonstration  Paid Hosting Domain Cost Benefits Set up  Plug ins Elementor Styling options w/o coding Modal windows (pop-up) No tables for placement Media Library Categories Responsive design  Global CSS access Modify theme Paid website (PRO) Free website (WP hosted)  Tables to escape template  Irresponsive design (tables)  No modal windows to enlarge image  Landing page  Sitemap  Media library – chronological arrangement
  • 15. <span style=“text-transform: capitalize; font-size: 28pt;”> &nbsp; WELCOME TO THE HANDS-ON PART </span> &nbsp; <span style=“color: #800080;”> fun is guaranteed </span>
  • 16. Let’s get started! • Download from the shared folder http://bit.ly/WPactivities (1) Handout with activities (2) Graphics (unzip folders if you download as package) (3) Text (4) Code • Log in to your WordPress account • Helpful resources for future reference W3Schools Online Web Tutorials https://www.w3schools.com/ Stack Overflow – community help, ready solutions https://stackoverflow.com/ Lynda video tutorials https://www.lynda.com
  • 17. 1. Create WP account and log in with your credentials https://wordpress.com 2. Set up a website | name, category, etc. 3. Create a domain | select free domain name 4. Select and activate template | Hemingway theme The top navigation of Hemingway makes it good for professional websites 5. Upload favicon | a.k.a. site icon 6. Create a tagline 7. Upload header image 8. Publish/launch website Activity 1 Set up a new website Work with WordPress administrator page Activity folder http://bit.ly/activityOne
  • 18. Work with WordPress editor and administrator page Activity 2 Customize the website 1. Create Home page for the website | Admin page > Pages 2. Add text to Home page using WordPress editor 3. Add external links to open in new tabs using WordPress editor 4. Add logos | UNLV, NEH, LC 5. Publish Home page 6. Make Home page a static page | Appearance > Customize > Home settings 7. Page URL customization Activity folder http://bit.ly/activityTwo
  • 19. Work with custom HTML / CSS code | tables and image placement Activity 3.1 Design top level page 1. Create and publish new page with full width setting | Nevada History 2. Add it to main navigation menu | Appearance > Menus 3. Create a simple HTML table Activity folder http://bit.ly/activityThree <table> <tbody> <tr> <td colspan="3" > </td> </tr> <tr> <td></td> <td></td> <td></td> </tr> </tbody> </table>
  • 20. Work with custom HTML / CSS code | tables and image placement Activity 3.2 Design top level page 4. Customize the table | expand top row across all cells 5. Insert images | use CSS to specify dimensions 6. Customize the table appearance | use inline CSS Activity folder http://bit.ly/activityThree NV History-1 image NV History-2 image NV History-3 image NV History-4 image colspan="3" for stretching a cell across table background-color:#282828 for changing cell color border-top:solid 20px white for having a divider between rows width="986" height="260" for NV History-1 file width="300" height="239" for NV History-2; -3; -4 files
  • 21. Work with custom HTML / CSS code | tables, text and image placement Activity 4.1 Design sub-level page Activity folder http://bit.ly/activityFour 1. Create and publish new page with full width setting | Carson City 2. Add it to main navigation menu as a sub-page | Appearance > Menus 3. Create a simple HTML table <table> <tbody> <tr> <td rowspan=“2" > </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td></td> <td></td> <td></td> </tr> </tbody> </table>
  • 22. 4. Customize the table | expand first column across all rows 5. Insert images | use CSS to specify dimensions 6. Customize the table appearance | use inline CSS 7. Add image captions 8. Add essay text Work with custom HTML / CSS code | tables, text and image placement Activity 4.2 Design sub-level page Activity folder http://bit.ly/activityFour Text Carson City 1 image Carson City 2 image Carson City 3 image Carson City 4 image Carson City 5 image Carson City 6 image rowspan=“2" for stretching a column across rows background-color: transparent for changing cell color vertical-align: middle for centering images in a cell width="440" height="283“ for image dimensions width: 31% for text column width: 23% for first image cell
  • 23. Thank you! Visiting Digital Collections Librarian University of Nevada - Las Vegas University Libraries Tel: 702-895-2310 marina.georgieva@unlv.edu www.marina-expertise.com QUESTIONS

Editor's Notes

  1. Hello everyone! Welcome to the session that will bring you a step closer to designing sleek websites on your own! When I was invited to become the Project manager of the Nevada’s largest newspaper digitization project, I was not aware that designing a website would fall in the scope of my responsibilities. I accepted the challenge and embraced learning, and eventually my efforts paid off – the Nevada Digital Newspaper Project has a fabulous website and I added a new skill set to my toolbox! I’m eager to debrief my experience and share some tricks and tips to make your work easier. I hope what you learn today will add value to your daily job.
  2. So who am I? I’m a digital librarian in an academic library. My research interest is far from web design and coding, but coding has become such a significant part of my professional live that we need to constantly learn and be prepared for various projects that take me outside my comfort zone. What helped me be successful in the web design project is learning, trying, failing and a little bit of preparation from graduate school. As a student I took a web design class and it was very well-structured. Most resources were Linda.com tutorials, and for those of you who are brand new to web design, I’d highly recommend checking out some tutorials. Linda is such an accessible learning tool that will teach you the fundamentals of coding in several weeks. And you don’t need to commit much time to design a simple website.
  3. Coding is essential! It’s the modern literacy – increasing number of MLIS programs offer coding and web design classes to graduate students so they are better prepared for the profession. Most technology librarians (archivists, digital librarians, project managers, even subject librarian) have to design or maintain WordPress or Drupal websites or use simple coding to accomplish their tasks. I work closely with archivists, metadata librarians and digital librarians and they have to write code to accomplish different tasks of their job. Some professional organizations also offer continuing education classes to support this transition to the new technologies and new roles we embrace as librarians.
  4. So what’s the plan for out session today? We’ll start with some THEORY – a brief overview of basic web design concepts, tools and technologies, followed by a DEMO of the backend of a static WordPress website. For the demo I’ll be using 2 static WordPress websites to compare and contrast the difference between free and pro version. Then we’ll have a short break and will dig in the HANDS-ON ACTIVITIES to create custom WordPress web pages.
  5. There are 2 types of websites: static and dynamic. We use dynamic websites every single day. They are everywhere – online retails websites, social media sites, conference registrations sites, airline websites. Generally, they allow users to interact with them in a way to add content, to register, to make transactions. They are complex websites which have all constantly changing content and a team of developers and designers who work on them. They are database driven, all changes happen globally and they require programming. Static websites are simple websites, the content is manually entered and they don’t require any database or programming to exist. They are simple web pages and great for small teams, rigid content and browsing only. All changes in static website happen manually.
  6. Here’s a visual illustration the website elements. These are the main components and they may vary from site to site. Navigation improves the user experience and it deserves careful consideration during the web design process. Navigation is tightly related to the website content and the user experience.
  7. All websites have some or all of the following elements. They make the website unique and stylish, provide the content to users and allow users to navigate through the content. Websites designed from scratch (no CMS used) have more freedom when it comes to designing and positioning elements and selecting color scheme. Websites created on a template such as WordPress or Drupal also allow some customization, but they generally are more rigid when it comes to moving identity elements and changing navigation elements. Especially with the free version of WordPress template modification is impossible. You can easily switch templates, but once in a template you cannot override its global features such as position of logo, tagline, main navigation, etc. Site identity and header/footer elements relate to the appearance of your site. Take some time to design graphic and take advantage of these elements are they make your website unique and stand out so users can remember it. Navigation is extremely important for your site as it allows user to navigate through your content and find what they need. When selecting a template, make sure that it can display all your sections and sub-sections in a clean, unambiguous way and also all sections are labeled with meaningful and easy-to-read labels. Don’t make too deep navigation with 3-4 layers – instead think of a way to make the categories shallow even if you’ll have more top level categories. This is much more user-friendly. Don’t skip the landing pages –use them to introduce a new category. Site body is the most dynamic part of your website. This is where all your content goes and the section you’ll update most often.
  8. Information architecture is very important as it allows user to interact with the website content. Big websites have information architects (usually librarians) who do only that – review content, use consistent metadata, assign categories, label those categories, organize content in meaningful structure, and assign subjects, keywords and synonym rings for searching. When working with a WordPress template, you’ll skip most of these steps. Templates come with build-in features and you need to do labelling, assign categories and depending on the website and its content, some faceting. Let’s looks at the main IA elements and what are their features.
  9. Whether you decide to design from scratch or use a content management system, you need to know what are the tools available. Just to name a few of the most popular ones. You’ll need coding tools if you design from scratch. Graphic design tools are always necessary – even if you use a CMS. You need to prepare your graphic outside the CMS, make them web-friendly and save them in appropriate format.
  10. Let’s mention the types of CSS – it comes in 3 flavors inline CSS (code applied directly to elements); internal CSS (code applies style to all elements on a webpage); external CSS (governs the style of all elements globally – in all pages). In WordPress we work on a smaller scale, so we apply style to the elements directly by using inline CSS The inline CSS is the most labor-intensive CSS as you have to write a piece of code in each element and you can’t globally apply the same code to all similar elements as you could do in external CSS. But for free WordPress templates, this is the only way to customize the layout of your pages. Also, the cascading order of the CSS makes the inline CSS of highest priority as it is closest to the element. Inline CSS is great if you have a legacy website with external stylesheet but you want to quickly change several elements in one page. You just type the code and it overrides the main stylesheet.
  11. We need to remember that syntax is very important for coding. Even the tiny punctuation error can break your code. If you write a code and it doesn’t work, check your punctuation first. When copy-pasting code from another source, esp. Word, sometimes formatting breaks the code. If you need to copy-paste, first paste in Notepad to clear all formatting, then place the clean code in your page. If you use WordPress, the most of the elements are coded for your, except for tables. Even if you never plan to design from scratch and always stick to a content management system, learning basic HTML code is important so you know what you want to modify and how you can modify it by applying CSS.
  12. Why we selected WordPress? Because it’s very easy to start and also customizable and requires no skills to get started! All official UNLV websites run on Drupal 7 and Drupal has a much steeper learning curve and requires more dedication. For the Nevada Newspaper Project we didn’t have time and resources to invest in creating Drupal website, so we decided to take the shortcut and we don’t regret our choice. The simplicity of WordPress and the abundance of tutorial allows continuity in a sense that new people can easily get trained and keep up with the website.
  13. I’d like to show you some of the features that come with the paid PRO version of a self-hosted WordPress website.
  14. Now it’s time for some activities! This is the fun part. In WordPress we have 2 options - either to use the built-in WordPress editor which is similar to Word or Google Doc, but has very limited formatting features, or to override it and do more elaborate design and have more control over placing the elements. If we choose to have more control we should write HTML and CSS coding to achieve the results we want. So let’s dig in! Now those let’s create WordPress accounts!
  15. marina.georgieva@unlv.edu | Librarian2018 nvdigitalnewspaperproject@gmail.com Newspapers2018
  16. I’d like to point your attention to the skeleton code of a simple HTML table. The open tags must always be closed. The code starts with declaring we are making a table and then specifying how many rows we need. The <td> stands for table data which equals to what we know as table cells. Table cells how the data.