Monday, September 28, 2009

Embedding Google Reader into Outlook

Today was I talking with Cody from EFluxDesign (A web design and search optimization company) about using RSS to follow different blogs for education, pleasure or whatever you follow blogs for.

While Cody only has one PC that he uses, following RSS feeds in Blogs is as simple as adding it to Internet Explorer, and then Outlook automatically picks those up and they show up right in the familiar Outlook interface. 

However, when using multiple PCs, you can find yourself reading the same blog post PC after PC after PC.  Google’s answer to this (I haven’t found one that’s run by Microsoft yet, suggestions?) is Google Reader.  Simply add the RSS feed into the reader and you have a simplified view.

The best part of it, is you don’t have to abandon Outlook.  You can have the Google Reader appear right inside of Outlook, here’s how:

  1. Open Outlook and right-click on the RSS Feeds folder and choose Properties. image
  2. On the Home Page tab, choose to Show home page by default for this folder and change the address to: http://www.Google.com/reader/

 image 

Now when you simply click on the RSS feeds link, Google Reader will show up in this list and you can take advantage of only reading blogs once/PC, and all the data about what you read as well.  If you’re using Exchange 2007 or greater as a back-end, this setting will replicate around all of your PCs as well!

Tuesday, September 22, 2009

Spotted! On Microspotting

Sean slaving away in his office. Not shown: his coworker Chico.

Recently I’ve been talking to Ariel Stallings who works at Microsoft and realized that many preconceptions about Microsoft weren’t quite right.  As a result, she’s made it her mission to meet as many ‘softies as she can and post about them up on her Microspotting blog.

This morning Ariel decided to feature me on her blog, as well as my crazy Chinhuahua, Chico.  If you’re interested, you can read more about my interesting working environment at Microsoft.

Click here to read the article.

And click around if you’re interested in learning about other ‘softies who make the products you love!

Thursday, September 10, 2009

How to Add more Playlists to the HP EX485 MediaSmart Server’s Web Streaming Application

One of the most frustrating things for me when I first used my EX 485 HP MediaSmart server’s web-streaming application for my music was my playlists that I have in the Zune software don’t automatically appear here.

In fact, I couldn’t get them to appear at all!  I dropped them into the music share, I made new ones with Windows Media Player, both .wpl and .m3u and they still didn’t appear in the list.  Well, I finally figured it out and I wanted to share exactly what I did so I don’t forget, and in hopes that someone else might benefit from the same (wasting a little less time!).  If you have a simpler way, I’d love to hear it.  Comments are open!

Let’s say I want to move my “Favourite Albums” playlist.  Here is how I did it:

  1. Browse using Windows Explorer to the location of your playlists.  They are “.zpl” files.  If you aren’t sure where this is, in the Zune software click Settings and then select Collection. Look at your music folders for where it might be stored.
  2. Once you’ve found the .zpl file, copy it to a new location like your Desktop.  This can be an auto-playlist, or a made playlist, it doesn’t matter.
  3. We’re going to need to change the extension on the file to one that Windows Media Player will read.  So if you haven’t already you’ll need to show the file extensions in Windows by using a Windows Explorer Window. 
    1. Press Win+E to open Explorer
    2. Press Alt to activate the menu
    3. Under Tools select Folder Options.
    4. Under the View tab, uncheck Hide Extensions for known file types.  (you can un-check this again after your finished if you don’t like the extensions showing)
    5. Click OK and close Windows Explorer.  You will notice your Zune playlist will now be <name>.zpl .
  4. Rename the file either by slow-clicking or pressing F2. Select the .zpl extension and change it to .wpl . 
  5. Click Yes on the dialog that warns you about changing the extension. Notice the icon will change to one that is recognized by Windows Media Player.
  6. Double click the playlist, and it should open in Windows Media Player.  I’m using Windows 7, so these steps will be for that version of Windows Media Player
  7. Click the icon to drop the player into library mode.  I circled it in red for you:
  8. Before we save the playlist, we have to remember that the HP MediaSmart streamer has a limit of 500 songs in a playlist.  Windows Media Player will tell you how many songs are in your playlist at the bottom of the “Now Playing” list.  Make sure this is < 500 before you continue.
  9. Now we need to save the list as a .m3u file.  Again press the ALT key to activate the menu, and hover over File and click on Save Now Playing List As…
  10. Choose the same location, the Desktop, just to keep things easy.  Then drop the Save as type box down and choose the .m3u one:
  11. Change the extension on the file name to .m3u and save the file:

