Tag Archives: GetGlue

Website Changes for September 2015

Main Website

The only noticeable thing I did to my main website since adding links to my Winamp Skins on the Winamp Info page, was adding a new Twitter widget to my Entertainment page in the TV Show section. It looks for all the tweets I’ve sent with the #TV hashtag. I figured that’s the best way to indicate what shows I am watching since GetGlue/TvTag shut down. Yeah, I know I’m the only one that gives a flying fruit cake about it. πŸ™‚

Blog

Updated the blog to WordPress v4.3.1 which was a security and bug fix. Did the usual backing up of the database and file structure before applying the update. Then added my various code tweaks back in.

Galleries

Updated both of my galleries (mine, Mysstie’s) to Zenphoto v1.4.10. Followed their upgrade instructions and backed up the themes and zp-core directories as well as the database before copying over the new files.Β  I then used Windiff and code comparisons in PSPad to integrate any new changes in the default Garland theme into my custom Garland theme.

Pelicar Forum

Patched the Pelicar Forum to SMF 2.0.11. Like everything else, backed up the database and files first.

Mysstie’s Website

I added a EverQuest II Legends of Norrath Loot Card Links page. I just wanted a quick way to view the various loot card pages specific to EverQuest II. Actually, I guess I added that at the end of August. Oh well, LOL. πŸ™‚


That’s all I can think of for now.

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. πŸ™‚

Blog Updated to WordPress v3.5.1 and Other Website Changes

Blog Update

Just completed upgrading my blog to WordPress 3.5.1 which corrected some bugs and addressed some security issues. All I did for this update was backup my database and files and then clicked the automatic update button. No problems. Well, if this post works, then no problems. LOL πŸ™‚

Other Website Updates

January 26, 2013: Forgot to mention something rather obvious on the front page of my main website. Like my blog’s sidebar, I added the latest song I played in Winamp. Late last night (early this morning) I also modified my NASCAR page to show ESPN’s NASCAR News Feed for now as NASCAR removed their feeds from their site. Ehh, NASCAR’s loss I guess.

XMPlay LogoOther than the changes to my NASCAR page the previous post mentions, I worked on my MOD Page to have the same color and background as everything else. It made more sense back in the day when each page was stand-alone with no side menu. I also added links and information (Windows 7 users with UAC will want to read) to a new MOD player I’ve been trying called XMPlay. It plays MOD files very well. I’ve tried a few of the skins out and added the LAME Encoder so I can create MP3 files from the MOD files. I will probably install the latest version from the LAME Project and experiment with the best command line parameters.

I updated my Entertainment/Now Playing page to correct an issue I was having with the GetGlue Sticker widget. I kept getting web service errors with it (from GetGlue). I went on GetGlue’s Widget page for my account and looked at the source code they had on their page for my widgets there and added this bit of code prior to the script code line they tell you to add which seems to have done the trick:

<script type="text/javascript">
   var getglue = getglue || {};
   getglue.config = getglue.config || {};
   getglue.config.host = 'widgets.o.getglue.com';
   getglue.config.webhost = 'o.getglue.com';
</script>

To see/get these widgets, you have to be logged into their “old” or original website which, IMHO, is much better.

Those are the only updates really worth mentioning at this time. πŸ™‚

Blog Updated to WordPress Version 3.4.2 and Other Changes.

I just finished updating my blog to WordPress Version 3.4.2 which is a maintenance and security update. This post is just as much a test of the upgrade as it is anything. It’s been a long time since I made a post about upgrading WordPress because there’s really not much to say about it. All I do is backup the database and files, click “update” in the admin section, and I’m done. The whole process takes like 30 seconds. Since only modified files are updated now, the code changes I make to vars.php and wp-login.php rarely need to be added back in.

I used to add little news snippets on the front of my main website every time I changed something on one of the pages. Most recently, I changed the Entertainment/Now Playing page where I merged the TV and Movie section and added the GetGlue Check-In and Sticker Widgets on the side to show what I’ve watched most recently. I’ve probably made other tweaks here and there but I can’t remember where and what LOL. I suspect after I hit publish on this post I’ll uncover some issues that I’ll need to address.

Hope everyone had a great Labor Day Weekend and I’m looking forward to the NASCAR Sprint Cup race this weekend at Richmond to determine the final chase line-up! πŸ™‚