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.
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 didnt break the registration code too.
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 dont need them. In those cases, I wanted to use the default category image.
As of today, articles without images will display the categorys instead. This now works in most sections including the top news, article and RSS feed. Its 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, Ive added it to my backlog.
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 Im sure I missed a few things. Note that this change doesnt impact my subdomains. Over the next few months, I plan to phase out the subdomains in favor of landing pages within my primary domain.
While checking my RSS feeds, I found that there were a few issues that needed fixing. Most were cosmetic and didnt directly impact the feed.
Today though, I ran into a real bug. Ive 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. Im currently debating the best way to correct that, but for now Ive left things as is.