Changelog


A fun and fresh way to display changes I’ve been making on my blog.

Updated stats page.

Announcement Aug 16, 2017

I played around with the statistics page today. Currently members only, but working to get a version anyone can see. Added some bootstrap panels and used ChartsJS to add a little color to some of the stats.


Login fixed, again.

Bug Fix Aug 14, 2017

Well, I screwed up the login the other day when I re-wrote the code. Not sure what I was doing, but it had the wrong information in the form. It is fixed and should work again. Hopefully I didn’t break the registration code too.


Category images return—sort of.

Announcement Aug 01, 2017

During my last site redesign, I removed the category images. Today, I added them back, but only in specific cases. Although I usually try to add an image to my articles, some don’t need them. In those cases, I wanted to use the default category image.

As of today, articles without images will display the category’s instead. This now works in most sections including the top news, article and RSS feed. It’s a rather simple fix that reduces article creation and provides a consistent look to the site.

With this in place, I can now update the article view to look like the top news. That is a change for a future date. For now, I’ve added it to my backlog.


Turned on SSL.

Announcement Jun 13, 2017

As of today, I now have SSL enabled for my primary website. By default, it will now redirect to https. I did some house cleaning to fix any warnings or blocked content, but I’m sure I missed a few things. Note that this change doesn’t impact my subdomains. Over the next few months, I plan to phase out the subdomains in favor of landing pages within my primary domain.


RSS problems, and fixes.

Bug Fix Jun 11, 2017

While checking my RSS feeds, I found that there were a few issues that needed fixing. Most were cosmetic and didn’t directly impact the feed.

Today though, I ran into a real bug. I’ve started to add alternate text to my images. This ensure accessibility as well allows pins to properly display their titles. I displayed most of the images using UBBC. Because of this, I added a customized version that I can add alternate text to. Yet, I forgot to update the code that creates the RSS feed causing them to display incorrectly. I updated the code to fix that.

I also learned that Flipboard mucks with the HTML code and expects the feed to be well formed HTML5. Although I do that with my articles, I generally leave the RSS alone due to other issues. I’m currently debating the best way to correct that, but for now I’ve left things as is.