Archive for October, 2008

Harddrive hardware failure

Thursday, October 30th, 2008

I had a harddrive fail yesterday. It wasn’t entirely unexpected, I’d seen the signs for a day or so.

But I know from experience that non-techies tend to be completely unrealistic when harddrives fail, so I’ll describe what happened, so maybe others will be able to save their data before it’s too late.

This was a laptop. An old one, with an old harddrive.

The first thing that happened was that I was a bit less careful when moving the laptop than I usually am. I thought, hmm, that might not have been smart. In general, you should not shock a harddrive. An average harddrive will survive some shocks just fine, while another - much less severe - will kill it. It depends on the angle of impact, what direction it’s moving, whether or not it’s on, whether or not it’s accessing or writing data as you move it. The worst time to drop a harddrive, is when it’s writing to disk.

And keep in mind that laptops are moved about a LOT more than desktop computers. The more you schlep your laptop around, the shorter lifespan your harddrive will have. Expect to replace your laptop harddrive at least once in the life of the computer. And make sure all your data is backed up. As the harddrive nears the end of it’s life, some data may become inaccessible, but you may not realize. So checking the data is something that was done a lot in the past.

Get into the habit of listening to the harddrive, as it boots up and as you work on the computer. If it starts sounding different, it could be going bad, and you’ll need to do backup IMMEDIATELY.

What happened with this one, was that I was watching video on it, with the video file on the harddrive. And it would stop playing now and then. If I waited, it would start playing again, but I had to rewind a bit to get what I’d missed in the meantime. I didn’t know why in the beginning, this was a Linux machine, so I wondered if it was OS related, or if it was going warm. But then I noticed that the harddrive light (the light that shows you’re accessing the harddrive) was staying solidly lit while the video was stopped.

That’s when I knew the harddrive might fail.

The second day, again watching a video, after having jiggled the harddrive connection (in case it was caused by a loose connection), it happened again, and this time the video didn’t come on. I moved the mouse, and suddenly I’m met by a black screen with white error messages. I was in the middle of a video, and hoped I could get it to work again, so I tried to reboot, but got the message there was no boot disk.

Harddrive history.

Don’t feel bad for me, I had nothing on that machine I didn’t have a copy of, as far as I can remember.

I just wanted to share how that happened, and to be careful if it happens to you.

Deadline coming up for new website

Wednesday, October 29th, 2008

The site now ranks. Thanks to everybody who helped!

Teacher from the Everglades episode of the Unbreakable series on Channel Five

New design

Sunday, October 12th, 2008

I’ve just uploaded a new design to the blog, and also to the front page of the website.  Feel free to give me feedback on it!

I’ve used Artisteer, a program for making Wordpress templates. The only item I prepared myself was the image of myself. I tried to cut out all the background and make it invisible. Not easy to do when you’ve got hair as fluffy as I do, and the background is White! I saved it as PNG, which preserves the invisible background, and then imported it into Artisteer as a photo that was floating on the header background. That way any embellishments on the header won’t be over the photo of me.

The rest is done in the program. All the color choices were made one by one - there’s no way to set a custom color palette. I would have liked that, because it’s a chore to change all those colors to my palette. But apart from that it’s really easy to do, if you choose a pre-existing palette, and don’t fiddle as much with the photo as I did - there are built in photos of generic people in the program, along with landscapes and cityscapes for the header background - it could take you ten minutes flat to build a template.

When I was done with the Wordpress template, I made a few structural changes, and saved the same project as HTML. I did a nondestructive edit, and copied the project file to a different name, just in case I wanted changes to the blog template without affecting the HTML version.

The HTML output needs a lot of work once you’re done with it. You need to change the menu choices - in HTML, and you should change headers here and there and content. But once you’re done with all that, you’ve got a file you can use as a template for other pages on your website. Just remember that if your site has a folder structure, you should use absolute links in the menu, or the links could easily break deep down in your site.

I also opted to move the css and js files to a subdirectory, as well as change the name of the folder of the images to layoutimages, to avoid any conflict with existing files in my site.

The really painful job is of course the cleanup of all the outdated stuff my website has accumulated in the course of the 10 years it’s been online (total, including before I bought the domain name), and also convert all the pages to the new design. I fully expect to make several versions of the design and do some fancy copy and paste of code to make it all work. That’s the beauty of it, you could have two columns on some pages, and three on others - the overall design would still be the same.

I’ve never used sub items to menu links before, and especially liked that. I had a lightbulb moment when I wondered what to put under the CONTACT menu item that was created automatically. Should I keep it? I realized I could put Facebook, Myspace and Flickr links in the sub items, and just point the main item to the front page. Brilliant.