Tag Archives: scripting

Why Textual User Interfaces are Better than Graphic User Interfaces

One of the ways that you can separate groups of computer users into groups is by their preferences in user interfaces. A few decades ago, most computer interfaces were simple text. The display hardware didn’t support fancy graphics, and the processors weren’t fast enough to do the calculations needed for reasonable graphics. As computers and… Read More »

SVG and CSS

In most of the SVG I’ve seen people either prefer to use the style attribute or set the individual style attributes. I don’t see much use of CSS classes and I wonder why. Most of the criticisms I’ve seen of the use of CSS fall into four categories: It’s not XML. It’s too verbose to… Read More »