<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Todd Taylor's Blog - Geek Tips</title>
    <link>http://blog.toddtaylor.com/</link>
    <description />
    <language>en-us</language>
    <copyright>Todd M. Taylor</copyright>
    <lastBuildDate>Wed, 07 Jun 2006 19:13:10 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>toddtaylor@toddtaylor.com</managingEditor>
    <webMaster>toddtaylor@toddtaylor.com</webMaster>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=8701b2b9-1e9d-43a6-a04a-460d32871bf6</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,8701b2b9-1e9d-43a6-a04a-460d32871bf6.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,8701b2b9-1e9d-43a6-a04a-460d32871bf6.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=8701b2b9-1e9d-43a6-a04a-460d32871bf6</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Ok, ok... it's not stealing because Microsoft said we can do it!   If you've
ever wondered if you could use the icons in Visual Studio for other applications,
apparently you can: <a href="http://blogs.msdn.com/brada/archive/2006/06/06/618797.aspx">Brad
Abrams Blog: Standard Microsoft Icons</a></p>
      </body>
      <title>Stealing Microsoft Icons</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,8701b2b9-1e9d-43a6-a04a-460d32871bf6.aspx</guid>
      <link>http://blog.toddtaylor.com/2006/06/07/StealingMicrosoftIcons.aspx</link>
      <pubDate>Wed, 07 Jun 2006 19:13:10 GMT</pubDate>
      <description>&lt;p&gt;
Ok, ok... it's not stealing because Microsoft said we can do it! &amp;nbsp; If you've
ever wondered if you could use the icons in Visual Studio for other applications,
apparently you can: &lt;a href="http://blogs.msdn.com/brada/archive/2006/06/06/618797.aspx"&gt;Brad
Abrams Blog: Standard Microsoft Icons&lt;/a&gt;
&lt;/p&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,8701b2b9-1e9d-43a6-a04a-460d32871bf6.aspx</comments>
      <category>C#</category>
      <category>Geek Tips</category>
      <category>VB.NET</category>
    </item>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=5c71c8fc-981d-478d-82f2-80ba63658141</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,5c71c8fc-981d-478d-82f2-80ba63658141.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,5c71c8fc-981d-478d-82f2-80ba63658141.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5c71c8fc-981d-478d-82f2-80ba63658141</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of the most highly annoying *features* of Adobe’s Acrobat 7 product is that it
installs itself in all of the Microsoft Office applications whether you want it to
or not and there appears to be no easy way to stop it. If you use Adobe Acrobat, Outlook
has a Send as PDF button on the toolbar. To remove the button, you need to disable
the COM addin. 
</p>
        <p>
Go to:<br /><br /><span style="COLOR: #993366">HKEY LOCAL MACHINE<br />
   \Software<br />
      \Microsoft<br />
         \Office<br />
            \Outlook<br />
               \Addins<br />
                  \PDFMOutlook.PDFMOutlook</span></p>
        <p>
Change the <b><span style="FONT-FAMILY: 'Courier New'">LoadBehavior</span></b> value
from 3 to 2. Restart Outlook. The PDF functions will still be available in Word and
the other Office programs. The same registry key appears to exist for Word, Excel,
and Access as well. I haven't figured-out how to remove Acrobat from Visio though.
</p>
      </body>
      <title>Disabling Acrobat in Outlook</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,5c71c8fc-981d-478d-82f2-80ba63658141.aspx</guid>
      <link>http://blog.toddtaylor.com/2005/08/08/DisablingAcrobatInOutlook.aspx</link>
      <pubDate>Mon, 08 Aug 2005 14:33:09 GMT</pubDate>
      <description>&lt;p&gt;