Now we’ve got a .m3u file.  All of the above steps are to convert from either a .zpl file or a .wpl file as you see fit.  If you already have .m3u files, those steps can be skipped.

Now, as I mentioned above.  I dropped custom .m3u file into the music folder before, and it didn’t work.  The challenge here, is since the streaming app is running in the context of IIS, it’s access to the folders on the server is limited.  If you opened the .m3u file in notepad, you'd see that each music file’s location is referenced as “\\HPSERVER\Music\<Path to song>” .  IIS doesn’t have access to this.  So we need to reference from the directory that the playlist is going to be stored in.  I keep my playlists at the root of the Music directory, so we’ll do it this way.

To make the playlist readable by the Streaming application, we need to change the path to the file location:

  1. Open Notepad on your computer.  I use Start, then Run, and type Notepad and press Enter
  2. Drop the .m3u playlist you created into the notepad window using the mouse, you’ll see it has the path to the file as mentioned above:
  3. Click Edit and then Replace.
  4. In the "Find what:" box type in \\hpserver\music\ , in the Replace with: box type .\
    1. .\ is a reference to the location of the playlist file of where you will place it on the server.  If you plan to put it in a folder such as \\hpserver\music\playlists, then you should use ..\ instead.  the period references the current directory, two periods represent one directory higher, three periods are 2 directories higher, etc. 
    2. Don’t forget the \ at the end of each item, otherwise you may build an invalid path to the music file!
  5. Click Replace All and the file should change to look more like this:
  6. Save the file now using the File and Save menu in Notepad, then close Notepad.

Now we have a perfect .m3u file that won’t work from a client inside your network, but it WILL work from inside the media streaming web UI.  As the final step:

  1. Copy the .m3u doctored file over to \\hpserver\music.
  2. Log into your media streamer
  3. Enjoy your familiar playlist from the Zune software, or any other application you use to create playlists.
    1. You may have to wait for the TwonkyMedia server to recognize the new playlist and show it in the UI
    2. Finally, the TwonkyMedia add-in periodically tests for new playlists, so it might not appear for a while.  The first one I did appeared in 10 minutes, the second one took a few hours.

Phew.  I think I broke a sweat on this one.  It’s not pretty, but it works, I now have my familiar playlists on my EX485 HP MediaSmart server, available for media streaming. 

I do want to ask, does anyone know a better way to do this?  I’d love to have Zune automatic playlists automatically update on the HP MediaSmart server, but this is just a huge process to try to automate.

OEMs ratchet up the competition with SBS 2008!

2487423236_9bc5fbb705_o[1]

it’s unusual for me to talk about prices and stuff on this blog.  But I wanted to call out some new competition in the market, get you thinking about buying from an OEM (Original Equipment Manufacturer).  When you’re purchasing Windows Small Business Server 2008, it’s always good to at least consider one of the major OEMs that offer it as a package with the hardware, such as Dell or HP.  Both of them are offering a bundle for as little as $1,299.  I’m sure some of you with bigger businesses will opt for some more beefy hardware, but that’s at least an amazing starting point.

The Official SBS Blog has some more information on these prices and why you should consider SBS 2008.

Tuesday, September 01, 2009

How to Make a Shortcut Always Launch as Administrator / UAC

Windows 7

Since the User Account Control (UAC) was introduced in Vista, and improved in Windows 7 I’ve been looking for ways to optimize ways around it, while still being able to keep it on for safety sake.  This is shown by my previous post on how to always launch a program as elevated

With Windows 7, there is a super fast way to do this.  I use the command prompt a lot, probably because I’m always looking at IP addresses, routes and other networking items that are just easier for me to do in a command prompt.  As you probably know, I use AutoHotKey to make Win+C open a Command prompt window for me, but that only opens it in non-administration mode.

On the Start Menu, I have another command prompt that opens in Administrator mode.  To do this do the following:

  1. Right-Click on the item you want to always launch as administrator, and go to properties.
  2. On the Shortcut tab, click on Advanced.
  3. Check the Run as Administrator check box Run as Administrator

Now each time you click on this link, the shortcut will always launch under administration mode, and you no longer need to right-click and choose run as administrator, which is far more clicks!