Page 1 of 1

Vista Sidebar Gadgets

Posted: Sun Mar 15, 2009 10:48 am
by 01000101
hey, I recently started programming a few things that I could post online to allow people to see what I've done (both related and not-related to OS development).

I thought about what would be a practical thing to make that wouldn't consume *too* much time so I turned to the Vista Sidebar. I made a small gadget that pings a user-specified hostname/IP in 2 second intervals (high time as I didn't want slower networks to feel it until I added support for user-specified intervals) to see if the remote host is reachable.

For those of you that don't know, gadgets are made using some XML, HTML, and scripting languages (JavaScript/VBScript/C#) and are packed in a compressed file and renamed as *.gadget. I would have figured gadgets would have been compiled using a HLL or something along those lines.

Anyways, I wanted to see if I could get some feedback about my first gadget to see if there are any major flaws and maybe later improve upon it. The site is here if anyone is interested in checking it out.

It works fine on all (4) of my own computers running Vista.

I may make another gadget sometime, it was a fun experience that really didn't require much time and/or effort but quickly produced results (exactly the opposite of OS development :D ).

Re: Vista Sidebar Gadgets

Posted: Sun Mar 15, 2009 12:46 pm
by DeletedAccount
Cool ! . :D

Re: Vista Sidebar Gadgets

Posted: Sun Mar 15, 2009 1:53 pm
by Troy Martin
I hope you fixed the bug in the Ping utility :)

Good work, can't wait to see the next bunch of stuffs!

Re: Vista Sidebar Gadgets

Posted: Sun Mar 15, 2009 2:21 pm
by 01000101
I *think* I did, but I was never able to replicate it locally.

I reduced the time it takes to perform the actual pings so hopefully that did it. I plan on making another release of it sometime soon with some more functionality.