One of the most highly annoying *features* of Adobe’s Acrobat 7 product is that it
installs itself in all of the Microsoft Office applications whether you want it to
or not and there appears to be no easy way to stop it. If you use Adobe Acrobat, Outlook
has a Send as PDF button on the toolbar. To remove the button, you need to disable
the COM addin. 
&lt;/p&gt;
&lt;p&gt;
Go to:&lt;br&gt;
&lt;br&gt;
&lt;span style="COLOR: #993366"&gt;HKEY LOCAL MACHINE&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;\Software&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\Microsoft&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\Office&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\Outlook&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\Addins&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;\PDFMOutlook.PDFMOutlook&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Change the &lt;b&gt;&lt;span style="FONT-FAMILY: 'Courier New'"&gt;LoadBehavior&lt;/span&gt;&lt;/b&gt; value
from 3 to 2. Restart Outlook. The PDF functions will still be available in Word and
the other Office programs. The same registry key appears to exist for Word, Excel,
and Access as well. I haven't figured-out how to remove Acrobat from Visio though.
&lt;/p&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,5c71c8fc-981d-478d-82f2-80ba63658141.aspx</comments>
      <category>Geek Tips</category>
    </item>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=b9dad4c2-411b-4d6a-8647-857b3e1564dd</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,b9dad4c2-411b-4d6a-8647-857b3e1564dd.aspx</pingback:target>
      <dc:creator />
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,b9dad4c2-411b-4d6a-8647-857b3e1564dd.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b9dad4c2-411b-4d6a-8647-857b3e1564dd</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div class="Section1">
          <p class="MsoNormal">
            <span style="font-size:10.0pt;font-family:Arial">Well, if you’ve owned the Motorola
MPx220 SmartPhone for any length of time, you know it has its fair share of bugs. 
Sometimes you might be convinced that a hard-reset is the only solution to some of
the phone’s problems. According to a post on the Microsoft.public.smartphone
newgroup, this is how you reset the phone:</span>
          </p>
          <p class="MsoNormal">
            <span style="font-size:10.0pt;font-family:Arial">To do a hard reset, hold down the
round blue button while turning it on. It will then ask if you want to reset it Make
sure you remove the SD and sim cards to make sure they won't get wiped-out. Some have
said it will wipe both cards if inserted, but others say it's only the sim card that
gets reset. I just pull them both to be sure.</span>
          </p>
        </div>
      </body>
      <title>Doing a Hard Reset on the Motorola MPx220</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,b9dad4c2-411b-4d6a-8647-857b3e1564dd.aspx</guid>
      <link>http://blog.toddtaylor.com/2005/05/19/DoingAHardResetOnTheMotorolaMPx220.aspx</link>
      <pubDate>Thu, 19 May 2005 15:26:53 GMT</pubDate>
      <description>

&lt;div class=Section1&gt;
&lt;p class=MsoNormal&gt;
&lt;span style='font-size:10.0pt;font-family:Arial'&gt;Well, if you&amp;#8217;ve owned the Motorola
MPx220 SmartPhone for any length of time, you know it has its fair share of bugs.&amp;nbsp;
Sometimes you might be convinced that a hard-reset is the only solution to some of
the phone&amp;#8217;s problems. According to a post on the Microsoft.public.smartphone
newgroup, this is how you reset the phone:&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style='font-size:10.0pt;font-family:Arial'&gt;To do a hard reset, hold down the
round blue button while turning it on. It will then ask if you want to reset it Make
sure you remove the SD and sim cards to make sure they won't get wiped-out. Some have
said it will wipe both cards if inserted, but others say it's only the sim card that
gets reset. I just pull them both to be sure.&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;

</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,b9dad4c2-411b-4d6a-8647-857b3e1564dd.aspx</comments>
      <category>Geek Tips</category>
    </item>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=2add8fce-dce1-4244-b4c2-b839800d810c</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,2add8fce-dce1-4244-b4c2-b839800d810c.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,2add8fce-dce1-4244-b4c2-b839800d810c.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=2add8fce-dce1-4244-b4c2-b839800d810c</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div>
          <span class="562382400-06032005">
            <font size="2">The problem with my new MPx220
microphone not working started driving me nuts because it was happening on every call. 
To me, having to switch to the speaker phone was not an acceptable work-around to
a $300 phone not having a working speaker! (I also found-out that the caller on the
other end gets a really loud "beep" sound when my phone is switched from the microphone
to the speakerphone.) Before my 30 day return policy was up, I took the phone back
and exchanged it.  So far, my new phone hasn't had this microphone problem, but
I have it configured differently so I'm not sure if the old phone was really broken?</font>
          </span>
        </div>
        <div>
          <span class="562382400-06032005">
          </span> 
</div>
        <div>
          <span class="562382400-06032005">
          </span>
          <span class="562382400-06032005">
            <font size="2">With
