

Technical Architect
A Christ-follower, husband, father, and WordPress Developer with Forum One.
Similar Posts

WordCamp GR 2017 – Computers <3 Structured Data – Steve Grunwell
Steve Grunwell – https://stevegrunwell.com/ https://github.com/stevegrunwell/structured-data/blob/master/README.md What is Structured Data? Standards to help computers to understand our content. Content is for humans. Structured data is for machines. Structured Data Structured data is all about providing context itemtype/itemprop/content HTML/XML HyperText and eXtensible Markup Language Meant to convey information in a meaningful way Generic layout RSS An extension of XML for content sydication Introduced structure: post titles, content, dates Standardized and can be validated Microformats & Dublin Core Competing standards for rich data Dublin Core is a specific set of standards, but designed to be limited in scope Uses meta tags Microformats – uses class names Resource Description Framework (RDF) A specification for modeling metadata New attributes Opengraph Facebook’s social graph Used to create rich media when sharing content…

Development / Featured / Geek / Programming / Tech / WordPress
WordPress Meetup – February 2019
Show & Tell Grammarly – Proofreading Google Docs – for writing Zoho – online productivity suite Invoicely – Small business client management & automation Plutio – Project management WordPress.org Favorites – When installing new plugins you can use favorites and use any WordPress.org username. WordPress Plugins TablePress Advanced Custom Fields Block Lab WordPress Themes Hestia WordPress Theme Development Foundation 6 JointsWP FoundationPress WordPress Management WP All Import DVS, Grand Rapids, MI

Geek / Programming / Tech
If Money Were No Object, What I’d Choose For My Next Developer Machine
These days I’m sporting an HP Chromebook 13 G1 which has mostly been a good machine. Seems like even with 8GB of RAM I still end up with some freeze ups when I’m plugging in or unplugging my USB-C dock. It’s rather frustrating but fortunately Google Chrome is designed to recognize abrupt closes and can recover. I used to run in developer mode but now since I can run Android apps I’m using Termux with a Linux shell and Neovim as my IDE. I’m still working out the best setup for Neovim but so far it’s serving me well. So back to the premise of this post and the main image. If I had the finances to support it I’d want my next machine to…

Development / Featured / WordPress / Work
Becoming A Legit WordPress Developer
Well I finally feel like I can legitimately call myself a #WordPress Developer. It’s been a great couple of weeks so far. I work with a great group of people that have genuinely welcomed me into the company. #ForumOne

WPGR: Learn about the Developer Tools in your browser
Firefox Developer Tools – Topher Inspector – look at HTML/CSS behind a web page Responsive Display Mode Console – look for errors (security/resource loading issues) Different results depending on when you open – loading vs loaded Debugger – for JavaScript Style Editor – for changing CSS Performance – monitoring page load performance Network – Storage – Local browser items, page cache, cookies, etc. Chrome Developer Tools – Brian Shortcuts – keyboard commands to open dev tools (CTRL-OPT-I[Mac OS X]/CTRL-SHIFT-I[ChromeOS]) Docking – SHIFT-CMD-D(Mac OS X) / CTRL-SHIFT-D(Chrome OS) Elements (inspector) Styles – Filter allows for viewing specific CSS states (i.e. :hover) Add specific element styles Color Swatch – has a color picker, can save swatches Computed Styles View a visual representation of spacing See the CSS that…