<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>AJ's Blog</title>
  <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/" />
  <link rel="self" href="http://www.avesh.com/blog/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2006-09-26T22:41:07.934125-04:00</updated>
  <author>
    <name>AJ</name>
  </author>
  <subtitle>Technology, Productivity, and .NET Development</subtitle>
  <id>http://www.avesh.com/blog/</id>
  <generator uri="http://www.dasblog.net" version="1.9.6264.0">DasBlog</generator>
  <entry>
    <title>How to make Internet Explorer's toolbar more useful</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/HowToMakeInternetExplorersToolbarMoreUseful.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,867f9041-eac2-4182-a4ef-15e947051c49.aspx</id>
    <published>2006-09-26T22:41:07.934125-04:00</published>
    <updated>2006-09-26T22:41:07.934125-04:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Out of the box, IE6's toolbar layout is not terribly efficient. Have a look:
</p>
        <p>
          <img height="120" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B20%5D.png" width="686" />
        </p>
        <p>
There's some space wasted to the right of the menu bar, unnecessary buttons on the
toolbar, and no way to access frequently used web sites. IE7 is a lot better, but
luckily it's pretty easy to customize the layout. My preference is something like
this:
</p>
        <p>
          <img height="85" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B27%5D.png" width="684" />
        </p>
        <p>
If you're not sure how to make these changes, here are some simple steps:
</p>
        <p>
1) First, right click on the toolbar and unlock it:
</p>
        <p>
          <img height="155" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B22%5D.png" width="299" />
        </p>
        <p>
2) Next drag the address bar right next to the menu. Feel free to hide the Help menu.
</p>
        <p>
          <img height="60" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B23%5D.png" width="685" />
        </p>
        <p>
3) Right click on the icons toolbar and select Customize. Remove unnecessary buttons,
text labels, and select an icon size you're comfortable with.
</p>
        <p>
          <img height="292" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B25%5D.png" width="552" />
        </p>
        <p>
4) Next, drag the Links bar next to the icons toolbar. Customize these links with
the web sites you frequent the most. Remember you can add folders here too.
</p>
        <p>
          <img height="87" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B26%5D.png" width="684" />
        </p>
        <p>
5) Finally, lock the taskbar. That's it.
</p>
        <p>
          <img height="85" src="http://www.avesh.com/blog/content/binary/WindowsLiveWriter/HowtomakeInternetExplorerstoolbarmoreuse_133FE/image%7B0%7D%5B27%5D.png" width="684" />
        </p>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=867f9041-eac2-4182-a4ef-15e947051c49" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Bug in Web Application Projects add-in User Controls</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/BugInWebApplicationProjectsAddinUserControls.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,0fa49ee0-b32b-4ca6-a295-e0124153921e.aspx</id>
    <published>2006-08-08T11:06:15.181-04:00</published>
    <updated>2006-08-08T11:08:21.79125-04:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.avesh.com/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
When ASP.NET 2.0 came out, I really loved being able to <a href="http://pietschsoft.com/Blog/Post.aspx?PostID=1291">declare
commonly used user controls in web.config</a>. Anything I could do to keep my pages
leaner and cleaner put a smile on my face. Unfortunately, the <a href="http://webproject.scottgu.com/">Web
Application Projects</a> add-in has a problem identifying the type of user controls
defined in web.config... they are generated as System.Web.UI.UserControl. This is
a known bug and should be fixed in the VS 2005 service pack. Keep this in mind if
you are moving to the Web Application Project model.
</p>
        <p>
Below are the steps to reproduce the problem from <a href="http://forums.asp.net/thread/1281809.aspx">my
post</a> on the ASP.net forums:
</p>
        <div class="ForumPostContentText">
          <font face="Arial" size="2">
            <hr />
          </font>
        </div>
        <div class="ForumPostContentText">
          <font face="Arial" size="2">When we register our
