Kudos from We Got Served

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 add-in developers and names me specifically. Thats a nice touch that I appreciate. We Got Served is probably the largest Home Server user and developer community out there and a site I visit regulary.

Posted in Development, HomeServer, Technology | Tagged , , | 3 Comments

WHS File Manager Add-In updated to v1.0.1.0

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)
- Lots of bug fixes

I am now asking for feedback from the users about what further functions you would like to see in future versions.

Grab it from http://blog.paks.no/2009/03/29/whs-file-manager-add-in/

Posted in Development, HomeServer | Tagged , | Leave a comment

HP announces 2.5 Software Update for EX48x MediaSmart Servers

The new EX48x series MediaSmart servers from HP are already getting a software update. Today HP is announcing the upcoming release of a Software Update to the Windows Home Server powered EX485 and EX487 MediaSmart Server. The primary new features delivered in the 2.5 release are a Remote Video Streaming capability, a video conversion utility, and the HP iStream iPhone Application for remote media access. The update will also include several software enhancements and bug fixes. The 2.5 Software Update will be a free update to EX485/EX487 customers and will be available in late April.

Continue reading

Posted in HomeServer | Tagged , | Leave a comment

Another update for the WHS FileManager Add-In

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 exe files got same icon)
- Added support for sorting by clicking list headers
- Canceling a rename operation (clicking escape) does no longer give an error
- Changed default drag operation from move in 1.0.0.3 to copy.
- Removed a lot of the error messages and instead disable the command buttons when you have not selected and files.

Link to add-in
http://blog.paks.no/2009/03/29/whs-file-manager-add-in/

Posted in Development, HomeServer, Technology | Tagged , , , | Leave a comment

Petition to bring Pink Floyd to Spotify

I’ve started an experiment, an online petition to try to bring my favourite band Pink Floyd to my favorite music service Spotify. I’ve read about these massive Facebook groups that manages to perform real world actions. Since I’m not on (and have no desire to be on) Facebook  I decided to try out Petitions Online. So head over to http://www.petitiononline.com/pf2sptfy/ and sign that petition.

In reality I have not reals hopes, and without spending a lot of time promoting the petition I’ll be lucky to get half a dusin signatures, but hey, no harm in trying…

Posted in Uncategorized | Tagged , | 1 Comment

The long winded road of XAML

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, Google is my friend. Must be a whole lot of free software that does the trick. Well, either there aren’t or I’ve become really lousy at using Google.

What I did find however was a lot of people asking the same question on different forums and sites. The best solution I found was a two step method. First convert the PNG into SVG, and then convert the SVG into XAML.

For converting an image into SVG I came over a site called Vector Magic, they have a really good online flash based service with lots of options and preview capabilities. The downside is that they actualy cost money, but if you register you’ll get a couple of conversions for free.

So after a couple of minutes of tinkering with different options I ended up with a nice vector version of my PNG image in SVG format.

Back to Google to search for SVG to XAML. Again a nice online service, this time actually free and as a bonus written in Silverlight. XamlTune lets you paste in the SVG code and will convert and preview the resulting XAML.

So now I had a XAML version of my original image. The downside was that it was just a couple of endless PATH’s with x,y coordinates. I used a small eternity to find out where to cut the PATH’s into the figure’s various parts so that I could animate the right part or it.

Silverlight, XAML and Blend are all nice and fun, but if your design is all about photoshop and PNG then prepare for a lot of extra work :)

And what was this image all about? I can not tell you, if I did I’d have to kill you. Sorry.

Posted in Development, Ramblings, Technology | Tagged , , , | 1 Comment

Media Connect Configuration Add-In

Main screenThis 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 Home Server Console Tab and allows you to allow and block access from your home server to various media devices in the home – an Xbox 360 for example.

Released: 2009-04-28
Version: 1.0.0.2

Continue reading

Posted in Development, HomeServer | Tagged , , | 13 Comments

WHS FileManager updated

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.

Posted in Development, HomeServer | Tagged , | 1 Comment

WHS File Manager Add-In

WHS File Manager Add-In

4143 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 locally from your server.

Use command buttons in the middle to copy, move or delete files. Or you can drag and drop files and folders from one side to the other.
Continue reading

Posted in Development, HomeServer | Tagged , , , | 31 Comments

Silverlight 3

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.

Posted in Development, Technology | Tagged , , , | Leave a comment