A Day of Updating

Ok, this post is going back to Saturday, but I didn’t have anytime left to post anything!

All day I made two updates to Linux-Links.co.uk, the first update is the Linux-Links.co.uk feed!

It took me most of the day to set up and get working properly, I then set up a FeedBurner account for people to subscribe to the feed from.

The second update is a proper external links format. Instead of linking directly to the website, there is a (hopefully) unique code that corresponds to the site, and when clicked leads straight to the website requested!

If you’re unsure about what I’m trying to explain, head over to Linux-Links.co.uk, and have a browse around!

The code creation is interesting, it is three separate functions.

The first function accepts a string, creates an hd5 hash of that string and then passes that string to the second function which splits that string into four pieces and passes it back to the first function.

The first function then does some wizardry, and passes four numbers to the third function which then does some more wizardry and returns four alphanumeric characters back to the first function.

The first function then returns those four alphanumeric characters back as a single string

Maybe I should setup a URL shortening site!? Lol!

If you are interested in seeing the code that is used, then you can either leave a comment or email me, the email address is at the bottom of the page.

That all for this post
Till next time,
Happy browsing!

Finally Updated!

I must start this post with an apology to anyone who is subscribed to my feed!

Earlier today I finally upgraded my blog to WordPress 2.5. At the same time I took the opportunity to clean out my database, quite literally I reformatted my blog!

This involved me exporting all my posts, and blogroll, deleting all WordPress files, apart from my theme and wp-config.php, and then deleting all the WordPress tables from the database!
Then I installed the new version of WordPress and ran through the install. I then deleted the test post, and updated some of the options. I then imported all of my old posts into the fresh install.

That was only this morning, now what have I been doing for the past two weeks since my last post?
The answer, nothing much!

The only notable exception is that I have finally got my new computer up and running!

I installed both Fedora 7 and Windows XP onto the first hard drive, Linux on 100Gb, and Windows on 60Gb.
I am using the 500Gb hard drive for all of my files, on Linux this is mounted as /home

The new computer is working brilliantly, and its so much quieter than my previous computers!
I’ve just got to get a set of speakers, and possibly a new heat sink/fan for the processor, and that will be it sorted!

It’s getting quite late now, so thats it for this post
Till next week!

It’s Easter!

Well, it’s Easter today! I’ve got two Easter eggs, one bar of chocolate, and a bag of mini eggs, and I’ve still got one egg left to receive!
Really, I’m nearly 23, and I’m still getting excited over receiving Easter eggs, but I think its chocolate that does it, when else are we given this much chocolate, it just takes you back to childhood!

In other news, I have finally restarted work on Linux Links, now I just have the search page to complete before I finally release this long awaited version of Linux Links.
I am aiming to release the updated Linux Links on Tuesday 1st April, no joke! Honest!

I have done a few tweaks to my website and blog, a couple of them you might not notice!

The first is that I’ve separated trackbacks and pings from comments in single post view.

Secondly I have added a print CSS style sheet to both the blog and website, so if you need to print anything out you only get the main content, and not the navigation bars.
I think there is still a few more bits to change with the print style to make it more complete, but its working!

The third is that I’ve signed up for a FeedBurner account, I have already burnt my feed, and you can find it here. I have set up the redirects, so you can continue using the old address, and you will still receive the feed as normal!

There’s a few more that I have fixed or changed as I have been going around, but they don’t really effect anything!

My dad’s off to Brands Hatch this afternoon to watch the Truck racing on Monday, he’s camping over tonight and Monday night and coming back on Tuesday morning.
The Truck racing was awesome last time, and it’s something I would like to go and watch again, the thing that put me off the most is the weather, it going to be cold and wet!

That’s all for this post now, I’ll post more details when I know more!
Till then
See you

Nothing stays secret for long..

Nothing stays secret on the web for long
Ive been busily setting up my on blog on my website using WordPress, and importing posts from this blog using the RSS feed.

This morning i checked my emails and i had two emails from PHP Classes telling me that they had a trackback ping from my blog.
I’ve just looked in the 404 error database, and I’ve seen three different user-agent strings from bots that crawl blogs.
ping.blo.g
Blogslive (info@blogslive.com)s/2.0
Yahoo-Blogs/v3.9 (compatible; Mozilla 4.0; MSIE 5.5; http://help.yahoo.com/help/us/ysearch/crawling/crawling-02.html )

Here’s the one from PHP Classes: httpclient (http://www.phpclasses.org/httpclient $Revision: 1.63 $)

I’ll make this “official” when I have the new site style up and running

Bye for now…

RSSread released!

My latest pet project, RSSread, has been released, though it is still being worked on.

RSSread has been incorporated into my homepage.
So this post and any new ones will also be shown on my homepage.

All of this has been done by reading the XML file which is produced by my blog, this means that any RSS feeds can be read by my script, as long as they are XML files.
The script can be configured in a number of different ways which can be found on the example page
It is actually only the example page which is still being worked on, but because this file is being included in the zip file, I have not yet properly released RSSread.

I will post more details in a few days time when I have finished the example page