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

Running Your First Marathon
While I’m not actually training for a marathon right now, as my first actual race is to be the Fifth Third River Bank Run 5K, I think this is good stuff to start thinking about. I am looking to do the Grand Rapids Half Marathon in the Fall and I will need to work on a lot of these points.

Lifelong Learning As A Developer
“if you’re not enjoying learning new things about your job, what are you doing working that job in the first place?” – Bruno Skvorc

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…

A Guide to Commit Messages, Tracking Development History
I love this guide from Aaron on keys to maintaining a solid SCM history.