About Brendan

This author has not yet filled in any details.
So far Brendan has created 51 blog entries.
31 01, 2016

WordPress Plugin: PDFs Open in New Tab

2020-02-14T13:59:14-08:00January 31st, 2016|Plugins|

I had a client recently where I had to import over 150 pages into their site in order to get the moved over to WordPress. I didn't have access to the database as it was a proprietary CMS they were using, so I ended up having to use HTTrack to take an offsite copy of [...]

9 01, 2016

How to transfer email accounts and messages between servers?

2016-01-11T09:04:51-08:00January 9th, 2016|Blog|

Moving emails to your new server should be relatively easy - if you want to transfer your email messages from one server to another, you can now do this with only your login details. No FTP transfers needed, and you don't need to drag and drop between accounts in your mail program. It utilizes the IMAP [...]

9 12, 2015

PHP Best Practices

2016-01-31T11:32:18-08:00December 9th, 2015|Blog|

You know the worst part about focusing on function over form, and working mostly on your own? You neglect to make sure that your coding style is uniform, that you're following best practices, and that your code is properly SPACED and INDENTED (one tab per level). A lot of times I don't have to go [...]

9 11, 2015

IMAP Migration PHP Script v2

2016-02-17T21:03:26-08:00November 9th, 2015|Projects|

A few things have changed since the last time I posted the IMAP migration script, and my wishlist of features is almost complete. Instead of a single file that you have to manually specify variables in, you now have fillable form that uses jQuery.post to send variables to another file (called process.php), which handles the [...]

9 10, 2015

WordPress Variable Monitoring Script

2016-02-17T21:03:15-08:00October 9th, 2015|WordPress|

I ran into an issue with WP E-commerce recently where the shipping options appeared to be unchecked every day that we went to go and look at them. Turns out it was a line in one of the shipping files that reset the shipping array to just "shipwire" which made it appear as if someone [...]

7 10, 2015

Chromecast

2016-02-17T21:03:43-08:00October 7th, 2015|Family|

This is a throwback to last year; I was watching TV with my oldest son when I heard the familiar jingle of an email on my phone, or my smartwatch, or both. It was a client - as usual - after hours, wanting a quick response. I ran downstairs and told him to finish his [...]

29 09, 2015

Parents

2016-02-17T21:03:50-08:00September 29th, 2015|Family|

You all know what I'm talking about, parents and technology. It's been around for the better part of three decades, but when did they start to learn about computers? Oh, about the past 5 years - or less. It's a stigma, and it means learning something new, and being afraid of not being good at [...]

22 09, 2015

Babies

2016-02-17T21:04:22-08:00September 22nd, 2015|Family|

That day. When you're in a really important meeting and you realize you have dried drool on your shoulder, and don't even know it. Then when you're on your way home you realize "That's how they knew I have kids!". When this happens multiple times, including having a soother pop out of your laptop bag, [...]

2 09, 2015

WP Hotfix 33423 WHM Easy Rollout

2016-02-17T21:04:29-08:00September 2nd, 2015|WordPress|

WordPress 4.3 has a cron issue which may affect your sites. There is a bug in WordPress 4.3 which can affect some sites causing high CPU loads and / or Database issues. "Just spent a few hours debugging two sites which went down and tracked it down to wp_options cron exploding in size. There apparently [...]

1 09, 2015

Commits and Gits

2016-02-17T21:04:31-08:00September 1st, 2015|Projects|

Submitted my first change request/commit for Jetpack, which I already have in use on my site. You'd think having Google+ pages as a link would be something that they'd already have on there? Strange! Find it here: https://github.com/Automattic/jetpack/pull/2654 I went a little further down the blogging road with MainWP and converted my plugin/extension over to [...]

Go to Top