Installation
- Download the program from www.3d3r.com/bubbles and install it.
- Create the required XML file mentioned below. Replace
www.streber-pm.org with the URL of your local installation.
from C:\Program Files\Bubbles\Sites\streber.bblbox
<site>
<title>streberPM</title>
<url>http://www.streber-pm.org</url>
<icon>streber.ico</icon>
<page_handler>
<url>www.streber-pm.org</url>
<match>strstr</match>
<code>
javascript:
// replace the browser's alert with a Bubbles Balloon
window.alert = function(msg)
{
BB_balloon('streberPM\n', msg, 'void(0);', 0);
}
// create a nice menu
bblsCreateMenu();
function bblsCreateMenu()
{
if (BB_getSessionValue('menu') == '')
{
BB_setSessionValue('menu', 'created');
bbls_menuId = BB_addMenuItem('Today', 'http://www.streber-pm.org/index.php?go=home', '');
bbls_menuId = BB_addMenuItem('Your Tasks', 'http://www.streber-pm.org/index.php?go=homeTasks', '');
bbls_menuId = BB_addMenuItem('Bookmarks', 'http://www.streber-pm.org/index.php?go=homeBookmarks', '');
bbls_menuId = BB_addMenuItem('Efforts', 'http://www.streber-pm.org/index.php?go=homeEfforts', '');
bbls_menuId = BB_addMenuItem('Overall History', 'http://www.streber-pm.org/index.php?go=homeAllChanges', '');
bbls_menuId = BB_addMenuItem('-', '', '');
bbls_menuId = BB_addMenuItem('Projects', 'http://www.streber-pm.org/index.php?go=projList', '');
bbls_menuId = BB_addMenuItem('People', 'http://www.streber-pm.org/index.php?go=personList', '');
bbls_menuId = BB_addMenuItem('Companies', 'http://www.streber-pm.org/index.php?go=companyList', '');
}
}
</code>
</page_handler>
</site>
- Save the favicon.ico locally.
from http://www.streber-pm.org/favicon.ico
C:\Program Files\Bubbles\Icons\streber.ico
- Open the Bubbles program and start the streber bubble. You can even set it to load on Windows startup!