SlideShare a Scribd company logo
Sweet Sassafras:
A Designer's Dive into Sass

Liam Dempsey
@liamdempsey

Philadelphia WordPress Meetup: February 2014

@liamdempsey
C’est moi!
• 
• 
• 
• 
• 

Designer
Designer
Designer who codes
Not a developer
Organize the Philly ‘burbs WordPress
Meetup (#burbswp)
•  Run an international consultancy
Philadelphia WordPress Meetup: February 2014

@liamdempsey
What We’ll Cover
•  The WHAT and WHY of Sass
•  Tweak local development setup for
Sass (on a Mac)
•  Basic elements of Sass

Philadelphia WordPress Meetup: February 2014

@liamdempsey
My Goals for Tonight
•  Remove the fear
•  Put you on the
right road
•  Provide resources
for moving forward
•  Get you excited to
get started

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Hat Tips
Ngaire Ackerley: @ngaireackerley
Tracy Levesque: @liljimmi
Jeremy Pry: @jeremypry
Brad, Doug and Reed: @williamsba,
@zamoose and @tangofoxtrot

Philadelphia WordPress Meetup: February 2014

@liamdempsey
What is Sass?
•  Kind of like CSS for CSS
•  Very powerful: like CSS
on the sort of steroids
that would frighten even
Lance Armstrong

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Why Sass?
•  Improve workflows – make it easier
on yourself
•  Improve efficiencies – build websites
faster

Philadelphia WordPress Meetup: February 2014

@liamdempsey
For a Designer: The Tools
• 
• 
• 
• 

Working on a Mac
Code editor: Sublime Text 2
Codekit to compile the Sass
A clean, local WordPress install using
MAMP

Philadelphia WordPress Meetup: February 2014

@liamdempsey
READY?
Configure Sublime Text 2

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Configure Sublime Text 2

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Configure Sublime Text 2
STEP 1: https://sublime.wbond.net/
installation
STEP 2: https://github.com/nathos/
sass-textmate-bundle

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Organizing Your Sass Files
•  Partials – the different sub-files that
are compiled into a single CSS file
•  @import – the code used to deter the
order in which the partials are
compiled in the output CSS

Philadelphia WordPress Meetup: February 2014

@liamdempsey
The Partials

Philadelphia WordPress Meetup: February 2014

@liamdempsey
The @import

Philadelphia WordPress Meetup: February 2014

@liamdempsey
The @import

Philadelphia WordPress Meetup: February 2014

@liamdempsey
The Partials: _footer.scss

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Grab a Normalize.scss
•  Preserves useful defaults
•  Normalizes styles for a wide range of
elements.
•  Corrects bugs + common browser
inconsistencies
•  Code online at: https://github.com/
kristerkari/normalize.scss

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Organizing Codekit

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Organizing Codekit

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Organizing Codekit

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Let’s Get
Sassing!
Variables

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Nesting

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Extend: with @mixin

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Extend: @extend

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Operators

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Mixins + Placeholders
•  A mixin lets you make groups of CSS
declarations that you want to reuse
throughout your site.
•  Functions that drop CSS content
instead of returning a value.

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Mixins + Placeholders

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Mixins + Placeholders
•  A placeholder is like a @mixin except
that it does not allow for variables
•  Placeholder selectors look like class
and id selectors, except the # or . is
replaced by %.

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Questions?
Sass Resources
http://sass-lang.com/
http://susy.oddbird.net/
https://speakerdeck.com/danajanssen/using-sass-to-code-betterwordpress-templates
http://talks.guyroutledge.co.uk/sass-compass/slides/#/1
http://sonspring.com/journal/sass-for-designers
http://www.developerdrive.com/2012/07/introduction-to-sass/
http://www.creativebloq.com/web-design/create-flexible-grids-usingsass-9134524
http://lukewhitehouse.co.uk/compiling-sass-for-wordpress
http://peteschuster.com/2013/02/beyond-oocss-with-sass/
http://css-tricks.com/compass-compiling-and-wordpress-themes/
http://thesassway.com/beginner
http://www.thetracyl.com/start-using-sass/

Philadelphia WordPress Meetup: February 2014

@liamdempsey
Thanks!
Work: lbdesign.tv
Blog: liamdempsey.com
Quirky: chickenmonkeydog.com
@liamdempsey
liam@lbdesign.tv

Philadelphia WordPress Meetup: February 2014

@liamdempsey

More Related Content

What's hot

Assistive Technology, Experience Design, and Life
Assistive Technology, Experience Design, and LifeAssistive Technology, Experience Design, and Life
Assistive Technology, Experience Design, and Life
Tim Wright
 
Designing and building for the editor experience
Designing and building for the editor experienceDesigning and building for the editor experience
Designing and building for the editor experience
Andreas Sahle
 
WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup
Kel
 
What's New in JHipsterLand - Devoxx US 2017
What's New in JHipsterLand - Devoxx US 2017What's New in JHipsterLand - Devoxx US 2017
What's New in JHipsterLand - Devoxx US 2017
Matt Raible
 
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
Matt Raible
 
A Beginner's Guide to Ember
A Beginner's Guide to EmberA Beginner's Guide to Ember
A Beginner's Guide to Ember
Richard Martin
 
Draper presentation
Draper presentationDraper presentation
Draper presentation
alexpeachey
 
WordPress.com vs. Self-Hosting
WordPress.com vs. Self-HostingWordPress.com vs. Self-Hosting
WordPress.com vs. Self-Hosting
ryanmarkel
 
Getting Started with WordPress Plugin Development
Getting Started with WordPress Plugin DevelopmentGetting Started with WordPress Plugin Development
Getting Started with WordPress Plugin Development
Abhishek Deshpande
 
Time traveling with ReSwift
Time traveling with ReSwiftTime traveling with ReSwift
Time traveling with ReSwift
Eliasz Sawicki
 
All about Front End - Girl Code @ ANWB
All about Front End - Girl Code @ ANWBAll about Front End - Girl Code @ ANWB
All about Front End - Girl Code @ ANWB
Ineke Scheffers
 
Building an Atomic Design System
Building an Atomic Design SystemBuilding an Atomic Design System
Building an Atomic Design System
Tim Wright
 
MLH LI Hacks
MLH LI HacksMLH LI Hacks
MLH LI Hacks
Ryan Swift
 
Introduction to Wordpress Hooks
Introduction to Wordpress HooksIntroduction to Wordpress Hooks
Introduction to Wordpress Hooks
Anthony Hartnell
 
A Tale of 3 CLIs - Angular 2, Ember, and React
A Tale of 3 CLIs - Angular 2, Ember, and ReactA Tale of 3 CLIs - Angular 2, Ember, and React
A Tale of 3 CLIs - Angular 2, Ember, and React
Tracy Lee
 
From 0 to Developer - Silicon Valley Code Camp
From 0 to Developer - Silicon Valley Code CampFrom 0 to Developer - Silicon Valley Code Camp
From 0 to Developer - Silicon Valley Code Camp
Tracy Lee
 
Don't Repeat Yourself, Be Agile
Don't Repeat Yourself, Be AgileDon't Repeat Yourself, Be Agile
Don't Repeat Yourself, Be Agile
Vardot
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
Puneet Sahalot
 
Search Developer Summit 09
Search Developer Summit 09Search Developer Summit 09
Search Developer Summit 09
Kenny Hyder
 

What's hot (20)

Assistive Technology, Experience Design, and Life
Assistive Technology, Experience Design, and LifeAssistive Technology, Experience Design, and Life
Assistive Technology, Experience Design, and Life
 
Designing and building for the editor experience
Designing and building for the editor experienceDesigning and building for the editor experience
Designing and building for the editor experience
 
WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup
 
What's New in JHipsterLand - Devoxx US 2017
What's New in JHipsterLand - Devoxx US 2017What's New in JHipsterLand - Devoxx US 2017
What's New in JHipsterLand - Devoxx US 2017
 
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
The Ultimate Getting Started with Angular Workshop - Devoxx France 2017
 
00262
0026200262
00262
 
A Beginner's Guide to Ember
A Beginner's Guide to EmberA Beginner's Guide to Ember
A Beginner's Guide to Ember
 
Draper presentation
Draper presentationDraper presentation
Draper presentation
 
WordPress.com vs. Self-Hosting
WordPress.com vs. Self-HostingWordPress.com vs. Self-Hosting
WordPress.com vs. Self-Hosting
 
Getting Started with WordPress Plugin Development
Getting Started with WordPress Plugin DevelopmentGetting Started with WordPress Plugin Development
Getting Started with WordPress Plugin Development
 
Time traveling with ReSwift
Time traveling with ReSwiftTime traveling with ReSwift
Time traveling with ReSwift
 
All about Front End - Girl Code @ ANWB
All about Front End - Girl Code @ ANWBAll about Front End - Girl Code @ ANWB
All about Front End - Girl Code @ ANWB
 
Building an Atomic Design System
Building an Atomic Design SystemBuilding an Atomic Design System
Building an Atomic Design System
 
MLH LI Hacks
MLH LI HacksMLH LI Hacks
MLH LI Hacks
 
Introduction to Wordpress Hooks
Introduction to Wordpress HooksIntroduction to Wordpress Hooks
Introduction to Wordpress Hooks
 
A Tale of 3 CLIs - Angular 2, Ember, and React
A Tale of 3 CLIs - Angular 2, Ember, and ReactA Tale of 3 CLIs - Angular 2, Ember, and React
A Tale of 3 CLIs - Angular 2, Ember, and React
 
From 0 to Developer - Silicon Valley Code Camp
From 0 to Developer - Silicon Valley Code CampFrom 0 to Developer - Silicon Valley Code Camp
From 0 to Developer - Silicon Valley Code Camp
 
Don't Repeat Yourself, Be Agile
Don't Repeat Yourself, Be AgileDon't Repeat Yourself, Be Agile
Don't Repeat Yourself, Be Agile
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
Search Developer Summit 09
Search Developer Summit 09Search Developer Summit 09
Search Developer Summit 09
 

Viewers also liked

Website Strategy for Non-Profits
Website Strategy for Non-ProfitsWebsite Strategy for Non-Profits
Website Strategy for Non-Profits
Liam Dempsey
 
Building a Web Presence with WordPress
Building a Web Presence with WordPressBuilding a Web Presence with WordPress
Building a Web Presence with WordPress
Liam Dempsey
 
Staying Online: Keeping Your Website Safe and Secure
Staying Online: Keeping Your Website Safe and SecureStaying Online: Keeping Your Website Safe and Secure
Staying Online: Keeping Your Website Safe and Secure
Liam Dempsey
 
How to Be a Developer That Designers Love
How to Be a Developer That Designers LoveHow to Be a Developer That Designers Love
How to Be a Developer That Designers Love
Liam Dempsey
 
Version Control for Freelancers + Small Teams
Version Control for Freelancers + Small TeamsVersion Control for Freelancers + Small Teams
Version Control for Freelancers + Small Teams
Liam Dempsey
 
Online Marketing: 5 Key Points for Small Businesses
Online Marketing: 5 Key Points for Small BusinessesOnline Marketing: 5 Key Points for Small Businesses
Online Marketing: 5 Key Points for Small Businesses
Liam Dempsey
 
Harnessing Technology for Professional Development
Harnessing Technology for Professional DevelopmentHarnessing Technology for Professional Development
Harnessing Technology for Professional Development
Liam Dempsey
 
Outgoing on Command
Outgoing on CommandOutgoing on Command
Outgoing on Command
Liam Dempsey
 
Hiding WordPress Previews in Google Analytics
Hiding WordPress Previews in Google AnalyticsHiding WordPress Previews in Google Analytics
Hiding WordPress Previews in Google Analytics
Liam Dempsey
 
Pitch and Roll
Pitch and RollPitch and Roll
Pitch and Roll
Liam Dempsey
 
12 Plugins of Christmas
12 Plugins of Christmas12 Plugins of Christmas
12 Plugins of Christmas
Liam Dempsey
 
Harnessing Technology for Professional Development
Harnessing Technology for Professional DevelopmentHarnessing Technology for Professional Development
Harnessing Technology for Professional Development
Liam Dempsey
 
Advanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's ApproachAdvanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's Approach
Liam Dempsey
 
An Intro to Sass: This Designer's Dive into Sass
An Intro to Sass: This Designer's Dive into SassAn Intro to Sass: This Designer's Dive into Sass
An Intro to Sass: This Designer's Dive into Sass
Liam Dempsey
 
WordPress Goals for 2016
WordPress Goals for 2016WordPress Goals for 2016
WordPress Goals for 2016
Liam Dempsey
 
5 WordPress Challenges for 2015
5 WordPress Challenges for 20155 WordPress Challenges for 2015
5 WordPress Challenges for 2015
Liam Dempsey
 
Terminal Happiness
Terminal HappinessTerminal Happiness
Terminal Happiness
Liam Dempsey
 
Email Marketing for Service Providers: The Basics That Anyone Can Use
Email Marketing for Service Providers: The Basics That Anyone Can UseEmail Marketing for Service Providers: The Basics That Anyone Can Use
Email Marketing for Service Providers: The Basics That Anyone Can Use
Liam Dempsey
 
Introducing WordPress 4.0
Introducing WordPress 4.0Introducing WordPress 4.0
Introducing WordPress 4.0
Liam Dempsey
 
Using the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to BitbucketUsing the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to Bitbucket
Liam Dempsey
 

Viewers also liked (20)

Website Strategy for Non-Profits
Website Strategy for Non-ProfitsWebsite Strategy for Non-Profits
Website Strategy for Non-Profits
 
Building a Web Presence with WordPress
Building a Web Presence with WordPressBuilding a Web Presence with WordPress
Building a Web Presence with WordPress
 
Staying Online: Keeping Your Website Safe and Secure
Staying Online: Keeping Your Website Safe and SecureStaying Online: Keeping Your Website Safe and Secure
Staying Online: Keeping Your Website Safe and Secure
 
How to Be a Developer That Designers Love
How to Be a Developer That Designers LoveHow to Be a Developer That Designers Love
How to Be a Developer That Designers Love
 
Version Control for Freelancers + Small Teams
Version Control for Freelancers + Small TeamsVersion Control for Freelancers + Small Teams
Version Control for Freelancers + Small Teams
 
Online Marketing: 5 Key Points for Small Businesses
Online Marketing: 5 Key Points for Small BusinessesOnline Marketing: 5 Key Points for Small Businesses
Online Marketing: 5 Key Points for Small Businesses
 
Harnessing Technology for Professional Development
Harnessing Technology for Professional DevelopmentHarnessing Technology for Professional Development
Harnessing Technology for Professional Development
 
Outgoing on Command
Outgoing on CommandOutgoing on Command
Outgoing on Command
 
Hiding WordPress Previews in Google Analytics
Hiding WordPress Previews in Google AnalyticsHiding WordPress Previews in Google Analytics
Hiding WordPress Previews in Google Analytics
 
Pitch and Roll
Pitch and RollPitch and Roll
Pitch and Roll
 
12 Plugins of Christmas
12 Plugins of Christmas12 Plugins of Christmas
12 Plugins of Christmas
 
Harnessing Technology for Professional Development
Harnessing Technology for Professional DevelopmentHarnessing Technology for Professional Development
Harnessing Technology for Professional Development
 
Advanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's ApproachAdvanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's Approach
 
An Intro to Sass: This Designer's Dive into Sass
An Intro to Sass: This Designer's Dive into SassAn Intro to Sass: This Designer's Dive into Sass
An Intro to Sass: This Designer's Dive into Sass
 
WordPress Goals for 2016
WordPress Goals for 2016WordPress Goals for 2016
WordPress Goals for 2016
 
5 WordPress Challenges for 2015
5 WordPress Challenges for 20155 WordPress Challenges for 2015
5 WordPress Challenges for 2015
 
Terminal Happiness
Terminal HappinessTerminal Happiness
Terminal Happiness
 
Email Marketing for Service Providers: The Basics That Anyone Can Use
Email Marketing for Service Providers: The Basics That Anyone Can UseEmail Marketing for Service Providers: The Basics That Anyone Can Use
Email Marketing for Service Providers: The Basics That Anyone Can Use
 
Introducing WordPress 4.0
Introducing WordPress 4.0Introducing WordPress 4.0
Introducing WordPress 4.0
 
Using the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to BitbucketUsing the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to Bitbucket
 

Similar to Sweet Sassafras: A Designer's Dive into Sass

Five WordPress Plugins for Kicking Off 2013
Five WordPress Plugins for Kicking Off 2013Five WordPress Plugins for Kicking Off 2013
Five WordPress Plugins for Kicking Off 2013Liam Dempsey
 
Contributing Back to WordPress - Getting Involved in the Community
Contributing Back to WordPress - Getting Involved in the CommunityContributing Back to WordPress - Getting Involved in the Community
Contributing Back to WordPress - Getting Involved in the Community
Zero Point Development
 
Frontend Development - Supercharge your frontend development with little lang...
Frontend Development - Supercharge your frontend development with little lang...Frontend Development - Supercharge your frontend development with little lang...
Frontend Development - Supercharge your frontend development with little lang...
Dave Jeffery
 
Teaching a Designer to Use GitHub
Teaching a Designer to Use GitHubTeaching a Designer to Use GitHub
Teaching a Designer to Use GitHub
Liam Dempsey
 
GDI - Intro to WordPress
GDI - Intro to WordPressGDI - Intro to WordPress
GDI - Intro to WordPressSuzette Franck
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
Faye Tandog
 
Intro to WordPress Theming
Intro to WordPress ThemingIntro to WordPress Theming
Intro to WordPress Theming
Andy McIlwain
 
The Coding Designer's Survival Kit - Capital Camp
The Coding Designer's Survival Kit - Capital CampThe Coding Designer's Survival Kit - Capital Camp
The Coding Designer's Survival Kit - Capital Campcanarymason
 
Getting Started With Sass | WC Philly 2015
Getting Started With Sass | WC Philly 2015Getting Started With Sass | WC Philly 2015
Getting Started With Sass | WC Philly 2015
Maura Teal
 
Oh The Themes That You'll Do! - WordCamp Philly 2012
Oh The Themes That You'll Do! - WordCamp Philly 2012Oh The Themes That You'll Do! - WordCamp Philly 2012
Oh The Themes That You'll Do! - WordCamp Philly 2012Lisa Sabin-Wilson
 
Platforms based on WordPress
Platforms based on WordPressPlatforms based on WordPress
Platforms based on WordPress
Mario Peshev
 
HTML/CSS for WordPress
HTML/CSS for WordPressHTML/CSS for WordPress
HTML/CSS for WordPress
Kanchha kaji Prajapati
 
Taking WordPress as a CMS, to the Limit
Taking WordPress as a CMS, to the LimitTaking WordPress as a CMS, to the Limit
Taking WordPress as a CMS, to the LimitJosh Guffey
 
WordPress Rest API
WordPress Rest APIWordPress Rest API
WordPress Rest API
Brian Layman
 
Rapid Fullstack Development
Rapid Fullstack DevelopmentRapid Fullstack Development
Rapid Fullstack Development
Ashley Davis
 
WordPress Themes and Plugins
WordPress Themes and PluginsWordPress Themes and Plugins
WordPress Themes and Plugins
superann
 
Branding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - WorkshopBranding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - Workshop
Eric Overfield
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
OpenSource Technologies Pvt. Ltd.
 
Sass: An Introduction
Sass: An IntroductionSass: An Introduction
Sass: An Introduction
Gregory Borodaty
 
Rapid WordPress theme development
Rapid WordPress theme developmentRapid WordPress theme development
Rapid WordPress theme development
Jonny Allbut
 

Similar to Sweet Sassafras: A Designer's Dive into Sass (20)

Five WordPress Plugins for Kicking Off 2013
Five WordPress Plugins for Kicking Off 2013Five WordPress Plugins for Kicking Off 2013
Five WordPress Plugins for Kicking Off 2013
 
Contributing Back to WordPress - Getting Involved in the Community
Contributing Back to WordPress - Getting Involved in the CommunityContributing Back to WordPress - Getting Involved in the Community
Contributing Back to WordPress - Getting Involved in the Community
 
Frontend Development - Supercharge your frontend development with little lang...
Frontend Development - Supercharge your frontend development with little lang...Frontend Development - Supercharge your frontend development with little lang...
Frontend Development - Supercharge your frontend development with little lang...
 
Teaching a Designer to Use GitHub
Teaching a Designer to Use GitHubTeaching a Designer to Use GitHub
Teaching a Designer to Use GitHub
 
GDI - Intro to WordPress
GDI - Intro to WordPressGDI - Intro to WordPress
GDI - Intro to WordPress
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
 
Intro to WordPress Theming
Intro to WordPress ThemingIntro to WordPress Theming
Intro to WordPress Theming
 
The Coding Designer's Survival Kit - Capital Camp
The Coding Designer's Survival Kit - Capital CampThe Coding Designer's Survival Kit - Capital Camp
The Coding Designer's Survival Kit - Capital Camp
 
Getting Started With Sass | WC Philly 2015
Getting Started With Sass | WC Philly 2015Getting Started With Sass | WC Philly 2015
Getting Started With Sass | WC Philly 2015
 
Oh The Themes That You'll Do! - WordCamp Philly 2012
Oh The Themes That You'll Do! - WordCamp Philly 2012Oh The Themes That You'll Do! - WordCamp Philly 2012
Oh The Themes That You'll Do! - WordCamp Philly 2012
 
Platforms based on WordPress
Platforms based on WordPressPlatforms based on WordPress
Platforms based on WordPress
 
HTML/CSS for WordPress
HTML/CSS for WordPressHTML/CSS for WordPress
HTML/CSS for WordPress
 
Taking WordPress as a CMS, to the Limit
Taking WordPress as a CMS, to the LimitTaking WordPress as a CMS, to the Limit
Taking WordPress as a CMS, to the Limit
 
WordPress Rest API
WordPress Rest APIWordPress Rest API
WordPress Rest API
 
Rapid Fullstack Development
Rapid Fullstack DevelopmentRapid Fullstack Development
Rapid Fullstack Development
 
WordPress Themes and Plugins
WordPress Themes and PluginsWordPress Themes and Plugins
WordPress Themes and Plugins
 
Branding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - WorkshopBranding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - Workshop
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Sass: An Introduction
Sass: An IntroductionSass: An Introduction
Sass: An Introduction
 
Rapid WordPress theme development
Rapid WordPress theme developmentRapid WordPress theme development
Rapid WordPress theme development
 

More from Liam Dempsey

Small Changes to a WordPress Theme to Deliver Big Results
Small Changes to a WordPress Theme to Deliver Big ResultsSmall Changes to a WordPress Theme to Deliver Big Results
Small Changes to a WordPress Theme to Deliver Big Results
Liam Dempsey
 
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
Liam Dempsey
 
My First Dive into WordPress to Static Website
My First Dive into WordPress to Static WebsiteMy First Dive into WordPress to Static Website
My First Dive into WordPress to Static Website
Liam Dempsey
 
Keys to Successfully Starting and Growing a Local Meetup
Keys to Successfully Starting and Growing a Local MeetupKeys to Successfully Starting and Growing a Local Meetup
Keys to Successfully Starting and Growing a Local Meetup
Liam Dempsey
 
How Do You Define Success?
How Do You Define Success?How Do You Define Success?
How Do You Define Success?
Liam Dempsey
 
Getting Involved with WordPress
Getting Involved with WordPressGetting Involved with WordPress
Getting Involved with WordPress
Liam Dempsey
 
Building Belonging through Podcasting
Building Belonging through PodcastingBuilding Belonging through Podcasting
Building Belonging through Podcasting
Liam Dempsey
 
Why Present to the Philly 'burbs WordPress Meetup
Why Present to the Philly 'burbs WordPress MeetupWhy Present to the Philly 'burbs WordPress Meetup
Why Present to the Philly 'burbs WordPress Meetup
Liam Dempsey
 
A Simple Way to Customize Your Site
A Simple Way to Customize Your SiteA Simple Way to Customize Your Site
A Simple Way to Customize Your Site
Liam Dempsey
 
Building Websites with a Landline
Building Websites with a LandlineBuilding Websites with a Landline
Building Websites with a Landline
Liam Dempsey
 
The Power of Positive Thinking
The Power of Positive ThinkingThe Power of Positive Thinking
The Power of Positive Thinking
Liam Dempsey
 
Social Media: Growing Brand Awareness
Social Media: Growing Brand AwarenessSocial Media: Growing Brand Awareness
Social Media: Growing Brand Awareness
Liam Dempsey
 
Content Marketing: Strategy + Implementation
Content Marketing: Strategy + ImplementationContent Marketing: Strategy + Implementation
Content Marketing: Strategy + Implementation
Liam Dempsey
 
WordPress: More-than-blog-software
WordPress: More-than-blog-softwareWordPress: More-than-blog-software
WordPress: More-than-blog-software
Liam Dempsey
 
Building an Email Marketing System
Building an Email Marketing SystemBuilding an Email Marketing System
Building an Email Marketing System
Liam Dempsey
 
Using the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to BitbucketUsing the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to Bitbucket
Liam Dempsey
 

More from Liam Dempsey (16)

Small Changes to a WordPress Theme to Deliver Big Results
Small Changes to a WordPress Theme to Deliver Big ResultsSmall Changes to a WordPress Theme to Deliver Big Results
Small Changes to a WordPress Theme to Deliver Big Results
 
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
Programming Language: Learning to Present, Talk, and Ask Questions in an Incl...
 
My First Dive into WordPress to Static Website
My First Dive into WordPress to Static WebsiteMy First Dive into WordPress to Static Website
My First Dive into WordPress to Static Website
 
Keys to Successfully Starting and Growing a Local Meetup
Keys to Successfully Starting and Growing a Local MeetupKeys to Successfully Starting and Growing a Local Meetup
Keys to Successfully Starting and Growing a Local Meetup
 
How Do You Define Success?
How Do You Define Success?How Do You Define Success?
How Do You Define Success?
 
Getting Involved with WordPress
Getting Involved with WordPressGetting Involved with WordPress
Getting Involved with WordPress
 
Building Belonging through Podcasting
Building Belonging through PodcastingBuilding Belonging through Podcasting
Building Belonging through Podcasting
 
Why Present to the Philly 'burbs WordPress Meetup
Why Present to the Philly 'burbs WordPress MeetupWhy Present to the Philly 'burbs WordPress Meetup
Why Present to the Philly 'burbs WordPress Meetup
 
A Simple Way to Customize Your Site
A Simple Way to Customize Your SiteA Simple Way to Customize Your Site
A Simple Way to Customize Your Site
 
Building Websites with a Landline
Building Websites with a LandlineBuilding Websites with a Landline
Building Websites with a Landline
 
The Power of Positive Thinking
The Power of Positive ThinkingThe Power of Positive Thinking
The Power of Positive Thinking
 
Social Media: Growing Brand Awareness
Social Media: Growing Brand AwarenessSocial Media: Growing Brand Awareness
Social Media: Growing Brand Awareness
 
Content Marketing: Strategy + Implementation
Content Marketing: Strategy + ImplementationContent Marketing: Strategy + Implementation
Content Marketing: Strategy + Implementation
 
WordPress: More-than-blog-software
WordPress: More-than-blog-softwareWordPress: More-than-blog-software
WordPress: More-than-blog-software
 
Building an Email Marketing System
Building an Email Marketing SystemBuilding an Email Marketing System
Building an Email Marketing System
 
Using the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to BitbucketUsing the GitHub App to Connect to Bitbucket
Using the GitHub App to Connect to Bitbucket
 

Recently uploaded

一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
kecekev
 
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptxUNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
GOWSIKRAJA PALANISAMY
 
Connect Conference 2022: Passive House - Economic and Environmental Solution...
Connect Conference 2022: Passive House -  Economic and Environmental Solution...Connect Conference 2022: Passive House -  Economic and Environmental Solution...
Connect Conference 2022: Passive House - Economic and Environmental Solution...
TE Studio
 
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptxUNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
GOWSIKRAJA PALANISAMY
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
708pb191
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
Alan Dix
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
9a93xvy
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
ameli25062005
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
h7j5io0
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
Mansi Shah
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
n0tivyq
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
7sd8fier
 
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdfSECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
eloprejohn333
 
Moldes de letra 3D Alfabeto completo esp
Moldes de letra 3D Alfabeto completo espMoldes de letra 3D Alfabeto completo esp
Moldes de letra 3D Alfabeto completo esp
Hess9
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
taqyed
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
PrabhjeetSingh219035
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
asuzyq
 

Recently uploaded (20)

一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
一比一原版(UW毕业证)西雅图华盛顿大学毕业证如何办理
 
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptxUNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
UNIT IV-VISUAL STYLE AND MOBILE INTERFACES.pptx
 
Connect Conference 2022: Passive House - Economic and Environmental Solution...
Connect Conference 2022: Passive House -  Economic and Environmental Solution...Connect Conference 2022: Passive House -  Economic and Environmental Solution...
Connect Conference 2022: Passive House - Economic and Environmental Solution...
 
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptxUNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
UNIT V ACTIONS AND COMMANDS, FORMS AND CONTROLS.pptx
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
 
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
 
20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf20 slides of research movie and artists .pdf
20 slides of research movie and artists .pdf
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
 
White wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva TschoppWhite wonder, Work developed by Eva Tschopp
White wonder, Work developed by Eva Tschopp
 
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
一比一原版(Glasgow毕业证书)格拉斯哥大学毕业证成绩单如何办理
 
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
一比一原版(UNUK毕业证书)诺丁汉大学毕业证如何办理
 
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdfSECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
SECURING BUILDING PERMIT CITY OF CALOOCAN.pdf
 
Moldes de letra 3D Alfabeto completo esp
Moldes de letra 3D Alfabeto completo espMoldes de letra 3D Alfabeto completo esp
Moldes de letra 3D Alfabeto completo esp
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
 

Sweet Sassafras: A Designer's Dive into Sass