Entries in the ‘Development’ Category:
filed in Development, HomeServer, Technology on May.16, 2009
v1.1.0.0
- Fixed shortcut keys (F5, F6, F8 etc)
- Pattern matching for select and deselect of files
- New dialog for storage information and server uptime
- Revamped user interface to match the Home Server Console style
I’ve implemented the two top features you the users had voted for. Click to read more and download.
Tags: addins, Development, HomeServer
filed in Development on Apr.14, 2009
I often need to sort a generic list on some arbitrary property. After writing the code a couple of times I decided to make it more generic using generics and some reflection. Oh, I know that reflection if costly and this is not a good way to sort large lists, but I typically work with [...]
Tags: C#, code, generics, reflection, Source
filed in Development, HomeServer, Technology on Apr.14, 2009
My first release of the WHS File Manager add-in got a rather bad review from Jim Clark over at We Got Served. Well I’m not one to let a bad review keep me from doing what I like. So I continued development and released a couple of updates. Today Jim posted an appreciation to all [...]
Tags: Development, HomeServer, WGS
filed in Development, HomeServer on Apr.13, 2009
My WHS File Manager Add-In has gotten yet another public update and is now at v1.0.1.0.
New features:
- Support for removable storage (CD, DVD or USB disks that are not part of the storage pool)
- Support for opening files directly via the Home Server Console (files are opened on your local computer and not the server)
- [...]
Tags: addins, HomeServer
filed in Development, HomeServer, Technology on Apr.12, 2009
The WHS FileManager add-in just made version 1.0.0.5
Changes in this version
1.0.0.5
- Does no longer show printers as shares
- Made current location of each pane to stand out more (easier to see)
- Made each folder in pane path (above panes) clickable for easy access to
any parent folder
- Fixed problem with caching of exe file icons (all [...]
Tags: addins, Development, HomeServer, Tools
filed in Development, Ramblings, Technology on Apr.09, 2009
I was playing with Silverlight and Expression Blend trying to create a small animated figure to use in a project. I had the image in PNG format, but I needed it in XAML so I could animate parts of it.
Surely Blend would have an import from PNG option? Or convert PNG to XAML? Nope! Ok, [...]
Tags: Development, Silverlight, Tools, XAML
filed in Development, HomeServer on Apr.09, 2009
This add-in allows you to edit the settings for Microsoft’s media serving software, Media Connect, which comes bundled with Windows Home Server.
The configuration software is available in-box on HP’s MediaSmart Server or it can be downloaded from here if you have other brands of Home Server.
This add-in simply starts that configurator from within a Windows [...]
Tags: addins, Development, HomeServer
filed in Development, HomeServer on Apr.04, 2009
I’ve updated the WHS FileManager AddIn to v1.0.0.3. Improvements are support for drag and drop (hold CTRL down to copy, otherwise files are moved). Also support for renaming files and folder (select item to rename and press F2).
Read post for more information.
Tags: addins, HomeServer
filed in Development, HomeServer on Mar.29, 2009
1406 downloads
Released: 2009-05-16
Version: 1.1.1.0
This is a simple dual-pane file manager for the WHS management console. It allows you to safely copy, move and delete files on your home server. You can navigate all files shares on the server and any removable storage devices attached to the server. The latest version even lets you open/run files [...]
Tags: addins, Development, HomeServer, software
filed in Development, Technology on Mar.26, 2009
Microsoft has just released the first beta of Silverlight 3. I encourage you to check out Tim Heuer’s great guide to the new features.
Tags: .net, C#, code, Silverlight