<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Office Monkey &#187; software</title>
	<atom:link href="http://www.office-monkey.com/tag/software/feed/?http://www.office-monkey.com:80/office-monkey/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.office-monkey.com</link>
	<description>Everybody needs some monkey sometime...</description>
	<lastBuildDate>Sat, 30 Jul 2011 05:14:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>What do you want your Server do?</title>
		<link>http://www.office-monkey.com/2008/08/23/what-do-you-want-your-server-do/</link>
		<comments>http://www.office-monkey.com/2008/08/23/what-do-you-want-your-server-do/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 02:46:01 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Creating]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.office-monkey.com/?p=407</guid>
		<description><![CDATA[Partially as a learning exercise, and partially because I&#8217;m a money grubbing greedy bastard, I&#8217;m trying to come up with a clever extension to Microsoft Windows Home Server. Unfortunately, I already had pretty much everything I needed on the base installation; I had originally installed it purely to have a system I could hook up [...]]]></description>
			<content:encoded><![CDATA[<p>Partially as a learning exercise, and partially because I&#8217;m a money grubbing greedy bastard, I&#8217;m trying to come up with a clever extension to Microsoft Windows Home Server.</p>
<p>Unfortunately, I already had pretty much everything I needed on the base installation; I had originally installed it purely to have a system I could hook up my parallel printer to. It already supports remote desktop to systems within your local network, as well as remote access to files on the server via secured login. Heck, it even provides dynamic DNS service, complete with chained certificates for secured access. Nice, huh?</p>
<p>I figure most people out there do NOT have WHS installed. Probably have no need for it. So, why don&#8217;t you let me know what would make you want a Windows Home Server? If you have one, what feature do you wish it had? If you could have your own personal secured web server, what do you really wish you could do on it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.office-monkey.com/2008/08/23/what-do-you-want-your-server-do/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DAM Software: Expression Media 2</title>
		<link>http://www.office-monkey.com/2008/07/12/dam-software-expression-media-2/</link>
		<comments>http://www.office-monkey.com/2008/07/12/dam-software-expression-media-2/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 19:36:27 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Creating]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.office-monkey.com/?p=252</guid>
		<description><![CDATA[I didn&#8217;t know I needed any DAM software. I really didn&#8217;t. Maybe I should have caught on due to my twenty five THOUSAND mostly unsorted digital pictures. I&#8217;ve briefly monkeyed around, and looked around, to see what people are using to sort their pictures. At the moment I&#8217;m using Microsoft Expression Media 2, formerly IView [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t know I needed any DAM software. I really didn&#8217;t. Maybe I should have caught on due to my twenty five THOUSAND mostly unsorted digital pictures. I&#8217;ve briefly monkeyed around, and looked around, to see what people are using to sort their pictures. At the moment I&#8217;m using Microsoft Expression Media 2, formerly IView Media Pro. Due to Jonathan&#8217;s prompting, I&#8217;ve just taken a quick look at Adobe Lightroom (the beta of version 2), and have decided to stick with EM2.<br />
<span id="more-252"></span><br />
Professionals need Digital Asset Management software. I&#8217;m not a professional. My largest desire is to move some of the&#8230; less desirable images onto DVD+/-Rs to free up hard drive space, as well as to make backups of all my photos so that I can do anything resembling touchups. Windows Live Photo Gallery, as much as I enjoy using it to tag my pictures on import, is pretty useless in this regard.</p>
<p>If you want a good offline story, you&#8217;re pretty much stuck with DAM. There are a variety, and I randomly started with Expression Media &#8212; I got an excellent deal on it, so it made sense. I imported my pictures in version 1, and was frustrated when all the tags I had so painfully created in Windows Photo Gallery on XP, and then Vista, and then later Windows Live Photo Gallery, weren&#8217;t imported. SO I WROTE A SCRIPT. Expression Media, while not having the nicest developer experience, still provides a script-friendly API.<br />
<code>Set app = CreateObject("ExpressionMedia.Application")<br />
Set tagx = CreateObject("XMPTagExtractor.TagExtractor")<br />
For Each mediaItem In app.ActiveCatalog.Selection<br />
    tags = tagx.GetTags(mediaItem.Path)<br />
    mediaItem.Annotations.Keywords = Left(tags, Len(tags) - 1)<br />
Next</code><br />
Admittedly, I had to write a COM wrapper for the Vista-provided XMP library, but still. I was able to extract my information, and get it into Expression Media.</p>
<p>In the last week, while at work, I&#8217;ve gone through and added hierarchical keywords to almost all of my 25,000 files. The depth varies &#8212; in some pictures, I have every person tagged appropriately. In others, well, I identify where the picture was taken. Take what you can get. For the first time, however, I feel like I&#8217;m catching up with my four-year-old backlog. I still have to back everything up, but I have most of the pictures adequately keyworded such that I can find them again.</p>
<p>There are elements I really like about what I&#8217;ve figured out in Expression Media 2. I do appreciate that I filed a bug on my keywords not being imported, and it turned out that they didn&#8217;t handle one of Windows XP Photo Gallery&#8217;s tag mechanisms &#8212; and should be fixed in the next service pack. I can now round trip all my keywords in and out of the target files. I&#8217;ll be moving my pictures off my hard drive shortly, and look forward to using the fast sorting mechanisms to identify pictures I want to spend more time on.</p>
<p>However, there are a couple of items that I wish were just a bit more accessible &#8212; any photo editing needs to be done elsewhere. There are tools present, but it&#8217;s not worth my time to try to figure out how to use them, so I just load the pictures externally. The most painful place where this is necessary is in rotating photos. I still need to find a good workflow to correct pictures I didn&#8217;t take in a default landscape orientation.</p>
<p>Adobe Lightroom handles that portion of the task far better than Expression Media 2 does &#8212; all the editing tools are immediately available. Unfortunately, it&#8217;s slow as hell and a memory hog, but I&#8217;ll go into that on another occasion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.office-monkey.com/2008/07/12/dam-software-expression-media-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I just found a reason to upgrade to Vista</title>
		<link>http://www.office-monkey.com/2007/01/15/i-just-found-a-reason-to-upgrade-to-vista/</link>
		<comments>http://www.office-monkey.com/2007/01/15/i-just-found-a-reason-to-upgrade-to-vista/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:58:43 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.office-monkey.com/2007/01/15/i-just-found-a-reason-to-upgrade-to-vista/</guid>
		<description><![CDATA[I hadn&#8217;t had a compelling reason to upgrade to Vista yet. My home PC is running Vista RC2; my mail machine at work is running Vista, and provided me with the first reason I&#8217;ve had yet to upgrade to Windows Vista. I went to the Windows Update in Control Panel, and saw I had two [...]]]></description>
			<content:encoded><![CDATA[<p>I hadn&#8217;t had a compelling reason to upgrade to Vista yet. My home PC is running Vista RC2; my mail machine at work is running Vista, and provided me with the first reason I&#8217;ve had yet to upgrade to Windows Vista.</p>
<p>I went to the Windows Update in Control Panel, and saw I had two updates to install. There was one update for my ATI graphics card, and one for my LCD monitor. I chose to install them, figuring I could restart after finishing the install. So I updated both my LCD driver, and my graphics drivers.</p>
<p>My screen defaulted back to an old color and resolution, then switched back to my normal configuration. All of this happened automatically. WITHOUT RESTARTING.</p>
<p>Read that again people: my video card drivers were replaced while the system was still running.</p>
<p>I&#8217;m installing Vista as soon as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.office-monkey.com/2007/01/15/i-just-found-a-reason-to-upgrade-to-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

