<?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>devgrind &#187; tools</title>
	<atom:link href="http://devgrind.com/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Fri, 04 Nov 2011 10:42:59 +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>MS Project and Word</title>
		<link>http://devgrind.com/2007/03/12/ms-project-and-word/</link>
		<comments>http://devgrind.com/2007/03/12/ms-project-and-word/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 15:34:34 +0000</pubDate>
		<dc:creator>Arne</dc:creator>
				<category><![CDATA[organization]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://devgrind.com/2007/03/12/ms-project-and-word/</guid>
		<description><![CDATA[A question to all the project managers and other folks concerned with project planning out there: How do you embed gantt charts taken from MS Project into a MS Word document? Sounds easy? Well, there are a few constraints that must be satisfied: It must be possible to rotate the chart &#8212; after embedding it [...]]]></description>
			<content:encoded><![CDATA[<p>A question to all the project managers and other folks concerned with project planning out there: How do you embed gantt charts taken from MS Project into a MS Word document? Sounds easy? Well, there are a few constraints that must be satisfied:</p>
<ul>
<li>It must be possible to rotate the chart &#8212; after embedding it or on the way.</li>
<li>The embedded chart must be resizable without quality loss, i.e. it must transformed into in some kind of vectorized form, or in very high resolution.</li>
<li>The Word file must be readable &#038; editable on machines where MS Project isn&#8217;t installed (in order to collaboratively edit a document).</li>
<li>The resulting Word document must not exceed a reasonable size, i.e. its okay for a document to gain a few MB by adding a one-page chart.</li>
<li>The process of converting/embedding must be reasonably simple so that it can be repeated iteratively, i.e. it shouldn&#8217;t take more than a fistful of steps.</li>
</ul>
<p>According to my personal experience, its an almost impossible job to do. After researching this problem and doing some tedious trial-and-error work for several hours, I found a way:</p>
<ul>
<li>print the chart as a high-quality PDF with embedded fonts using Adobe&#8217;s PDF driver</li>
<li>open the PDF in Acrobat</li>
<li>rotate</li>
<li>save as EPS</li>
<li>insert the EPS into the Word doc</li>
</ul>
<p>This works &#8212; if I perform these steps on my colleague&#8217;s machine. I tried this on my machine, but it won&#8217;t work. Exporting from Acrobat as Word doc works sometimes, but shows rather indeterministic behavior and sometimes leads to a mangled mess. Other approaches, such as going via WMF, EMF or directly embedding the MPP as an object, failed right away.<br />
I assume there is an easier way to do this which works on any machine (with the necessary software) &#8212; any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2007/03/12/ms-project-and-word/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I hate wizards</title>
		<link>http://devgrind.com/2007/03/05/i-hate-wizards/</link>
		<comments>http://devgrind.com/2007/03/05/i-hate-wizards/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 09:27:15 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://devgrind.com/2007/03/05/i-hate-wizards/</guid>
		<description><![CDATA[As I am frequently working with Eclipse, I often stumble upon wizards &#8211; small dialog windows, which promise to ease my daily developer&#8217;s grind (pun intended). Let me state one thing &#8211; I loathe wizards. For example, I had a Java class which I wanted to create a web service from. No problem, I thought, [...]]]></description>
			<content:encoded><![CDATA[<p>As I am frequently working with <a href="http://www.eclipse.org/">Eclipse</a>, I often stumble upon wizards &#8211; small dialog windows, which promise to ease my daily developer&#8217;s grind (pun intended). Let me state one thing &#8211; I loathe wizards.</p>
<p>For example, I had a Java class which I wanted to create a web service from. No problem, I thought, the <a href="http://www.eclipse.org/webtools/wst/main.php">Web Standard Tools</a> in Eclipse have a wizard for that. Next time, I will do it by hand, because of several problems:</p>
<ul>
<li>That specific wizard crashed in about two of three times I ran it</li>
<li>When it ran through, the wizard left me with a feeling that I had not learned anything about the process of creating a web service from a Java class. The only things I learned is to use some voodoo and guessing for which values I had to fill in the wizard&#8217;s forms.</li>
<li>The wizard did not tell me in advance which generated source code it would overwrite. So at first run, some of my troublesome hand-coded classes were overwritten. Thank God for version control.</li>
</ul>
<p>As a conclusion, I tend to use wizards only when I &#8230;</p>
<ol>
<li>&#8230; am sure that the wizard solves a problem faster than (and in the same way as) I could write the code by hand.</li>
<li>&#8230; have a rough idea of what the wizard is doing under the hood.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://devgrind.com/2007/03/05/i-hate-wizards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