the new phone, I configured ActiveSync to sync with my company's Exchange server
on 4 hour intervals instead of having the phone sync every 10 minutes.  I don't
use my phone to receive emails, I just like the Exchange calendar sync feature, so
I don't have any real need to have the phone constantly syncing. </font>
          </span>
        </div>
        <div>
          <span class="562382400-06032005">
          </span> 
</div>
        <div>
          <span class="562382400-06032005">
            <font size="2">I feel that by having the phone
sync every 10 minutes, there is a pretty good chance that when a call comes-in or
when I make a call that the phone may be in the middle of performing a sync in the
background and creates a problem that prevents the microphone from working.  Another
idea regarding the cause of the problem is that since the phone is running the Windows
Mobile OS, perhaps there is a memory leak somewhere and after a full day of making
calls to the Exchange server, things start malfunctioning and must be fixed by
a reboot (the solution some propose to *solve* this problem.) Rebooting seemed
to be a good way to fix issues in previous versions of Windows!</font>
          </span>
        </div>
        <div>
          <span class="562382400-06032005">
          </span> 
</div>
        <div>
          <span class="562382400-06032005">
            <font size="2">One other advantage I've found
to setting the sync interval to 4 hours is that any speakers that are near the phone
don't pick-up the signal that the phone emits when it's attempting a sync.  Our
Cisco Avvid phones at work buzz and hum all day long if the MPx220 is syncing a lot,
and that got really annoying, not to mention that it just seems like a health risk!</font>
          </span>
        </div>
      </body>
      <title>Motorola MPx220 Update</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,2add8fce-dce1-4244-b4c2-b839800d810c.aspx</guid>
      <link>http://blog.toddtaylor.com/2005/03/06/MotorolaMPx220Update.aspx</link>
      <pubDate>Sun, 06 Mar 2005 00:41:23 GMT</pubDate>
      <description>&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;font size=2&gt;The problem with my new MPx220 microphone
