Minor change, but one thats been bugging me for awhile. The ZX81 program listing sorts by file name, not title. This makes the listing look a bit weird at times. So, I fixed it! Programs are now sorted nicely by their titles.
Using titles wasnt as simple as changing the sort key. I tend to use the titles from the listings which often have stars and spaces in them. Although many have two stars, I wasnt consistentmeaning I couldnt just drop the first two characters. The fix was to strip any leading characters that arent words or numbers. Just in case, I also lowercase the string to make the sort case insensitive. So far it works well. But, Ill monitor to make sure nothing strange pops up from the change.
To match the rest of my site, I added more descriptive titles and tags when you list or run a program. This should allow search engines to better categorize and share them. I want to redo all of this functionality, but this is a step forward.
Oh, as an afterthought, you can now click the programss image to run it. It felt more intuitive.
When I made a change to the read more option to align it with other uses, I broke it. Seems I updated the code, but not the URL. All fixed now.
The US Analog to Digital TV Conversion Countdown Userbar now displays correctly. I forgot to update the paths when moved.
Also, the userbar description was designed to allow HTML and BBCODE in the text, but I didnt apply the conversions. Oops. Descriptions are now working as expected. To be sure, I added my 3v userbar as a test.
I didnt like how the icon appeared in the changelog entries, so I moved them! I also made them bluejust because.
I also did a little cleanup on the Random Names page. Tag was a bit redundant and I wanted to make it easier to refresh the page. I added a link to its article, and outlined the names to better offset them from the top content.