Eddiemoya - eddiemoya.com - eddiemoya
General Information:
Latest News:
VIM: Saving with sudo, without opening with sudo 20 Aug 2013 | 08:51 pm
It happens all the time. You open a file in VIM, you make three and a quarter trillion changes, and then realize you needed sudo but didn’t use it when you opened the file. What do you do? Well, if yo...
Wooden 3D Printed WordPress Logos #wcchi 30 Jun 2013 | 08:29 pm
It’s day 3 of WordCamp Chicago 2013. On day 1, the Foundation Friday, my hobby of 3D Printing came up in conversation and someone suggested that I print a WordPress logo. On day 2 I brought two 3D Pri...
WP_Query: Get Posts by Relative Date 11 Apr 2013 | 10:33 pm
Someone asked me today how to use WP_Query to get posts by a relative date. The codex provides an example on how to achieve this. Heres what is shown on the codex. I feel that its sloppy and not very ...
Better Git: Interact With a Branch, Without Checking it Out. 10 Apr 2013 | 09:02 pm
Tricks for interacting with a branch, without checking it out. Browse a directory (like ls): Syntax: git show [ref]:[path] > git show master:your/path/ See contents of a file (command as above): Synta...
Better Git: git fetch not getting tags 21 Feb 2013 | 11:00 pm
I just ran into a little gotcha with regard how fetch handles tags. When it pulls down commits, you will usually see that it also pulls down tags. I was a little confused today when fetch was refusing...
Better Git: How to find out what submodules there are in a different branch 5 Feb 2013 | 03:00 pm
Generally speaking Git is fantastic and easy to use – one of the few pain points is where submodules butt heads with branches. Far from solving all the problems in related to this – I’ve found an easy...
Blending Custom Post Types and Custom Taxonomies 28 Jan 2013 | 10:49 pm
In the past I’ve mentioned a very complex plugin named “WidgetPress”, which I built and is the underlying foundation of the Sears Community and Kmart Community sites. What WidgetPress does is complex,...
Incorrect Datetime Bug Fix Updated – Version 1.1 Released 8 Jan 2013 | 01:07 am
A user of the Incorrect Datetime Bug Fix plugin submitted a bug report last week. While the plugin was turned on the user was getting an error about improper usage of wpdb::prepare() in WordPress 3.5....
Media Categories 1.5 Released 26 Dec 2012 | 02:30 pm
Last week I finally released Media Categories 1.5, but I neglected to write a post about it. Most of the UI issues have been resolved with the Media Modal, however due tot time constraints I could onl...
Media Categories 1.5 Beta 2 15 Dec 2012 | 06:02 am
I have solved the UI problem in the modal that was holding up the release of Media Categories 1.5. However due to an additional bug reported to me on GitHub Issues, I did not get a chance to test the ...