not working started driving me nuts because it was happening on every call.&amp;nbsp;
To me, having to switch to the speaker phone was not an acceptable work-around to
a $300 phone not having a working speaker! (I also found-out that the caller on the
other end gets a really loud "beep" sound when my phone is switched from the microphone
to the speakerphone.) Before my 30 day return policy was up, I took the phone back
and exchanged it.&amp;nbsp; So far, my new phone hasn't had this microphone problem, but
I have it configured differently so I'm not sure if the old phone was really broken?&lt;/font&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;/span&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;/span&gt;&lt;span class=562382400-06032005&gt;&lt;font size=2&gt;With
the new phone, I configured&amp;nbsp;ActiveSync to sync with my company's Exchange server
on 4 hour intervals instead of having the phone sync every 10 minutes.&amp;nbsp; I don't
use my phone to receive emails, I just like the Exchange calendar sync feature, so
I don't have any real need to have the phone constantly syncing.&amp;nbsp;&lt;/font&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;/span&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;font size=2&gt;I feel that by having the phone sync
every 10 minutes, there is a pretty good chance that when a call comes-in or when
I make a call that the phone may be in the middle of performing a sync in the background
and creates a problem that prevents the microphone from working.&amp;nbsp;&amp;nbsp;Another
idea regarding the cause of the problem&amp;nbsp;is that since the phone is running the&amp;nbsp;Windows
Mobile OS, perhaps there is a memory leak somewhere and after a full day of making
calls to the Exchange server, things start malfunctioning&amp;nbsp;and&amp;nbsp;must be fixed&amp;nbsp;by
a reboot (the solution some propose to *solve* this problem.)&amp;nbsp;Rebooting seemed
to be a good way to fix issues in previous versions of Windows!&lt;/font&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;/span&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div&gt;&lt;span class=562382400-06032005&gt;&lt;font size=2&gt;One other advantage I've found to
setting the sync interval to 4 hours is that any speakers that are near the phone
don't pick-up the signal that the phone emits when it's attempting a sync.&amp;nbsp; Our
Cisco Avvid phones at work buzz and hum all day long if the MPx220 is syncing a lot,
and that got really annoying, not to mention that it just seems like a health risk!&lt;/font&gt;&lt;/span&gt;
&lt;/div&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,2add8fce-dce1-4244-b4c2-b839800d810c.aspx</comments>
      <category>Geek Tips</category>
    </item>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=67ee7d95-39d5-43f1-aea2-61b8798c3c59</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,67ee7d95-39d5-43f1-aea2-61b8798c3c59.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,67ee7d95-39d5-43f1-aea2-61b8798c3c59.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=67ee7d95-39d5-43f1-aea2-61b8798c3c59</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div class="Section1">
          <p class="MsoNormal">
            <img height="94" hspace="12" src="http://blog.toddtaylor.com/content/binary/image002.jpg" width="48" align="left" />
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">The
company I work for recently decided to get a bunch of the new <a href="http://www.motorola.com/mdirect/hellomoto/experience/mpx200/flash/index.shtml">Motorola
MPx220 SmartPhones</a> per the suggestion of one of my co-workers who had owned one
for a while and liked it.  At first, I didn’t want to give-up my boring,
simple Sanyo phone because it worked well as a phone… something that seems rare
these days with mobile phones.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">My first impression of the MPx220
was “Wow!”  It’s a camera, it’s a PDA, it’s an
MP3 player, it’s a video recorder, and last but definitely least, it’s
a phone.  I must say that I really like the phone’s ability to sync with
our Microsoft Exchange email server.  It’s great being able to pull-out
my entire calendar, contact list, or even email pretty much where ever I am. 
It was also very nice to not have to type-in all sorts of names and phone numbers
like I did on my previous phones.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I find the user interface pretty
easy to use and well laid-out.  Considering all the things this phone does, it
must’ve been quite a task to design a user friendly UI.  In addition, seems
like there are quite a few free downloads out there to help you design your own UI
if you so choose.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I haven’t had any time to
tinker with the Windows Mobile 2003 OS as of yet, and I probably won’t…
I don’t want to break it!  It does look like many others are tinkering
though… I’ve seen various forum posts of people trying to adjust speaker
volume issues and the like by editing the phone’s registry.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">One simply feature that I love (in
addition to the Exchange syncing) is that the phone has the ability to automatically
switch between a regular sound profile and a meeting sound profile if there is something
scheduled in your calendar.  In other words, if you have an 8:00 AM meeting in
your Outlook calendar and have the sound ‘profile’ set to ‘automatic’,
the phone will automatically change to the ‘meeting profile’ at 8:00 AM. 
The meeting profile is set to ‘vibrate’ by default, but you could change
that to no ring or a quite ring if you want.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Now for the bad part.  For
all the cool features this phone has, the one thing it seems it’s not good at
is being a phone!  On my second phone call, the person I was calling couldn’t
hear anything I was saying and hung-up.  After doing some research online, many
people have problems with the microphone not working (amongst many other problems.) 
Most seem to say that restarting the phone fixes this… but who wants to restart
their phone daily?  I found that if I quick switch to speakerphone, I can still
talk to the person on the other line, but that’s not an acceptable solution
to me.   Hopefully this won’t become an ongoing problem.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Overall, if this phone is a sign
of things to come, I’m pretty impressed.  As the technology improves, it’ll
sure be nice to not have to carry a mini camera, Palm Pilot, and a phone!  However,
if you have a very low tolerance for things not working as they should, don’t
get one yet or you’ll go nuts :)</span>
          </p>
        </div>
      </body>
      <title>Motorola MPx220.. Smart or Dumb Phone?</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,67ee7d95-39d5-43f1-aea2-61b8798c3c59.aspx</guid>
      <link>http://blog.toddtaylor.com/2005/02/24/MotorolaMPx220SmartOrDumbPhone.aspx</link>
      <pubDate>Thu, 24 Feb 2005 15:42:24 GMT</pubDate>
      <description>&lt;div class=Section1&gt;
