<?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>Windows Tools, Help &#38; Guides &#187; office</title> <atom:link href="http://mintywhite.com/tag/office/feed/" rel="self" type="application/rss+xml" /><link>http://mintywhite.com</link> <description></description> <lastBuildDate>Tue, 22 May 2012 03:23:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Excel 2007/2010: Creating Charts [How To]</title><link>http://mintywhite.com/more/software-more/excel-2010-creating-graphs/</link> <comments>http://mintywhite.com/more/software-more/excel-2010-creating-graphs/#comments</comments> <pubDate>Fri, 20 Jan 2012 15:15:03 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[2007]]></category> <category><![CDATA[2010]]></category> <category><![CDATA[chart]]></category> <category><![CDATA[excel]]></category> <category><![CDATA[office]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9851</guid> <description><![CDATA[One of the improvements in Excel 2007 is the rebuilt Chart Tool.  &#8221;It used to be so easy&#8221; to create charts in Excel, just highlight an area of cells and click Create Chart, and voilá. Well it still is &#8211; it only looks a bit different.  In this mini-tutorial I&#8217;m using an example from work, [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-2010-creating-graphs/">Excel 2007/2010: Creating Charts [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2012/01/EXCELchart.jpg"><img class="alignleft size-thumbnail wp-image-9861" style="margin-left: 0px; margin-right: 10px;" title="EXCELchart" src="http://mintywhite.com/wp-content/uploads/2012/01/EXCELchart-220x145.jpg" alt="EXCELchart 220x145 Excel 2007/2010: Creating Charts [How To]" width="220" height="145" /></a>One of the improvements in Excel 2007 is the rebuilt Chart Tool.  &#8221;It used to be so easy&#8221; to create charts in Excel, just highlight an area of cells and click Create Chart, and voilá. Well it still is &#8211; it only looks a bit different.  In this mini-tutorial I&#8217;m using an example from work, tho the names, and numbers have been altered.</p><h2>The Mission</h2><p>At work we have tightened security on mobile Exchange Synchronization. A security policy has been set which requires that we ask each of the 2.500 users to read the new guidelines. Failure to accept the new policy guidelines will result in the user loosing access to the server. To be able to monitor the progress of this work (making sure we know that every user has read and accepted) I was asked to create a chart to graphically display the weekly progress,  number of emails sent, number of accepts etc.  The challenge is that we only record names, and dates for each occurrence (notice sent, reply received, account open or closed).</p><p><span id="more-9851"></span></p><h2>The task</h2><p>Create a table that will sort  dates into weeks, update numbers once a week (Fridays) and summarize everything in a line graph.</p><h2>Preparations</h2><p>I&#8217;ll skip a few steps and re-enter the timeline a couple of weeks into the mission when we have some actual data to process. My main table looks like this:<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/MainTable.jpg"><img class="alignnone size-medium wp-image-9863" title="MainTable" src="http://mintywhite.com/wp-content/uploads/2012/01/MainTable-500x266.jpg" alt="MainTable 500x266 Excel 2007/2010: Creating Charts [How To]" width="500" height="266" /></a></p><p>As you can see it&#8217;s a rather long list of dates. Only Cells with content will be counted in the final result.</p><h3>Creating the Graph Table</h3><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/chart_formula.jpg"><img class="alignleft size-full wp-image-9855" style="margin-left: 0px; margin-right: 10px; border-width: 1px; border-color: black; border-style: solid;" title="chart_formula" src="http://mintywhite.com/wp-content/uploads/2012/01/chart_formula.jpg" alt="chart formula Excel 2007/2010: Creating Charts [How To]" width="243" height="106" /></a>I am in need of two sheets: &#8220;progress&#8221; and &#8220;graph&#8221;.  My main table is created in the sheet named &#8220;Progress&#8221;.  To be able to make use of my main data I created a new table (in the sheet &#8220;graph&#8221;) containing the following Columns: <em>&#8220;Week&#8221;, &#8220;Updated&#8221;, &#8220;Replies&#8221;, &#8220;Expected&#8221;, &#8220;Emails&#8221;, &#8220;Stopped&#8221; and &#8220;New This Week&#8221;</em>. Since I am going to summarize each week  the &#8220;Updated&#8221; column is the key to making this thing work as planned.</p><p>With the table in place I had to create a formula that will sort the dates into its corresponding week and only count cells containing dates. The formula is quite complex (and there might be other ways of making it work). But here is the one I ended up using:</p><p><code>=<span style="color: #3366ff;">SUMPRODUCT</span>(<span style="color: #339966;">(<strong>'progress'!$D$2:$D$155</strong></span><strong>&lt;=<span style="color: #ff6600;">'graph'!B4</span></strong>)<span style="color: #800080;">*('progress'!$D$2:$D$155&lt;&gt;"")) </span></code></p><h3>Let&#8217;s check out what it does.</h3><ul><li><code><span style="color: #3366ff;">SumProduct</span></code> = Returns the sum of products of corresponding ranges or arrays. This function allows me to create a snapshot of the status on any given date.</li><li> <code><span style="color: #339966;">'progress'!$D$2:$D$155</span></code> = This is the range where we have all the registered dates.</li><li> <code><span style="color: #ff6600;">'graph'!B4</span></code> = This is the comparison date (Fridays)</li><li> <code><strong>'progress'!$D$2:$D$155&lt;='graph'!B4</strong></code> = Search for dates up until the date in Cell B4</li><li><code><span style="color: #800080;"> *('progress'!$D$2:$D$155&lt;&gt;""))</span></code> = Count only Cells with content (dates)</li></ul><p>I used this formula in the columns &#8220;Replies&#8221;, &#8220;Emails&#8221; and &#8220;Stopped&#8221;, only changing the range references (columns) and Comparison Date for each row.</p><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/EmptyTabel.jpg"><img class="alignnone size-medium wp-image-9860" title="EmptyTabel" src="http://mintywhite.com/wp-content/uploads/2012/01/EmptyTabel-500x270.jpg" alt="EmptyTabel 500x270 Excel 2007/2010: Creating Charts [How To]" width="500" height="270" /></a></p><h3>Other Formulas used</h3><p>In the &#8220;New this week&#8221; column I use this formula:</p><p><code>=IF(C4&lt;&gt;"";C4-C3;"")</code></p><p>It doesn&#8217;t do much except calculating the  &#8221;growth&#8221; compared to last week.</p><h2>The Chart</h2><p>With the finished calculating table prepared, it&#8217;s time to create our chart. Again I&#8217;m fast forwarding to the end of my project making the chart a better view.</p><h3>Insert the Chart</h3><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/addChart.jpg"><img class="alignright size-full wp-image-9853" style="margin-left: 10px; margin-right: 0px;" title="addChart" src="http://mintywhite.com/wp-content/uploads/2012/01/addChart.jpg" alt="addChart Excel 2007/2010: Creating Charts [How To]" width="178" height="313" /></a>Click the Insert-Ribbon, and choose the line tool. Insert a 2D line chart. If you have the table ready (with or without data), you may select the entire thing before you draw the chart. This will allow Excel to create the graph for you.</p><h3>Editing the Chart</h3><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/chartTools.jpg"><img class="alignleft size-full wp-image-9856" style="margin-left: 0px; margin-right: 10px;" title="chartTools" src="http://mintywhite.com/wp-content/uploads/2012/01/chartTools.jpg" alt="chartTools Excel 2007/2010: Creating Charts [How To]" width="197" height="48" /></a>Should you want to re-size the chart, change or add a column or alter the appearance you can do so at any time. Highlight your Chart and look at the top of your screen -  you&#8217;ll notice three green highlighted ribbons, called &#8220;Chart Tools&#8221;: &#8220;Design&#8221;, Layout&#8221; and &#8220;Format&#8221;. Here you will find everything you&#8217;ll ever need,</p><h3>The Chart Edit Tool</h3><p>(named: Select Data) was revamped in Excel 2007. The tool allows you to easy change, add or remove columns (in the left pane) and X-axis data in the right pane. Each Column and row is displayed as separate entries in the list, making it easy to edit them to your needs.</p><p>To change layout elements you can select the entire chart or specific elements (like the color or line width) by right clicking.</p><h3>Re-size and move the Chart</h3><p>Place your mouse pointer over a chart corner or edge, this will activate the re-size and move tool. Simply drag and drop the chart to re-size or move it.</p><h3>Add, Remove or change in-data</h3><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/kn_SelectData.jpg"><img class="alignleft size-full wp-image-9862" style="margin-left: 0px; margin-right: 10px;" title="kn_SelectData" src="http://mintywhite.com/wp-content/uploads/2012/01/kn_SelectData.jpg" alt="kn SelectData Excel 2007/2010: Creating Charts [How To]" width="44" height="72" /></a>Editing the chart setup is easy as pie too. Highlight the chart, and click &#8220;Select Data&#8221;-button found in the Design Ribbon. In the graph that Excel created for you it added the Comparison dates to the X-axis. I don&#8217;t want it there, so I&#8217;m removing it.</p><p>In the Select Data Source window,  you see the X-axis (called: Horizontal) in the right side of the window.<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/Select-Data.jpg"><img class="alignnone size-medium wp-image-9865" style="margin-left: 1px; margin-right: 1px;" title="Select-Data" src="http://mintywhite.com/wp-content/uploads/2012/01/Select-Data-500x284.jpg" alt="Select Data 500x284 Excel 2007/2010: Creating Charts [How To]" width="500" height="284" /></a></p><ul><li>Click the EDIT-button.</li><li>Change the axis label range from A3:B14 to A3:A14</li><li>Click OK</li><li>Click OK</li></ul><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/before_after.jpg"><img class="alignnone  wp-image-9854" title="before_after" src="http://mintywhite.com/wp-content/uploads/2012/01/before_after-650x214.jpg" alt="before after 650x214 Excel 2007/2010: Creating Charts [How To]" width="520" height="171" /></a></p><h2>And that is mostly it.</h2><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/EditedChart.jpg"><img class="alignnone size-large wp-image-9857" title="EditedChart" src="http://mintywhite.com/wp-content/uploads/2012/01/EditedChart-650x292.jpg" alt="EditedChart 650x292 Excel 2007/2010: Creating Charts [How To]" width="650" height="292" /></a></p><p>If you play around with this tool a few minutes you will discover that it&#8217;s not as hard as you&#8217;d think. Making charts is as easy as ever, perhaps even easier.</p><p>&nbsp;</p><p>&nbsp;</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-2010-creating-graphs/">Excel 2007/2010: Creating Charts [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/software-more/excel-2010-creating-graphs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Word: Use Building Blocks</title><link>http://mintywhite.com/windows-7/word-building-blocks/</link> <comments>http://mintywhite.com/windows-7/word-building-blocks/#comments</comments> <pubDate>Thu, 05 Jan 2012 17:19:03 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[Windows 7]]></category> <category><![CDATA[2007]]></category> <category><![CDATA[2010]]></category> <category><![CDATA[building blocks]]></category> <category><![CDATA[office]]></category> <category><![CDATA[quick part]]></category> <category><![CDATA[quotes]]></category> <category><![CDATA[word]]></category><guid isPermaLink="false">http://mintywhite.com/?p=9803</guid> <description><![CDATA[Never heard of Building Blocks? Don&#8217;t worry, you&#8217;re not alone. In Fact I just recently learned about it myself. Building Blocks first appeared in Word 2007 and has been a well hidden gem ever since. What are Building Blocks ? Building Blocks are re-usable document elements  that you normally would have to copy from another [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/word-building-blocks/">Word: Use Building Blocks</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2012/01/lego.jpg"><img class="alignleft size-full wp-image-9830" title="lego" src="http://mintywhite.com/wp-content/uploads/2012/01/lego.jpg" alt="lego Word: Use Building Blocks " width="241" height="168" /></a>Never heard of Building Blocks? Don&#8217;t worry, you&#8217;re not alone. In Fact I just recently learned about it myself. Building Blocks first appeared in Word 2007 and has been a well hidden gem ever since.</p><h2>What are Building Blocks ?</h2><p>Building Blocks are re-usable document elements  that you normally would have to copy from another document or re-create on a regular basis and put it in a drag-and-drop library. It can be used to save design elements like logos, headers, signatures, text you type often etc. etc.</p><p><span id="more-9803"></span></p><h2>Using Building Blocks</h2><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/BB_organizer.jpg"><img class="alignright  wp-image-9829" style="margin-left: 10px; margin-right: 10px; border-width: 0px; border-color: currentColor; border-style: none;" title="BB_organizer" src="http://mintywhite.com/wp-content/uploads/2012/01/BB_organizer-500x426.jpg" alt="BB organizer 500x426 Word: Use Building Blocks " width="300" height="256" /></a>Windows comes with a large Building Blocks library that you may start using right out of the box. Looking through this library will give you an idea of what you may use the library for. In this quick guide I&#8217;ll show you how you can create your own Building Block and how you can re-use it in a later document. First, let&#8217;s access the library:</p><ol><li>Open Word</li><li>Click the Insert Tab</li><li>On the far right end you&#8217;ll see the Quick Parts Icon,<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/QP_Icn.jpg"><img class="alignnone size-full wp-image-9832" title="QP_Icn" src="http://mintywhite.com/wp-content/uploads/2012/01/QP_Icn.jpg" alt="QP Icn Word: Use Building Blocks " width="39" height="67" /></a><br /> Click the little arrow.</li><li>Choose &#8220;Building Block Organizer&#8221;:<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/BB_menu.jpg"><img class="alignnone size-full wp-image-9828" title="BB_menu" src="http://mintywhite.com/wp-content/uploads/2012/01/BB_menu.jpg" alt="BB menu Word: Use Building Blocks " width="232" height="52" /></a></li></ol><p>Now you will see all the available Blocks stored in the building Blocks Library (as seen in the image above). To use one of the existing elements, choose one from the list, and click: Insert</p><h2>Create your own Building Block</h2><p>This tool will only be really useful once you start creating your own. Doing so is almost too easy:</p><p>Let&#8217;s for this example create a &#8220;Quote Box&#8221; containing one of my favorite Quotes. Satisfied with the design as I am (for pretend sake) I decide to store this layout for later use.</p><ol><li>Highlight the element you want to save.<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/Quote.jpg"><img class="alignnone size-medium wp-image-9835" title="Quote" src="http://mintywhite.com/wp-content/uploads/2012/01/Quote-500x142.jpg" alt="Quote 500x142 Word: Use Building Blocks " width="500" height="142" /></a><br /> Click the arrow under the Quick Parts Icon</li><li>Choose: &#8220;Save Selection to Quick Parts Gallery&#8221;<br /> <img title="BB_menu" src="http://mintywhite.com/wp-content/uploads/2012/01/BB_menu.jpg" alt="BB menu Word: Use Building Blocks " width="232" height="52" /></li><li>In the dialogue, Name your item, choose a category and which template to save it in. Except for the name and category I created, use standard settings.<br /> <a href="http://mintywhite.com/wp-content/uploads/2012/01/BB_add.jpg"><img class="alignnone size-full wp-image-9827" title="BB_add" src="http://mintywhite.com/wp-content/uploads/2012/01/BB_add.jpg" alt="BB add Word: Use Building Blocks " width="346" height="283" /></a></li><li>Click OK</li></ol><h2>Make use of it</h2><p><a href="http://mintywhite.com/wp-content/uploads/2012/01/QP.jpg"><img class="alignleft size-full wp-image-9831" title="QP" src="http://mintywhite.com/wp-content/uploads/2012/01/QP.jpg" alt="QP Word: Use Building Blocks " width="404" height="490" /></a>Later on when you want to retrieve your &#8220;Building Block Item&#8221; click the Quick Parts Menu (again). All your recent Building Blocks will appear directly in the pull-down menu. If not, open the Building Blocks Organizer, locate it and press Insert.</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/word-building-blocks/">Word: Use Building Blocks</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/word-building-blocks/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Make Your Workspace More Productive and More Comfortable [How To]</title><link>http://mintywhite.com/more/hardware-more/workspace-productive-comfortable/</link> <comments>http://mintywhite.com/more/hardware-more/workspace-productive-comfortable/#comments</comments> <pubDate>Fri, 22 Apr 2011 13:00:44 +0000</pubDate> <dc:creator>Deck Hazen</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[design]]></category> <category><![CDATA[enhance]]></category> <category><![CDATA[improve]]></category> <category><![CDATA[office]]></category> <category><![CDATA[resource]]></category> <category><![CDATA[tool]]></category> <category><![CDATA[USB]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8874</guid> <description><![CDATA[I find thinking about going in to my office to work a more pleasant experience.<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/hardware-more/workspace-productive-comfortable/">Make Your Workspace More Productive and More Comfortable [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/03/00windowsHome.jpg"></a><a href="http://mintywhite.com/wp-content/uploads/2011/03/HomeOffice1.jpg"><img class="aligncenter size-large wp-image-8876" title="HomeOffice1" src="http://mintywhite.com/wp-content/uploads/2011/03/HomeOffice1-650x487.jpg" alt="HomeOffice1 650x487 Make Your Workspace More Productive and More Comfortable [How To]" width="650" height="487" /></a></p><p>In my last article (<a title="Permanent Link to [Update] An Explanation of the Pros and Cons of Using RAID on Your Computer" rel="bookmark" href="http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/">An Explanation of the Pros and Cons of Using RAID on Your Computer</a>), we discussed the problem of heat build-up during the very hot Auckland summer months and how a RAID 5 configuration with 4 disks can sustain the failure of a single disk. RAID protections provide one part of what should be an overall strategy to protect your data and your computer from heat.</p><p>In this piece we divert a bit from our standard hardware/software fare and look at the computing environment as a whole. We will postulate that a tidy workspace is, in fact, a happy workspace and suggest a few tricks to make your work-space more productive and more comfortable.</p><p>The three biggest factors driving the design of my workspace are heat, noise and clutter. If I can minimise these three and maximize my computing power and productivity (all within family budget constraints, of course), I will have archived the objective.</p><p><span id="more-8874"></span></p><p>The three primary physical components available for modification are the room, the cabinet and the PC (also referred to as the Box or Tower).</p><h3>The Room:</h3><p>The ideal design would be a copy of a corporate computer room with climate control, raised floor and glass interior walls. Your computers would be rack-mounted and networked throughout your house with a patch panel to distribute computer services to every room.</p><p>If you&#8217;ve got the resources, and your wife will let you do it &#8211; please do.</p><p>The rest of us are probably stuck with a home office which is usually a converted bedroom, and we don&#8217;t have a lot of latitude for change.</p><p>My office has several problems that affect my productivity.</p><ul><li>It gets messy</li><li>It gets hot</li><li>and It gets noisy</li></ul><p>As I get older I find it more and more important to keep my resources organised. So much stuff had accumulated in my office that I was spending more time looking for a resource than I was actually using it. Problem area #1 was first on my hit list. It is also made up of several components:</p><ul><li>Tools and parts and papers lying about</li><li>Wires connecting the various bits of equipment</li><li>Three out of five times the part or tool I needed was elsewhere</li></ul><p>Number 1 has been the easiest to tackle with a quick fix. I&#8217;ve instituted a &#8220;no shop work&#8221; policy and banned all of my &#8220;project&#8221; tools back to the workshop in the garage. Additionally, I&#8217;ve developed an exit strategy that requires me to tidy up the office each night so I can hit the ground running in the morning.</p><p>To reduce the clutter and improve the look of the room a good part of the project was dedicated to removing or hiding all the visible wires.</p><h3>Capping:</h3><p>Ok, I confess, this picture is a bit staged and I wish I&#8217;d taken more pictures of the mess before blasting through with a clean-up, but you get the idea and probably have a scene like this of your own very much like it.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/01cappingBefore.jpg"><img class="aligncenter size-full wp-image-8861" title="01cappingBefore" src="http://mintywhite.com/wp-content/uploads/2011/03/01cappingBefore.jpg" alt="01cappingBefore Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="367" /></a></p><p>Capping is a square pipe tacked against the floorboard with a snap-on cover. Just tack the 3-sided part against the wall where you need it, run the wire inside, and then snap on the cover. Not quite as tidy as running the wire through the wall, but you need special tools and know-how to accomplish that. Capping is sold in a variety of sizes.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/02cappingDetail.jpg"><img class="aligncenter size-full wp-image-8862" title="02cappingDetail" src="http://mintywhite.com/wp-content/uploads/2011/03/02cappingDetail.jpg" alt="02cappingDetail Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="373" /></a></p><p>A big advantage to capping is that the cover can be removed and the wiring reconfigured to meet changing conditions.</p><h3>Under the Carpet:</h3><p>Depending on the size of your wire and size of the gap between the carpet and the molding, a thin wire can often be hidden in that space. Speaker wire is a good candidate for this, coaxial wire less so.</p><p>The wire can be pushed into the gap with almost anything that isn&#8217;t sharp (don&#8217;t use a fork for example). A chopstick is my tool of choice, there are more dangerous options &#8230;</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/04underWall.jpg"><img class="aligncenter size-full wp-image-8865" title="04underWall" src="http://mintywhite.com/wp-content/uploads/2011/03/04underWall.jpg" alt="04underWall Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="363" /></a></p><p>Whenever you need to go under the carpet, always stay as close to the wall as possible &#8211; even the thinnest speaker wire will produce a lump.</p><h3>Over the Roof:</h3><p>In some circumstances a wire on the roof might be the best plan. The wire obviously needs to be of a grade that can withstand outdoor conditions, and any joins require extra weather- and water-proofing. Just be sure to tack it down securly. The tacks (below) are a good option as is hot glue or silicon. Don&#8217;t want the wire making any noise on a windy night.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/04aroofOption.jpg"><img class="aligncenter size-full wp-image-8864" title="04aroofOption" src="http://mintywhite.com/wp-content/uploads/2011/03/04aroofOption.jpg" alt="04aroofOption Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="367" /></a></p><p>Exterior wiring will eventually need to extend back into a room, a terminating plate (like the one shown above) is easy to install and gives the work a professional look.</p><h3>Power Leads:</h3><p>Mounting a power board on the back of a unit or on a nearby wall can give the appearance of order and the excess cable can be gathered and secured above the floor with cable ties, rubber bands, whatever, but a word of caution here, don&#8217;t wind up a big length of mains extension wire and leave it on the floor &#8211; it becomes a magnetic coil, heats up and bursts into flames.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/05powerBoard1.jpg"><img class="aligncenter size-full wp-image-8866" title="05powerBoard1" src="http://mintywhite.com/wp-content/uploads/2011/03/05powerBoard1.jpg" alt="05powerBoard1 Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="293" /></a></p><p>Power leads emit radiation that can interfere with voice, data and video communication. As a general rule it&#8217;s best to keep the two types of cable separate. If you must run the two together and you get interference on the com lines, investigate shielded com lines as an alternative.</p><p>Many power boards have mounting holes on the back side of the board. In my experience these holes are very hard to line up correctly. Instead I&#8217;ll drill through those holes as they seem to be located in positions that avoid any internal wires and mount the board with screws drilled in from the front. Be sure to counter-sink the holes so that the top of the screw is flush with the board face and doesn&#8217;t interfere with any plugs.</p><h3>Vanity Panel:</h3><p>Basically it&#8217;s a large sheet of material that acts to cover the ugly stuff behind it</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/06vanityBefore.jpg"><img class="aligncenter size-full wp-image-8867" title="06vanityBefore" src="http://mintywhite.com/wp-content/uploads/2011/03/06vanityBefore.jpg" alt="06vanityBefore Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="252" /></a></p><p>If you&#8217;ve run wiring through your desk some wires may hang down and look at bit messy, you can tidy these wires behind a panel to hide them from view. If you put this panel on hinges or make it easily removable you will still have plenty of flexibility should an equipment change be required.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/07vanityAfter.jpg"><img class="aligncenter size-full wp-image-8868" title="07vanityAfter" src="http://mintywhite.com/wp-content/uploads/2011/03/07vanityAfter.jpg" alt="07vanityAfter Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="330" /></a></p><p>You can do the same thing with walls</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/08wallBefore.jpg"><img class="aligncenter size-full wp-image-8869" title="08wallBefore" src="http://mintywhite.com/wp-content/uploads/2011/03/08wallBefore.jpg" alt="08wallBefore Make Your Workspace More Productive and More Comfortable [How To]" width="220" height="330" /> </a></p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/09wallAfter.jpg"><img class="aligncenter size-full wp-image-8870" title="09wallAfter" src="http://mintywhite.com/wp-content/uploads/2011/03/09wallAfter.jpg" alt="09wallAfter Make Your Workspace More Productive and More Comfortable [How To]" width="220" height="330" /></a></p><p>an inexpensive noticeboard did the trick here. I re-wired the power lead on my &#8220;Cent-o-Meter&#8221; to feed directly into the box eliminating the plug, and pinned the USB lead on my Weather Centre behind the board so it doesn&#8217;t show up quite so much.</p><h3>Capping on Steroids:</h3><p>In my particular situation a large number of cables must be run from the desk where my keyboard mouse and monitors are to the computer cabinet where my 2 PCs live crossing a space of clear carpet about a metre wide.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/10steroidsBefore.jpg"><img class="aligncenter size-full wp-image-8871" title="10steroidsBefore" src="http://mintywhite.com/wp-content/uploads/2011/03/10steroidsBefore.jpg" alt="10steroidsBefore Make Your Workspace More Productive and More Comfortable [How To]" width="362" height="330" /></a></p><p>The solution shown below is a section of white square box down pipe attached to the wall with 2 screws. The shot above gives some indication of the wiring that would otherwise be exposed. A curtain rod is used to thread the cables from one end to the other.</p><p>In this picture you can also see another important tool in cable management &#8211; the white tags indicating what is at the far end. They are a bit pricey &#8211; $4.00 (US) for a pack of 24 but they can save you time and frustration when you are tracking down a fault in your system.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/11steroidsAfter.jpg"><img class="aligncenter size-full wp-image-8872" title="11steroidsAfter" src="http://mintywhite.com/wp-content/uploads/2011/03/11steroidsAfter.jpg" alt="11steroidsAfter Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="444" /></a></p><h3>Cable Tidies:</h3><p>There is a variety of gizmos available to help you in this effort. Number one is a pieces of 2 &#8211; 4 meters plastic tube split down the middle, into which a special installation tool can placed that will enable you to cover and contain a collection of wires. One big wire is easier work with (and looks better) than a bunch of smaller wires.</p><p>Number 2 is simple and free, although perhaps best suited to storing unused cables.</p><p>Number 3 &#8211; This &#8220;handcuff&#8221; looking device works like one too to clamp a number of loose cables in a single large thread.</p><p>Number 4 &#8211; These holders are fixed to the desk or the wall and hold a group of wires in place.</p><p>Number 5 &#8211; Velcro. Fairly expensive, but very re-usable</p><p>And lastly, Number 6 comes from the garden store. It&#8217;s a simple spool of light wire with a built-in cutter at the base. Intended for flowers, the wire does a good job on quick, temporary jobs.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/12tidyTools.jpg"><img class="aligncenter size-full wp-image-8873" title="12tidyTools" src="http://mintywhite.com/wp-content/uploads/2011/03/12tidyTools.jpg" alt="12tidyTools Make Your Workspace More Productive and More Comfortable [How To]" width="550" height="321" /></a></p><p>Having a clean and tidy workspace may not be for everyone &#8211; it requires a little more work and a bit of discipline and may not, in the end, enhance your productivity. I&#8217;ve worked under my new regime for about a month now and I think I&#8217;m a bit more productive, but I know it keeps my wife happy and I find thinking about going in to my office to work a more pleasant experience.</p><p>But I won&#8217;t claim a final victory now. As with the currently accepted scientific theory: it&#8217;s only true until it&#8217;s not. In our next episode we&#8217;ll look at heat and noise.</p><p>In our next chapter we&#8217;ll take a look the storage cabinet and modifications to the PCs &#8211; both designed to improve system cooling.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/hardware-more/workspace-productive-comfortable/">Make Your Workspace More Productive and More Comfortable [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/hardware-more/workspace-productive-comfortable/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Setting up and using a second email account in Outlook 2010 [How To]</title><link>http://mintywhite.com/more/software-more/setting-email-account-outlook-2010/</link> <comments>http://mintywhite.com/more/software-more/setting-email-account-outlook-2010/#comments</comments> <pubDate>Fri, 15 Apr 2011 16:01:24 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[2010]]></category> <category><![CDATA[design]]></category> <category><![CDATA[free]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[office]]></category> <category><![CDATA[outlook]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[security]]></category> <category><![CDATA[several account]]></category> <category><![CDATA[signatures]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8925</guid> <description><![CDATA[A recent question from a reader, inspired me to write this article on how to set up and switch between several email accounts in Outlook 2010. The How To article showing you how to set up an account has already been written and I will not repeat that part but rather link to it later [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/setting-email-account-outlook-2010/">Setting up and using a second email account in Outlook 2010 [How To]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2010/11/outlookLogoMac.jpg"><img class="alignleft size-full wp-image-7915" style="margin-left: 0; margin-right: 10px;" title="outlookLogoMac" src="http://mintywhite.com/wp-content/uploads/2010/11/outlookLogoMac.jpg" alt="outlookLogoMac Setting up and using a second email account in Outlook 2010 [How To] " width="191" height="214" /></a>A recent question from a reader, inspired me to write this article on how to set up and switch between several email accounts in Outlook 2010. The How To article showing you how to set up an account has already been written and I will not repeat that part but rather link to it later on.</p><h2>Setting up a second (third, fourth &#8230; ) account in Outlook.</h2><p>Adding several accounts to your Outlook 2010 is a simple task. Using them and switching between them is also very easy. What you DO need to decide before adding several accounts is, which will function as your main account, and should the accounts use the same PST-file (the database storing your emails) or should you use separate PST-files ?</p><h3><span id="more-8925"></span>Functionality will be the same, no matter what you choose.</h3><p>In the last section, I will give my thoughts on pros and cons using one or two PST-Files.</p><h2>Adding more Accounts</h2><ol><li>Click the FILE tab (the yellow one)</li><li>Click the ACCOUNTS-button and then the Account-Link popping up underneath it.</li><li>Follow the steps <a title="Outlook 2010 – Part 2: Setting up Accounts [How To]" href="http://mintywhite.com/more/software-more/outlook-2010-part-2-setting-accounts/">found here</a>.</li></ol><h3>Choose between the two</h3><ol><li>Start writing a new Email</li><li>In the top left corner you find the From, To, CC-buttons.<br /> <a href="http://mintywhite.com/wp-content/uploads/2011/04/outlookFROM.png"><img class="alignnone size-full wp-image-8930" title="outlookFROM" src="http://mintywhite.com/wp-content/uploads/2011/04/outlookFROM.png" alt="outlookFROM Setting up and using a second email account in Outlook 2010 [How To] " width="241" height="123" /></a>&nbsp;</p><p>Notice that the FROM-button now has a little arrow attached to it.<br /> Clicking it will allow you to choose which account to send from</li></ol><p><a href="http://mintywhite.com/wp-content/uploads/2011/04/outlookAccountView.png"><img class="alignright size-full wp-image-8926" title="outlookAccountView" src="http://mintywhite.com/wp-content/uploads/2011/04/outlookAccountView.png" alt="outlookAccountView Setting up and using a second email account in Outlook 2010 [How To] " width="165" height="419" /></a>If you have decided to use several PST-files, you may also choose which account to use by simply highlighting the appropriate InBox in the account/folder listing, before opening a new Email Document. Outlook will choose the account corresponding to the InBox selected.</p><h2>Several Signatures</h2><p>If you automatically want to add signatures to your new emails, you can set Outlook to use different Signatures for different accounts. Here&#8217;s how.</p><ol><li>Start a new Message</li><li>Click the Insert Ribbon<br /> <a href="http://mintywhite.com/wp-content/uploads/2011/04/outlookSIGN.png"><img class="alignnone size-full wp-image-8929" title="outlookSIGN" src="http://mintywhite.com/wp-content/uploads/2011/04/outlookSIGN.png" alt="outlookSIGN Setting up and using a second email account in Outlook 2010 [How To] " width="211" height="205" /></a></li><li>Click the Signature Button</li><li>Choose Signatures from the drop down menu</li><li>In the Signatures Dialogue window,  Add and design a new signature</li></ol><h3>Connecting each signature to a different account</h3><p>Setting this up, may not be very intuitive to you (Another Note to the Outlook developers). But it is rather simple one you know how.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/04/OutlookWhichSign.png"><img class="alignleft size-full wp-image-8927" style="margin-left: 0px; margin-right: 10px; border: 1px solid #000000;" title="OutlookWhichSign" src="http://mintywhite.com/wp-content/uploads/2011/04/OutlookWhichSign.png" alt="OutlookWhichSign Setting up and using a second email account in Outlook 2010 [How To] " width="334" height="109" /></a>In the right hand side of the Signatures Window there are three pull-down menus titled &#8220;Choose Default Signatures&#8221;. It would be fair to assume you choose these settings while creating your Signature, but that&#8217;s not it. They have no relations to the Signature creation what so ever. They really should have been put in a separate dialog window. But that&#8217;s another discussion.</p><h4>After creating all of your signatures they will appear in the pull-down menus.</h4><ol><li>In the first pulldown menu, choose which email account to attach a signature to</li><li>In the second choose which signature to use (if any) when starting a new Email</li><li>In the third one, choose which signature to use (if any) when replying to an email</li></ol><p>The settings are stored immediately and you do not need to close the Signature Window until you&#8217;re all done.</p><h2>Using One or Two PST-files ?</h2><p>The following reflects my experience. You may experience it differently, and if so please feel free to add your own comments on the matter.</p><p>Choosing one PST-file may slow down performance when the one file get large. On the upside, you will only have one set of folders to worry about (one inbox, sent box, deleted items etc.). You will also not need a large monitor to see all inboxes at once in the folder/account listing.</p><p>Choosing two PST-files may increase your security and performance as the files will be smaller. Backup and deleting an account will be easier. You get more control over each account. On the downside, you will need a large monitor to be able to see each inbox in the folder/account listing, and you are not able to choose which folders to display in the listing except from expanding (or collapsing) the entire account folder (NOTE to the developers; add this functionality in the next Office)</p><p>&nbsp;</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/setting-email-account-outlook-2010/">Setting up and using a second email account in Outlook 2010 [How To]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/software-more/setting-email-account-outlook-2010/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[Update] An Explanation of the Pros and Cons of Using RAID on Your Computer</title><link>http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/</link> <comments>http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/#comments</comments> <pubDate>Fri, 25 Mar 2011 16:56:24 +0000</pubDate> <dc:creator>Deck Hazen</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[download]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[office]]></category> <category><![CDATA[resource]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8857</guid> <description><![CDATA[The purpose of this post is to confirm the confidence I have in RAID technology as expressed in the earlier post &#8220;RAID&#8220;. It is occasioned by my recent plans to write a very different piece. Background: the Warning Signs Summers can get pretty hot here in Auckland. The average temperature for this time of year [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/">[Update] An Explanation of the Pros and Cons of Using RAID on Your Computer</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p>The purpose of this post is to confirm the confidence I have in RAID technology as expressed in the earlier post &#8220;<a href="http://mintywhite.com/more/hardware-more/hands-raid-explanation-pros-cons-raid-computer/">RAID</a>&#8220;. It is occasioned by my recent plans to write a very different piece.</p><h3>Background: the Warning Signs</h3><p>Summers can get pretty hot here in Auckland. The average temperature for this time of year is 24 degrees Celsius (that&#8217;s 75 degrees Fahrenheit to North Americans) with 99% humidity so it&#8217;s no simple matter to keep a computer cool.</p><p><span id="more-8857"></span>Your computers resources are not infinite and each time a new program is called, a portion of the total resource is used and as we chew through the systems resource we eventually reach a point where the resources are no longer sufficient for the proper functioning of the system.</p><p>At that point many things can happen starting with &#8220;nothing&#8221; happening to a full on &#8220;Blue Screen of Death&#8221; forced re-boot.</p><p>In most cases no error message is produced, or the message that is produced has nothing to do with the actual problem that may be discovered later. What we notice is that the system starts acting &#8220;weird&#8221;. Commands don&#8217;t get executed, we lose icons, a simple file copy takes 3 times as long as it should &#8230; and at some point we make the decision to shut everything down and start again fresh with a reboot.</p><p>Some time ago (more than a year) I found that I had to re-boot my systems far more often on hot days than on cool days.</p><p>Eventually it dawned on me that at least some these faults might be the result of overheating.</p><p>I asked my wife if we could turn her sewing room into an air-conditioned computer room with hardware racks and a raised floor &#8211; but she said &#8220;No&#8221;. Women &#8211; go figure.</p><p>My fallback plan &#8220;B&#8221; called for the installation of more internal fans into my boxes, and while this seemed to alleviate the faults, it also made the room a lot noisier.</p><p>In an effort to reduce the office noise levels I had a cabinet built to house the four computers I had at the time. I included several ventilation holes that I hoped would be sufficient.</p><p>The result was a large desk-shaped oven. The multiple 6-inch vent holes weren&#8217;t nearly enough to extract the trapped heat so it just got hotter and hotter. I had to take off the cabinet doors and even the PC covers and direct a large office fan directly into the cavity to bring the operating temperature down to a safe level. In the end, for a time, the office was hotter and noisier than ever. (more about this in our next article)</p><p>I mention my heat problems because for a long time I attributed all of my &#8220;un attributable&#8221; faults to it. In particular, the one that bugged me the most was the loss of my RAID array.</p><p>The first time I noticed it was a bit of a shock given that the drive holds all my data and my &#8220;backups&#8221; discipline is a bit loose, but after some investigation and a few reboots it became clear that the array hadn&#8217;t disappeared, it had only failed to mount.</p><p>I&#8217;ve configured this PC with 2 partitions &#8211; the boot drive (&#8220;C:\&#8221;) is a separate physical HDD so the system boots up fine, it just has no second partition which is a virtual drive made up of 4 physical drive and combined by RAID to a single &#8220;D:\&#8221; drive.</p><p>No error message was produced and in fact, the report from the HighPoint RAID management system told me that the array was &#8220;Normal&#8221; apart from the number 2 disk running a bit hot.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/raidAgain01.png"><img class="aligncenter size-full wp-image-8858" title="raidAgain01" src="http://mintywhite.com/wp-content/uploads/2011/03/raidAgain01.png" alt="raidAgain01 [Update] An Explanation of the Pros and Cons of Using RAID on Your Computer" width="550" height="289" /></a>In order to recover the folders I had to power down the box and reboot at least once, and sometimes more, to get the virtual &#8220;D:\&#8221; drive back on line.</p><p>I sent off a note to the HighPoint group via their support web page and got an email back saying their support guy was on vacation and gave me an alternate address to contact. No reply came back from the alternate email.</p><p>I used the support page to request an update on the status of my fault report and shortly thereafter I got an email saying that my trouble ticket had been updated. I logged back in to the support site only to find that the &#8220;update&#8221; was my own query asking them for an update.</p><p>Around this time I&#8217;d been posting my problem off to my various forums and one kind reader wrote me to point out that if I really wanted to back up a 1.5Tb RAID array, I&#8217;d need a 1.5Tb backup disk to do it. He was right of course, but it was a depressing kind of right &#8211; there is a good measure of fault tolerance built into the RAID software, but it is fault &#8220;tolerance&#8221; not fault &#8220;proof&#8221;. If you lose a second disk before you can replace the first fail, you will lose the array.</p><p>The lack of progress on this issue and a growing frustration with the supplier drove me to consider an article on &#8220;the failure of raid technology and its suppliers&#8221;. Fortunately a lucky-un-lucky break intervened.</p><p>&#8220;We had to destroy the village in order to save it&#8221;</p><p>Have you ever had an intermittent fault on a system that you couldn&#8217;t pinpoint, but you knew it was in a particular subsystem, so you just whacked the subsystem with a hammer to get the whole thing replaced?</p><p>Fortunately for me, fate held the hammer this time.</p><p>As disk failures go, the &#8220;head crash&#8221; (see Wikipedia) has to be one of the most dramatic. It&#8217;s a catastrophic hardware fault that occurs when a read-write head (works like the needle on a turntable) comes into contact with the surface of the disks platter which is spinning around at 7200 Rpm.</p><p>On February 1st, a noise that sounded very much like a high-speed dentist drill came screaming from my PC. Checking the RAID Management page I could see the number 2 drive had indeed failed. (I&#8217;ve put a sound file on my web site if you want to hear it Barracuda Head Crash.wav)</p><p>Securing a replacement drive (a Western Digital) I had a go at getting it integrated into my system but the first attempt failed miserably (&#8220;no available drive found&#8221;). After figuring out that the drive had to be formatted first it only took only a minute to install, and then another 8 hours to mirror the drive back in the array restoring my system to peak performance.</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/raidAgain02.png"><img class="aligncenter size-full wp-image-8859" title="raidAgain02" src="http://mintywhite.com/wp-content/uploads/2011/03/raidAgain02.png" alt="raidAgain02 [Update] An Explanation of the Pros and Cons of Using RAID on Your Computer"  /></a></p><p>Since February 1, and with additional system cooling modifications, both servers have run well although I still can&#8217;t close the cabinet doors. My confidence in RAID technology is solidified, and I&#8217;m very happy to re-recommend a RAID 5 solution for any situation that requires a large logical drive for optimum disk utilization and data protection with a lower cost of ownership profile than simply doubling the number of disks.</p><h3>One down, One to go</h3><p>Bolstered by the success with the disk failure I pushed ahead for a solution to the disappearing drive problem and sent another email off to HighPoint. I got a note back directing me to their Chinese web site to download the latest drivers, BIOS, and web management tools. It sounded like a fob to get me off their backs, but those basic steps &#8211; even if they never seem to work, must be undertaken in order to move on to the next step.</p><p>On March 1, I found the driver, bios, and application files on their web site and they were, indeed, different from the ones I&#8217;d obtained earlier from their US web site (why didn&#8217;t they just update the US files themselves?)</p><p>I installed the 4 new files and I guess it must have worked &#8212; 4 or 5 reboots since the install and not a missing drive in sight!</p><p>I won&#8217;t claim a final victory however. As with the currently accepted scientific theory: it&#8217;s only true until it&#8217;s not.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/">[Update] An Explanation of the Pros and Cons of Using RAID on Your Computer</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/hardware-more/update-explanation-pros-cons-raid-computer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Guidelines for Dealing With Computer Uninstall Errors</title><link>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/</link> <comments>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/#comments</comments> <pubDate>Thu, 17 Mar 2011 13:00:46 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Windows 7 Maintenance]]></category> <category><![CDATA[Windows Vista Maintenance]]></category> <category><![CDATA[Windows XP Maintenance]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[office]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[registry]]></category> <category><![CDATA[software]]></category> <category><![CDATA[tool]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8830</guid> <description><![CDATA[In this guest post, James Ricketts discusses how deal with computer uninstall errors. Find out more about James at the end of this post. Uninstalling applications is never as seamless a process as installing them. Although Windows PCs come with a built-in utility, the Add or Remove Programs utility, that allows users to easily uninstall [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/">Guidelines for Dealing With Computer Uninstall Errors</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><em>In this guest post, James Ricketts discusses how deal with computer uninstall errors. Find out more about James at the end of this post.</em></p><p>Uninstalling applications is never as seamless a process as installing them. Although Windows PCs come with a built-in utility, the Add or Remove Programs utility, that allows users to easily uninstall various applications and software, it usually fails to do the required job when you need to uninstall certain applications, such as McAfee Antivirus suite or DirectX.</p><p>Incomplete uninstallation may cause errors and complications on the system. Leftover processes of a previously installed program may interfere with other running processes and cause application errors, as well as performance related issues, such as frequent software crashes and system slow downs. This is why it is absolutely essential that when you remove a program you ensure that all its associated processes, files, and registry entries are also permanently deleted.</p><p>With the help of two examples, McAfee antivirus suite and DirectX we discuss how to uninstall programs that may not get completely removed using the Add or Remove Programs utility.</p><p><span id="more-8830"></span></p><p>Before we discuss this, let’s see how to use the Add or Remove Programs utility to uninstall applications, such as Microsoft Office 2007.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-manually-uninstall-office-2007/">Uninstall Office 2007</a> using Add or Remove Programs</strong></p><p>Uninstalling programs using the Add or Remove Programs utility is simple, as this example shows.</p><ol><li>Click <strong>Start</strong> and then click <strong>Control Panel</strong> to open its corresponding window.</li><li>Double-click <strong>Add or Remove Programs</strong>.</li><li>Locate and select <strong>Office 2007</strong>.</li><li>Click <strong>Uninstall</strong>.</li></ol><p>In the following section, we discuss how to completely uninstall applications, such as McAfee Antivirus and DirectX that the Add or Remove Programs utility may fail to remove.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-uninstall-mcafee/">Uninstall McAfee</a></strong></p><p>When it comes to removing antivirus suites, the Add or Remove Programs utility is often found to be wanting. This may be because of the fact that such programs place their files and entries deep into the system and the Add or Remove Programs utility fails to remove them completely.</p><p>Most Antivirus software manufacturers, therefore, release an uninstaller tool for their line of products. It is best to use such uninstaller tools – these tools are typically distributed from the software manufacturer’s website for free – to remove antivirus software. In case the software manufacturer does not provide an uninstaller tool, you may use a reliable professional uninstaller tool.</p><p>To remove McAfee, first remove the software using the Add or Remove Programs utility – the same way as you uninstall any other application. Next, visit McAfee’s official website and download MCPR.exe, which is the uninstaller tool for McAfee products. After you have downloaded the MCPR.exe file on to your desktop, double-click it to run the uninstaller tool.</p><p><strong><a href="http://www.fixyourerrors.com/how-to-perform-directx-uninstall-in-windows/">Uninstall DirectX</a></strong></p><p>DirectX is an application that is built-in to your Windows system. An attribute peculiar to DirectX is that it cannot be uninstalled using the Add or Remove Programs utility, as the application does not appear in your installed programs list.</p><p>If for some reason you need to remove the version of DirectX installed on your computer then simply remove the DirectX entry from the registry and Delete the DirectX folder.</p><p><strong><em>Important</em></strong><em>: Before making any changes to the registry, always back up the registry first. You can make registry backups either manually or by using a reliable registry maintenance software.</em></p><ol><li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>regedit</strong>, and press <strong>Enter</strong>.</li><li>Browse to <em>HKEY_LOCAL_MACHINE\Software\Microsoft\DirectX</em></li><li>Delete all the keys for DirectX.</li><li>Right-click the <strong>Directx</strong> folder in left-pane and click <strong>Delete</strong>.</li><li>Restart Windows.</li></ol><p><strong>Note</strong>: It is not possible to completely remove DirectX from the PC as it is an integral part of the operating system. The above steps uninstall the upgraded version of DirectX from the PC and reinstall the default DirectX version for your Windows operating system when the PC is restarted.</p><p><em>James Ricketts is a writer whose work can be seen at Instant-Registry-Fixes.org. To find out more about his work or to contact him, please visit Instant-Registry-Fixes.org.</em></p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/">Guidelines for Dealing With Computer Uninstall Errors</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/windows-7/7maintenance/guidelines-dealing-computer-uninstall-errors/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Excel Formulas for Summarizing Data across Worksheets</title><link>http://mintywhite.com/more/software-more/excel-formulas-summarizing-data-worksheets/</link> <comments>http://mintywhite.com/more/software-more/excel-formulas-summarizing-data-worksheets/#comments</comments> <pubDate>Tue, 15 Mar 2011 20:00:08 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[improve]]></category> <category><![CDATA[office]]></category> <category><![CDATA[performance]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8831</guid> <description><![CDATA[In this guest article, Joseph Reese shows us some Excel formulas to help us summarize data across worksheets. Find out more about Joseph at the end of this post. In this article you will discover a neat way to summarize data across Excel sheets without having to reference each of them. This technique will work even [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-formulas-summarizing-data-worksheets/">Excel Formulas for Summarizing Data across Worksheets</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><em>In this guest article, Joseph Reese shows us some Excel formulas to help us summarize data across worksheets. Find out more about Joseph at the end of this post.</em></p><p>In this article you will discover a neat way to summarize data across Excel sheets without having to reference each of them. This technique will work even if you add a new sheet.</p><h2>Defining a Range of Sheets</h2><p>Consider the following example:  The fictitious expense reports for the equally fictitious XYZ Widget Company’s various offices.  Each sheet in the workbook contains the expense data for each of the company’s offices. Below you can see the expense data for the New-York office:</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/Image1.png"><img class="alignnone size-full wp-image-8833" title="Image1" src="http://mintywhite.com/wp-content/uploads/2011/03/Image1.png" alt="Image1 Excel Formulas for Summarizing Data across Worksheets" width="426" height="347" /></a></p><p>The Expenses workbook holds a similar sheet for the Chicago and LA offices.</p><p><span id="more-8831"></span></p><p>Now, let’s create a total expense report in the worksheet called ‘Country Wide Expenses’. The sheet already exists, but we have to actually fill it with data:</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/Image2.png"><img class="alignnone size-full wp-image-8834" title="Image2" src="http://mintywhite.com/wp-content/uploads/2011/03/Image2.png" alt="Image2 Excel Formulas for Summarizing Data across Worksheets" width="484" height="377" /></a></p><p>We’ll use the SUM function to add the contents of the corresponding cells on each sheet by doing the following:</p><ul><li>We’ll select cell <em>B5</em></li><li>Then we’ll type in<em><strong> =SUM(</strong></em></li><li>We’ll click on the <em>NYC Office </em>worksheet tab and Excel will add<em> ‘NYC Office’!</em> to the formula in the formula bar</li><li>We’ll then click on cell B5 in the ‘NYC Office’ sheet and <strong><em>B5 </em></strong>will be added to the formula, so now, the formula bar will show: <em><strong>=SUM(‘NYC Office’!B5</strong></em></li><li>Finally, while holding the <strong>Shift</strong> key, we’ll click on the <em>‘Chicago Office’</em> tab; this will insert  a range of sheets into the formula which will be shown in the formula bar in the following way:</li></ul><blockquote><p><em><strong>=SUM(‘NYC Office:Chicago Office’!B5</strong></em></p></blockquote><ul><li>We’ll finish up the formula by closing the parenthesis and pressing the <strong>Enter</strong> key</li></ul><p>Excel will return to the ‘<em>Country Wide Expenses</em>’ sheet, and this is what we get:</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/Image3.png"><img class="alignnone size-full wp-image-8835" title="Image3" src="http://mintywhite.com/wp-content/uploads/2011/03/Image3.png" alt="Image3 Excel Formulas for Summarizing Data across Worksheets" width="480" height="374" /></a></p><p>What we did here was to create a range of cells across sheets. Pretty neat isn’t it?</p><p>Excel uses the colon sign &#8211; : &#8211; as the range marker; if put between two cell references, Excel will consider the reference to be for all the cells in the range. For example,<em> A1:B3</em> contains 6 cells: A1, A2, A3, B1, B2 and B3. But when the colon sign is found between worksheet names, the range covers all the sheets between the names, so in our case, the range includes cell<em> B5</em> on all the office expenses sheets (as we selected the first and last one).</p><h2>Drag to Fill</h2><p>All that’s left is to use the same formula to fill up the table:</p><ul><li>We’ll grab the <a href="http://www.youtube.com/watch?v=glbYfC1LHy0">fill handle</a> and drag it to the right so it will cover the 12 month columns of the table</li><li>Then we’ll grab the fill handle again and drag it down so it will cover the whole table</li></ul><p>And so we’re done in about a minute of work:</p><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/Image4.png"><img class="alignnone size-full wp-image-8836" title="Image4" src="http://mintywhite.com/wp-content/uploads/2011/03/Image4.png" alt="Image4 Excel Formulas for Summarizing Data across Worksheets" width="484" height="375" /></a></p><h2>Summary</h2><p>In this article we’ve dealt with using ranges across worksheets which is a very powerful but rarely used technique. It is also important to remember that this technique is not limited to the SUM function; it works with every Excel function that handles ranges. You can use it to average data, find the lowest or the highest number across sheets and much more.</p><p><strong>About the Author</strong>: Joseph Reese is the founder of <a href="http://www.excel-formulas.com/">Excel-Formulas.com</a> an Excel consulting firm.Head over to his website if you want to improve your performance with Excel.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-formulas-summarizing-data-worksheets/">Excel Formulas for Summarizing Data across Worksheets</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/software-more/excel-formulas-summarizing-data-worksheets/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>3 Great &#8220;Payware&#8221; Programs Are Now Freeware</title><link>http://mintywhite.com/software-reviews/multimedia-software/3-great-payware-freeware/</link> <comments>http://mintywhite.com/software-reviews/multimedia-software/3-great-payware-freeware/#comments</comments> <pubDate>Wed, 09 Mar 2011 13:49:53 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Business and Productivity]]></category> <category><![CDATA[Graphic and Publishing]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[free]]></category> <category><![CDATA[office]]></category> <category><![CDATA[software]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8756</guid> <description><![CDATA[It&#8217;s not very often we get to see commercial products going freeware. Can you imagine this happening to Adobes Photoshop or Microsoft&#8217;s Office ? I think not. There are of course hundreds of freeware programs out there that will give you some or most of the same functionality, and now, we can add three more [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/software-reviews/multimedia-software/3-great-payware-freeware/">3 Great &#8220;Payware&#8221; Programs Are Now Freeware</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2011/03/free.jpg"><img class="alignleft size-thumbnail wp-image-8757" title="free" src="http://mintywhite.com/wp-content/uploads/2011/03/free-220x220.jpg" alt="free 220x220 3 Great Payware Programs Are Now Freeware" width="220" height="220" /></a>It&#8217;s not very often we get to see commercial products going freeware. Can you imagine this happening to Adobes Photoshop or Microsoft&#8217;s Office ? I think not. There are of course hundreds of freeware programs out there that will give you some or most of the same functionality, and now, we can add three more to the <em>Best Freeware list</em>.</p><p>Thanks to <a href="http://www.freewaregenius.com/2011/02/28/noteworthy-shareware-turned-freeware-in-feb-2011/">freewaregenius</a> for pointing these out to us.</p><p>And the newcomers are&#8230;</p><p><span id="more-8756"></span></p><h2>WinX DVD Author</h2><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/WinX-DVD-Author-Screenshot1.jpg"><img class="alignright size-medium wp-image-8758" style="margin-left: 10px; margin-right: 0px;" title="WinX-DVD-Author-Screenshot1" src="http://mintywhite.com/wp-content/uploads/2011/03/WinX-DVD-Author-Screenshot1-500x368.jpg" alt="WinX DVD Author Screenshot1 500x368 3 Great Payware Programs Are Now Freeware" width="300" height="221" /></a>Our good old friends over at Digiarity has since last decided to release their DVD authoring software as Freeware. This suite does not only convert any movie to DVD, but also allow you to author or re-pack a DVD with themes, chapters and everything you&#8217;d expect from a payware program.</p><p><em>As always, Digiarity promises high-quality and High-Speed &#8211; and in my opinion, they do deliver.</em></p><p>With step-by-step wizard built-in, even novice can easily convert and burn MKV, M2TS, M4V, MP4, FLV, MPEG, MOV, RM, RMVB, H.264, AVI to DVD, etc. Equipped with fast and powerful decode encoder engine, this free DVD burner software takes less than one hour to create a full 4.3 G high quality DVD, while delivering 100% excellent audio and video effects.</p><table border="0"><tbody><tr><td><a title="Download WinX DVD Author" href="http://www.winxdvd.com/dvd-author/"><img src="http://mintywhite.com/images/icons/download64.png" alt="download64 3 Great Payware Programs Are Now Freeware"  title="3 Great Payware Programs Are Now Freeware" /></a></td><td><h3><a style="text-decoration: none;" title="Download WinX DVD Author" href="http://www.winxdvd.com/dvd-author/">Download WinX DVD Author</a></h3></td></tr></tbody></table><h2>Chasys Draw IES</h2><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/chasys_draw_ies.jpg"><img class="alignleft size-medium wp-image-8760" style="margin-left: 0px; margin-right: 10px;" title="chasys_draw_ies" src="http://mintywhite.com/wp-content/uploads/2011/03/chasys_draw_ies-500x585.jpg" alt="chasys draw ies 500x585 3 Great Payware Programs Are Now Freeware" width="180" height="211" /></a>This program is soon to be one of my favourite programs. On a daily basis, when working with high-quality graphics, I turn to the master of all; Photoshop. The problem is that Photoshop is much too heavy for my netbook, which I carry with me all over. <em>Chasys Draw IES</em> is a suite of image editing tools featuring a powerful bitmap editor that supports Photoshop style layers and plugins, giving me a lightweight program with the powerful functionality of which I have come to expect and need.</p><p>The whole suite is UAC aware and is designed to take advantage of multi-core processors, touch-screens and pen-input devices.</p><p>Expect to see a full review on this later</p><table border="0"><tbody><tr><td><a title="Download Chasys Draw IES" href="http://www.chachaslab.com/chasys_draw_ies.php"><img src="http://mintywhite.com/images/icons/download64.png" alt="download64 3 Great Payware Programs Are Now Freeware"  title="3 Great Payware Programs Are Now Freeware" /></a></td><td><h3><a style="text-decoration: none;" title="Download Chasys Draw IES" href="http://www.chachaslab.com/chasys_draw_ies.php">Download Chasys Draw IES</a></h3></td></tr></tbody></table><h2>BufferZone PRO</h2><p><a href="http://mintywhite.com/wp-content/uploads/2011/03/BufferZone-Pro-Screenshot1.png"><img class="alignright size-medium wp-image-8759" style="margin-left: 10px; margin-right: 0px;" title="BufferZone-Pro-Screenshot1" src="http://mintywhite.com/wp-content/uploads/2011/03/BufferZone-Pro-Screenshot1-500x399.png" alt="BufferZone Pro Screenshot1 500x399 3 Great Payware Programs Are Now Freeware" width="300" height="239" /></a>I&#8217;ve earlier told you about Sandbox programs like <a href="http://mintywhite.com/software-reviews/security-software/sandboxie/" target="_blank">Sandboxie</a> and <a title="Time Freeze, protects your computer in Virtual Mode" href="http://mintywhite.com/software-reviews/security-software/time-freeze-protects-computer-virtual-mode/" target="_blank">TimeFreeze</a>. The <em>BufferZone Pro</em> is the ’PRO’ version of Trustware’s virtualization/sandboxing program. As with any Sandboxing program, it works by isolating running processes from the rest of the system, making it virtually impossible for the running programs to make changes to your system.</p><p>BufferZone Pro does NOT support 64-bit architecture, but they claim to introduce this feature sometime in 2011.</p><h2>Download BufferZone Pro</h2><table border="0"><tbody><tr><td><a title="Download BufferZone Pro" href="http://www.trustware.com/BufferZone-Pro"><img src="http://mintywhite.com/images/icons/download64.png" alt="download64 3 Great Payware Programs Are Now Freeware"  title="3 Great Payware Programs Are Now Freeware" /></a></td><td><h3><a style="text-decoration: none;" title="Download BufferZone Pro" href="http://www.trustware.com/BufferZone-Pro">Download BufferZone Pro</a></h3></td></tr></tbody></table><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/software-reviews/multimedia-software/3-great-payware-freeware/">3 Great &#8220;Payware&#8221; Programs Are Now Freeware</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/software-reviews/multimedia-software/3-great-payware-freeware/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>What is a Software Easter Egg? (With Examples)</title><link>http://mintywhite.com/more/software-more/software-easter-egg-examples/</link> <comments>http://mintywhite.com/more/software-more/software-easter-egg-examples/#comments</comments> <pubDate>Mon, 21 Feb 2011 14:00:54 +0000</pubDate> <dc:creator>Rich</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[internet]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[office]]></category> <category><![CDATA[software]]></category><guid isPermaLink="false">http://mintywhite.com/?p=7835</guid> <description><![CDATA[Some programs and media come packed with secret &#8220;goodies&#8221; called Easter eggs. These are fun little additions, added by programmers, that can be found by accident, by completing some tasks, or by hearing about them from other people. In this article we will find some of those Easter eggs. Specifically, we&#8217;ll cover: What is an [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/software-easter-egg-examples/">What is a Software Easter Egg? (With Examples)</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><img class="alignright" src="http://mintywhite.com/images/wg/0804/18easteregg/18easteregg01.png" alt="18easteregg01 What is a Software Easter Egg? (With Examples)" width="128" height="94" title="What is a Software Easter Egg? (With Examples)" />Some programs and media come packed with secret &#8220;goodies&#8221; called Easter eggs. These are fun little additions, added by programmers, that can be found by accident, by completing some tasks, or by hearing about them from other people. In this article we will find some of those Easter eggs. Specifically, we&#8217;ll cover:</p><ul><li>What is an Easter Egg?</li><li>What an Easter Egg is Not</li><li>Easter Egg Examples</li></ul><h2><span id="more-7835"></span>What is an Easter Egg?</h2><p>Easter eggs, in software, are deliberately added and not not just &#8220;glitches&#8221; (see more about that below.) Often these Easter eggs are added by programmers for a joke, to get some attention, or to add some flair to the software you&#8217;re using.</p><p>A classic example of an Easter egg is a hidden menu on DVD or an  animation in a piece of software that can only be seen by pressing  certain keys.</p><h2>What an Easter Egg is Not</h2><p>There are some common misconceptions with the term &#8220;Easter Egg.&#8221; An Easter egg is not:</p><ul><li>A bug in a program.</li><li>An imposed restriction.</li><li>A hack in a program made by the end user.</li></ul><p>For example, it has been claimed that not being able to create a folder, in Windows, with one of the following names is an Easter egg:</p><blockquote><p>PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8,  COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9</p></blockquote><p>This is not an example of an Easter egg. This is a restriction, that dates back to DOS, to protect certain file names being used that are reserved by the operating system:</p><p><img class="alignnone size-full wp-image-8503" title="com2-example" src="http://mintywhite.com/wp-content/uploads/2011/02/com2-example.png" alt="com2 example What is a Software Easter Egg? (With Examples)" width="415" height="211" /></p><p><img class="alignnone size-full wp-image-8504" title="com2-example2" src="http://mintywhite.com/wp-content/uploads/2011/02/com2-example2.png" alt="com2 example2 What is a Software Easter Egg? (With Examples)" width="499" height="240" /></p><p>Although the first error message (seemingly, still, not updated with Windows 7) makes you think you&#8217;ve found an Easter egg (or glitch) in Windows, the second error message states otherwise.</p><p>Another commonly confused Easter egg is the ability to generate random text in Microsoft Word. Try this:</p><p>1. Open Microsoft Word</p><p>2. Type <em><strong>=rand(20,9)</strong></em></p><p>This will create twenty paragraphs with nine sentences each (taken from the Microsoft Help files):</p><p><img class="alignnone size-full wp-image-8505" title="rand-word" src="http://mintywhite.com/wp-content/uploads/2011/02/rand-word.png" alt="rand word What is a Software Easter Egg? (With Examples)" width="535" height="269" /></p><p>Still, not an Easter egg.</p><p>Enough of that though, you&#8217;re here to learn about some real Easter eggs&#8230;</p><h2>Easter  Egg Examples</h2><p>Here are some examples of the best Easter eggs I&#8217;ve found/heard about in software over the years. Please share others, you know about, in the comments.</p><h3>Picasa: Teddy Bears</h3><p>In Google <a href="http://picasa.google.com/">Picasa</a>, press <strong>CTRL+SHIFT+Y</strong>. Watch the teddy bears rain down on your screen.</p><h3>Firefox: The Book of Mozilla</h3><p>If you&#8217;re a Firefox user, open any version and type <em>about:mozilla </em>in the address bar. You&#8217;ll get a quote from &#8220;The Book of Mozilla&#8221;:</p><p><img class="alignnone size-full wp-image-8506" title="mozilla-easter-egg" src="http://mintywhite.com/wp-content/uploads/2011/02/mozilla-easter-egg.png" alt="mozilla easter egg What is a Software Easter Egg? (With Examples)" width="422" height="82" /></p><h3>Firefox: about:robots</h3><p>Open Firefox and type <em>about:robots</em> in the address bar:</p><p><img class="alignnone size-full wp-image-8507" title="aboutrobots" src="http://mintywhite.com/wp-content/uploads/2011/02/aboutrobots.png" alt="aboutrobots What is a Software Easter Egg? (With Examples)" width="513" height="200" /></p><h3>vim: :Ni! and :help!</h3><blockquote><p>In vim, if you type</p><p><em><strong>:Ni!</strong></em></p><p>in normal mode, vim shows the error message</p><p><em>Do you demand a shrubbery?</em></p><p>If you type</p><p><em><strong>:help!</strong></em></p><p>vim, reassuringly, says</p><p><em>Don&#8217;t Panic!</em></p></blockquote><p><a href="http://onethingwell.org/post/2797733327/ni">Source</a></p><h3>Excel 97: Flight Simulator</h3><p>Want to see the credits of Excel 97 in a flight sim-like fashion?  Didn&#8217;t think so, but you&#8217;re welcome to try anyway. If you&#8217;re using Office 97 or have access:</p><ol><li>Open Excel 97 (this doesn&#8217;t work in later versions.)</li><li>On a blank worksheet, press <strong>F5</strong>.</li><li>Type <em><strong>X97:L97</strong></em> and press <strong>Enter</strong>.</li><li>Press the <strong>Tab</strong> key once<strong>.<br /> </strong></li><li>Hold down <strong>Ctrl + Shift</strong><strong> </strong>and left-click the<em> Chart Wizard</em> toolbar icon.</li></ol><p><a title="Link to excel easter egg image" href="http://mintywhite.com/images/wg/0804/18easteregg/18easteregg02.gif">Click  here for a screenshot if you don&#8217;t have Excel 97</a>. Otherwise, try it  for yourself as a fun surprise.</p><h3>uTorrent: Tetris</h3><p>In uTorrent, click <em>Help &gt; About uTorrent</em>. When the <em>About </em>dialog appears, press <strong>T</strong> on the keyboard to play Tetris.</p><h2>Are These Easter Eggs?</h2><p>Here are a few I&#8217;ve found, over the years, that I&#8217;m on the fence about. What do you think?</p><h3>Extra Files in C:\Windows on Windows XP</h3><p>If you&#8217;re using Windows XP or have access to a copy of it, go to <em>C:\Windows</em> and look for a file named <em>clock.avi</em>. I&#8217;ve not seen any use for this file. I&#8217;m not entirely sure it&#8217;s an Easter egg, but I bet you didn&#8217;t know it was there!</p><p>Similarly, there is a file named &#8220;quotes&#8221;. Open My Computer and go to: <em>C:\WINDOWS\SYSTEM32\DRIVERS\etc,</em> open the file named quotes in notepad then look at the quotes put there by the Microsoft developers.</p><h3>Win Solitaire Every time</h3><p>Open Solitaire Press <strong>Alt + Shift + 2</strong> while playing and see the cards drop.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/software-easter-egg-examples/">What is a Software Easter Egg? (With Examples)</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/software-more/software-easter-egg-examples/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>EXCEL: Create a PullDown Menu [Quick Tip]</title><link>http://mintywhite.com/more/software-more/excel-quicktip/</link> <comments>http://mintywhite.com/more/software-more/excel-quicktip/#comments</comments> <pubDate>Thu, 16 Dec 2010 17:16:32 +0000</pubDate> <dc:creator>Thomas</dc:creator> <category><![CDATA[Software Guides]]></category> <category><![CDATA[free]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[office]]></category><guid isPermaLink="false">http://mintywhite.com/?p=8296</guid> <description><![CDATA[I&#8217;m starting a new series here, which involves daily usable tips for different programs. This time I&#8217;m going to show you how to create a usable Drop Down Menu in Excel. In this mini-tutorial I am using Excel 2010, but the steps are pretty much the same no matter which Office Version you use. The [...]<p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-quicktip/">EXCEL: Create a PullDown Menu [Quick Tip]</a> </small></div></p> ]]></description> <content:encoded><![CDATA[<p><a href="http://mintywhite.com/wp-content/uploads/2010/12/ms_excel_logo.png"><img class="alignleft size-thumbnail wp-image-8314" title="ms_excel_logo" src="http://mintywhite.com/wp-content/uploads/2010/12/ms_excel_logo-220x220.png" alt="ms excel logo 220x220 EXCEL: Create a PullDown Menu [Quick Tip]" width="220" height="220" /></a>I&#8217;m starting a new series here, which involves daily usable tips for different programs. This time I&#8217;m going to show you how to create a usable Drop Down Menu in Excel. In this mini-tutorial I am using Excel 2010, but the steps are pretty much the same no matter which Office Version you use. The main difference is where you find the different tools, and where possible I will try to mention where things differ.</p><h2>Creating a usable Pull-down Menu</h2><p>If you use Excel on a day-to-day basis filling out forms and information, you might find yourself typing in the same information over and over. Either by typing it in or using copy and paste. When filling in forms you will normally use the same cells over and over (this is where we can use Pull-down Menus). Pull-down Menus can also control your Excel document in different ways like retrieve information or navigate between Sheets and Documents.</p><p><span id="more-8296"></span></p><h3>Activate the Developer Toolbar (Office 2010 Users Only)</h3><p>To access the Form tools we have to activate the <em>Developer Toolbar</em>.</p><ol><li>Click on the Green File Tab</li><li>Choose Options</li><li>In the Options Dialogue, click &#8220;Customize Ribbon&#8221;</li><li>In the List Window to the right, there is a list of all the available Ribbons.<br /> Locate the one Called: &#8220;Developer&#8221; and Check the box next to it</li><li>Click OK to Save</li></ol><h3>Creating a Settings Sheet.</h3><p>First thing I do (when starting a new Excel Project) is to create a Sheet called Settings. This is to keep everything as clean and neat as possible. For this tutorial we will benefit from having a &#8220;Settings Sheet&#8221; as we get a place to keep the options for our Pull-Down Menu. You should always Index the Options when creating Pull-Down Menu Content. I will explain a bit later.</p><p><a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Settings_Sheet.png"><img class="alignleft size-full wp-image-8316" style="margin-left: 0px; margin-right: 10px;" title="ComboBox_Settings_Sheet" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Settings_Sheet.png" alt="ComboBox Settings Sheet EXCEL: Create a PullDown Menu [Quick Tip]" width="123" height="127" /></a>Create a new Sheet (or Choose an existing one) and Right Click it.<br /> Choose Rename from the context menu,  Name the Sheet &#8220;Settings&#8221;</p><ol><li>In the first column type the index numbers from 1 to X (where X is the number of lines needed).</li><li>In the Second Column, type in the Options (Weekdays for this example)</li></ol><p><strong>Now, head over to our form-sheet to add our menu.</strong></p><ol><li>Click the Developer Toolbar (Earlier Office, look for the FORM Controls)</li><li><a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Control.png"><img class="alignright size-full wp-image-8307" title="ComboBox_Control" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Control.png" alt="ComboBox Control EXCEL: Create a PullDown Menu [Quick Tip]" width="141" height="197" /></a>In the Developer Toolbar there&#8217;s a menu-item called Insert, click the little arrow underneath to show the Form Controls menu.</li><li>Click on the ComboBox Control (#2 from left)</li><li>Draw the ComboBox in place (or simply click where you want it)<br /> <a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_placed.png"><img class="alignnone size-full wp-image-8309" title="ComboBox_placed" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_placed.png" alt="ComboBox placed EXCEL: Create a PullDown Menu [Quick Tip]" width="366" height="158" /></a><br /> Resize the control by dragging the handles in each corner.</li><li>Right-Click the ComboBox and Choose &#8220;Format Control&#8221;.<br /> In the dialogue box, we need to assign which cells from which we will collect the data,<br /> which cell to store the user choice, and what appearance we like.</li><li>Place the cursor within the Input Range Fieldbox (click it)</li><li>Click the Settings-Sheet and highlight the options area (Weekdays)<br /> <a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_SelectArea.png"><img class="alignnone size-medium wp-image-8311" title="ComboBox_SelectArea" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_SelectArea-500x210.png" alt="ComboBox SelectArea 500x210 EXCEL: Create a PullDown Menu [Quick Tip]" width="500" height="210" /></a></li><li>Activate the Cell-Link Field (this should automatically open the Form-Sheet) and Type in the CellReference to save the user choice in. In this example we use <code>"B5"</code> (which is hidden by the ComboBox).<br /> <a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Settings.png"><img class="alignnone size-full wp-image-8312" title="ComboBox_Settings" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Settings.png" alt="ComboBox Settings EXCEL: Create a PullDown Menu [Quick Tip]" width="322" height="139" /></a></li><li>Decide how many lines to display in the ComboBox (I set it to 7) and check the 3D-Shadow option.</li><li>Click OK</li><li>Click somewhere outside the ComboBox to activate it</li></ol><p><a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Finito.png"><img class="alignnone size-full wp-image-8308" title="ComboBox_Finito" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_Finito.png" alt="ComboBox Finito EXCEL: Create a PullDown Menu [Quick Tip]" width="374" height="237" /></a><br /> Now when you click the ComboBox the weekdays should be appearing.</p><h2>Practical use</h2><p>It looks good right? So how do we put this to good use? If you were to print this form you would see the ComboBox appearing on the print. If you Right-Click the ComboBox and click the Properties Tab. Uncheck &#8220;Print Object&#8221; to make it invisible on print.</p><p>IF you do then the print will look something like this:<br /> <a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_printed.png"><img class="alignnone size-full wp-image-8310" title="ComboBox_printed" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_printed.png" alt="ComboBox printed EXCEL: Create a PullDown Menu [Quick Tip]" width="341" height="118" /></a><br /> The weekday (or user choice) is represented by an index number (in this case #3).</p><h3>Use ComboBox as LookUp Tool</h3><p>We can use the index number to look up data corresponding to the user&#8217;s choice. If you use the ComboBox to retrieve Customer Names from a list, then we can use formulas to retrieve more data like contact person, address, phone number etc. In this example we will retrieve the Weekday from our Settings-Sheet, making it appear in real text instead of an index number. The procedure for fetching more data is exactly the same.</p><ol><li>Right-Click the ComboBox and choose &#8220;Format Control&#8221;</li><li>Click the Properties Tab and uncheck the &#8220;Print Object&#8221;.<br /> <a href="http://mintywhite.com/wp-content/uploads/2010/12/noPrint.png"><img class="alignnone size-full wp-image-8315" title="noPrint" src="http://mintywhite.com/wp-content/uploads/2010/12/noPrint.png" alt="noPrint EXCEL: Create a PullDown Menu [Quick Tip]" width="325" height="142" /></a></li><li>Click the Control Tab and Change the Cell-Link to <code>"C5"</code> instead of <code>"B5"</code></li><li>Click OK</li><li>Now format the Text Color in Cell <code>"C5"</code> to white, making it seem invisible</li><li>With the ComboBox active (Right Click it) move the Combo Box temporarily away</li><li>Activate ce)ll <code>"B5"</code> and type in the following Formula:<br /> <code><strong>=VLOOKUP(C5;Settings!B3:C9;2)<br /> </strong></code><a href="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_VLookup.png"><img class="alignnone size-full wp-image-8313" title="ComboBox_VLookup" src="http://mintywhite.com/wp-content/uploads/2010/12/ComboBox_VLookup.png" alt="ComboBox VLookup EXCEL: Create a PullDown Menu [Quick Tip]" width="428" height="155" /></a><br /> (if unsure how this works you can use the Formula Wizard by clicking the fx-button and choose VLOOKUP)</li><li>Test the Formula by changing weekdays in the ComboBox</li><li>When Successful, Move the ComboBox back (step 6) over the Formula field to cover it.</li></ol><h2>Good luck to ya!</h2><p>Oh, and if you have any questions about this, feel free to contact me here or in the Forum.</p><p><div style="border: 1px dotted; padding: 5px; background: rgb(232, 232, 232); margin: 5px;"> <a href="http://mintywhite.com/download-books">Get FREE books</a> (Password: <u><a href="http://mintywhite.com/download-books">mintywhiteBooks</a></u>)<br /><br /> <small>&copy; <a href="http://mintywhite.com" title="Windows Tools, Help &amp; Guides">Windows Guides</a>, 2012. <a href="http://richr.org/" title="Rich Robinson">Rich Robinson</a> | <a href="http://mintywhite.com/more/software-more/excel-quicktip/">EXCEL: Create a PullDown Menu [Quick Tip]</a> </small></div></p> ]]></content:encoded> <wfw:commentRss>http://mintywhite.com/more/software-more/excel-quicktip/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 3/23 queries in 1.659 seconds using apc
Object Caching 3002/3044 objects using apc

Served from: mintywhite.com @ 2012-05-24 17:06:33 -->
