<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ms-office &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/ms-office/</link>
	<description>Feed of posts on WordPress.com tagged "ms-office"</description>
	<pubDate>Sun, 12 Oct 2008 03:12:53 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[YAKINDA DAHA ÇOK İÇERİK]]></title>
<link>http://izletv.wordpress.com/?p=666</link>
<pubDate>Wed, 08 Oct 2008 07:37:30 +0000</pubDate>
<dc:creator>tg3788</dc:creator>
<guid>http://izletv.pt.wordpress.com/2008/10/08/yakinda-daha-cok-icerik/</guid>
<description><![CDATA[YAKINDA DAHA ÇOK İÇERİKLE KARŞINIZDAYIZ.
]]></description>
<content:encoded><![CDATA[<p>YAKINDA DAHA ÇOK İÇERİKLE KARŞINIZDAYIZ.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Office]]></title>
<link>http://joemaccuac.wordpress.com/?p=261</link>
<pubDate>Mon, 06 Oct 2008 18:42:09 +0000</pubDate>
<dc:creator>joemaccuac</dc:creator>
<guid>http://joemaccuac.pt.wordpress.com/2008/10/06/microsoft-office/</guid>
<description><![CDATA[
Hoy he decidido escribir acerca de cómo con Mac se pueden tener las mismas funcionalidades (y much]]></description>
<content:encoded><![CDATA[<p><a href="http://joemaccuac.files.wordpress.com/2008/10/imagen-21.jpg"><img class="alignnone size-full wp-image-262" title="imagen-21" src="http://joemaccuac.wordpress.com/files/2008/10/imagen-21.jpg" alt="" width="450" height="58" /></a></p>
<p>Hoy he decidido escribir acerca de cómo con Mac se pueden tener las mismas funcionalidades (y muchas más) que se tienen en un PC, y que echan para atrás a muchos pensando que lo que hacen actualmente en sus equipos no lo podrán hacer con un Mac... pues no hay nada mas alejado de la realidad, ya que es posible hacer las mismas cosas pero con un sistema operativo estable, sin virus y en definitiva "mejor".</p>
<p>Próximamente hablaré de todas aquellas aplicaciones que sustituyen a las de los PC, si tenéis alguna duda sobre algún software especifico solo tenéis que dejar un comentario.</p>
<p>Iniciaré esta serie de artículos con Microsoft Office, que para muchos es la principal pega para no pasar a Mac; este miedo es infundado, ya que si bien Microsof Office está hecho para PC, la versión para Mac es mucho mejor.</p>
<p>La suite de Microsoft Office para Mac incluye:</p>
<ul>
<li>Microsoft Entourage</li>
<li>Microsoft Excel</li>
<li>Microsoft Messenger</li>
<li>Microsoft PowerPoint</li>
<li>Microsoft Word</li>
</ul>
<p>Cada una de las anteriores aplicaciones además podría ser fácilmente sustituida por alguna existente en iLife e iWork y para el caso de Messenger el cliente de mensajería Adium (también tengo planeado escribir acerca de ellas), y si se cree que los formatos entre Mac y PC son incompatibles no hay nada mas alejado de la realidad ya que cualquier fichero generado en Mac es visible en el PC y viceversa.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Milestones past their Due Date]]></title>
<link>http://dnutley.wordpress.com/?p=192</link>
<pubDate>Fri, 03 Oct 2008 09:37:47 +0000</pubDate>
<dc:creator>Duane</dc:creator>
<guid>http://dnutley.pt.wordpress.com/2008/10/03/milestones-past-their-due-date/</guid>
<description><![CDATA[This post is in response to a comment made by a reader recently in the Project Tips &amp; Tricks pos]]></description>
<content:encoded><![CDATA[<p>This post is in response to a comment made by a reader recently in the <a href="http://dnutley.wordpress.com/2008/02/12/project-tips-and-tricks/" target="new">Project Tips &#38; Tricks post</a> earlier this year. The comment from Natasha is as follows:<br />
<em>"Is there anyway to make past due milestones a certain color?? I have green for milestones that were complete, black for milestones that are in the future, and I’d like to make milestones that the date has already passed but the % complete is zero = Red. how can i do this?"</em></p>
<p>Well Natasha, this post answers that question. So read on and enjoy!</p>
<p><!--more--></p>
<p>I had a bit of a think about this after reading the comment and in the end decided using a Flag field would be the best way to do this. So the first thing to do is to Customise a Flag field with a formula where we compare the Start Date of any task/milestone with today. The reason I went with the current date is to represent where the <em>"date has passed"</em>. You could use Start Date and Baseline Date, but until the milestone is done, there wouldn't be any value in Start Date, thus unworkable. Anyway ...</p>
<ul>
<li>Go to Tools&#62;Customize&#62;Fields.</li>
<li>Choose the Flag field type from the dropdown box. It is your choice if you rename the Flag1 field, I didn't bother.</li>
<li>Press the Formula button and enter the following formula:<br />
IIf([Start]&#60;Now(),"Yes","No")</li>
</ul>
<p><a href="http://dnutley.files.wordpress.com/2008/10/flag1-formula.jpg"><img class="alignnone size-full wp-image-193" title="flag1-formula" src="http://dnutley.wordpress.com/files/2008/10/flag1-formula.jpg" alt="" width="482" height="274" /></a></p>
<ul>
<li>Press OK.</li>
</ul>
<p>Then go to your Gantt Chart Bar Styles. I commonly double click any available space of the Gantt Chart.</p>
<ul>
<li>Create a new Bar Style by going to the next blank line.</li>
<li>Name it Past Milestone (or something else that suits you better)</li>
<li>In the "Show For ... Tasks", choose Milestone, type comma (,), then choose Flag1</li>
<li>Change the "To" field to Start.</li>
<li>Change the Appearance to a Solid Diamond with a colour of your choice.</li>
</ul>
<p><a href="http://dnutley.files.wordpress.com/2008/10/past-milestone-bar-styles.jpg"><img class="alignnone size-full wp-image-194" title="past-milestone-bar-styles" src="http://dnutley.wordpress.com/files/2008/10/past-milestone-bar-styles.jpg" alt="" width="586" height="424" /></a></p>
<ul>
<li>Press OK.</li>
</ul>
<p>The following screen shots show what happens with a milestone that is before and after the date of 3rd October 2008 (the Now() date when I created this post). The No and Yes values that are visible are from the Flag1 field that I inserted into the Task Sheet.</p>
<p><a href="http://dnutley.files.wordpress.com/2008/10/pre-change-to-milestone.jpg"><img class="alignnone size-full wp-image-195" title="pre-change-to-milestone" src="http://dnutley.wordpress.com/files/2008/10/pre-change-to-milestone.jpg" alt="" width="1009" height="27" /></a></p>
<p><a href="http://dnutley.files.wordpress.com/2008/10/post-change-to-milestone.jpg"><img class="alignnone size-full wp-image-196" title="post-change-to-milestone" src="http://dnutley.wordpress.com/files/2008/10/post-change-to-milestone.jpg" alt="" width="1009" height="27" /></a></p>
<p>The next set of screen shots are what happens when the task is 100% complete with this new Milestone Bar Style pre &#38; post today. As can be seen, it does not matter when the Milestone is completed, it still turns green (the Completed Milestone colour)</p>
<p><a href="http://dnutley.files.wordpress.com/2008/10/completed-milestone.jpg"><img class="alignnone size-full wp-image-197" title="completed-milestone" src="http://dnutley.wordpress.com/files/2008/10/completed-milestone.jpg" alt="" width="1009" height="27" /></a></p>
<p><a href="http://dnutley.files.wordpress.com/2008/10/completed-milestone-post-today.jpg"><img class="alignnone size-full wp-image-199" title="completed-milestone-post-today" src="http://dnutley.wordpress.com/files/2008/10/completed-milestone-post-today.jpg" alt="" width="1009" height="27" /></a></p>
<p>Hopefully that answers your question Natasha. I know it doesn't fully look at the question you asked in regard to a milestone past its Due Date. I had thought of Actual Start greater than Baseline Start, but this means you have to complete the milestone; there is the option of Not Started that I noticed in the Bar Style "Show for ... Tasks" area, but this also doesn't fully answer your question, unless you made the Flag1 field use a formula of IIf({% Complete]=0,"Yes","No") and made the "Show for ... Tasks" Milestone,Not Started,Flag1 and see if that works.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Het &quot;slotje&quot; van de Formulierenwerkbalk in Word 2007 is teruggevonden!]]></title>
<link>http://idafixt.wordpress.com/2008/09/27/het-slotje-van-de-formulierenwerkbalk-in-word-2007-is-teruggevonden/</link>
<pubDate>Sat, 27 Sep 2008 21:05:44 +0000</pubDate>
<dc:creator>idafixt</dc:creator>
<guid>http://idafixt.pt.wordpress.com/2008/09/27/het-slotje-van-de-formulierenwerkbalk-in-word-2007-is-teruggevonden/</guid>
<description><![CDATA[Met dank aan Dinah.
Het slotje uit de formulierenwerkbalk is gevonden! Dinah liet me weten waar het ]]></description>
<content:encoded><![CDATA[<p>Met dank aan Dinah.</p>
<p>Het slotje uit de formulierenwerkbalk is gevonden! Dinah liet me weten waar het te vinden is. Ga naar de werkbalk "Snelle toegang" onder de werkbalken en klik met de rechtermuisknop.</p>
<p><a href="http://idafixt.files.wordpress.com/2008/09/image.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="57" alt="image" src="http://idafixt.files.wordpress.com/2008/09/image-thumb.png" width="504" border="0"></a> </p>
<p>Kies Werkbalk Snelle toegang aanpassen. Kies Opdrachten die niet in het lint staan. Scroll naar beneden en daar staat het slotje, met erachter de tekst: Vergrendelen. </p>
<p><a href="http://idafixt.files.wordpress.com/2008/09/image1.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="412" alt="image" src="http://idafixt.files.wordpress.com/2008/09/image-thumb1.png" width="504" border="0"></a> </p>
<p>Kies toevoegen en klik op OK</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[All is not completly lost...]]></title>
<link>http://erichasissues.wordpress.com/?p=818</link>
<pubDate>Tue, 23 Sep 2008 16:22:21 +0000</pubDate>
<dc:creator>eric</dc:creator>
<guid>http://erichasissues.pt.wordpress.com/2008/09/23/all-is-not-completly-lost/</guid>
<description><![CDATA[Outlook: This morning I found my mail folders, but it looks like they are secondary and not the prim]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;"><strong>Outlook: </strong>This morning I found my mail folders, but it looks like they are secondary and not the primary folders. mail is going into 2 in boxes....no calendar or contacts.</p>
<p style="text-align:justify;"><strong>The Chargers: </strong>Well they pulled it off last night beating the Jets handily. So far this year they've scores 110 points in 3 games. the irony is as great as that sounds, they are only 1-2. the offense plays great last night, and the defense...well enough to contain the Jets, which I guess isn't saying much. Next up...Oakland.</p>
<p style="text-align:justify;"><strong>The Padres:</strong> swept the Nationals...again, not saying much, but there is a magic number to be had here. The number is "2." The Padres need to win 2 of the last 6 games of the season to avoid loosing 100 games this year. Can they do that? Maybe. We have 3 with LA, then 3 at home vs. the Pirates. we can take 2 from them. From the looks of it, we can pretty much beat up on the bottom feeders of the league.</p>
<p style="text-align:justify;"><strong>The Ladybugs: </strong>Well the girls played well moving the ball passing, and scoring one goal. the problem, it was one goal too few. We played an average team that had one girl that was a head above the rest. She was also a rough player taking out 2 of my girls, and eventually knocking Blondie outta the game with a  kicked ball to the face. I don't usually have a problem with the way kids play, but this girl was really forcing herself over our players. When we challenged her head to head, we usually one the ball, but if we were side to side, a well placed shove, would put our girl was on the turf. The ref explained that he could not call for size difference; however there was a trend that I saw. The bright spot again is that the girls played well. After ta first half of shoving that girl moved into goal, we were able to play a more evenly pitted game. it seems strange to me that one player could make that much difference in the way the game goes. Frankly she wasn't a factor in the outcome...she didn't score, she just pushed us around a little. the rest of her team was really pretty average.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[MS OFFICE EBOOK FREE Download in PDF-CHM]]></title>
<link>http://itebookfile.wordpress.com/?p=22</link>
<pubDate>Thu, 18 Sep 2008 12:15:47 +0000</pubDate>
<dc:creator>Wordpress Ebook</dc:creator>
<guid>http://itebookfile.pt.wordpress.com/2008/09/18/ms-office-ebook-free-download-in-pdf-chm/</guid>
<description><![CDATA[Download EBOOK Free at www.eBooks-Space.com

Access 2007: The Missing Manual
Adobe Acrobat 8 in the ]]></description>
<content:encoded><![CDATA[<p><span>Download EBOOK Free at <a href="http://www.eBooks-Space.com">www.eBooks-Space.com</a></span></p>
<ul>
<li><a class="link_text_underline" title="The Missing Manual" href="http://www.ebooks-space.com/ebook/876/Access-2007%3A-The-Missing-Manual.html" target="_blank">Access 2007: The Missing Manual</a></li>
<li><a class="link_text_underline" title="Ebooks Adobe Acrobat 8 in the Office " href="http://www.ebooks-space.com/ebook/277/Adobe-Acrobat-8-in-the-Office-.html" target="_blank">Adobe Acrobat 8 in the Office </a></li>
<li><a class="link_text_underline" title="Ebooks Beginning Access 2007 VBA" href="http://www.ebooks-space.com/ebook/355/Beginning-Access-2007-VBA.html" target="_blank">Beginning Access 2007 VBA</a></li>
<li><a class="link_text_underline" title="Ebooks Cutting Edge PowerPoint 2007 For Dummies" href="http://www.ebooks-space.com/ebook/625/Cutting-Edge-PowerPoint-2007-For-Dummies.html" target="_blank">Cutting Edge PowerPoint 2007 For Dummies</a></li>
<li><a class="link_text_underline" title="Ebooks Easy Microsoft Office Word 2003" href="http://www.ebooks-space.com/ebook/527/Easy-Microsoft-Office-Word-2003.html" target="_blank">Easy Microsoft Office Word 2003</a></li>
<li><a class="link_text_underline" title="Ebooks Excel 2007 Advanced Report Development" href="http://www.ebooks-space.com/ebook/483/Excel-2007-Advanced-Report-Development.html" target="_blank">Excel 2007 Advanced Report Development</a></li>
<li><a class="link_text_underline" title="Ebooks Excel 2007 Formulas " href="http://www.ebooks-space.com/ebook/274/Excel-2007-Formulas-.html" target="_blank">Excel 2007 Formulas </a></li>
<li><a class="link_text_underline" title="Ebooks Excel 2007 Miracles Made Easy" href="http://www.ebooks-space.com/ebook/692/Excel-2007-Miracles-Made-Easy.html" target="_blank">Excel 2007 Miracles Made Easy</a></li>
<li><a class="link_text_underline" title="The Missing Manual" href="http://www.ebooks-space.com/ebook/882/Excel-2007%3A-The-Missing-Manual.html" target="_blank">Excel 2007: The Missing Manual</a></li>
<li><a class="link_text_underline" title="Ebooks Excel as Your Database" href="http://www.ebooks-space.com/ebook/447/Excel-as-Your-Database.html" target="_blank">Excel as Your Database</a></li>
<li><a class="link_text_underline" title="Ebooks Excel by Example" href="http://www.ebooks-space.com/ebook/924/Excel-by-Example.html" target="_blank">Excel by Example</a></li>
<li><a class="link_text_underline" title="Ebooks Formulas and Functions with Microsoft Office Excel 2007" href="http://www.ebooks-space.com/ebook/467/Formulas-and-Functions-with-Microsoft-Office-Excel-2007.html" target="_blank">Formulas and Functions with Microsoft Office Excel 2007</a></li>
<li><a class="link_text_underline" title="Ebooks How to Do Everything with Microsoft Office Access 2003" href="http://www.ebooks-space.com/ebook/834/How-to-Do-Everything-with-Microsoft-Office-Access-2003.html" target="_blank">How to Do Everything with Microsoft Office Access 2003</a></li>
<li><a class="link_text_underline" title="Creating and Manipulating PDF" href="http://www.ebooks-space.com/ebook/929/Itext-in-Action%3A-Creating-and-Manipulating-PDF.html" target="_blank">Itext in Action: Creating and Manipulating PDF</a></li>
<li><a class="link_text_underline" title="Ebooks Master VISUALLY Excel 2007" href="http://www.ebooks-space.com/ebook/663/Master-VISUALLY-Excel-2007.html" target="_blank">Master VISUALLY Excel 2007</a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Excel 2003 Programming Inside Out" href="http://www.ebooks-space.com/ebook/221/Microsoft-Excel-2003-Programming-Inside-Out.html" target="_blank">Microsoft Excel 2003 Programming Inside Out</a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Excel Data Analysis and Business Modeling " href="http://www.ebooks-space.com/ebook/569/Microsoft-Excel-Data-Analysis-and-Business-Modeling-.html" target="_blank">Microsoft Excel Data Analysis and Business Modeling </a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Exchange Server 2003 " href="http://www.ebooks-space.com/ebook/826/Microsoft-Exchange-Server-2003-.html" target="_blank">Microsoft Exchange Server 2003 </a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Office Access 2007 Forms Reports and Queries" href="http://www.ebooks-space.com/ebook/448/Microsoft-Office-Access-2007-Forms-Reports-and-Queries.html" target="_blank">Microsoft Office Access 2007 Forms Reports and Queries</a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Office Excel 2007 for Project Managers" href="http://www.ebooks-space.com/ebook/639/Microsoft-Office-Excel-2007-for-Project-Managers.html" target="_blank">Microsoft Office Excel 2007 for Project Managers</a></li>
<li><a class="link_text_underline" title="The L Line, The Express Line to Learning" href="http://www.ebooks-space.com/ebook/56/Microsoft-Office-Excel-2007%3A-The-L-Line,-The-Express-Line-to-Learning-.html" target="_blank">Microsoft Office Excel 2007: The L Line, The Express Line to Learning </a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Office Project 2007 All-in-One Desk Reference For Dummies" href="http://www.ebooks-space.com/ebook/236/Microsoft-Office-Project-2007-All-in-One-Desk-Reference-For-Dummies.html" target="_blank">Microsoft Office Project 2007 All-in-One Desk Reference For Dummies</a></li>
<li><a class="link_text_underline" title="Ebooks Microsoft Outlook 2007 Bible" href="http://www.ebooks-space.com/ebook/359/Microsoft-Outlook-2007-Bible.html" target="_blank">Microsoft Outlook 2007 Bible</a></li>
<li><a class="link_text_underline" title="A Step-by-Step Guide" href="http://www.ebooks-space.com/ebook/452/Modeling-Structured-Finance-Cash-Flows-with-Microsoft-Excel%3A-A-Step-by-Step-Guide.html" target="_blank">Modeling Structured Finance Cash Flows with Microsoft Excel: A Step-by-Step Guide</a></li>
<li><a class="link_text_underline" title="Ebooks MS Office Word 2007 For Dummies" href="http://www.ebooks-space.com/ebook/90/MS-Office-Word-2007-For-Dummies.html" target="_blank">MS Office Word 2007 For Dummies</a></li>
<li><a class="link_text_underline" title="Ebooks Office Word 2007 On Demand" href="http://www.ebooks-space.com/ebook/211/Office-Word-2007-On-Demand.html" target="_blank">Office Word 2007 On Demand</a></li>
<li><a class="link_text_underline" title="Ebooks Outlook 2007 For Dummies" href="http://www.ebooks-space.com/ebook/668/Outlook-2007-For-Dummies.html" target="_blank">Outlook 2007 For Dummies</a></li>
<li><a class="link_text_underline" title="The Missing Manual" href="http://www.ebooks-space.com/ebook/898/PowerPoint-2007%3A-The-Missing-Manual.html" target="_blank">PowerPoint 2007: The Missing Manual</a></li>
<li><a class="link_text_underline" title="Ebooks Programming Excel with VBA and .NET" href="http://www.ebooks-space.com/ebook/1011/Programming-Excel-with-VBA-and-.NET.html" target="_blank">Programming Excel with VBA and .NET</a></li>
<li><a class="link_text_underline" title="Ebooks Tricks of the Microsoft Office 2007 Gurus Business Solutions" href="http://www.ebooks-space.com/ebook/472/Tricks-of-the-Microsoft-Office-2007-Gurus-Business-Solutions.html" target="_blank">Tricks of the Microsoft Office 2007 Gurus Business Solutions</a></li>
<li><a class="link_text_underline" title="Ebooks Tricks of the Microsoft Office 2007 Gurus Business Solutions" href="http://www.ebooks-space.com/ebook/713/Tricks-of-the-Microsoft-Office-2007-Gurus-Business-Solutions.html" target="_blank">Tricks of the Microsoft Office 2007 Gurus Business Solutions</a></li>
<li><a class="link_text_underline" title="Ebooks Visio 2007 Bible" href="http://www.ebooks-space.com/ebook/636/Visio-2007-Bible.html" target="_blank">Visio 2007 Bible</a></li>
<li><a class="link_text_underline" title="Ebooks Visio 2007 For Dummies" href="http://www.ebooks-space.com/ebook/672/Visio-2007-For-Dummies.html" target="_blank">Visio 2007 For Dummies</a></li>
<li><a class="link_text_underline" title="Ebooks Word 2007 Beyond the Manual " href="http://www.ebooks-space.com/ebook/109/Word-2007-Beyond-the-Manual-.html" target="_blank">Word 2007 Beyond the Manual </a></li>
<li><a class="link_text_underline" title="The Missing Manual" href="http://www.ebooks-space.com/ebook/878/Word-2007%3A-The-Missing-Manual.html" target="_blank">Word 2007: The Missing Manual</a></li>
</ul>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Hug a developer : I'm one among them]]></title>
<link>http://itsvenkys.wordpress.com/?p=163</link>
<pubDate>Wed, 17 Sep 2008 13:36:39 +0000</pubDate>
<dc:creator>itsvenkys</dc:creator>
<guid>http://itsvenkys.pt.wordpress.com/2008/09/17/hug-a-developer-im-one-among-them/</guid>
<description><![CDATA[
]]></description>
<content:encoded><![CDATA[<div><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/1lqxORnQARw'></param><param name='wmode' value='transparent'></param><embed src='http://www.youtube.com/v/1lqxORnQARw&rel=0' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'></embed></object></span></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[PPTPlex - Presentations on a Canvas]]></title>
<link>http://dotcoder.wordpress.com/?p=28</link>
<pubDate>Tue, 16 Sep 2008 17:34:56 +0000</pubDate>
<dc:creator>mjlmo</dc:creator>
<guid>http://dotcoder.pt.wordpress.com/2008/09/16/pptplex-presentations-on-a-canvas/</guid>
<description><![CDATA[pptPlex is a plug-in that explores an alternate method for presenting a PowerPoint slide deck. Using]]></description>
<content:encoded><![CDATA[<p><a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx" target="_blank">pptPlex </a>is a plug-in that explores an alternate method for presenting a PowerPoint slide deck. Using pptPlex, you can present your slides as a tour through a zoom able canvas instead of a series of linear slides.</p>
<p>However, once I had downloaded and installed it, it failed to load with an error. Running windows XP SP3, MS Office 2007, when I open PPT I didn't see any ribbons or options for Plex. Going into Powerpoint Options / Addins, Plex is listed, so I click on Go for managing COM Add-Ins. I get a dialogue showing Plex is disabled with the message: Location: mscoree.dll Load Behaviour: Not loaded. A run-time error occurred during the loading of the COM Add-In.</p>
<p>After a while investigating, I found that getting the Primary Interop Assembly for Office 2007 from Microsoft at <a href="http://download.microsoft.com/download/e/1/d/e1df4622-5f6c-4fb9-845b-38d009cc1188/PrimaryInteropAssembly.exe" target="_blank">this link here</a>, would solve the problem.</p>
<p>PPTplex is really a must have  add-in for teachers and alike because it add some originality even if your slides are dull :)</p>
<p>Site link: <a href="http://www.officelabs.com/projects/pptPlex/Pages/default.aspx" target="_blank">PPTplex</a> Download: <a href="http://msofficelb.vo.llnwd.net/o25/4fcaa65e-086d-4d49-a292-a5e764667263/1.1.0.0/pptPlex.msi" target="_blank">Here</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Anatomy of a Bug Report -- Presented via a MSOffice 'Bug in the Wild']]></title>
<link>http://steveswanson.wordpress.com/?p=81</link>
<pubDate>Sun, 14 Sep 2008 02:45:10 +0000</pubDate>
<dc:creator>Steve</dc:creator>
<guid>http://steveswanson.pt.wordpress.com/2008/09/13/anatomy-of-a-bug-report-presented-via-a-msoffice-bug-in-the-wild/</guid>
<description><![CDATA[The importance of a bug report is definitely understated; it is the difference between something get]]></description>
<content:encoded><![CDATA[<p>The importance of a bug report is definitely understated; it is the difference between something getting fixed, and something getting filed away. I am going to present my version of a 'good' bug report through reporting a bug I found while I was MS Office 2007. First though I am going to outline the sections:</p>
<p><strong>Title<br />
</strong>The title is actually the most important part of the bug report, it is essential that it is possible to know what the whole problem is simply based on the title. If you cannot express what the bug is completely in the title, you have to think more about before reporting it.</p>
<p><strong>Preconditions<br />
</strong>Pretty straight forward, put what needs to be setup before the bug occurs, it can also include what machine configuration you used (if its meaningful)</p>
<p><strong>Steps To Reproduce<br />
</strong>Another straight forward area of the bug report. what you want to aim for here is that someone who knows nothing about the bug and possibly very little about the product can reproduce it. There preferrably should be no questions about how to hit the problem again (I do realize this is problematic with the bugs that appear to happen 'randomly')</p>
<p><strong>Bug Details<br />
</strong>The important things to include here are what the problem is (as you see it) and what you think should be happening. If you do not but a suggestion or desired outcome, the bug is not nearly as useful.</p>
<p><strong>Frequency<br />
</strong>This is a field that does not always apply, it generally is important with bugs that have to do with scalability and ones that seem to happen intermittently.</p>
<p><span style="text-decoration:underline;"><strong>The Bug Report:</strong></span></p>
<p><strong>Title: </strong>Having the 'Create Source' window open results in any other open window becoming unusable<br />
<strong></strong></p>
<p><strong>Preconditions:</strong></p>
<ul>
<li>Two instances of MS Office Open</li>
</ul>
<p><strong>Steps to Reproduce</strong></p>
<ul>
<li>In the first MS office window click the references tab</li>
<li>In the toolbar click 'Insert Citation'</li>
<li>In the drop down list click 'New Source', the create source window will open</li>
<li>Click the mouse onto the second Office window</li>
</ul>
<p><strong>Bug Details</strong></p>
<ul>
<li>At this point nothing can be done in the second open window, you cannot click, or manipulate the window in any way.</li>
<li><strong>Desired Outcome:</strong> The second MS Office window should not be affected by the Create Source window in any fashion</li>
<li><strong>Note:</strong> A further issue is that a new Office window does cannot be opened (for example from the start window)</li>
</ul>
<p><strong>Frequency</strong></p>
<ul>
<li>Anytime the Create Source window is open</li>
</ul>
<p>So there you have the bug report, if I had access to the proper software I would also have made and attached a video of the problem, video is a great bug reporting tool, one that I suggest is <a title="Adam White's BB TestAssistant Post" href="http://www.adamkwhite.com/2007/12/30/test-technique-report-bb-test-assistant/">BB TestAssistant</a> .</p>
<p>Let me know what you thought of my bug report! Does it match how you file bugs?</p>
<p>--Steve</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Using conditional formating in MS Excel]]></title>
<link>http://designcast.wordpress.com/?p=22</link>
<pubDate>Wed, 10 Sep 2008 10:11:23 +0000</pubDate>
<dc:creator>abogawat</dc:creator>
<guid>http://designcast.pt.wordpress.com/2008/09/10/using-conditional-formating-in-ms-excel/</guid>
<description><![CDATA[Ok, this one is nowhere related to design, but it&#8217;s a nice tip anyways. Someone recently came ]]></description>
<content:encoded><![CDATA[<p>Ok, this one is nowhere related to design, but it's a nice tip anyways. Someone recently came to enquire how one would use conditional formatting in MS Excel to grey out columns that belonged to weekends in a project plan. I decided to create a quick screencast to explain it.</p>
<p>I'm embedding the video from vimeo.com here, but unfortunately the HD version doesn't seem to work in the embedded player. I would highly recommend checking out the HD version to get all the details.</p>
<p><span style='text-align:center; display: block;'><br />
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=1695628&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1695628&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" /></object><br />
</span></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Reading docx files with OpenOffice]]></title>
<link>http://technofreakatchennai.wordpress.com/?p=278</link>
<pubDate>Tue, 09 Sep 2008 16:40:33 +0000</pubDate>
<dc:creator>technofreak</dc:creator>
<guid>http://technofreakatchennai.pt.wordpress.com/2008/09/09/reading-docx-files-with-openoffice/</guid>
<description><![CDATA[There are problems not because we use some lame software, but because our lesser sane friends decide]]></description>
<content:encoded><![CDATA[<p>There are problems not because we use some lame software, but because our lesser sane friends decide to use some non-FOSS software which produces documents in some proprietary format. This has become too common since people started moving to Microsoft Office 2007 that the earlier .doc documents became a whole new challenge in the form of .docx documents.</p>
<p>My colleague had to face one such challenge today, while all he had was an Ubuntu box with OpenOffice. Hence, we had to make an effort to read the docx document with what's available with us. And we founded a solution which is pretty easy to implement.</p>
<ol>
<li>Install libungif4g using apt or synaptic (or whatever your distribution uses)</li>
<li>Download ODF Converter Integrator from <a title="ODF Converter Integrator Download page" href="http://katana.oooninja.com/w/odf-converter-integrator/download" target="_blank">here</a> and install it</li>
<li>If you had OpenOffice open during this process, just close it down and reopen it.</li>
</ol>
<p>Now, you should be able to view .docx files in OpenOffice. I was told that it takes some time for it to load the file, which might be because it internally converts the docx file to doc and/or to odf. We encountered similar looking solutions from [1] and [2] as well, but the above one worked for us.</p>
<p>[1] http://ubuntuguide.org/wiki/Ubuntu:Gutsy#OpenOffice_add_ons</p>
<p>[2] http://www.thinkdigit.com/forum/showthread.php?t=58275</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Use Excel to compare two lists of data]]></title>
<link>http://coolhake.wordpress.com/2008/09/05/use-excel-to-compare-two-lists-of-data/</link>
<pubDate>Fri, 05 Sep 2008 02:08:45 +0000</pubDate>
<dc:creator>coolhake</dc:creator>
<guid>http://coolhake.pt.wordpress.com/2008/09/05/use-excel-to-compare-two-lists-of-data/</guid>
<description><![CDATA[Applies to: Microsoft Office Excel 2003

For financial record-keeping, you often have to compare two]]></description>
<content:encoded><![CDATA[<div id="cdAppliesTo"><span class="cdAppliesToTitle">Applies to: </span><span class="cdAppliesToText"><big><big><a class="cdOAnc cdBCTCCatLink" href="http://office.microsoft.com/en-us/excel/FX100646961033.aspx">Microsoft Office Excel 2003</a></big></big></p>
<p></span>
<p>For financial record-keeping, you often have to compare two lists to<br />
find data that appears on one but not on the other. Which new clients<br />
need to be added to the master database? Which credit card receipts are<br />
not reflected on the monthly statement, and vice versa? What checks and<br />
deposits are still outstanding? It's a tedious task if you do it<br />
manually. </p>
<p>Microsoft Office Excel 2003 can help you perform this task faster<br />
and more accurately. In many cases, you can do it even if the data is<br />
not provided in a standardized form in both lists.</p>
<h2>Comparing two lists of assets</h2>
<p>In this article, you'll use data from the <a href="http://office.microsoft.com/search/redir.aspx?AssetID=TC011117371033&#38;CTT=5&#38;Origin=HA011039151033" class="OAnc">Compare Two Lists</a> sample datasheet to learn how an accountant could use Excel functions to compare two lists of assets — the <b class="bterm">fixed asset records</b> for a company and a <b class="bterm">property tax affidavit</b> that must be updated annually. It's a five-step process:</p>
<ol>
<li>Make sure each asset has a unique identifier.</li>
<li>Find assets on the property tax affidavit that are not in the fixed asset records.</li>
<li>Find assets in the fixed asset records that are not on the property tax affidavit.</li>
<li>Sort lists to see nonmatching assets more easily.</li>
<li>Review nonmatching assets and check for accuracy.</li>
</ol>
<h2>Step 1: Make sure each asset has a unique identifier</h2>
<p>The following illustrations show the two lists that you want to<br />
compare — a list of assets from a property tax affidavit and a list of<br />
fixed asset records.</p>
<p><i>Business assets on property tax affidavit and on  fixed asset records</i></p>
<p><img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA011095921033" alt="Property tax affidavit and fixed asset records" border="0" /></p>
<p>As you see, the property tax affidavit does not have unique<br />
identifiers, such as asset numbers, for each asset. But to compare<br />
these lists, assets in each one must have a unique identifier. </p>
<p>In this example, the best way to identify each asset is by a<br />
combination of asset description and date, so you'll add a new column<br />
called "Description &#38; Date" to each list. </p>
<p><b class="cntnote"> Note </b>  In the Compare Asset Lists sample<br />
datasheet, the property tax affidavit and the fixed asset records have<br />
been copied onto one worksheet.</p>
<h3>Add a "Description &#38; Date" column to the fixed asset records</h3>
<ol>
<li>In the Fixed Asset Records area of the worksheet, select the Asset column,<br />
				and then on the <b class="ui">Insert</b> menu, click <b class="ui">Columns</b>.</li>
<li>In cell G2, type <b>Description &#38; Date</b>, and then press ENTER.</li>
<li>Select cell G2.<br />
				On the <b class="ui">Format</b> menu, click <b class="ui">Cells</b>, click the <b class="ui">Alignment</b> tab, select <b class="ui">Wrap text</b>, and then click <b class="ui">OK</b>.</li>
<li>In cell G3, type <b>=H3&#38;" "&#38;YEAR(I3)</b>. This combines the description from cell H3 and the year from cell I3 into one field.</li>
<li>To copy the formula from cell G3 to cell G14, select cell G3 and then drag the fill handle <img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060528981033" alt="Fill handle" border="0" /> to cell G14.</li>
<li>To make the column width fit the results, double-click the boundary to the right of the Description &#38; Date column heading.</li>
</ol>
<p><i>Fixed asset records with combined description and date in new column</i></p>
<p><img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA011101401033" alt="Fixed asset records with combined description and date" border="0" /></p>
<h3>Add a "Description &#38; Date" column to the property tax affidavit</h3>
<ol>
<li>In the Property Tax Affidavit area of the worksheet, select the column to the right of the Cost column, and then on the <b class="ui">Insert</b> menu, click <b class="ui">Columns</b>.</li>
<li>In cell E2, type <b>Description &#38; Date</b>, and then press ENTER.</li>
<li>Select cell E2.<br />
				On the <b class="ui">Format</b> menu, click <b class="ui">Cells</b>, click the <b class="ui">Alignment</b> tab, select <b class="ui">Wrap text</b>, and then click <b class="ui">OK</b>.</li>
<li>In cell E3, type <b>=C3&#38;" "&#38;B3</b>.</li>
<li>To copy the formula from cell E3 to cell E12, select cell E3, and then drag the fill handle <img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060528981033" alt="Fill handle" border="0" /> to cell E12.</li>
<li>To make the column width fit the results, double-click the boundary to the right of the Description &#38; Date column heading.</li>
</ol>
<p><i>Property tax affidavit with combined description and date in new column</i></p>
<p><img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA011101741033" alt="Property tax affidavit with combined description and date" border="0" /></p>
<p>Now that you're comparing apples to apples, you can get down to business.</p>
<h2><a id="step 1" name="step 1"></a>Step 2: Find assets on the property tax affidavit that are not in the fixed asset records</h2>
<ol>
<li>In the Property Tax Affidavit worksheet, select the column to the right of the Description &#38; Date column,<br />
				and then on the <b class="ui">Insert</b> menu, click <b class="ui">Columns</b>.</li>
<li>In cell F2, type <b>Missing?</b>.</li>
<li>In cell F3, type <b>=ISNA(MATCH(E3,$I$3:$I$14,FALSE))</b>.</li>
<li>To copy the formula from cell F3 to cell F12, select cell F3, and then drag the fill handle <img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060528981033" alt="Fill handle" border="0" /> to cell F12.</li>
</ol>
<p>Assets that are on the property tax affidavit but not in the fixed asset records will display <b class="ui">TRUE</b> in the Missing? column.</p>
<p><i>New</i><br />
			  Missing? <i>column showing whether an asset is not found in other list</i></p>
<p><img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA011101781033" alt="New Missing? column" border="0" /></p>
<h2>Step 3: Find assets in the fixed asset records that are not on the property tax affidavit</h2>
<ol>
<li>In the Fixed Asset Records worksheet, in cell M2,  type <b class="ui">Missing?</b>.</li>
<li>In cell M3, type <b>=ISNA(MATCH(I3,$E$3:$E$12,FALSE))</b>, and then press ENTER.</li>
<li>To copy the formula from cell M3 to cell M14, Select cell M3, and then drag the fill handle <img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA060528981033" alt="Fill handle" border="0" /> to cell M14.</li>
</ol>
<p>Assets that are in the fixed asset records but not on the property tax affidavit will display <b class="ui">TRUE</b> in the Missing? column.</p>
<h2>Step 4: Sort lists to see nonmatching assets more easily</h2>
<p>To more easily see the assets that are not on both lists, you can sort the lists.</p>
<p><b class="cntnote"> Note </b>  If you sort the lists without first<br />
following these steps to convert the formulas to values, the formulas<br />
will not calculate correctly. In a large database, converting the<br />
formulas to values can also help avoid long recalculation times.</p>
<h3>Sort for nonmatching assets in the Property Tax Affidavit worksheet</h3>
<ol>
<li>Drag the pointer to select cells A2 to F12.</li>
<li>On the <b class="ui">Edit</b> menu, click <b class="ui">Copy</b>.</li>
<li>On the <b class="ui">Edit</b> menu, click <b class="ui">Paste Special</b>.</li>
<li>In the <b class="ui">Paste Special</b> dialog box, under <b class="ui">Paste</b>, click <b class="ui">Values</b>, and then click <b class="ui">OK</b>.</li>
<li>On the <b class="ui">Data</b> menu, click <b class="ui">Sort</b>.</li>
<li>Under <b class="ui">My data range has</b>, click <b class="ui">Header row</b>; in the <b class="ui">Sort by</b> box, click <b class="ui">Missing?</b>, and then click <b class="ui">OK</b>.</li>
</ol>
<h3>Sort for nonmatching assets in the Fixed Asset Records worksheet</h3>
<ol>
<li>Drag the pointer to select cells H2 to M14.</li>
<li>On the <b class="ui">Edit</b> menu, click <b class="ui">Copy</b>.</li>
<li>On the <b class="ui">Edit</b> menu, click <b class="ui">Paste Special</b>.</li>
<li>In the <b class="ui">Paste Special</b> dialog box, under <b class="ui">Paste</b>, click <b class="ui">Values</b>, and then click <b class="ui">OK</b>.</li>
<li>On the <b class="ui">Data</b> menu, click <b class="ui">Sort</b>.</li>
<li>Under <b class="ui">My data range has</b>, click <b class="ui">Header row</b>; in the <b class="ui">Sort by</b> box, click <b class="ui">Missing?</b>, and then click <b class="ui">OK</b>.</li>
</ol>
<p>You can now easily see which assets may need to be added or deleted to update the property tax affidavit.</p>
<p><i>Property tax affidavit and fixed asset records sorted by</i><br />
			  Missing? <i>column</i></p>
<p><img src="http://office.microsoft.com/global/images/default.aspx?AssetID=ZA011101801033" alt="Property tax affidavit and fixed asset records sorted by Missing? column" border="0" /></p>
<h2>Step 5: Review nonmatching assets and check for accuracy</h2>
<p>Before you update the property tax affidavit, it's a good idea to<br />
manually review the nonmatching assets — which is fortunately a lot<br />
faster than manually comparing the entire list. Review the nonmatching<br />
assets and determine why they don't match. Were the assets retired or<br />
sold? Are they new assets that should be added, or are they assets that<br />
are not required to be reported on the affidavit? Or did the assets<br />
fail to find a match because of misspellings or other errors?</p>
<h2>Other ways to prepare data for matching</h2>
<p>Sometimes the data in two lists must be standardized before Excel<br />
can compare the lists. In the preceding example, the dates in one list<br />
were converted to years, and two fields were combined into one. The<br />
following table shows common data inconsistencies and suggested Excel<br />
functions that you can use to prepare data for matching. </p>
<table class="collapse">
<tbody>
<tr class="trbgeven">
<th>Problem</th>
<th>Example</th>
<th>How to modify</th>
</tr>
<tr class="trbgodd">
<td>Inconsistent abbreviations</td>
<td>Litware, Inc.<br />
vs. Litware, Incorporated</td>
<td>Use the LEFT function to create a field with only the number of characters from the left that you specify.</td>
</tr>
<tr class="trbgeven">
<td>Extra numbers or characters on one list</td>
<td>12345 vs. 12345-1033</td>
<td>Use the LEFT or RIGHT functions to create a field with only the number of characters from the left or right that you specify.</td>
</tr>
<tr class="trbgodd">
<td>Imprecise numbers caused by estimates, rounding variances, or sales tax</td>
<td>$12,000 vs. $12,011</td>
<td>Use the ROUND function to create a field with comparable amounts.</td>
</tr>
<tr class="trbgeven">
<td>Extra spaces</td>
<td>Jae B. Pak vs. Jae     B. Pak</td>
<td>Use the TRIM function to remove all spaces from text except single spaces between words.</td>
</tr>
</tbody>
</table>
<p><span class="cdAppliesToText"><br /></span></div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[OpenOffice + MS Office 2007 OXML + Zamzar = Verdadero dolor de huevos]]></title>
<link>http://linkcode.wordpress.com/2008/09/01/openoffice-ms-office-2007-oxml-zamzar-verdadero-dolor-de-huevos/</link>
<pubDate>Tue, 02 Sep 2008 05:37:51 +0000</pubDate>
<dc:creator>Link</dc:creator>
<guid>http://linkcode.pt.wordpress.com/2008/09/01/openoffice-ms-office-2007-oxml-zamzar-verdadero-dolor-de-huevos/</guid>
<description><![CDATA[Nunca habia tenido que utilizar tantas cosas para hacer un simple trabajo&#8230; Pero tuve que utili]]></description>
<content:encoded><![CDATA[<div align="justify">Nunca habia tenido que utilizar tantas cosas para hacer un simple trabajo... Pero tuve que utilizar unos formatos (o plantillas) ya hechos por personas sin sentido comun que en lugar de dar facilidades, solo hicieron que todos nos quisieramos torcer los huevos...</p>
<p>A pesar de que la gran mayoría de las personas utiliza Office 2003 o alguna versión mas antigua, a estas personas se les ocurrió pasar sus dichosos formatos en nada mas y nada menos que en OXML, haciendo que casi todos tuviéramos que trabajar mas para poder utilizar estas mugres plantillas adecuadamente.</p>
<p>¿Pero que no se supone que ya hay soporte OXML en OpenOffice(por medio de Novell)?<br />Pues es cierto que puedes abrir documentos, pero si tienen tablas o cualquier otra cosa, al abrirlos tendras muchos problemas por el hecho de que es una reverenda mierda.</p>
<p>Lo bueno fue que pude convertir los docx por medio de <a href="http://www.zamzar.com/">Zamzar.</a></p>
<p>Espero que los estupidos que aprobaron que sea estandar esta mierda sufran y se arrepientan de esto toda su vida.</div>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Office 2007 Setup Failed Nightmares]]></title>
<link>http://ttcshelbyville.wordpress.com/?p=756</link>
<pubDate>Sat, 30 Aug 2008 15:57:24 +0000</pubDate>
<dc:creator>SMallard</dc:creator>
<guid>http://ttcshelbyville.pt.wordpress.com/2008/08/30/office-2007-setup-failed/</guid>
<description><![CDATA[Recently Mike Miller and I battled Office 2007 Enterprise setup on Amy Martin&#8217;s computer.  We]]></description>
<content:encoded><![CDATA[<p>Recently Mike Miller and I battled Office 2007 Enterprise setup on Amy Martin's computer.  We searched Google, cleaned the registry, cleaned temp files, did a chkdsk, and everything possible.  The information in the link below doesn't provide a fix put a great hint!  Use the <a href="http://support.microsoft.com/kb/290301">Windows Installer Cleanup Utility</a>  to remove any, any add-ons, xml or Beta products.</p>
<p><a href="http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=57">http://www.cjvandyk.com/blog/Lists/Posts/Post.aspx?ID=57</a></p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Fmicrosoft%2FOffice_2007_Setup_Failed' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Save Presentations To The PowerPoint 97-2003 Format]]></title>
<link>http://itsvenkys.wordpress.com/?p=42</link>
<pubDate>Fri, 29 Aug 2008 02:13:55 +0000</pubDate>
<dc:creator>itsvenkys</dc:creator>
<guid>http://itsvenkys.pt.wordpress.com/2008/08/29/save-presentations-to-the-powerpoint-97-2003-format/</guid>
<description><![CDATA[PowerPoint 2007 saves the Powerpoint files in the new .pptx format, which cannot be opened by the pe]]></description>
<content:encoded><![CDATA[<p>PowerPoint 2007 saves the Powerpoint files in the new .pptx format, which cannot be opened by the pervious versions of office.But there is a easy way to save the power pointpresentations in an older power point format.so that it can be opened in older versions of office.</p>
<p>To do this,</p>
<p>1. Open the PowerPoint 2007.</p>
<p>2. Click the “<strong>Office</strong>” button.</p>
<p>3. Select the “<strong>PowerPoint Options</strong>” in the bottom.</p>
<p>4. Select the “<strong>Save</strong>” in the Left Pane.</p>
<p>5. Click on the drop-down menu for Save files in this format.</p>
<p>6. Choose “<strong>PowerPoint Presentation 97- 2003</strong>“.</p>
<p>7. Press “<strong>Ok</strong>“.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Level Anak SMP, katanya !!!]]></title>
<link>http://diantokam.wordpress.com/2008/08/25/level-anak-smp-katanya/</link>
<pubDate>Mon, 25 Aug 2008 04:44:28 +0000</pubDate>
<dc:creator>diantokam</dc:creator>
<guid>http://diantokam.pt.wordpress.com/2008/08/25/level-anak-smp-katanya/</guid>
<description><![CDATA[Sudah setahunan ini kantor kami bermigrasi ke arah open source dan melakukan legalisasi software-sof]]></description>
<content:encoded><![CDATA[<p style="text-align:justify;">Sudah setahunan ini kantor kami bermigrasi ke arah open source dan melakukan legalisasi software-software yang memang belum dan tidak tergantikan di open source, misalkan saja Adobe Photoshop, Adobe Illustrator, Corel Draw, dan Quark Xpress, serta MYOB dan beberapa software lainnya, lumayan...hampir 50% koputer yang memang bisa dimigrasikan sudah beralih ke Linux, untuk distro, kita melakukan beberapa kali uji coba, dan pilihan terakhir kita adalah SLAX 5.18 dan Vector Linux, yang memang didesain khusus untuk kecepatan dan memang itu yang kita iniginkan, distro linux yang cepat dan responsive serta gampang dalam hal admin serta remasternya dan menurut kami Slackware dan turunannya yang memenuhi semua kriteria kami. Untuk aplikasi kantor kami memakai openoffice 2.3 dan openoffice versi 1.x untuk windows 98.<br />
Selama setahun sudah linux terbukti bisa menggantikan posisi windows xp profesional bajakan yang dulunya dipakai dikantor, kalau pun ada masalah itu umumnya menyangkut driver untuk printer, tapi sudah bisa ditangani (termasuk menggunakan turboprint), namun kendala terbesar umumnya terjadi pada SDm-nya yang notabene TIDAK mau menerima perubahan dan selalu membandingkan antara windows ke linux ( bukan linux ke windows ), misalkan dan umumnya pernyataan pertama adalah ; DULU kok tidak seperti ini, ENAKAN DULU, dll yang membuat kepala sangat-sangat pusing, mereka TIDAK PERNAH BERPIKIR PANJANG dalam hal resiko memakai software bajakan, tingkat kebutuhan serta kemampuan SDM-nya, mereka hanya mau gampangnya saja, masakan untuk ketik-ketik aja harus membeli Windows Xp dan MS Word full featured, openoffice sangat mampu untuk melakukannya, bahkan boleh diadu dengan MS office.<br />
Aku sebenarnya nggak terlalu memikirkan caci maki dan sumpah serapah dari user (yang mungkin dilontarkan dalam hati mereka) namun yang sangat-sangat aku sesalkan adalah, beberapa orang yang mempunyai level diatas spervisor ternyata ada yang OTAKNYA BUNTU, dan mempunyai cara pandang yang sama. misalkan beberapa pertanyaan dan pernyataan yang seharusnya tidak diucapkan sebelum mencoba dan bertanya.</p>
<p style="text-align:justify;">1. Tanya : Kok openoffice nggak bisa dipasswordya ??? MS Word bisa padahal kan aku sudah pilih untuk "save with password".<br />
Jawab : Mas mas password minimum di openoffice harus 6 karakter, coba lagi gi sana.<br />
2. Tanya : Kalo tak emailkan ke customer bagaimana ??? mereka-kan nggak punya openoffice ???<br />
jawab : Mas mas dan mbak mbak yang baik, disitukan ada option save as trus pilih formatnta *.doc atau *.xls<br />
3. Tanya : kalau tak emailkan ke kantor pusat, harus dalam format Excell dan di password, gimana solusinya<br />
Jawab : Suruh aja kantor pusat untuk download openoffice, trus install dan kamu kirim tetap dalam format openoffice.<br />
dll.</p>
<p style="text-align:justify;">Dalam suatu meeting dengan beberapa konsultan perusahaan mengenai keinginan konsultan untuk menggunakan ERP yang harganya selangit (ntar dibahas tersendiri), karena sebelumnya terjadi perdebadan dan rada-rada tempur dikit karena salah seorang konsultan ingin meminta untuk dibelikan software MS office untuk divisi accounting tapi tidak aku berikan maka suasana meeting dengan para konsultan tersebut berjalan kaku, dan pada suatu sesi dari meeting sang kepala konsultan menjelaskan duduk perkara masalah permintaan software MS office yang tidak dipenuhi oleh departement EDP dengan alasan openoffice masih mampu menggunakannya, bahkan di Jerman hampir semua komputer disanan menggunakan Linux, lihat Google, HP, IBM, Nokia, dll, mereka menggunakan linux dan sudah pasti mereka tidak memakai MS word, tapi kenapa mereka bisa ??? sedangkan kita tidak ???, ujung-ujungnya untuk mencairkan suasana sang kepala konsultan berkata ke pihak manajemen bahwa OPENOFFICE ITU LEVELNYA SMP DAN MS OFFICE ITU LEVELNYA S1, JADI ADA FUNGSI DI MS OFFICE YANG TIDAK ADA DI OPENOFFICE, akunya sih diam aja, karena tak pikir-pikir lagi malas berdebat dengan orang-orang yang otaknya buntu dan hanya mau gampangnya saja. Mereka tidak pernah melihat ke luar sana, padahal diluar sana sudah banyak pemakai linux dan openoffice, kenapa mereka bisa sedangkan kita tidak bisa ??? JAWABANNYA SIMPLE AJA BAGIKU, MEREKA BERPIKIR JAUH DAN MAU BELAJAR. DAN YANG PASTI OTAKNYA NGGAK BUNTU !!!!</p>
<p style="font-size:10px;text-align:right;"><a rel="tag" href="http://technorati.com/tag/%20ms%20office"></a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
</item>

</channel>
</rss>
