You Never Learn Until It’s Too Late

Everyone — please back up your files regularly!

I have been stupid enough to be running my machine over the last couple of years without keeping regular backups of my information. The other night, my hard drive failed, and it appears that I may have lost a lot of the information which I had on there, including some financial details, personal photos, volumes and volumes of personal documents and notes, plus a large amount of work which wasn’t stored anywhere else except on my machine.

I am working on a Sony VAIO laptop as my main system at the moment, so I am now planning for the imminent purchase of a new desktop system, I think will be the deciding factor in me getting around to arranging it all. For those interested, I’m going to keep records on the entire process, starting…

Step 1: I flipped over my laptop and unscrewed all the screws I could see (later I realised that was a little excessive, but anyway…). I then turned it back the other way and lifted off the wrist-pad, where the touchpad lives. Under here, I located the hard drive, and carefully removed another screw (bottom-left corner when looking from above), and then removed the drive. I took off the mounting rails either side of the drive and transferred them onto the new drive which I purchase (exactly the same one – 20GB). From there, I put the drive back in, screwed the corner screw back in, replaced the wrist-pad and then screwed all the screws into the back again. I then put it back on it’s docking station (with CD drive) and started it up with the Windows 2000 startup CD. Then off we go with installing everything from scratch.

Pleeeaassee… let me be able to read the drive which I have now removed from my laptop. I have arranged to get the adapter required so that I can mount the 2.5″ laptop drive in a standard 3.5″ desktop disk bay. That will then allow me to attempt to access the drive’s contents from my old desktop computer (which I’ll have to take out of mothballs for the occassion!). I’ll post updates regarding my progress, but I hate to say that I am not holding my breath about getting anything off the drive, not after hearing the faint tinkle of what sounds like the drive head flopping around inside the drive…

First Notes On My Search System

View an Acrobat PDF document (13.6Kb) with more information regarding the search system

I wanted to get some information out here so that people could see what I am working on, and indeed what is running this site’s search facility. The icon to the right will take you to a PDF document (13.6Kb) which gives some more details about the approximate process flow of the search supplements, as well as a database schema of what’s running the best bets, variants and related terms.

Interest From SearchLoggers Group

I’ve had some initial interest from some of the other members of the searchloggers group in the work that I am doing with the search system on this site. The integration of a controlled vocabulary, best bets and a stand-aloone search engine backend appears to be of interest to others as well 🙂

My hope is that this can be developed into a stand-alone product that could be wrapped around nearly any search system, simply adding to the functionality of said search system. So far things are looking good, but only really for something written in PHP. I would need to add other options for systems written in Perl, C etc.

In the near future, I will be posting database schemas, some notes on implementation and other bits and pieces about how I am attacking the whole process. Keep an eye on things if you are interested 🙂

Welcome To The Hive

OLA uses a product called “The Hive“, which is produced by a local, Perth company called HarvestRoad. The Hive manages the content and delivery of all online courses from OLA, so I will be interested to see how successfully it manages to do this. I know from experience that managing an online course isn’t particularly easy to do well.

When I worked at Curtin Uni, I worked in one of the many divisions which were pursuing online education as a feasible option. The area that I worked in (SMEC) actually delivered all of their postgraduate degrees in an entirely online fashion. We actually ended up using straight, plain old HTML because we needed to get everything on CD-ROM as well as the ‘net, and it turned out to be easier that way. It was an interesting time and taught me some good stuff about working with the limitations of certain technology, dependant on your users.

I’ll be sure to keep you all posted on my experiences within the Hive 🙂 (which is now called the HarvestRoad LCMS for those interested).

So — PortaBlosx

I was thinking, blosxom is very cool, but I’d like to be able to do a few things in regards to getting something on my blog when I am out and about;

  1. Be able to post from anywhere (i.e. I want a web-based interface of some sort)
  2. Be able to post from my Palm (I built AvantBlog for this reason, why not have AvantBlosx? 🙂 )
  3. A nifty little dialog-thingo allowing me to make quick posts (very similar to the Palm version) would be nice as well, something I could bookmarklet easily.

So I had a look around, and the first one appears to be pretty much available already, care of PHPetal. After that tho, there doesn’t appear to be a simple, clean interface available that could be hacked to use on Palm and as a simple little bookmarklet dialog.

My idea is basically to just provide the person with a very simple interface, at this stage it would consist of a select box containing a recursed listing of their blog directories, and a textarea where they could enter their post. As per blosxom, the first line would be used as the title, and I would either make up a filename based on the title, or just generate one from a timestamp.

What do you reckon?

PHPetal is pretty cool

I think (can’t remember already – it’s been a long day!) I found this one care of a lead from the blosxom mailing list, but here’s a cool, web-based application which operates very similarly to the “PortaBlosx” idea that I am still thinking of working on. It’s called PHPetal and basically just provides a one-page interface to posting to your blosxom-powered blog. It looks pretty funky, although it’s a bit “heavy” for converting to a Palm version I reckon, so I will keep thinking about my own, simple version.

Now Working on RESTy Archives

I seem to have sorted out the main code for making blosxom at least pretend to be RESTy, now I am working on the archives system to clean that up. It is largely based on the main code, but needs to take into account the “forced” /archives/ directory when working out relative paths and stuff like that.

Once this is complete, I will then start working on creating some templates for the actual site (coverting my Visio wireframes into real XHTML!).

Calendar Added to RESTxom features

I have added a simple calendar which will be displayed in the place of a @ CALENDAR@ tag in your RESTxom templates (head or foot preferably!)

The calendar will include links to any days which contain posts, and those links will go directly to the archives, where that day will be shown, and you can locate whichever post interests you. I’d like to add support for allowing the browsing of months, but the handling of the 403 errors doesn’t seem to allow that…?

Oversight

When I thought I had “finished” the mainline code for RESTxom, I forgot that I hadn’t thoroughly tested the RSS code (allowing you to request rss.xml from any topic and get a correct feed from that point ‘down’). Turns out it doesn’t work properly… double-slashing problems and whatnot, shouldn’t be too hard to fix hopefully, but darned annoying in the meantime.

So off I go to fix the RSS code, then have to fix it in the archives as well (which are working now!)