I’m sure you’ve been to a website that has the little site badges on them. I’ve got some on the sidebar for different blog lists I’m members of. They’re a neat way to graphically link your sites to others. But how do you make them? You could use some photo editing software. There are templates for Photoshop as well. But I’ve found a neat tool, the makes it easier than ever to create your own site badges. It’s called “80×15 Brilliant Button Maker.” It’s a tool on LucaZappa’s website.

Very easy to use. You can change foreground and background colors of the button. If you don’t prefer colors, you can use images. The default font is called “Silkscreen“, commonly used for small type. But you can also choose from a number of other micro-sized fonts as well. As you mend your creation, you can preview the output. Once you’re satisfied with your design you can download the .PNG version of your work. There is even an option to directly upload it to Imageshack.us for hosting. There ya have it. A button maker that is truly “Brilliant.” Below are some examples I’ve created using the tool.


http://www.lucazappa.com/brilliantMaker/
This morning a friend of mine discovered that his hosting company had “accidentally” deleted his website. I spent a good part of the morning helping him pick up the pieces. The good news is they didn’t touch the database used by WordPress. So most of his content was safe. After reinstalling WordPress and restoring some database tables, his site was back functional. None the less, he had to reconfigure his themes and re-upload some images.
Website backups are fairly easy to do. If you’re using a blogging system such as WordPress, you’ll need to backup your database and your web application files. Some hosting companies will perform snapshot backups on a regular bases. But not all hosting companies do. For some of my projects I’ve setup scripts to copy the application files nightly and dump a copy of my database locally. You could use a utility called “wget” to grab your application files. For MySQL databases, “mysqldump” also works well. Both are available for Windows and Linux.
Whatever backup strategy you use, be sure to test it. Performing a mock restore maybe the best way to ensure, you’ve got everything you need. A few hours worth of work now, may ease pain and suffering later. My friend has already switched hosting companies and has a backup plan in place. A good end, to a bad story.