Matthew's Code
Ajax, Javascript, .Net, Tips and Articles

Vista Sidebar Gadget

November 23, 2007 01:49 by hazlema

There is an observatory close to where I live called the "Mount Washington Observatory" (http://www.mountwashington.org/). It just so happens to be located on top of Mount Washington who would have thought it? Anyway, they post pictures every 15 minutes from the five different public cameras located across on the property. I thought it would be cool to make them into a Vista slideshow gadget, while adhering to bandwidth conservation. The images the gadget uses are pulled from a mirror site (I mirror them on this server, http://devclarity.com/MWO) so not to choke MWOs bandwidth. The images will cycle often (configurable) but will only be updated every 15 minutes, there is also a time each day where no new images will be processed (9pm to 3am, the cams have trouble seeing in the dark :-)).

Updates
Nov 26: Minor Bug Fixes

Credits
My friend Kirk for doing up the graphics and Mount Washington (of course) for posting the images in the first place.

Screenshot (It's dusk so the image is dark, you can zoom in by clicking on the image)

 

Download Link

MtWashington.gadget (70.96 kb)


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Backup Mover

November 12, 2007 02:02 by hazlema

You want to set up a incremental backup in Acronis to safeguard your data.  You tell Acronis to preform the incremental backups all week long, but you also want to preform a full backup on the first of the week.  Thats where Backup Mover works it's magic, Backup Mover will move your incremental backups to a time stamped subdirectory allowing acronis to preform another full backup.

Simply configure Backup Mover with it's configuration interface, and apply the generated settings to Acronis or whatever backup program you use.



Now your backups will be stored for 2 weeks and full backups will be preformed on saturdays!

Backup Mover is free software but requires .NET V2 runtime and is available in both 32 and 64 bit flavors.

Updates 11/12/07:
Event Log Logging (For Servers)
Sometimes delete directory failed, added new recursive delete.
 

Updates 11/14/2007:
Installer has been fixed to only check for installations of .NET v2

 

Backup Mover x86.zip (332.84 kb)

 
Backup Mover x64.zip (332.76 kb)


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: General | .Net
Actions: E-mail | Permalink | Comments (4) | Comment RSSRSS comment feed

Vista DHCP Patch

October 22, 2007 00:09 by hazlema

I installed Vista the other day only to find out the DHCP Broadcast was taken out of the default settings for the network interface.  As a result Vista couldn't find my Linksys router, to say the least I was annoyed.  I searched around and found the KB for the issue and wrote a quick little program to alter the registry.  (The reason I made it a program is I will be patching a bunch of machines and wanted an easy way to apply the patch.  And seeing as how the network interface guids are not the same from machine to machine I needed to use a sprinkle of logic).

You will need to run the patch as Administrator to allow access to the registry. After applying then reboot your machine and your network problems will have vanished.

You can always alter it maually or use this little timesaver:
VistaDHCPFix.zip (3.08 kb)  (Requires .NET 2) 

KB:
http://support.microsoft.com/kb/928233

 


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: General
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Clipboard Text Scrubber

September 21, 2007 21:43 by hazlema

When creating web pages for clients I am often asked to copy the exact verbage a client sends me in an Word Doc, PDF or yes even the worst, Powerpoint.  Copy and pasting the text from a fiormatted source can often cause issues and productivity slow downs, I often need to spend time stripping the formatting from the text that I copied.  Well enough is enough, I found this program a few months ago and use it all the time to strip the excess formatting from my copy and paste operations.  Just start it up, land forget about it (it runs silently in the background scrubbing your clipboard when ever it has new data on it).  I highly recommend this program.

Homepage: 
http://www.binaryfortress.com/clipboard-text-scrubber/

Download Link:
http://www.binaryfortress.com/Files/ClipboardTextScrubber/Clipboard_Text_Scrubber.exe

Clipboard Scrubber


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags:
Categories: General
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Drive Monitor

September 21, 2007 09:58 by hazlema

Ever want to monitor your server(s) or your capture box(s) drive space from your desktop?  Drive Monitor monitors drives on remote machines! Simply install the server on the machine you want to monitor and use the "Add Computer" button to start the monitoring process. (So easy a group highly trained monkeys working in tandem could do it!)

Supported Features

  • Remote Monitoring
  • Unlimited monitor sources
  • Multi-Threaded monitoring
  • Threshold Alarms / Alerts
  • View as Kilobytes, Megabytes, Gigabytes or Terabytes.
  • Special "Media Box Features" (View record hours left)
  • Each drive can have a diffrent view setting and a different threshold.

 

Requires the .Net v2 library be installed on the server(s) and the client(s) machines. This product is in the final stages of development, from there we proceed with the testing phase. If you are interested in becoming a tester please drop me an email, you can use the Contact feature of this blog.


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , ,
Categories: General | .Net | Files
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed

Mad Clickr (Simon) in Adobe Air

September 21, 2007 06:28 by hazlema

Adobe Air is a way to run web applications on your desktop while proving a means, for the web developer, to control the local system (Play sounds, write to files etc).  Anyway I wanted to give this new gadget a try, I have to say I wasn't impressed with the technology.  I have been writing web applications for desktop use long before Adobe Air, and while Air does give you access to some areas of the system a web app would not normally have I didn't find it to be an earth shattering development like Adobe would have you think.

Anyway, I wrote this Simon like game to give the technology a spin.  By no means is this a great game mind you (it even looks a little cheesy, like it belongs in the 70's [doh]).  But without further adue here is Mad Clickr.  (If nothing more you can take it apart and look at the JS)

Download MadClickr.air (811.31 kb) (Requires the Adobe Air Runtime)

 

 

 


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: ,
Categories: General | Air | Javascript
Actions: E-mail | Permalink | Comments (0) | Comment RSSRSS comment feed