User Controls in web.config instead of on the page, we found the type is generated
as <font color="#0000ff">System.Web.UI.UserControl</font> instead of the type of the
actual user control. Here are the steps to reproduce this problem:</font>
        </div>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">1) Create a new Web Site<br />
2) Create a folder called Controls and add a user control to this folder (e.g., WebUserControl.ascx)<br />
3) Add a web.config to the site<br />
4) Add the control registration to the web.config. E.g.:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Courier New" color="#0000ff" size="2">  &lt;pages&gt;<br />
   &lt;controls&gt;<br />
    &lt;add tagPrefix="test" tagName="WebUserControl" src="~/Controls/WebUserControl.ascx"/&gt;<br />
   &lt;/controls&gt;<br />
  &lt;/pages&gt;</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">5) Add an instance of the user control to default.aspx:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">        <font face="Courier New" color="#0000ff">&lt;test:WebUserControl
runat="server" ID="test" /&gt;</font></font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">6) Add a Web Application Project to the solution. Delete
default.aspx and web.config from the new project. Copy the Controls folder, Default.aspx,
and web.config to the new project.</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">7) Right click on the new Web Application project and
select "Convert To Web Application"</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">8) Take a look at Default.aspx.designer.cs. We expect
to see:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">
            <font face="Courier New" color="#0000ff">    protected
Controls_WebUserControl test;</font>
          </font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">  But instead we get:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">
            <font face="Courier New" color="#0000ff">   
protected System.Web.UI.UserControl test;</font>
          </font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">Let's try moving the control registration to the page
itself.<br />
 <br />
9) Remove the "pages" section from the web.config</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">10) Add the control registration to default.aspx:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">
            <font face="Courier New" color="#000000">&lt;%@<font color="#ff0000"> Register
TagPrefix="test" TagName="WebUserControl" Src="~/Controls/WebUserControl.ascx"</font> %&gt;</font>
          </font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">11) Delete Default.aspx.designer.cs. Right click Default.aspx
and select "Convert to Web Application"</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">12) Take a look at Default.aspx.designer.cs. We get what
we expected:</font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">     <font face="Courier New" color="#0000ff">protected
Controls_WebUserControl test123;</font></font>
        </p>
        <p class="ForumPostContentText">
          <font face="Arial" size="2">So basically whenever we register controls in our web.config,
we get the wrong type in the .designer.cs file.</font>
        </p>
        <a href="http://www.dotnetkicks.com/kick/?url=http://www.avesh.com/blog/BugInWebApplicationProjectsAddinUserControls.aspx">
          <img alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.avesh.com/blog/BugInWebApplicationProjectsAddinUserControls.aspx" border="0" />
        </a>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=0fa49ee0-b32b-4ca6-a295-e0124153921e" />
      </div>
    </content>
  </entry>
  <entry>
    <title>When Not to Use a Panel</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/WhenNotToUseAPanel.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,7cebf4d5-58eb-4a31-b75e-513c0275aaa0.aspx</id>
    <published>2006-07-31T15:29:25.306-04:00</published>
    <updated>2006-07-31T15:29:25.30625-04:00</updated>
    <category term="ASP.NET" label="ASP.NET" scheme="http://www.avesh.com/blog/CategoryView,category,ASP.NET.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Many developers are accustomed to using ASP.NET’s Panel control to show or hide parts
of a page. I see this often:
</p>
        <p>
          <font face="Courier New" color="#0000ff">&lt;table&gt;<br />
 &lt;asp:Panel runat=”server” id=”pnlWrong” visible=”false”&gt;<br />
  &lt;tr&gt;<br />
   &lt;td&gt;stuff to hide&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
 &lt;/asp:Panel&gt;<br />
 &lt;tr&gt;<br />
  &lt;td&gt;stuff to show&lt;/td&gt;<br />
 &lt;/tr&gt;<br />
&lt;/table&gt;</font>
        </p>
        <p>
