

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

Doing It Right…Code Commits
As a developer there are industry standards and expectations that should be followed, especially in the open source world. Aaron Jorbin has got this spot on.

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…
Life’s Lows…
No worries, things are good I just seem to be suffering from some social withdrawal. That being said God is working on my patience, thank goodness. I’m fighting my mind daily, but it’s been those times God has given me the ability to just give it to Him. Something that is interesting, I’ve been have some interesting dreams. These dreams have been about the same general thing. It seems like these have been dreams that God has brought to mind to reveal something to me that I didn’t realize was there. Basically I’ve had some recentment about something. I’ve asked for forgiveness for this. Something else that God has shown me is why I’ve not been content over the years staying in one place. I…

Featured / Geek / IndieWeb / Social Networking / Tech
Fixing OpenLiteSpeed Caching for ActivityPub on WordPress
After some conversation with others on #Mastodon about other caching issues with #ActivityPub & #WordPress it was revealed that it came down to the Accept headers being received by requests to the caching services. The caching services could be things like #Cloudflare or web servers such as #OpenLiteSpeed, or even WordPress caching plugins. In my case I use the OpenLiteSpeed web server caching and I started digging into how caching works in OpenLiteSpeed and how I could fix it for my WordPress site.