Categories
Web Development

Do You Write Code? Do You Work With Others? Read This.

I admit, I’m guilty of one or more of these (especially the Prima Donna), but there are things that I can — and do — work on. Reading this article made me rethink some of my attitudes as a developer and a manager, but it was this one line made the whole article come together: What’s […]
Categories
Life Uncollected Works

Looking Home

Looking Home, originally uploaded by morganestes.
Categories
Web Development WordPress

Speeding Up My WordPress Workflow Using Git

I’ve started working with Git as part of my Web development workflow, and am just getting the hang of some of the tools. I’m still running into problems, but it’s mainly where I haven’t taken the time to read Pro Git and learn what it is I’m trying to do. Here’s a quick overview: make […]
Categories
Web Development WordPress

Publishing a jQuery Plugin

I’ve written a few plugins for jQuery and WordPress over the past few years, but mostly for specific projects or my own personal use. The first time I released a plugin (Hashgrid for WordPress) for others to use, I ran into the challenge of maintenance hosting: I didn’t have time to maintain it, and my […]
Categories
CodeProject Web Development WordPress

Fixing Protocol Errors in WordPress Plugins

I recently started a new job as a full-time WordPress developer managing several websites and the myriad of custom themes, child themes, and plugins. This is a lesson learned from an issue I had with one plugin in particular. Using Chrome on OS X, I get security warnings that a script wouldn’t load on a […]