If you view source in the browser when the Panel is hidden, everything looks as you
would expect…
</p>
        <p>
          <font face="Courier New" color="#0000ff">&lt;table&gt;<br />
 &lt;tr&gt;<br />
  &lt;td&gt;stuff to show&lt;/td&gt;<br />
 &lt;/tr&gt;<br />
&lt;/table&gt;</font>
        </p>
        <p>
However, if you make the Panel visible, you will get something like this:
</p>
        <p>
          <font face="Courier New" color="#0000ff">&lt;table&gt;<br />
 &lt;div id=”ct100_ pnlWrong”&gt;<br />
  &lt;tr&gt;<br />
   &lt;td&gt;stuff to hide&lt;/td&gt;<br />
  &lt;/tr&gt;<br />
 &lt;/div&gt;<br />
 &lt;tr&gt;<br />
  &lt;td&gt;stuff to show&lt;/td&gt;<br />
 &lt;/tr&gt;<br />
&lt;/table&gt;</font>
        </p>
        <p>
Notice the div tags that make this markup invalid. Adaptive browser rendering can
make this worse if the Panel renders as a table.
</p>
        <p>
The solution is simple. The best bet is to use PlaceHolder control instead, which
is similar to Panel but without all of the display properties. You could also add
the runat=”server” and id attributes to your table rows (or the table itself) and
control the visibility that way.
</p>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=7cebf4d5-58eb-4a31-b75e-513c0275aaa0" />
      </div>
    </content>
  </entry>
  <entry>
    <title>The iPod needs a delete button</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/TheIPodNeedsADeleteButton.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,497a6260-3965-4515-ad93-d98978f2f0fc.aspx</id>
    <published>2006-06-01T23:52:28.035-04:00</published>
    <updated>2006-06-01T23:52:28.035125-04:00</updated>
    <category term="Gadgets" label="Gadgets" scheme="http://www.avesh.com/blog/CategoryView,category,Gadgets.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>Problem</strong>: My wife's iPod mini is filled with a lot of music that she
doesn't listen to (mostly mine). The problem is she doesn't like using iTunes (or <a href="http://www.ephpod.com/">ephPod</a>)
and relies on me to get music onto her iPod. Both of us generally use our mp3 players
in shuffle-all mode but find ourselves hitting "next" frequently (I guess this also
says something about our music collection?). It's more of a problem for full albums
we buy and rip rather than singles downloaded from iTMS.
</p>
        <p>
          <strong>Desired Solution</strong>: What we really want is an easy way to trash a song
on the iPod... or at least mark it so it won't be played again and automatically removed
during the next sync. You would probably need to hold the button down for three or
four seconds so you don't accidentally delete tracks.
</p>
        <p>
          <strong>Current Workaround</strong>: We can rate the songs we don't like with one
star and then remove them during the next sync. This is too many clicks for my wife
and more work for me.
</p>
        <p>
Ideas?
</p>
        <p>
          <em>By the way, the new SanDisk Sansa e260 <a href="http://www.engadget.com/2006/06/01/sandisk-sansa-e260-review">looks
pretty slick</a>.</em>
        </p>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=497a6260-3965-4515-ad93-d98978f2f0fc" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Two Minute Timer</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/TwoMinuteTimer.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,5a8e52a7-e36a-4f59-8794-bcb2029d648f.aspx</id>
    <published>2006-06-01T23:05:58.503-04:00</published>
    <updated>2006-06-01T23:09:56.98825-04:00</updated>
    <category term="Productivity" label="Productivity" scheme="http://www.avesh.com/blog/CategoryView,category,Productivity.aspx" />
    <category term="Software" label="Software" scheme="http://www.avesh.com/blog/CategoryView,category,Software.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
