<?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"
	>

<channel>
	<title>Standards and Tech meeting point</title>
	<atom:link href="http://blogs.chable.net/julien/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.chable.net/julien</link>
	<description>Julien Chable's Technical Blog</description>
	<pubDate>Sun, 26 Jul 2009 14:14:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>PowerTools for Open XML v1.1 now available</title>
		<link>http://blogs.chable.net/julien/2009/03/19/powertools-for-open-xml-v11-now-available/</link>
		<comments>http://blogs.chable.net/julien/2009/03/19/powertools-for-open-xml-v11-now-available/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 00:04:18 +0000</pubDate>
		<dc:creator>julien</dc:creator>
		
		<category><![CDATA[Open XML]]></category>

		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[PowerTools]]></category>

		<guid isPermaLink="false">http://blogs.chable.net/julien/2009/03/19/powertools-for-open-xml-v11-now-available/</guid>
		<description><![CDATA[Combining the technologies of PowerShell and Open XML, PowerTools for Open XML is a powerful and convenient way to do server-side document processing. By using PowerTools in you own PS scripts you can manage and generate Word and Excel documents !
PowerTools was already available for several months but Eric White and some talented guys worked [...]]]></description>
			<content:encoded><![CDATA[<p>Combining the technologies of PowerShell and Open XML, <a href="http://powertools.codeplex.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/powertools.codeplex.com');" target="_blank">PowerTools for Open XML</a> is a powerful and convenient way to do server-side document processing. By using PowerTools in you own PS scripts you can manage and generate Word and Excel documents !</p>
<p>PowerTools was already available for several months but <a href="http://blogs.msdn.com/ericwhite/" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');" target="_blank">Eric White</a> and some talented guys worked hard to bring you PowerTools for Open XML v1.1 with two new cmdlets. Thanks to Bob McClellan and people at Staff Dot Net !</p>
<p>Here’s the newly available cmdlets in PowerTools for Open XML 1.1:</p>
<ul>
<li>Merge-OpenXmlDocument : this cmdlet is great, it merge multiple source documents into a new document, remove Paragraphs, move Styles and Fonts to a merged document,</li>
<li>Select-OpenXmlString : this cmdlet can split a document into multiple documents, extract text of a document and  find documents.</li>
</ul>
<p>To use PowerTool, you need to install the assembly before :</p>
<ul>
<li>32-bits system :
<ul>
<li>Install : c:\windows\Microsoft.NET\Framework\v2.0.50727\installutil.exe OpenXml.PowerTools.dll</li>
<li>Uninstall : c:\windows\Microsoft.NET\Framework\v2.0.50727\installutil.exe -u OpenXml.PowerTools.dll</li>
</ul>
</li>
<li>64-bits system :
<ul>
<li>Install : c:\windows\Microsoft.NET\Framework64\v2.0.50727\installutil.exe OpenXml.PowerTools.dll</li>
<li>Uninstall : c:\windows\Microsoft.NET\Framework64\v2.0.50727\installutil.exe -u OpenXml.PowerTools.dll</li>
</ul>
</li>
</ul>
<p>You can find the <a href="http://powertools.codeplex.com/SourceControl/ListDownloadableCommits.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/powertools.codeplex.com');" target="_blank">source code on Codeplex</a> and the binaries here (<a href="http://blogs.chable.net/julien/files/2009/04/powertoolsforopenxml-x86.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblogs./julien/files/2009/04/powertoolsforopenxml-x86.zip');">x86</a> and <a href="http://blogs.chable.net/julien/files/2009/04/powertoolsforopenxml-x64.zip" onclick="javascript:pageTracker._trackPageview('/downloadsblogs./julien/files/2009/04/powertoolsforopenxml-x64.zip');">x64</a>). I hope that my installers will be ready soon - still need some additional tests - to make them available on this page as well. Stay tuned !</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.chable.net/julien/2009/03/19/powertools-for-open-xml-v11-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enable iPhone sync for Google Apps users</title>
		<link>http://blogs.chable.net/julien/2009/02/18/enable-iphone-sync-for-google-apps-users/</link>
		<comments>http://blogs.chable.net/julien/2009/02/18/enable-iphone-sync-for-google-apps-users/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 23:02:19 +0000</pubDate>
		<dc:creator>julien</dc:creator>
		
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://blogs.chable.net/julien/2009/02/18/enable-iphone-sync-for-google-apps-users/</guid>
		<description><![CDATA[If like me you own an iPhone as well as Google Apps account, I think you already tried to use the new iPhone sync feature for your calendars and contacts. If it perfectly works for standard GMail account, that’s not the case by default for Google Apps users.
Actually, your administrator has to activate the ‘Enable [...]]]></description>
			<content:encoded><![CDATA[<p>If like me you own an iPhone as well as Google Apps account, I think you already tried to use the <a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&amp;topic=14252" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">new iPhone sync feature</a> for your calendars and contacts. If it perfectly works for standard GMail account, that’s not the case by default for Google Apps users.</p>
<p>Actually, your administrator has to activate the ‘Enable Google Sync’ option in the mobile section of your dashboard, otherwise it won&#8217;t work. OK, so what when the mobile service is not present in your dashboard ? Let’s solve this together.</p>
<p>The first step is to go in the <em><strong>Domain Settings</strong></em> of your dashboard and then to check the <em><strong>Next generation</strong></em> option of the <em><strong>Control Panel</strong></em> setting :</p>
<p><a href="http://blogs.chable.net/julien/files/2009/02/image1.png" ><img src="http://blogs.chable.net/julien/files/2009/02/image-thumb1.png" border="0" alt="image" width="587" height="200" /></a></p>
<p>The <em><strong>Mobile</strong></em> service must be visible and let you specified the <em><strong>Google Sync</strong></em> option for your users :</p>
<p><a href="http://blogs.chable.net/julien/files/2009/02/image2.png" ><img src="http://blogs.chable.net/julien/files/2009/02/image-thumb2.png" alt="image" width="176" height="190" /></a></p>
<p><a href="http://blogs.chable.net/julien/files/2009/02/image3.png" ><img src="http://blogs.chable.net/julien/files/2009/02/image-thumb3.png" border="0" alt="image" width="456" height="157" /></a></p>
<p>Now, users have to follow the steps described in <a href="http://www.google.com/support/mobile/bin/answer.py?answer=138740&amp;topic=14252" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">here</a> to sync their calendar and contacts with Google Apps. This little trick made me lost a couple of hours &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.chable.net/julien/2009/02/18/enable-iphone-sync-for-google-apps-users/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenOffice and Symphony need ODF Implementation Notes !</title>
		<link>http://blogs.chable.net/julien/2009/01/19/openoffice-and-symphony-need-odf-implementation-notes/</link>
		<comments>http://blogs.chable.net/julien/2009/01/19/openoffice-and-symphony-need-odf-implementation-notes/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 07:55:25 +0000</pubDate>
		<dc:creator>julien</dc:creator>
		
		<category><![CDATA[OpenDocument]]></category>

		<guid isPermaLink="false">http://blogs.chable.net/julien/2009/01/19/openoffice-and-symphony-need-odf-implementation-notes/</guid>
		<description><![CDATA[After reading this post by Doug Mahugh, I tried some investigating on my own, wondering if I could find other interesting results. After spending some time without any success I finally found two tests that I wish to share with you :
Rotated text in a table cell
Here’s a table with the text of the header [...]]]></description>
			<content:encoded><![CDATA[<p>After reading this <a href="http://blogs.msdn.com/dmahugh/archive/2009/01/14/interoperability-challenges.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.msdn.com');">post</a> by Doug Mahugh, I tried some investigating on my own, wondering if I could find other interesting results. After spending some time without any success I finally found two tests that I wish to share with you :</p>
<p><strong>Rotated text in a table cell</strong></p>
<p>Here’s a table with the text of the header columns within a table rotated in OOo Writer (normally a feature uses often when creating a report that shows a lot of data or similar document to accommodate the space requirements of the columns).</p>
<p><a href="http://blogs.chable.net/julien/files/2009/01/image.png" ><img src="http://blogs.chable.net/julien/files/2009/01/image-thumb.png" border="0" alt="image" width="500" height="372" /></a></p>
<p>Here’s the same table opened in Symphony :</p>
<p><a href="http://blogs.chable.net/julien/files/2009/01/image1.png" ><img src="http://blogs.chable.net/julien/files/2009/01/image-thumb1.png" border="0" alt="image" width="504" height="363" /></a></p>
<p>Notice that the text of the header columns are not rotated (nor the header rows) which produces a table more difficult to read.</p>
<p>Here’s how I did that :</p>
<ol>
<li>
<ol>
<li>Create a new blank document in Writer</li>
<li>Create a table with 16 columns and 5 rows</li>
<li>Place your data into the table</li>
<li>Select the first row, <strong>right-click</strong> on the selected row, then select <strong>Table</strong> from the context menu</li>
<li>Select the <strong>Text Flow</strong> tab, then choose the <strong>Right-to-left (vertical)</strong> option from the <strong>Text direction</strong> drop-down menu</li>
<li>Select the first row and do the same (right-click, choose table, change Text direction to Right-to-left)</li>
<li>Save the document</li>
<li>Open this document in Lotus Symphony</li>
</ol>
</li>
</ol>
<p><strong>Symbol Shapes</strong></p>
<p>Create a new blank presentation in OOo Impress (v2.4.1) and add a smiley face symbol :</p>
<p><a href="http://blogs.chable.net/julien/files/2009/01/image2.png" ><img src="http://blogs.chable.net/julien/files/2009/01/image-thumb2.png" border="0" alt="image" width="506" height="441" /></a></p>
<p>Then open it in Lotus Symphony :</p>
<p><a href="http://blogs.chable.net/julien/files/2009/01/image3.png" ><img src="http://blogs.chable.net/julien/files/2009/01/image-thumb3.png" border="0" alt="image" width="464" height="480" /></a></p>
<p>What do you think it is? A smiley? Maybe you can imagine it’s a Bowling ball in the gutter (personnaly, my Bowling record is 165 points so no gutter for me :p).</p>
<p><em>How I did that ? </em></p>
<ol>
<li>Create a new blank presentation in <strong>OOo Impress</strong></li>
<li>Click the down arrow for <strong>Symbol Shapes</strong> (at the bottom of the screen) and select the <strong>Smiley Face</strong> symbol shape<br />
<a href="http://blogs.chable.net/julien/files/2009/01/clip-image002.jpg" ><img src="http://blogs.chable.net/julien/files/2009/01/clip-image002-thumb.jpg" border="0" alt="clip_image002" width="244" height="118" /></a></li>
<li>Click on the presentation and drag to create a new smiley face symbol shape on the slide</li>
<li>Save the document</li>
<li>Open this document in Lotus Symphony</li>
</ol>
<p>The idea behind these tests isn’t to tell you that OpenOffice .org or Symphony are bad implementations of ODF ; or that ODF is not sufficiently described in its  own specs. These tests are not those kinds of tests. If you read my last post concerning the ODF Implementation Notes release or the summary of my participation during the DDI event in Brussels, you may know that I love and trust the fact that if software companies exchange documentation, the software will be better tomorrow. The idea with these tests is just to highlight the fact that open standards are a very good point for the software market, but it’s not enough to allow developers to build compatible implementations. Indeed, we need two kind of documentation for software to be compatible with each other : specifications and implementation details. That’s exactly what Microsoft did several weeks ago by releasing the ODF Implementation Notes (and yesterday, by publishing Open XML ECMA-376 Implementation Notes!). Several years ago, I thought this was exactly the kind of documentation that Microsoft will never provide. Apparently, I was wrong ! Moreover Microsoft is the first to do it (except if you consider that source code is documentation!). Companies need to document their implementation, especially if it concerns open standards!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.chable.net/julien/2009/01/19/openoffice-and-symphony-need-odf-implementation-notes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
