Category Archives: WordPress

Website Changes for April 2014

First off, the transfer of my websites to the new server went without any problems, for the most part. 🙂 No lost files or data or anything like that, but the FTP server did need some tweaking as it was not allowing standard FTP connections, which caused my Winamp now-playing plug-in to fail as it uses FTP to send the song history list. ImageMagik, which I use with my galleries, also had to be installed (it’s supposed to be on their shared server package). Anyway, since then, the following changes have been made to my websites that are worthy of mention.

Blog

After two more maintenance/security updates to version 3.8, my blog was updated to WordPress v3.9 a couple days ago. As always, backed up the file structure and database before performing the update which went without any problems. I did have to redo my normal tweaks to the code that I do with every update. This post is also a test of the new version’s editor as well.

Mysstie’s EverQuest Website and Gallery

Landmark The Game
For whatever reason, Sony sent me a temporary closed beta key for Landmark (well I did sign-up for EverQuest Next and Landmark beta a few months ago). I decided to install it and check it out. Well, it seems I went ahead and got the Settler’s pack for unlimited access. I figured giving up a pizza would make up for the cost LOL. Anyway, I’ve added a Landmark page to Mysstie’s website and a Landmark Album to Mysstie’s Gallery.


Well, that’s all I can think for now. If anything else comes to mind that I missed or I change/add something before the end of the month, I’ll update this post. 🙂

Website Changes for January 2014

Main Website

Started getting my NASCAR page ready for the 2014 season. Added a link to an image of the 2014 Sprint Cup Schedule and took Mark Martin off since he’s retired from driving. 🙁 Thinking about getting rid of the NASCAR videos since I very rarely add any new ones it seems, or I could just start adding newer videos during the 2014 season. 🙂 My Firefox Configuration page is always getting updated with the latest changes I’ve made to it. Finally, had to change my menu on the left to reflect GetGlue’s change to TvTag.

Blog

Well, I’ve updated my blog to WordPress v3.8.1. As with my previous update to v3.8, clicking the update button in the admin section was failing. The browser would just spin its wheels. This time I was determined to find out why and eventually I did. To make a long story short for the sake of this post, it turned out to be a setting on the network card of my webhost’s server that was causing file transfers to the server to be slower than normal (even when FTPing to it). This was causing the blog to timeout during the transfer of the update from WordPress.org. After Surpass made the adjustment to the server, the update worked fine. For those that want a more detailed account of what I was going through, you can read this Update to 3.8.1 could not establish a secure connection to WordPress.org thread I made on the WordPress forum.

The one thing that thread doesn’t go into is that since WordPress 3.7, they added an automatic update process. Since it now actually works, I’ve disabled it. I do not like automatic updates of anything except for virus definitions on my PC (I have Windows automatic updates disabled for instance). Anyway, to disable automatic updates, add the following to your /wp-config.php file:

# DISABLE WORDPRESS UPDATES
define( 'AUTOMATIC_UPDATER_DISABLED', true );

Pelicar Forum

I’ve updated the Pelicar Forum to SMF v2.0.7. This update was much less eventful than my blog’s update. I just backed up the file structure and database like any other update and installed the update via the package manager. As always, I tested the update with the development/testing version that’s on my PC first.


Well, that’s all I can think of for now. If anything else comes to mind I’ll add to this or include it in a February 2014 list of changes. 🙂

Website Changes for December 2013

Main Website

At the beginning of this month, GetGlue finally killed their old (and better IMO) website which also had the side-effect of killing off their widgets which ran from that site.  So, I had to remove their widgets from all the places where I used them. I guess they don’t want the free publicity anymore. This also means that you can no longer check-in to topics or music artists as the new site only does tv shows, movies, and sporting events. If that weren’t bad enough, they also cancelled the sending out of physical stickers. Not much reason to even use them anymore. I guess on the bright side, my sites load a little faster now LOL. Heh.. 😐

Blog

