Request Tracker

If you’ve ever had to do user support, then you’ll be familiar with the following scenario: A question comes in from a user, and you write an e-mail reply. However, by the time you’ve hit “send,” another member of…

Read it

A Simple Gnome Panel Applet

Table of Contents •Program overview •Initialization •The callbacks •Conclusion Gnome is the desktop environment of choice on my home Linux system because it is feature-packed and user friendly. Gnome is also flexible, and thanks to the Gtk-Perl module and…

Read it

Programming GNOME Applications with Perl

-> Table of Contents •Architecture Introduction •Hello, World •Adding a Menu Bar •Adding an About Box •Adding More Chrome •Final Program GNOME is the Unix desktop. It’s a framework for writing graphical applications with Unix, providing drag-and-drop, interapplication communication,…

Read it