SlideShare a Scribd company logo
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow
Dev Work Flow

More Related Content

PPTX
Build your website before you install wordpress.
KEY
Progressively Enhancing WordPress Themes
PDF
Scoping and Estimating WordPress Projects as an Agency
PDF
Cain & Obenland — Episode 4
PDF
Como oferecer boas experiências online com a criação de sites de qualidade - ...
PPTX
Getting an eCommerce Site Running in 30 Minutes
PDF
Slowcooked wp
PPTX
Using Curated Content in WordPress - Why and How
Build your website before you install wordpress.
Progressively Enhancing WordPress Themes
Scoping and Estimating WordPress Projects as an Agency
Cain & Obenland — Episode 4
Como oferecer boas experiências online com a criação de sites de qualidade - ...
Getting an eCommerce Site Running in 30 Minutes
Slowcooked wp
Using Curated Content in WordPress - Why and How

Viewers also liked (19)

PPTX
WortdPress Child themes: Why and How
PDF
BuddyPress @ WordCamp
PPTX
WordPress Security & Backups 101
PDF
Power Up Your Non-Profit Website With WordPress
PDF
WordCamp 2015
PDF
WordPress APIs
PDF
BuddyPress Tips: How We Built chekmrk
PDF
Reduzindo Tempo de Resposta do Servidor - WordCamp BH 2014
PDF
WordPress per giornalisti freelance
PDF
Outside the WordPress Bubble
PPT
WordPress End-User Security - WordCamp Las Vegas 2011
PDF
WCCHS: Responsive Design with WordPress
KEY
Supporting Wordpress
PDF
WordPress for Beginners
PDF
What's the plan for your master brand?
PDF
Design and Development Techniques for Accessibility: WordCamp Tampa 2015
PDF
WCBHAM: Running your Freelance Business
PDF
WordCamp Milwaukee 2012 - Contributing to Open Source
PDF
L’ascesa della geolocalizzazione. Perché mapperemo sempre di più e come lo fa...
WortdPress Child themes: Why and How
BuddyPress @ WordCamp
WordPress Security & Backups 101
Power Up Your Non-Profit Website With WordPress
WordCamp 2015
WordPress APIs
BuddyPress Tips: How We Built chekmrk
Reduzindo Tempo de Resposta do Servidor - WordCamp BH 2014
WordPress per giornalisti freelance
Outside the WordPress Bubble
WordPress End-User Security - WordCamp Las Vegas 2011
WCCHS: Responsive Design with WordPress
Supporting Wordpress
WordPress for Beginners
What's the plan for your master brand?
Design and Development Techniques for Accessibility: WordCamp Tampa 2015
WCBHAM: Running your Freelance Business
WordCamp Milwaukee 2012 - Contributing to Open Source
L’ascesa della geolocalizzazione. Perché mapperemo sempre di più e come lo fa...
Ad

Recently uploaded (20)

PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Machine learning based COVID-19 study performance prediction
PDF
Electronic commerce courselecture one. Pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
cuic standard and advanced reporting.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Network Security Unit 5.pdf for BCA BBA.
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Encapsulation_ Review paper, used for researhc scholars
Machine learning based COVID-19 study performance prediction
Electronic commerce courselecture one. Pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
cuic standard and advanced reporting.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Building Integrated photovoltaic BIPV_UPV.pdf
Empathic Computing: Creating Shared Understanding
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Approach and Philosophy of On baking technology
Dropbox Q2 2025 Financial Results & Investor Presentation
Unlocking AI with Model Context Protocol (MCP)
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Diabetes mellitus diagnosis method based random forest with bat algorithm
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Ad

Editor's Notes

  • #4: No one cares about your code as much as you do, so care about it.
  • #5: Beyonce – Backup Backup BackupBack up your site before making any changes to your workflow and your code.
  • #6: The series premiered on July 24, 2011 on CBS, however, after just 4 episodes, CBS pulled the low-rated series from its Sunday night line-up.All the functions in your Plugin need to have unique names that are different from functions in the WordPress core, other Plugins, and themes.Copying and Pasting leads to conflicts in the code.
  • #7: My workflow is almost exclusively taking designs from photoshop, slicing and dicing using coda for PHP, HTML, CSS and then building a custom WordPress theme.
  • #8: Name your layers nicely, and keep single elements to single layers, object oriented design.Design for interaction means design for flexible and / or responsive design, design for user interaction as well, this means hover and active states, as well as form elements, and potentially have some idea of the transitions you want to build.Slice it nicely means that you should try to slice out of the PSD as few images as possible, attempt to create as many elements as you can with CSS. Slicing fewer visual elements also reduces the amount of data served to the user, and thus the speed of the site.
  • #9: CSS Hat turns Photoshop layer styles to CSS3 with a click.CSS HAT .com
  • #10: Especially if everything is named correctly, then it can even build your classes for you, we are slowly approaching a dynamic automated process.Support for Less, scss, sass and more. Cross browser support with Mozilla prefixing, comments, and dimensions, and even a SUPER handy copy button.
  • #11: Cross browsers clips are critical!When you see something like an opacity in the photoshop design, start thinking about how that will be implemented in CSS
  • #12: Coda can make you better at everything – according to their website at least.Handles your server connections, and web assets, clips and files. Allows for rapid deployment and project management.
  • #13: Small piece of code that can be rapidly deployed.
  • #14: Prebuild your clips so that you can use short codes and quickly jump to insertion points.
  • #15: Ptah Dunbar developed a wicked framework to base theme creation off of.Many frameworks have template codes and and shortcodes built in.Each of these framworks have a custom-functions.php file, where additional functions can be written.
  • #16: Responsive frameworks help in flexible screen size dev.
  • #17: Underscores is totally free of styling, strictly clean wordpress guts as John Sexton says.
  • #18: Twitter Bootstrap goodness paired with WordPress!
  • #20: WordPress Codex, the online manual for WordPress and a living repository for WordPress information and documentation.If it is not on the codex, or not referred to, don’t fret… there are so many collections of useful snippets online!‘But check the codex first, there are simple functions for pulling recent posts, querying users, picking custom post types, and much more!
  • #22: The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post.
  • #23: The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post.
  • #24: Build a simple shortcode
  • #25: Pull in tweets from an RSS feed.
  • #26: Get Post Content Outside of the loopGet a permalinkGet the post meta field
  • #27: Thumbnails of videos for a query of posts.
  • #28: Get template urlRevise the top left logo of a site, with WP Framework Markup
  • #29: List the post categories
  • #30: Handling a loop inside a loop
  • #31: Remove update notification for all users except for the administrators.
  • #32: Get the post thumbnail, or a cat photo.
  • #33: Snippets for everything.Changing the login screen, changing the header and footer in the admin area.
  • #34: Testing of HTML,Javascript, CSS snippets in a live playground is a great way to learn what happens.
  • #35: Testing of HTML,Javascript, CSS snippets in a live playground is a great way to learn what happens.
  • #36: Many times the development of a plugin occurs in three phases… a clips or code snippet, to a custom function, to a full plugin. Obviously each increasing step generalizes the application.Here is a plugin that solves several key issues each time a serious bug is found.
  • #37: Many times the development of a plugin occurs in three phases… a clips or code snippet, to a custom function, to a full plugin. Obviously each increasing step generalizes the application.Here is a plugin that solves several key issues each time a serious bug is found.