Browser Launcher

Currently I use multiple browsers to complete my assigned task.  To accomodate multiple browsers a block of code was created. The main method is listed below. [codesyntax lang=”cpp”] void DlgTstFrame::fireBrowser(string bn) { // bn is the variable that holds the browser name string url = checkForURL(); // check the clipboard for a URL if (url […]

Konqueror Configuration

After the initial installation of Konqueror browser the plugins should be installed. To do so edit the “/etc/apt/sources.list” and add the following repository entry. [codesyntax lang=”bash”] deb http://mirrors.cs.wmich.edu/ubuntu main universe [/codesyntax] You will noticed the options are activated for further configuration. Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.