So I just got <a href="http://www.davidco.com/">David Allen's </a>latest newsletter
a few minutes ago and it mentioned a <a href="http://www.davidco.com/store/catalog/Digital-Two-Minute-Timer-p-16218.php">simple
"Two Minute Timer" program </a>they are offering for $10. For those of you not familiar
with the two minute rule:
</p>
        <p>
          <em>“If the Next Action can be done in 2 minutes or less, do it when you first pick
the item up. Even if that item is not a “high priority”, because it takes longer to
store and track any item than to deal with it the first time its in your head.” (p.
131, “Getting Things Done”)</em>
        </p>
        <p>
Now I can see how this little program could be useful to show how much you can really
get done in two minutes, but charging $10 for a program that a high school student
can write in fifteen minutes seems kind of silly to me.
</p>
        <p>
          <img style="WIDTH: 149px; HEIGHT: 132px" alt="" hspace="0" src="http://www.avesh.com/blog/content/binary/twominutes.gif" align="right" border="0" />So
donate $10 to your favorite charity and download this free program instead <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en">(.NET
Framework 2.0 </a>is required... I didn't have any other development environment installed
on my laptop, but I'm sure someone else can spend <em>two minutes</em> and write one
that doesn't require .NET).
</p>
        <p>
          <a href="http://www.avesh.com/blog/content/binary/TwoMinutes.zip">TwoMinutes.zip (16.49
KB)</a>
        </p>
        <p>
 
</p>
        <p>
 
</p>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=5a8e52a7-e36a-4f59-8794-bcb2029d648f" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Desktop Zen - Reducing Visual Clutter on your Desktop</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/DesktopZenReducingVisualClutterOnYourDesktop.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,b69d043e-076b-4fa8-80aa-8258362ab2ba.aspx</id>
    <published>2006-04-19T13:48:05.992-04:00</published>
    <updated>2006-04-22T02:18:22.741625-04:00</updated>
    <category term="Productivity" label="Productivity" scheme="http://www.avesh.com/blog/CategoryView,category,Productivity.aspx" />
    <content type="html">&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;?xml:namespace prefix = o /&gt;Introduction&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It’s not unusual for me to go over
