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 ).
Vista Sidebar Gadgets
Vista Sidebar Gadgets
Website: https://joscor.com
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: Vista Sidebar Gadgets
Cool ! .
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Vista Sidebar Gadgets
I hope you fixed the bug in the Ping utility
Good work, can't wait to see the next bunch of stuffs!
Good work, can't wait to see the next bunch of stuffs!
Re: Vista Sidebar Gadgets
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.
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.
Website: https://joscor.com