Gadgets/Widgets and more...

Gadgets/Widgets are a lightweight application that sits on a user's desktop. Windows Vista has in-built support for sidebar gadgets. The equivalent on the Mac is the Widget. PaperCut NG offers three useful Gadgets as well as a series of AJAX/JSON style embeddable components that can be leveraged by intranet developers.

Paper-Less Alliance Widget

PaperCut has teamed up with Do Something, the non-profit organization behind many environmental initiatives including the Paper-Less Alliance (http://www.paperlessalliance.com/). The Desktop Widget, developed in Adobe Air works off the data in PaperCut. It is designed to help organizations reduce paper in a fun positive way. Highlights include:

  • Draw user's attention to their environmental impact upon login

  • Allow users to compare/benchmark their usage with the company/organization average

  • Highlight facts fun about the environment and paper use

  • Support a non-profit organization leading the paper reduction initiative

To download the widget, visit: https://www.apms.com.hk/products/save-paper-widget/

The Paper-Less Alliance Desktop Widget

Figure 5.37. The Paper-Less Alliance Desktop Widget

Note

Organizations deploying the widget are asked to make a small donation of less than $1.00 a user to the Paper-Less Alliance. All proceeds go to the non-profit supporting paper saving initiatives and awareness.

Windows Vista Gadgets

Two small footprint Windows Vista Gadgets are available:

  • The Print Balance Gadget: Used to display user's personal balance on the desktop or sidebar. This is called PCBalance.gadget.

  • The Environmental Impact Gadget: Used to provide the users with feedback on the environmental impact associated with their printing activities. Highlighting the environmental aspects is useful in modifying a user's behavior towards printing. For more information about how these values are calculated, see the section called the section called “Environmental Impact”. This gadget is called PCEnvironmentalImpact.gadget.

The Environmental Impact Gadget

Figure 5.38. The Environmental Impact Gadget

The Print Balance Gadget

Figure 5.39. The Print Balance Gadget

To install a Gadget:

  1. Log in as administrator

  2. Browse to the share on the PaperCut NG server at \\server\PCClient\win\Gadgets

  3. Copy all *.gadget folders to the local directory C:\Program Files\Windows Sidebar\Gadgets

  4. Users should now see the PaperCut NG Gadgets as available Gadgets on the system.

Web Widgets

PaperCut NG also provides web widgets that can be easily embedded within pages on your intranet site. These widgets work in a similarly to Google Web Gadgets or the Google Maps APIs. All that is required is to paste a few lines of HTML/JavaScript on your pages. There are two built-in web widgets that offer balance and environmental impact (and look identical to the Vista widgets above). However if the built-in widgets do not suit your needs you can create your own that better suit your site.

There are only two requirements to running web widgets on your intranet site:

  1. You require edit access to the intranet pages to add the required HTML/JavaScript.

  2. The username of the logged in user is required so the web widget knows whose details to load. This will usually require that users login to the intranet. When using a Microsoft Active Directory domain and Microsoft IIS web server the user is automatically logged in and their username is available.

The simplest way to get started with web widgets is to look at some examples. There are detailed and well commented examples available on the PaperCut NG server in the directory [app-path]/server/examples/webwidgets/examples.html. These examples should be used as a starting point to implement web widgets on your site.

The basic steps to adding a web widget to a page are:

  1. Add a <div> element to your page. The widget will be drawn within this tag. The div element must be given a unique ID.

  2. Include scripts into your page to load the widget and user data from the PaperCut NG.

  3. Edit the included script to set pcUsername to the logged in user.

  4. Edit the included script to set pcServerURL to base URL of the PaperCut NG server.

  5. Add some script to draw the built-in widgets to the page. You can use one of the built-in widgets, or create your own.