to a colleague’s desk and see a desktop that looks something like this:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;?xml:namespace prefix = v /&gt;
&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt;
&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;
&lt;v:formulas&gt;
&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;
&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;
&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;
&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;
&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;
&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;
&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;
&lt;/v:formulas&gt;
&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;
&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;
&lt;/v:shapetype&gt;
&lt;img alt=Image001 src="http://www.avesh.com/blog/content/binary/image001.gif" border=0&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;img alt=Image002 src="http://www.avesh.com/blog/content/binary/image002.jpg" border=0&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You may have seen even worse. Keeping
your desktop so cluttered like this creates many problems:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It
is difficult to find what you’re looking for.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Files,
folders, and application shortcuts are grouped together without any logical separation.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You
don’t know immediately where to place new files (downloaded files, attachments, temporary
working documents, etc)&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;When
the desktop gets too full, you waste time cleaning temporary/downloaded files.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;If
you are only backing up My Documents, items on the Desktop will be skipped.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;If
you are migrating to a different computer or keeping multiple computers synchronized,
the Desktop folder is often missed.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l4 level1 lfo1; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It
is visually distracting and just looks bad.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;In the same way that your email
inbox should be organized and kept to a minimum number of items (see &lt;a href="http://www.davidco.com/"&gt;&lt;u&gt;Getting
Things Done&lt;/u&gt;&lt;/a&gt;), your desktop should stay simple and uncluttered.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;In this article I will show you
how to achieve this &lt;i style="mso-bidi-font-style: normal"&gt;Desktop Zen&lt;/i&gt; in four
easy steps. My solution? &lt;i style="mso-bidi-font-style: normal"&gt;Get rid of desktop
icons completely.&lt;/i&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Getting
Rid of the Desktop&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I find the concept of desktop icons
on a computer completely unnecessary. To access icons the desktop, you have to resize
windows or minimize all windows (or click the Show Desktop shortcut). These small
distractions affect productivity. Luckily Windows gives us the tools to effectively
disable the desktop and create a much more productive user experience. Here are the
key functions provided by the desktop and how we will replace them:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l3 level1 lfo2; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Opening
My Computer, My Documents, My Network Places, etc&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; –
we will use the Start Menu and optionally the Quick Launch toolbar.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l3 level1 lfo2; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Launching
applications like Internet Explorer&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; –
again, we will use the Start Menu and Quick Launch toolbar.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l3 level1 lfo2; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Storing
various downloaded / temporary / working files&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; –
we will create appropriate folders in My Documents&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l3 level1 lfo2; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Moving
files to the Recycle Bin&lt;/span&gt;&lt;/i&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; –
we will use the delete key in Explorer to trash files. We will create a desktop toolbar
(Step 3 below) to facilitate emptying the recycle bin and access any remaining desktop
items.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Let’s get started.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Step
1 – Move your desktop files into My Documents&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l5 level1 lfo3; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Create
folders in My Documents called “Downloads” and “Working”. I prefer to use an underscore
at the beginning of these names to force them to the top of the list:&lt;br&gt;
&lt;br&gt;
&lt;img alt=Image003 src="http://www.avesh.com/blog/content/binary/image003.jpg" border=0&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l5 level1 lfo3; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Now
move all relevant files into these folders. If you have a large number of files, you
can move everything into the “Working” folder and organize it later.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l5 level1 lfo3; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Set
your browser to always download into the new “Downloads” folder you just created.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l5 level1 lfo3; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Use
the “Working” folder sparingly when you need a temporary place to store a document
before it is filed or deleted.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l5 level1 lfo3; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;We
are left with something like this:&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;img alt=Image004 src="http://www.avesh.com/blog/content/binary/image004.jpg" border=0&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Step
2 – Setup your application shortcuts&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: 69.0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;There are several different areas
to place application shortcuts. No application shortcuts belong on the desktop.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: 69.0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: 69.0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;img alt=Image005 src="http://www.avesh.com/blog/content/binary/image005.jpg" border=0&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l2 level1 lfo4; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Area
A&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; - Your most frequently &lt;i style="mso-bidi-font-style: normal"&gt;used&lt;/i&gt; applications
can be pinned to the top of the start menu. You can do this by dragging a shortcut
to that area of the Start Menu, or right clicking on any program in area C and selecting
“Pin to start menu”.&lt;b style="mso-bidi-font-weight: normal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l2 level1 lfo4; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Area
B&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; - You can configure
My Computer, My Network Places, and other special folders to appear in area B by customizing
the start menu (right click on the taskbar, select Properties, go to the Start Menu
tab, and click Customize).&lt;b style="mso-bidi-font-weight: normal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l2 level1 lfo4; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Area
C&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; – Windows will maintain
this section automatically. I configure it to show a large number of applications.&lt;b style="mso-bidi-font-weight: normal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l2 level1 lfo4; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Area
D&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; - Frequently &lt;i style="mso-bidi-font-style: normal"&gt;launched&lt;/i&gt; applications
should go on the Quick Launch toolbar. Don’t confuse this with your frequently &lt;i style="mso-bidi-font-style: normal"&gt;used&lt;/i&gt; applications.
For example, I &lt;i style="mso-bidi-font-style: normal"&gt;use&lt;/i&gt; Outlook pretty much
all day, but only &lt;i style="mso-bidi-font-style: normal"&gt;launch&lt;/i&gt; it once in the
morning, so it doesn’t need to be in the Quick Launch toolbar (it can go in area A
instead). However, I open my browser, My Computer, My Documents, and a few other applications
throughout the day, so I put those on the Quick Launch toolbar. I also put a shortcut
to my Downloads folder here.&lt;b style="mso-bidi-font-weight: normal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;So take a look at the important
application shortcuts on your desktop. Make sure you can find them easily in one of
the five shortcut areas shown above. Get rid of everything else.&lt;b style="mso-bidi-font-weight: normal"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/b&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;After cleaning up application shortcuts,
we are left with a much cleaner desktop – but we aren’t finished yet.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;img alt=Image006 src="http://www.avesh.com/blog/content/binary/image006.jpg" border=0&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Step
3 – Create a Desktop toolbar&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The Desktop Toolbar is similar to
the Quick Launch toolbar, but it shows all items that are on your desktop. This will
be useful to us when we hide the desktop icons.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l1 level1 lfo5; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Right
click on the taskbar and select Toolbars -&amp;gt; Desktop&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l1 level1 lfo5; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You
will see a new toolbar called “Desktop” on your taskbar:&lt;br&gt;
&lt;br&gt;
&lt;img alt=Image007 src="http://www.avesh.com/blog/content/binary/image007.jpg" border=0&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l1 level1 lfo5; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;You
can use this toolbar to access desktop items, the Recycle Bin, and clean up any icons
that new applications may install on the desktop. The great thing is you can access
these items without having to minimize whatever you’re working on.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l1 level1 lfo5; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Alternatively,
you can reposition this toolbar to the top of the screen (unlock the taskbar first)
so that it looks like the screenshot below (and some users prefer to move the taskbar
to the top of the screen and keep the Desktop toolbar at the bottom).&lt;br&gt;
&lt;br&gt;
&lt;img alt=Image008 src="http://www.avesh.com/blog/content/binary/image008.jpg" border=0&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;br style="mso-special-character: line-break"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Step
4 – Turn off the desktop icons&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The final step is to right-click
on your desktop, go to “Arrange Icons By”, and then de-select “Show Desktop Items”.
Now just find a pretty wallpaper and you’re done:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;img alt=Image009 src="http://www.avesh.com/blog/content/binary/image009.jpg" border=0&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;It may take a couple days to resist
the urge to minimize everything and go back to the desktop, but once you get used
it you will find yourself being more productive and working more efficiently.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Maintenance
Tips&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l0 level1 lfo6; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Don’t
let your Downloads and Working folders fill up with junk. Delete documents you don’t
need it, and file items that you need to keep.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.3in; TEXT-INDENT: -0.15in; mso-list: l0 level1 lfo6; tab-stops: list .1in"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Wingdings; mso-fareast-font-family: Wingdings; mso-bidi-font-family: Wingdings"&gt;&lt;span style="mso-list: Ignore"&gt;§&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;When
installing applications, de-select the “Create Desktop Icons” option if it is available.
If an application installs desktop shortcuts, use the Desktop toolbar on your taskbar
to relocate or delete them.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=b69d043e-076b-4fa8-80aa-8258362ab2ba" /&gt;</content>
  </entry>
  <entry>
    <title>Comcast DVR is complete garbage</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/ComcastDVRIsCompleteGarbage.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,ff7f56a3-869e-4ac9-9b43-8ef17827d95d.aspx</id>
    <published>2006-04-19T09:52:56.648-04:00</published>
    <updated>2006-04-19T09:52:56.6483672-04:00</updated>
    <category term="Gadgets" label="Gadgets" scheme="http://www.avesh.com/blog/CategoryView,category,Gadgets.aspx" />
    <content type="html">&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;&lt;img style="WIDTH: 305px; HEIGHT: 86px" alt="" hspace=10 src="http://www.avesh.com/blog/content/binary/HD_motorola.jpg" align=left vspace=10 border=0&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;First,