Update December 14, 2013: WordPress released version 3.8 and I’ve updated the blog to that version. This time wasn’t as smooth as my browser just sat there after clicking the Update button in the admin section. A PHP error was also generated about it having problems with wordpress.org. I suspect the server was timing out or there was too much packet-loss or other internet connectivity issues between my webhost server and wordpress.org. So, I had to do the old-fashioned manual upgrade, which I suppose in some respects is probably a safer way to do things. This also installed a new default theme called Twenty Fourteen. I’ll be playing around with it locally to see if I want to use it or not. If I make it act/look like what I have now, then there’s kinda no point in using it LOL.


In addition to the removal of the GetGlue widget, I changed the font my theme was using after I discovered how horrible it looked on my parent’s Windows XP system. The text was washed out and multicolored looking. To make a long story short, the Twenty Twelve theme loads an external custom “Open Sans” font from Google which looks like crap on Windows XP from the internet searches I did. After some digging around for a solution I was able to disable this custom font use by adding the following to my child theme’s functions.php file:

function mrh_dequeue_fonts() {
        wp_dequeue_style( 'twentytwelve-fonts' );
    }

add_action( 'wp_enqueue_scripts', 'mrh_dequeue_fonts', 11 );

For the moment my theme now uses the following fonts (which were in the same font-family the theme was originally using minus the “Open Sans” reference):

body, body.custom-font-enabled {
    font-family: Helvetica,Arial,sans-serif;
}

In my particular case, it uses Arial as I don’t have Helvetica installed on my system.


Well, that’s all that comes to mind for now. Will add to this as needed. 🙂

Website Changes for October 2013

Main Website

The page that has seen the most changes on my main website is the Speed Test Results page. Cox upgraded the speed for the various internet plans and I performed a variety of speed tests to check it out. 🙂 Mine went from 25 to 50 Mbps download and 5 to 10 Mbps upload. My Firefox Configuration page is always being updated with the latest versions of the browser and the various add-ons and plugins.  I also updated my Programming page to indicate why I keep the thing around (mainly for nostalgic reasons).

Blog

Update 10/30/2013: Just updated to WordPress v3.7.1 which is a maintenance release to fix a few bugs.

Just finished upgrading my blog to WordPress v3.7 which includes a number of security updates and other improvements. A couple plugins and themes were also updated at the same time. I did populate the changes made to the Twenty Twelve theme into my own Twenty Twelve child theme which my blog is currently using.

As always, I backed-up the database and files before clicking the Update button. I then reapplied some of the custom code tweaks that I do (there’s only 3 modifications that involve the core files). This post is also a test of the update to make sure everything is working.

Pelicar Forum

Simple Machines released version 2.0.6 of their forum software which I have upgraded the Pelicar Forum to. It addressed some security related issues and bug fixes. No issues appeared with the update and everything seems to be working fine.


That’s all the changes that come to mind and the moment. If I think of anything else, I’ll add it. 🙂

Website Changes for August 2013

Main Site Updates

Nothing that big since last time. I’ve updated the Winamp Info and Firefox Configuration pages to reflect the latest changes to those programs. I also tweaked the YouTube Playlist players a little to show a starting thumbnail image because for some reason they just went all black. Seems the embed code you get from YouTube is slightly different depending where you get it.

Blog Updates

WordPress Version 3.6 was released a couple days ago which I have since upgraded to and this post is a test of that as well. This update does include a new default theme called Twenty Thirteen. I’m still playing around with the theme locally on my PC to see if I really want to change to it. If I end up making it look like what I’m using now (colors and appearance) then there’s really no point in changing themes LOL. Haven’t looked at it close enough yet to determine if there’s some feature or ability that only the newer theme has.

The process was the same as always: backed-up the database and files and then clicked the Update button. I then reapplied some of the custom code tweaks that I do (there’s only 3 modifications that involve the core files).

Gallery Updates

Gallery released version 3.0.9 at the end of June which I have since upgraded my galleries to. It addressed a couple minor security vulnerabilities that were discovered. Due to the amount of code tweaks I have, several of which are in the core files, updating Gallery is a bit more involved. I do make back-ups of everything first as I invariably forget to re-modify something LOL. A lot of Windiff is involved to compare changes between versions. Anyway, I’m not going to go into the details as it’s specific to my case and needs.


That’s all the changes that come to mind at the moment. I’ll add to this during the month if need be. 🙂