&lt;p class=MsoNormal&gt;
&lt;img height=94 hspace=12 src="http://blog.toddtaylor.com/content/binary/image002.jpg" width=48 align=left&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;The
company I work for recently decided to get a bunch of the new &lt;a href="http://www.motorola.com/mdirect/hellomoto/experience/mpx200/flash/index.shtml"&gt;Motorola
MPx220 SmartPhones&lt;/a&gt; per the suggestion of one of my co-workers who had owned one
for a while and liked it.&amp;nbsp; At first, I didn&amp;#8217;t want to give-up my boring,
simple Sanyo phone because it worked well as a phone&amp;#8230; something that seems rare
these days with mobile phones.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;My first impression of the MPx220
was &amp;#8220;Wow!&amp;#8221;&amp;nbsp; It&amp;#8217;s a camera, it&amp;#8217;s a PDA, it&amp;#8217;s an
MP3 player, it&amp;#8217;s a video recorder, and last but definitely least, it&amp;#8217;s
a phone.&amp;nbsp; I must say that I really like the phone&amp;#8217;s ability to sync with
our Microsoft Exchange email server.&amp;nbsp; It&amp;#8217;s great being able to pull-out
my entire calendar, contact list, or even email pretty much where ever I am.&amp;nbsp;
It was also very nice to not have to type-in all sorts of names and phone numbers
like I did on my previous phones.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I find the user interface pretty
easy to use and well laid-out. &amp;nbsp;Considering all the things this phone does, it
must&amp;#8217;ve been quite a task to design a user friendly UI.&amp;nbsp; In addition, seems
like there are quite a few free downloads out there to help you design your own UI
if you so choose.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;I haven&amp;#8217;t had any time to
tinker with the Windows Mobile 2003 OS as of yet, and I probably won&amp;#8217;t&amp;#8230;
I don&amp;#8217;t want to break it!&amp;nbsp; It does look like many others are tinkering
though&amp;#8230; I&amp;#8217;ve seen various forum posts of people trying to adjust speaker
volume issues and the like by editing the phone&amp;#8217;s registry.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;One simply feature that I love (in
addition to the Exchange syncing) is that the phone has the ability to automatically
switch between a regular sound profile and a meeting sound profile if there is something
scheduled in your calendar.&amp;nbsp; In other words, if you have an 8:00 AM meeting in
your Outlook calendar and have the sound &amp;#8216;profile&amp;#8217; set to &amp;#8216;automatic&amp;#8217;,
the phone will automatically change to the &amp;#8216;meeting profile&amp;#8217; at 8:00 AM.&amp;nbsp;
The meeting profile is set to &amp;#8216;vibrate&amp;#8217; by default, but you could change
that to no ring or a quite ring if you want.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Now for the bad part.&amp;nbsp; For
all the cool features this phone has, the one thing it seems it&amp;#8217;s not good at
is being a phone!&amp;nbsp; On my second phone call, the person I was calling couldn&amp;#8217;t
hear anything I was saying and hung-up.&amp;nbsp; After doing some research online, many
people have problems with the microphone not working (amongst many other problems.)&amp;nbsp;
Most seem to say that restarting the phone fixes this&amp;#8230; but who wants to restart
their phone daily?&amp;nbsp; I found that if I quick switch to speakerphone, I can still
talk to the person on the other line, but that&amp;#8217;s not an acceptable solution
to me.&amp;nbsp;&amp;nbsp; Hopefully this won&amp;#8217;t become an ongoing problem.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Overall, if this phone is a sign
of things to come, I&amp;#8217;m pretty impressed.&amp;nbsp; As the technology improves, it&amp;#8217;ll
sure be nice to not have to carry a mini camera, Palm Pilot, and a phone!&amp;nbsp; However,
if you have a very low tolerance for things not working as they should, don&amp;#8217;t
get one yet or you&amp;#8217;ll go nuts :)&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,67ee7d95-39d5-43f1-aea2-61b8798c3c59.aspx</comments>
      <category>Geek Tips</category>
    </item>
    <item>
      <trackback:ping>http://blog.toddtaylor.com/Trackback.aspx?guid=76f48cce-8508-4880-a9a1-9e14b6bf9f1d</trackback:ping>
      <pingback:server>http://blog.toddtaylor.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.toddtaylor.com/PermaLink,guid,76f48cce-8508-4880-a9a1-9e14b6bf9f1d.aspx</pingback:target>
      <dc:creator>Todd M. Taylor</dc:creator>
      <wfw:comment>http://blog.toddtaylor.com/CommentView,guid,76f48cce-8508-4880-a9a1-9e14b6bf9f1d.aspx</wfw:comment>
      <wfw:commentRss>http://blog.toddtaylor.com/SyndicationService.asmx/GetEntryCommentsRss?guid=76f48cce-8508-4880-a9a1-9e14b6bf9f1d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div class="Section1">
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Microsoft Word has got to be one
of the most frustrating applications on the planet.  It typically takes me hours
to figure-out how to do things that I would think should be simple, such as having
a document that contains portrait and landscape oriented pages which all contain a
footer with consecutive page numbering.</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">To change one or more pages in a
document from portrait to landscape orientation, select </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">File</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> &gt; </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Page
Setup…</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> and then
click the </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Margins</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> tab. 
If you select the </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">This
Page Forward</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> option under
the </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Applies To</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> area,
all pages after the current page will be rotated when you select the landscape orientation.  </span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">That’s all well-and-good,
but if you have your pages automatically numbered in the footer, switching one page
to landscape orientation also creates a new </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Section</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> in
the document and starts page numbering over from 1. Argh!</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">So, what to do?  Well, where
there’s help, there’s hope.  After creating a set of landscape oriented
pages, select </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">View</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> &gt; </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Headers
and Footers</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">.  
Select the footer of the first landscape page and make sure the </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Link
to Previous</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> button is
not selected.  </span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
              <strong>Figure 1: The Header and
