Software

RedNotebook—Advanced Diary Keeping

RedNotebook is a nifty little diary application. According to its Web site: RedNotebook is a graphical diary and journal helping you keep track of notes and thoughts. It includes calendar navigation, customizable templates, export functionality and word clouds. You also can format, tag and search your entries.

Linux Arpeggiators, Part 2

Part 1 of this series introduced arpeggiators in general and profiled the QMidiArp application. This week we conclude our survey with a look at two more arpeggiators for Linux musicians: Hypercyclic and Arpage.

Working with Graphics Text in OpenOffice.org

One of the least understood features of OpenOffice.org is graphics text. People understand vaguely that it differs from regular text, but exactly how it differs or why anyone should care is mostly unknown. However, if you know the distinction, graphics text can work for you in ways that regular text cannot.

Using an SMS Server to Provide a Robust Alerting Service for Nagios

I’m a big fan of the Nagios network monitoring system and rely on it to tell me if something goes wrong with the systems for which I am responsible. I have made a large investment in time configuring Nagios to monitor exactly what I am interested in, and this effort would be wasted if Nagios detected a problem, but failed to communicate that problem to me.

Flinks—Speed-Reading Web Browser

I'm always on the lookout for original projects, and this particular application really took me by surprise. According to its Web site, “Flinks is a text-mode flashing word Web browser. It is intended for speed reading and/or skimming Web pages and text.”

Quick and Dirty with Open Office Base.

Even with all of the high quality software available, sometimes you just have to break down and write a custom application, and usually you don't have a lot of time to devote to it. This is the situation I found myself in when my wife started a new business and needed a simple means of tracking sales leads.

The Small Picture: More OpenOffice.org Extensions

Every few weeks, I like to browse the OpenOffice.org Extensions site to see what is available, and what people are using. New extensions that are both useful and well-designed seem to be getting few and far between. However, if you search patiently, you can still find extensions worth trying.

Designing Pages in OpenOffice.org Writer

I'm sure that most people hardly think about page options in OpenOffice.org Writer. The average person may change the paper orientation from portrait to landscape, or narrow the margins to squeeze more words into a page, but not much else.

Graphic styles in OpenOffice.org Draw and Impress

One of OpenOffice.org's greatest strengths is its emphasis on styles. Some users balk at styles, claiming they are restrictive, but no other feature repays a little organization with so much ease of use and saving of time. Yet even those who are used to styles in Writer tend to overlook the styles used in other applications. That is especially true of graphic styles.

3 recent OpenOffice.org extensions

Although I do most of my professional writing in Bluefish, I usually use OpenOffice.org at least once a day. Consequently, I keep a close eye on the OpenOffice.org Extensions page.

7 Steps to Better Tables of Contents in OpenOffice.org Writer

Like other word processes, OpenOffice.org Writer makes creating tables of contents (ToCs) quick and easy. Unfortunately, it also works with unaesthetic defaults and allows you to make choices that complicate your work flow rather than improving it. Fortunately, Writer is also flexible enough to allow you to produce useful, aesthetic ToCs if you follow a few basic steps.

OpenOffice.org: Cross-References Revisited

Four years ago, I wrote an article about OpenOffice.org writer called "Fielding Questions, Part 2 - Cross References and User-Defined Fields." I regularly receive mail about it, but these days I have to preface each reply by explaining that the article is obsolete. Repeating the explanation gets old quickly, so I decided that an update is necessary.

Python Python Python (aka Python 3)

Just one week shy of Christmas 2008, the Python world saw the release of version 3 of Python. Big deal, eh? Well ... it turns out it was and is, as Python 3 is the first major release of Python designed from the get-go to be incompatible with prior versions of the language. Python is well liked among the Linux Journal readership (winning the Favorite Scripting Language category in 2008), and such a development may come as a shock to some. A detailed description of all of the changes brought into Python 3 can be found in the what's new document, another interesting source can be found on the pythonology blog. Consequently, in this article, I don't intend to rehash such material. Instead, I present my own take on Python 3, as well as discuss what Python 3 means for the new and existing Python programmer.

OpenOffice.org Calc: The Mysteries of DataPilots Revealed

If you're coming fresh from Microsoft Excel, you might wonder where the Pivot tables are in OpenOffice.org Calc. The problem is, they're masquerading under the name of DataPilots. But, under any name, DataPilots are Calc's way of allowing you to quickly reorganize information in a range of cells so that you can gain a new insight into them.

Utilizing debtags to Discover Similar Software

Problem: you're running your favorite application when you realize that there's a feature you want that is not yet implemented. You could write this feature yourself, but perhaps there is a similar application that has already implemented it for you.

Creating Queries in OpenOffice.org Base

Queries are the database equivalent of filters in a spreadsheet. Just as a filter can limit and reorganize the information displayed in a spreadsheet, so a query limits and reorganizes the information in a database. Either can be an efficient way of finding the information you want, especially when you're dealing with thousands of records.