<?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>Geek Rant dot org &#187; MS-Office</title>
	<atom:link href="http://www.geekrant.org/category/applications/ms-office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekrant.org</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 03:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Powerpoint file sizes</title>
		<link>http://www.geekrant.org/2010/07/09/powerpoint-file-sizes/</link>
		<comments>http://www.geekrant.org/2010/07/09/powerpoint-file-sizes/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 07:43:21 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Compression]]></category>
		<category><![CDATA[Powerpoint]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[PPT]]></category>
		<category><![CDATA[PPTX]]></category>

		<guid isPermaLink="false">http://www.geekrant.org/?p=1780</guid>
		<description><![CDATA[Was dealing with a big Powerpoint presentation (PPT) file. In the older PPT format, 6063 Kb. When zipped, 4826 Kb. Not a bad saving given the number of pictures in it. Here&#8217;s the interesting thing: in PPTX format: 3293 Kb. Remembering that PPTX and other Office Open XML formats (DOCX, XLSX etc) do their compression [...]]]></description>
			<content:encoded><![CDATA[<p>Was dealing with a big <a href="http://en.wikipedia.org/wiki/Microsoft_PowerPoint">Powerpoint</a> presentation (PPT) file.</p>
<p>In the older PPT format, 6063 Kb.</p>
<p>When zipped, 4826 Kb. Not a bad saving given the number of pictures in it.</p>
<p>Here&#8217;s the interesting thing: in PPTX format: 3293 Kb.</p>
<p>Remembering that PPTX and other <a href="http://en.wikipedia.org/wiki/Office_Open_XML">Office Open XML formats</a> (DOCX, XLSX etc) do their compression on the file as a whole, not the individual componenets, so this is an interesting result.</p>
<p>Perhaps the old binary format is inherently less efficient/compressible than the new XML format.</p>
<p>Mind you, another big PPT I tried it with didn&#8217;t compress down as much; the PPTX was about the same size as the ZIPped PPT, so it obviously depends on the exact content</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekrant.org/2010/07/09/powerpoint-file-sizes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outlook&#8217;s HTML message bloat</title>
		<link>http://www.geekrant.org/2010/06/03/outlook-bloat/</link>
		<comments>http://www.geekrant.org/2010/06/03/outlook-bloat/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 07:40:18 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[plain text]]></category>

		<guid isPermaLink="false">http://www.geekrant.org/?p=1710</guid>
		<description><![CDATA[I was cleaning up my work mail, which is in Outlook using Exchange. I was staggered to see a relatively short email taking an inordinate amount of space. Copied the text including headers to a text editor. It was 6300 bytes. But Outlook claimed it was taking 485 Kb &#8212; some 76 times the amount [...]]]></description>
			<content:encoded><![CDATA[<p>I was cleaning up my work mail, which is in Outlook using Exchange. I was staggered to see a relatively short email taking an inordinate amount of space.</p>
<p>Copied the text including headers to a text editor. It was 6300 bytes. But Outlook claimed it was taking 485 Kb &#8212; some 76 times the amount of text.</p>
<p>How can this be?</p>
<p>The message was in HTML format. Ah&#8230; Microsoft-generated HTML, a receipe for bloat. It seems particularly bad when the message contains a whole email trail.</p>
<p>So, using Outlook&#8217;s very handy Edit Message function (I&#8217;m surprised it&#8217;s not abused more often), I changed it to Plain Text. It&#8217;s not as if anything in there relied on the HTML in order to be legible.</p>
<p>Switcheroo, save, presto! 17 Kb. Not 6, but not 485 either. Much better.</p>
<p>Shame there isn&#8217;t an option to clean up MS HTML.</p>
<p>Another thing one can do is <a href="http://www.geekrant.org/2008/04/22/compress-outlook-attachments/">zip the attachments</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekrant.org/2010/06/03/outlook-bloat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tables: MS Word vs CSS</title>
		<link>http://www.geekrant.org/2010/02/17/tables-word-vs-css/</link>
		<comments>http://www.geekrant.org/2010/02/17/tables-word-vs-css/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 07:21:04 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[HTML-CSS]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.geekrant.org/?p=1508</guid>
		<description><![CDATA[Here&#8217;s why I like CSS. Here&#8217;s a table created in Microsoft Word and pasted into a CMS: &#60;table border="1" cellspacing="0" cellpadding="0" class="MsoNormalTable" style="border-collapse: collapse; border: medium none"&#62;&#60;tbody&#62;&#60;tr&#62;&#60;td width="64" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: windowtext 2.25pt solid; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; border-left: #f0f0f0; width: 47.65pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s why I like CSS.</p>
<p><a href="http://home.messagexchange.com/en/node/31">Here&#8217;s a table</a> created in Microsoft Word and pasted into a CMS:</p>
<blockquote><p><code><br />
&lt;table border="1" cellspacing="0" cellpadding="0" class="MsoNormalTable" style="border-collapse: collapse; border: medium none"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="64" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: windowtext 2.25pt solid; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; border-left: #f0f0f0; width: 47.65pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial"&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td width="170" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: windowtext 2.25pt solid; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; border-left: #f0f0f0; width: 127.85pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial"&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Description&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: windowtext 2.25pt solid; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; border-left: #f0f0f0; width: 250.95pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial"&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style="height: 36.85pt; page-break-inside: avoid"&gt;&lt;td rowspan="7" width="64" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; width: 47.65pt; padding-top: 0cm; height: 36.85pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Benefits&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; height: 36.85pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Low Total Cost of Ownership (TCO)&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; height: 36.85pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;No up-front hardware or software costs&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Significantly less work effort to set-up a B2B integration solution since it involves&amp;nbsp;mostly configuration tasks rather than programming&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Free use of online development interface&amp;nbsp;for developers&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Data processing rates for usage&amp;nbsp;are world&amp;rsquo;s best&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Best Return on Investment (ROI)&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;ROI achieved sooner due to low up-front and on-going costs &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Optimizes work effort since tasks removed or simplified&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Higher ROI due to removal of costs&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Speed of Delivery&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Solutions delivered in days and weeks rather than months and years&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;No requirement to establish and maintain hardware and software&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Support for standards reduces need for specialists and training&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Control and Flexibility&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Developers have full control over tenancies, design data and administration&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Development can be done anywhere at anytime&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Guaranteed Service &lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Secure and reliable infrastructure &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Guaranteed service level&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Data-back-up and disaster recovery provided &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Market Leading Service&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; background-color: transparent; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Most advanced functionality&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;First remotely configurable Integration, BPM and BI service&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Wide support for industry standards and customizations&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="170" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 127.85pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Future Proof&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="padding-right: 5.4pt; padding-left: 5.4pt; background: #d8d8d8 0% 50%; padding-bottom: 0cm; width: 250.95pt; padding-top: 0cm; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; border: #f0f0f0"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Quarterly releases ensure up-to-date functionality &lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Upgrades are our responsibility&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width="64" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; background: #4bacc6 0% 50%; padding-bottom: 0cm; border-left: #f0f0f0; width: 47.65pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial"&gt;&lt;strong&gt;&lt;span style="color: white; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/td&gt;&lt;td width="170" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #f0f0f0; width: 127.85pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; background-color: transparent"&gt;&lt;span style="font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;&lt;font size="2"&gt;Expert Assistance&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;&lt;td width="335" valign="top" style="border-right: #f0f0f0; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0cm; border-left: #f0f0f0; width: 250.95pt; padding-top: 0cm; border-bottom: windowtext 2.25pt solid; background-color: transparent"&gt;&lt;p style="margin: 0cm 0cm 4pt" class="MsoBodyText"&gt;&lt;span style="font-size: 8pt; font-family: &amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;"&gt;Expertise and knowledge available for support, development, consulting and training&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;<br />
</code></p></blockquote>
<p>With a little CSS coding (held in an external file), it has become this:</p>
<blockquote><p><code><br />
&lt;table class="featuretable"&gt;<br />
&nbsp;&nbsp;&lt;tbody&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="ftop"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="ftop"&gt;Description&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="ftop"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;Benefits&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Low Total Cost of Ownership (TCO)&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;No up-front hardware or software<br />
costs&lt;br&gt;<br />
Significantly less work effort to set-up a B2B integration solution<br />
since it involves mostly configuration tasks rather than programming&lt;br&gt;<br />
Free use of online development interface for developers &lt;br&gt;<br />
Data processing rates for usage are world’s best&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;Best Return on Investment (ROI)&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;ROI achieved sooner due to low<br />
up-front and on-going costs&lt;br&gt;<br />
Optimizes work effort since tasks removed or simplified&lt;br&gt;<br />
Higher ROI due to removal of costs&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Speed of Delivery&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Solutions delivered in days and<br />
weeks rather than months and years&lt;br&gt;<br />
No requirement to establish and maintain hardware and software&lt;br&gt;<br />
Support for standards reduces need for specialists and training&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;Control and Flexibility&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;Developers have full control over<br />
tenancies, design data and administration&lt;br&gt;<br />
Development can be done anywhere at anytime&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Guaranteed Service&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Secure and reliable infrastructure&lt;br&gt;<br />
Guaranteed service level&lt;br&gt;<br />
Data-back-up and disaster recovery provided&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;Market Leading Service&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd1"&gt;Most advanced functionality&lt;br&gt;<br />
First remotely configurable Integration, BPM and BI service&lt;br&gt;<br />
Wide support for industry standards and customizations&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Future Proof&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Quarterly releases ensure up-to-date<br />
functionality&lt;br&gt;<br />
Upgrades are our responsibility&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fside"&gt;&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Expert Assistance&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class="fd0"&gt;Expertise and knowledge available<br />
for support, development, consulting and training&lt;/td&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<br />
&nbsp;&nbsp;&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
</code></p></blockquote>
<p>Old version: 12250 bytes.</p>
<p>New version: 2490 bytes + 605 bytes of CSS. And much more maintainable, and it&#8217;ll be easier to change the table styles later.</p>
<p>OK, the new looks slightly different to the old (this was on purpose to enlarge the fonts a bit), but jeez.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekrant.org/2010/02/17/tables-word-vs-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDF vs XPS</title>
		<link>http://www.geekrant.org/2009/10/06/pdf-vs-xps/</link>
		<comments>http://www.geekrant.org/2009/10/06/pdf-vs-xps/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 01:44:23 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[File formats]]></category>
		<category><![CDATA[MS-Office]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[XPS]]></category>

		<guid isPermaLink="false">http://www.geekrant.org/?p=1412</guid>
		<description><![CDATA[It appears that almost nobody except Microsoft themselves are publishing documents in XPS format. Not really surprising &#8212; why would anybody use it over PDF, for which readers are near-universally installed? Searching Google for XPS documents vs PDF documents:]]></description>
			<content:encoded><![CDATA[<p>It appears that almost nobody except <a href="http://technet.microsoft.com/en-au/bb821275.aspx">Microsoft themselves</a> are publishing documents in <a href="http://en.wikipedia.org/wiki/XML_Paper_Specification">XPS format</a>. Not really surprising &#8212; why would anybody use it over PDF, for which readers are near-universally installed?</p>
<p>Searching Google for <a href="http://www.google.com/search?hl=en&#038;lr=&#038;client=firefox-a&#038;rls=org.mozilla%3Aen-GB%3Aofficial&#038;hs=37w&#038;q=filetype%3Axps&#038;aq=f&#038;oq=&#038;aqi=">XPS documents</a> vs <a href="http://www.google.com/search?hl=en&#038;client=firefox-a&#038;rls=org.mozilla%3Aen-GB%3Aofficial&#038;hs=XSc&#038;as_q=&#038;as_epq=&#038;as_oq=&#038;as_eq=&#038;num=10&#038;lr=&#038;as_filetype=pdf&#038;ft=i&#038;as_sitesearch=&#038;as_qdr=all&#038;as_rights=&#038;as_occt=any&#038;cr=&#038;as_nlo=&#038;as_nhi=&#038;safe=images">PDF documents</a>:</p>
<p><img src="/files/2009/pdf-vs-xps.png" width="448" height="374" alt="Documents found by Google: PDF 292,000,000 XPS 20,700" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekrant.org/2009/10/06/pdf-vs-xps/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Office 2007: Menus and SP2</title>
		<link>http://www.geekrant.org/2009/04/17/office-2007-menus-and-sp2/</link>
		<comments>http://www.geekrant.org/2009/04/17/office-2007-menus-and-sp2/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 08:27:32 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
				<category><![CDATA[MS-Office]]></category>

		<guid isPermaLink="false">http://www.geekrant.org/?p=1236</guid>
		<description><![CDATA[Try as you might, you can&#8217;t get used to the Office 2007 ribbons, and you want the menus back? There have been a few paid solutions, but here&#8217;s a free one (for non-commercial use): UBitMenu (Corporate licence applies for business usage for &#8364;10 + &#8364;0.65 per user). It adds a Menu ribbon which has the [...]]]></description>
			<content:encoded><![CDATA[<p>Try as you might, you can&#8217;t get used to the Office 2007 ribbons, and you want the menus back?</p>
<p>There have been a few paid solutions, but here&#8217;s a free one (for non-commercial use): <a href="http://www.ubit.ch/software/ubitmenu-languages/">UBitMenu</a> (Corporate licence applies for business usage for &euro;10 + &euro;0.65 per user).</p>
<p>It adds a Menu ribbon which has the traditional menus, with extra items added for new Office 2007 functionality. Neato; I&#8217;ll be giving this a try pronto.</p>
<p>(<a href="http://news.office-watch.com/t/n.aspx?articleid=799&#038;zoneid=12">via Office Watch</a>)</p>
<p>By the way, Office 2007 SP2 is due out on April 28th&#8230; this <a href="http://blogs.technet.com/office_sustained_engineering/archive/2009/04/16/service-pack-2-for-the-2007-microsoft-office-system-due-to-ship-april-28th.aspx">MS blog article</a> previews some of the new features included. (via Malcolm)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekrant.org/2009/04/17/office-2007-menus-and-sp2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.geekrant.org @ 2010-09-03 06:41:22 -->