Click here to Skip to main content
15,885,127 members
Articles / Programming Languages / Javascript

Windows 7 Sidebar Gadget - CodeProject Reputation Watcher

Rate me:
Please Sign up or sign in to vote.
4.94/5 (49 votes)
22 Mar 2011CPOL8 min read 136.8K   5.1K   80  
Windows 7 Gadget that scrapes your reputation points and graph, and tracks changes between updates
<?xml version="1.0" encoding="utf-8" ?>
<gadget>
  <name>CodeProject Gadget</name>
  <version>1.0.0.0</version>
  <author name="Dave Auld">
    <info url="http://www.dave-auld.net" />
    <logo src="images\bob.png" />
  </author>
  <copyright>&#169;2010 Dave Auld.</copyright>
  <description>CodeProject Windows Desktop Gadget</description>
  <icons>
    <icon height="48" width="48" src="images\bob48.png" />
  </icons>
  <hosts>
    <host name="sidebar">
      <base type="HTML" apiVersion="1.0.0" src="cpgadget.html" />
      <permissions>Full</permissions>
      <platform minPlatformVersion="1.0" />
      <defaultImage src="images\bob128.png" />
    </host>
  </hosts>
</gadget>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer
Scotland Scotland
I have been working in the Oil & Gas Industry for over 30 years now.

Core Discipline is Instrumentation and Control Systems.

Completed Bsc Honours Degree (B29 in Computing) with the Open University in 2012.

Currently, Offshore Installation Manager in the Al Shaheen oil field, which is located off the coast of Qatar. Prior to this, 25 years of North Sea Oil & Gas experience.

Comments and Discussions