some background. I’ve been a TiVo subscriber for over 6 years but I left it with my
parents after they became hooked to it, thinking I would get a TiVo Series3 when (if?)
it comes out later this year. My wife and I only watch two or three shows a week now,
so I figured the Comcast DVR would do the job until this fall.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;So last week
I ordered the Comcast DVR (a Motorola 6412 device), hoping I would be able to use
it to record a few HD shows and maybe a some movies occasionally. Boy was I wrong.
What a complete piece of garbage!&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;The unit itself
makes a constant chirping noise and is louder than a TiVo. The device gets so hot
I had to remove it from the TV stand because it was generating so much heat. I wasn’t
expecting much in terms of the user experience, but with so many devices doing UI
right these days, there’s no excuse for a crummy experience like this. The people
who designed and engineered this thing should be ashamed of themselves.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;As soon as I
got the device, I used the clumsy interface to setup recordings for “24” and “Lost”.
As I did this, the unit would frequently stutter or freeze up and become unresponsive
to the remote control. I finally got the recordings setup and forgot about the whole
thing for a few days.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;On Wednesday,
I decided to watch the latest episode of “24” in HD. I hit the “My DVR” button on
the remote and it took me to a list of recordings. It actually listed the same “24”
episode twice -- one in HD and the other regular. Curiously, it said the device was
13% full. I assume the HD content takes up a lot more disk space.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;I hit “Play”
on the HD version of “24” and it started up perfectly. The quality was excellent and
I was able to enjoy the first 15 minutes of the show. Once the commercials started,
I hit the fast forward button a few times. This is when the unit completely locked
up and I started getting errors on the screen. &lt;i style="mso-bidi-font-style: normal"&gt;“We
cannot process your request…”&lt;/i&gt; I even tried hitting Stop, Play, etc but it didn’t
do anything … I kept getting more errors until the screen went black and the unit
became completely unresponsive. It then asked if I wanted to delete the recording.
I selected not to delete it, but the unit remained unresponsive. I hit the power button
on the remote but it didn’t do anything. After waiting a few minutes to see if anything
would happen, I finally reached behind the unit to recycle the power.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;Bad idea.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;After the unit
restarted, none of the menus were available for almost 5 minutes. There was no program
guide data, and when I hit the Menu button, it said “One moment please… the service
is being restored.”&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;I waited patiently,
anxious to continue watching the rest of “24”.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;Finally the
menus became available, so I hit the “My DVR” button on the remote.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;i style="mso-bidi-font-style: normal"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;“No
Listings Available”. 0% Full.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;&lt;/i&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;I go to “DVR
Schedule” and find it completely empty. The recordings I setup earlier are completely
gone. Are you kidding me? Isn’t there a hard drive in this thing? Wouldn’t it make
sense to put scheduled recordings on the hard drive so they would it be there even
after, say, a power outage?&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;font color=#000000&gt;What a waste
of time. I am disappointed that Motorola would release such a crappy product. It’s
time to return this piece of garbage and get another TiVo. I guess we can live without
HD until Series3.&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=ff7f56a3-869e-4ac9-9b43-8ef17827d95d" /&gt;</content>
  </entry>
  <entry>
    <title>Outlook Add-Ins for Productivity</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/OutlookAddInsForProductivity.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,dad009c9-2115-4f8d-b413-182f2e0741d9.aspx</id>
    <published>2005-11-11T13:13:59-05:00</published>
    <updated>2005-11-11T15:30:03.234375-05:00</updated>
    <category term="Productivity" label="Productivity" scheme="http://www.avesh.com/blog/CategoryView,category,Productivity.aspx" />
    <category term="Software" label="Software" scheme="http://www.avesh.com/blog/CategoryView,category,Software.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I admit it — I am addicted to Outlook. Here are the add-ins I use:
</p>
        <ul>
          <li>
            <a href="http://www.franklincovey.com/planplus/outlook/" target="_blank">
              <strong>FranklinCovey
PlanPlus</strong>
            </a>– This is my favorite personal productivity tool. The features
I can’t live without: 
<ul><li><strong>PlanPlus Home</strong> – The dashboard view puts your calendar, tasks, email,
and a notepad together on one screen. Most people freak out when they see this much
information at once, but once you get used to it you’ll find yourself coming back
to it all day long. 
</li><li><strong>Weekly Planning</strong> – I use this to “load balance” my week by literally
dragging tasks to the weekly calendar. 
</li><li><strong>Quick Prioritize</strong> – Great way to prioritize tasks quickly.</li></ul></li>
          <li>
            <strong>
              <a href="http://www.davidco.com/store/product.php?productid=16156" target="_blank">Getting
Things Done</a>
            </strong> – I’ve read David Allen’s book — highly recommended. Features
I use most: 
<ul><li><strong>Defer</strong> – Basically turns an email into a calendar appointment with
a reminder. This is important because it gets the message out of my inbox and automatically
reminds me on the date I specify. 
</li><li><strong>Action</strong> – Turns an email into a task. Very useful. 
</li><li><strong>Delegate</strong> – I use this to remind me to follow-up on tasks I’ve delegated
to other people.</li></ul></li>
          <li>
            <a href="http://www.newsgator.com/" target="_blank">
              <strong>NewsGator</strong>
            </a> –
