Tuesday 14 July 2015

Barely Noticeable Additional Pages

This website has started to attract attention. As far as I am aware an additional 2 people have visited and read some of my blogs, that’s an increase in readership of somewhere in the region of 200%, with that influx in traffic, I thought it best to tidy a few things up, so here are the obligatory bullet points:
  • There is a corndog shaped page, as if the main website wasn't pointless enough, there is a collection of silly sub-domains mostly created for a single daft joke, that are now all in 1 incredibly pointless place.
  • There is a 2nd more expanded reading page with extra added reviews for the previous 15 books
  • The Write this for me section has the About and Rachael News bits in their own pages now.
And now, the post-amble.

The pages from write this for me were harder to make than they should have been, I discovered a while ago that there were rss feeds for other pages on both my blogger and my tumblr blogs (why can't I just stick to one blogging platform? Or 1 blog for that matter, why do I need so many?), obviously I can't just copy and paste the content, that would require 2 changes to be made if I decided to update any of them.

On tumblr every additional page gets its own rss feed, so including the content in a page is incredibly simple, you just set the feed limit to 1 and tell it to include the description where required (like so: FAQs, FeedbackAbout), but on blogger, you get a single feed with all of the pages listed in the order they were made, it probably makes more sense that way, but I didn't know what to do with that, the most recent page is easy enough, but how do i make the other one?

I tried finding ways to start reading a feed from the 2nd one, to start from the bottom and to paginate the page so I could direct straight to page 2. None of these attempts were successful. In the end I used an If pregmatch function to check the link and only display the description for the matching page, I was sure I had tried it before, but I must have missed something as it worked 2nd time. And now, just to buck the trend I have established with this blog, I'm actually going to include the code, just in-case someone accidentally finds this post while having the same quandary as I had at some point in the future, as they will be really annoyed at the omission if not, I know I would have been:
if (preg_match('/about/',$link))
    echo $description;
I'll assume the fellow amateur website maker will have already figured out how to include the rss feeds and will know to change the item names and the match bit between the /'s.

The resulting pages work fine now: About and Rachael News, that’s all of the extra pages properly integrated into the site now.

The 2nd reading page was made because I wanted to fill out my reading diary for a 6 book challenge I had done with work while I was in work and I thought I would use the reviews I had already written on Goodreads, I couldn't get on Goodreads, but I could my website... I think I still did it at home anyway though.

I haven't just been writing the reviews for no reason, I set myself a few challenges at the start of the year, I didn't write them down and I probably didn't even verbalise them, but here is a quick run down of what they are and how I'm doing:
  1. Read 25 books - I've finished 12, so a little behind, but it's not impossible to catch up.
  2. Write a review of all these books - All 12 so far
  3. Utilize all the blogs - I wrote one in the corndog blog over the weekend and wrote one in write this for me yesterday, I have done all 1 of my trips abroad in my travel blog and the other blog has been well served with content, there isn't really any good yardstick to measure this one by, so its a bit of a rubbish aim, but yes, I'm probably winning.
  4. Have poetry on all the blogs - I didn't used to write poetry on the blogs, but I quite like it nowadays, it can be fun to write and if it's not too complicated, easy to write, the corndog blog has this one, write this for me has this one, the other blog has become the main home of poetry in my little blogging world, with My Stuff, The "Friend Zone" and The farmers Eavis, so the only one missing (as this one doesn't really count) is the travel blog, I have part of an idea actually, but I can't really make it work at the moment, so... maybe.
  5. Finish Losing Time - I'm on the 2nd draft, so it's not impossible, but I am quite lazy.
Considering there are only minor changes, I have had quite a lot to say, much to the interest of no-one, this stuff down here is almost completely secret, only the top bit will be on the website and not even Rachael will read this blog, however stupid the other ones are, she thinks this is themost pointless, she asks:
"Why do you write this blog?"
"To write about the website."
"But you haven't made any changes'"
"I have..."
"Oh, only you would notice that."

And you know what, she had me there, so I decided not to bother after all.

No comments:

Post a Comment