Vista Sidebar Gadgets

Programming, for all ages and all languages.
Post Reply
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Vista Sidebar Gadgets

Post 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 ).
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Re: Vista Sidebar Gadgets

Post by DeletedAccount »

Cool ! . :D
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: Vista Sidebar Gadgets

Post 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!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: Vista Sidebar Gadgets

Post 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.
Post Reply