I’ve tried other RSS tools but keep coming back to NewsGator. It lets you get RSS
feeds directly into Outlook. I prefer this to having a separate application for RSS. 
</li>
          <li>
            <strong>
              <a href="http://www.lookoutsoft.com/Lookout/download.html" target="_blank">Lookout</a>
            </strong> –
Lightening fast searching of emails (and documents if you want). For now, I prefer
this to the various desktop search utilities. 
</li>
          <li>
            <strong>
              <a href="http://www.cloudmark.com/">Cloudmark Desktop </a>
            </strong>– Best
spam protection I’ve found. Only misses one or two a week and  I haven’t had
a single false-positive yet.</li>
        </ul>
        <p align="center">
          <img style="WIDTH: 227px; HEIGHT: 182px" alt="" hspace="0" src="http://www.franklincovey.com/planplus/outlook/images/home_thumb.jpg" border="0" />
        </p>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=dad009c9-2115-4f8d-b413-182f2e0741d9" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Managing your passwords</title>
    <link rel="alternate" type="text/html" href="http://www.avesh.com/blog/ManagingYourPasswords.aspx" />
    <id>http://www.avesh.com/blog/PermaLink,guid,8393b9ef-33ca-4a20-81ad-a9ed0035b9b4.aspx</id>
    <published>2005-11-11T10:52:24.359-05:00</published>
    <updated>2005-11-11T11:02:59.53125-05:00</updated>
    <category term="Software" label="Software" scheme="http://www.avesh.com/blog/CategoryView,category,Software.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Most of you should know by now that it is probably not a great idea to use the
same password for all the different web sites you use. Remembering all of these passwords
can be a pain. Luckily, there are a ton of password managers you can download.
</p>
        <p>
I use Password Agent from Moon Software (<a href="http://www.moonsoftware.com/pwagent.asp">http://www.moonsoftware.com/pwagent.asp</a>).
It is simple to use and organizes your accounts into folders. Everything is encrypted
so you need to enter a password when the program launches. Here are some tips:
</p>
        <ul>
          <li>
Use the password generator feature to generate random/complex passwords for the
websites you use less often (or sites with sensitive information). There is no need
to memorize the password since you can look it up anytime. 
</li>
          <li>
Copy the program and your password file to a flash drive so you can access your passwords
anywhere. 
</li>
          <li>
Use Hot Key Plus (<a href="http://www.brianapps.net/hotkeyplus">http://www.brianapps.net/hotkeyplus</a>)
so you can quickly launch Password Agent by hitting Win+P. 
</li>
          <li>
Change your password(s) if you've been using a public computer (e.g., at an internet
cafe)</li>
        </ul>
        <img width="0" height="0" src="http://www.avesh.com/blog/aggbug.ashx?id=8393b9ef-33ca-4a20-81ad-a9ed0035b9b4" />
      </div>
    </content>
  </entry>
</feed>