Footer Tool Bar<br /></strong>
            </span>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
              <img height="87" src="http://blog.toddtaylor.com/content/binary/image003.jpg" width="570" />
            </span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Then click the </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Format
Page Number</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> icon (the
one with the # symbol and the hand as shown in Figure 1) and select </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Page
Numbering</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> &gt; </span>
            <b>
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Continue
From Previous Section</span>
            </b>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> radio
button as shown in Figure 2. That’s it!</span>
          </p>
          <p class="MsoNormal">
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
              <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
                <strong>Figure
2: The Page Number Format Window<br /></strong>
              </span>
            </span>
            <span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">
              <img height="268" src="http://blog.toddtaylor.com/content/binary/image004.jpg" width="281" />
            </span>
          </p>
        </div>
      </body>
      <title>Microsoft Word 2003: Page Numbering and Landscape Pages</title>
      <guid isPermaLink="false">http://blog.toddtaylor.com/PermaLink,guid,76f48cce-8508-4880-a9a1-9e14b6bf9f1d.aspx</guid>
      <link>http://blog.toddtaylor.com/2005/01/28/MicrosoftWord2003PageNumberingAndLandscapePages.aspx</link>
      <pubDate>Fri, 28 Jan 2005 21:48:18 GMT</pubDate>
      <description>&lt;div class=Section1&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Microsoft Word has got to be one
of the most frustrating applications on the planet.&amp;nbsp; It typically takes me hours
to figure-out how to do things that I would think should be simple, such as having
a document that contains portrait and landscape oriented pages which all contain a
footer with consecutive page numbering.&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;To change one or more pages in a
document from portrait to landscape orientation, select &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;File&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; &amp;gt; &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Page
Setup&amp;#8230;&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; and then
click the &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Margins&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; tab.&amp;nbsp;
If you select the &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;This
Page Forward&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; option under
the &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Applies To&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; area,
all pages after the current page will be rotated when you select the landscape orientation.&amp;nbsp; &lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;That&amp;#8217;s all well-and-good,
but if you have your pages automatically numbered in the footer, switching one page
to landscape orientation also creates a new &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Section&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; in
the document and starts page numbering over from 1. Argh!&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;So, what to do?&amp;nbsp; Well, where
there&amp;#8217;s help, there&amp;#8217;s hope.&amp;nbsp; After creating a set of landscape oriented
pages, select &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;View&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; &amp;gt; &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Headers
and Footers&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;.&amp;nbsp;&amp;nbsp;
Select the footer of the first landscape page and make sure the &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Link
to Previous&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; button is
not selected.&amp;nbsp; &lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;strong&gt;Figure 1: The Header and
Footer Tool Bar&lt;br&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;img height=87 src="http://blog.toddtaylor.com/content/binary/image003.jpg" width=570&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Then click the &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Format
Page Number&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; icon (the
one with the # symbol and the hand as shown in Figure 1) and select &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Page
Numbering&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; &amp;gt; &lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"&gt;Continue
From Previous Section&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt; radio
button as shown in Figure 2. That&amp;#8217;s it!&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal&gt;
&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;strong&gt;Figure
2: The Page Number Format Window&lt;br&gt;
&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;&lt;img height=268 src="http://blog.toddtaylor.com/content/binary/image004.jpg" width=281&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/div&gt;</description>
      <comments>http://blog.toddtaylor.com/CommentView,guid,76f48cce-8508-4880-a9a1-9e14b6bf9f1d.aspx</comments>
      <category>Geek Tips</category>
    </item>
  </channel>
</rss>