Free software
Bad news A lot of free software is rubbish. Many paid-for programs are rubbish as well. Loads of it is pre-loaded by manufacturers 1 and starts of its own accord serving to clutter up your system, use resources, open up security holes and many worse things. The next post in this series will cover how to slim your system
Good news You can do just about everything for free. Paying for programs should be an absolute last resort. Read more
Sticky menu
Basic usability that has stood the test of time
One of the first Delphi programs I wrote way back in 1996 was a general purpose menu that didn’t close when you’d picked an item. Some people would call this a program launcher but because it was always available I used mine for a lot more. Every computer I’ve had since has used this as my main start point.
Looking at the screen shots below you’ll see the basic tree structure … but then it gets a bit fancy. As just described clicking on a heading opens or closes it: Very simple and obvious. Now programs or documents can be dragged from say Windows explorer onto the heading for permanency or run with a double click. Then it gets interesting…
- Coloured shapes are used for immediate recognition. This is used all day every day so they become familiar landmarks – even if they are abstract.
- Special blobs are used for special purposes
- Keyhole password protected and encrypted tree. Under this heading are my passwords etc.
- Spark is a URL
- Hand is a local directory
- Play button is a timer. I work freelance and charge by the minute so this is essential
- Bell Alarm Not shown
- Various textures are available to relieve the monotony of looking at the same thing month after month. Just for the sake of it I implemented a transparent window. (In the illustration the parrots are the wallpaper.) Coupled with this is the 3-d effects of different border shading.
- If the menu is 90% overlaid by other windows it appears on the taskbar for convenience of getting it back.
So not only does the Sticky menu have cool features but it is one of those tools that is indispensable once you’ve tried it. So if it is so brilliant, why doesn’t everyone use it? Because most people will put up with an awful user experience because they don’t know any better.
Nowadays when a lot more is done on the web there’s a related issue. I collect bookmarks all the time but find difficulty organising them. I suspect that what a lot of people would like is a home page that can be edited with ‘bookmarks’ on the fly. As it is I have to jump into my editor hack some HTML then test. OK for me but beyond the ordinary person.
- Ask if you’d like to try it out. It only works on Windows and because it has grown from small beginnings when I was first getting to grips with Delphi it isn’t really designed for general release. On the other hand if you think it might be worth rewriting from scratch in whatever system you like then that sounds like a good idea to me.
Filing system organisation
Is your computer little more than an electronic heap of documents? has anyone ever shown you how to organise your files properly? This article explains essential file system organisation and how to make it happen.
The basic theory is simple you have four different types of file on the computer
Programs – Archive – Current – Temporary
Working with files
In this part we’ll just look at the main tool you use for manipulating your files and a couple of things about naming conventions. (File management – how to organise a filing system will be dealt with in a following part.)
A lot of people labouriously plod through my computer to eventually find the directory they want. Read more
Tidy Windows taskbar
Be tidy and efficient by sticking your windows XP task bar on the side.