<?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>Mike Francis: My Mobile Home - Developer</title>
    <link>http://blog.mjfnet.com/Blog/</link>
    <description>focusing on mobile application development...</description>
    <image>
      <url>http://www.mjfnet.com/blog/images/mikehead.jpg</url>
      <title>Mike Francis: My Mobile Home - Developer</title>
      <link>http://blog.mjfnet.com/Blog/</link>
    </image>
    <language>en-us</language>
    <copyright>Mike Francis</copyright>
    <lastBuildDate>Thu, 18 Feb 2010 22:56:13 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>mike@mjfnet.com</managingEditor>
    <webMaster>mike@mjfnet.com</webMaster>
    <item>
      <trackback:ping>http://blog.mjfnet.com/Blog/Trackback.aspx?guid=5fef975e-b641-4d7e-9ced-ba7390b821e7</trackback:ping>
      <pingback:server>http://blog.mjfnet.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://blog.mjfnet.com/Blog/PermaLink,guid,5fef975e-b641-4d7e-9ced-ba7390b821e7.aspx</pingback:target>
      <dc:creator>Mike Francis</dc:creator>
      <wfw:comment>http://blog.mjfnet.com/Blog/CommentView,guid,5fef975e-b641-4d7e-9ced-ba7390b821e7.aspx</wfw:comment>
      <wfw:commentRss>http://blog.mjfnet.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=5fef975e-b641-4d7e-9ced-ba7390b821e7</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Lately I’ve been spending a portion of my time supporting developers over in the <a title="Windows Marketplace for Mobile forum" href="http://social.msdn.microsoft.com/Forums/en-US/mktplace/threads">Windows
Marketplace for Mobile forum</a>. I’ve collected some of the common issues folks are
having and posted them over on the Windows Mobile Developer blog <a href="http://windowsteamblog.com/blogs/wmdev/archive/2010/02/18/windows-marketplace-for-mobile-certification-testing-hopper-and-multiple-screen-support.aspx">here</a>.
In this post, I go over tips to help you pass certification testing, specifically
on running Hopper and supporting multiple screens. Check it out!
</p>
        <p>
Enjoy!
</p>
        <p>
Mike
</p>
      </body>
      <title>Windows Marketplace for Mobile - Certification Testing Tips</title>
      <guid isPermaLink="false">http://blog.mjfnet.com/Blog/PermaLink,guid,5fef975e-b641-4d7e-9ced-ba7390b821e7.aspx</guid>
      <link>http://blog.mjfnet.com/Blog/2010/02/18/WindowsMarketplaceForMobileCertificationTestingTips.aspx</link>
      <pubDate>Thu, 18 Feb 2010 22:56:13 GMT</pubDate>
      <description>&lt;p&gt;
Lately I’ve been spending a portion of my time supporting developers over in the &lt;a title="Windows Marketplace for Mobile forum" href="http://social.msdn.microsoft.com/Forums/en-US/mktplace/threads"&gt;Windows
Marketplace for Mobile forum&lt;/a&gt;. I’ve collected some of the common issues folks are
having and posted them over on the Windows Mobile Developer blog &lt;a href="http://windowsteamblog.com/blogs/wmdev/archive/2010/02/18/windows-marketplace-for-mobile-certification-testing-hopper-and-multiple-screen-support.aspx"&gt;here&lt;/a&gt;.
In this post, I go over tips to help you pass certification testing, specifically
on running Hopper and supporting multiple screens. Check it out!
&lt;/p&gt;
&lt;p&gt;
Enjoy!
&lt;/p&gt;
&lt;p&gt;
Mike
&lt;/p&gt;</description>
      <comments>http://blog.mjfnet.com/Blog/CommentView,guid,5fef975e-b641-4d7e-9ced-ba7390b821e7.aspx</comments>
      <category>Developer</category>
      <category>Windows Marketplace</category>
    </item>
    <item>
      <trackback:ping>http://blog.mjfnet.com/Blog/Trackback.aspx?guid=69c9d0d5-780e-4964-b121-ca43e9dd20fc</trackback:ping>
      <pingback:server>http://blog.mjfnet.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://blog.mjfnet.com/Blog/PermaLink,guid,69c9d0d5-780e-4964-b121-ca43e9dd20fc.aspx</pingback:target>
      <dc:creator>Mike Francis</dc:creator>
      <wfw:comment>http://blog.mjfnet.com/Blog/CommentView,guid,69c9d0d5-780e-4964-b121-ca43e9dd20fc.aspx</wfw:comment>
      <wfw:commentRss>http://blog.mjfnet.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=69c9d0d5-780e-4964-b121-ca43e9dd20fc</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A new release of the <a href="https://developer.windowsmobile.com/resources/en-US/Application%20Submission%20Guidelines.pdf">Windows
Marketplace for Mobile requirements</a> went live today. Many developers should be
happy with change in the PNG Start screen icon requirements. Prior to today, you were
required to include three PNG files (one for each possible DPI) in your installation
CAB file. Today, this requirement is one (90x90) icon.
</p>
        <p>
The three icon requirement, necessitated a <a href="http://msdn.microsoft.com/en-us/library/aa924308.aspx" target="_blank">setup
DLL</a> to dynamically copy the appropriate PNG according to the device DPI. Now the
setup is much easier – only requiring CAB file definitions and no C++ code.  
</p>
        <p>
For more information see the following updated blog post: <a title="Using Custom Icons in Windows Mobile 6.5" href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/08/05/using-custom-icons-in-windows-mobile-6-5.aspx">Using
Custom Icons in Windows Mobile 6.5</a> and FAQ: <a title="http://windowsteamblog.com/blogs/windowsphone/pages/start-screen-png-icon-faq.aspx" href="http://windowsteamblog.com/blogs/windowsphone/pages/start-screen-png-icon-faq.aspx">Start
Screen PNG Icon FAQ</a>.
</p>
        <p>
Mike
</p>
      </body>
      <title>Start Screen Icons: Only one PNG file is now required</title>
      <guid isPermaLink="false">http://blog.mjfnet.com/Blog/PermaLink,guid,69c9d0d5-780e-4964-b121-ca43e9dd20fc.aspx</guid>
      <link>http://blog.mjfnet.com/Blog/2009/08/11/StartScreenIconsOnlyOnePNGFileIsNowRequired.aspx</link>
      <pubDate>Tue, 11 Aug 2009 19:06:07 GMT</pubDate>
      <description>&lt;p&gt;
A new release of the &lt;a href="https://developer.windowsmobile.com/resources/en-US/Application%20Submission%20Guidelines.pdf"&gt;Windows
Marketplace for Mobile requirements&lt;/a&gt; went live today. Many developers should be
happy with change in the PNG Start screen icon requirements. Prior to today, you were
required to include three PNG files (one for each possible DPI) in your installation
CAB file. Today, this requirement is one (90x90) icon.
&lt;/p&gt;
&lt;p&gt;
The three icon requirement, necessitated a &lt;a href="http://msdn.microsoft.com/en-us/library/aa924308.aspx" target="_blank"&gt;setup
DLL&lt;/a&gt; to dynamically copy the appropriate PNG according to the device DPI. Now the
setup is much easier – only requiring CAB file definitions and no C++ code.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
For more information see the following updated blog post: &lt;a title="Using Custom Icons in Windows Mobile 6.5" href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/08/05/using-custom-icons-in-windows-mobile-6-5.aspx"&gt;Using
Custom Icons in Windows Mobile 6.5&lt;/a&gt; and FAQ: &lt;a title="http://windowsteamblog.com/blogs/windowsphone/pages/start-screen-png-icon-faq.aspx" href="http://windowsteamblog.com/blogs/windowsphone/pages/start-screen-png-icon-faq.aspx"&gt;Start
Screen PNG Icon FAQ&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Mike
&lt;/p&gt;</description>
      <comments>http://blog.mjfnet.com/Blog/CommentView,guid,69c9d0d5-780e-4964-b121-ca43e9dd20fc.aspx</comments>
      <category>6.5</category>
      <category>Developer</category>
      <category>Icons</category>
      <category>Windows Marketplace</category>
      <category>Windows Mobile</category>
    </item>
    <item>
      <trackback:ping>http://blog.mjfnet.com/Blog/Trackback.aspx?guid=c1da1c41-4de8-4414-99ab-41c00c47a7a3</trackback:ping>
      <pingback:server>http://blog.mjfnet.com/Blog/pingback.aspx</pingback:server>
      <pingback:target>http://blog.mjfnet.com/Blog/PermaLink,guid,c1da1c41-4de8-4414-99ab-41c00c47a7a3.aspx</pingback:target>
      <dc:creator>Mike Francis</dc:creator>
      <wfw:comment>http://blog.mjfnet.com/Blog/CommentView,guid,c1da1c41-4de8-4414-99ab-41c00c47a7a3.aspx</wfw:comment>
      <wfw:commentRss>http://blog.mjfnet.com/Blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c1da1c41-4de8-4414-99ab-41c00c47a7a3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://mjfnet.com/blog/content/binary/HowtoUsingCustomIconsforWindowsMobile6.5_13FB2/image_thumb.png" width="80" height="78" /> There
have been a lot of questions around how to create great looking icons like you see
for the Microsoft apps in the Windows Mobile 6.5 Start screen.  These icons aren’t
icons at all in the traditional sense. Up until Windows Mobile 6.5, you could only
use icon (.ICO) images embedded in the EXE file for your Start menu icon. The new
Windows Mobile 6.5 Professional Start screen still uses these icons, but you may notice
that they are scaled slightly. You may not notice any difference in the appearance
of the icon, if you do, you can use a PNG file for your application icon. If fact,
the Windows Marketplace for Mobile requires that you use a PNG for Windows Mobile
6.5 applications.
</p>
        <p>
For details on now to specify a PNG file for your Start Screen icon see my blog post <a href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/08/04/using-custom-icons-in-windows-mobile-6-5.aspx" target="_blank">here</a>.
</p>
      </body>
      <title>How to: Using PNG files for Custom Icons for Windows Mobile 6.5</title>
      <guid isPermaLink="false">http://blog.mjfnet.com/Blog/PermaLink,guid,c1da1c41-4de8-4414-99ab-41c00c47a7a3.aspx</guid>
      <link>http://blog.mjfnet.com/Blog/2009/08/06/HowToUsingPNGFilesForCustomIconsForWindowsMobile65.aspx</link>
      <pubDate>Thu, 06 Aug 2009 05:43:31 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img style="border-right-width: 0px; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" align="left" src="http://mjfnet.com/blog/content/binary/HowtoUsingCustomIconsforWindowsMobile6.5_13FB2/image_thumb.png" width="80" height="78"&gt; There
have been a lot of questions around how to create great looking icons like you see
for the Microsoft apps in the Windows Mobile 6.5 Start screen.&amp;nbsp; These icons aren’t
icons at all in the traditional sense. Up until Windows Mobile 6.5, you could only
use icon (.ICO) images embedded in the EXE file for your Start menu icon. The new
Windows Mobile 6.5 Professional Start screen still uses these icons, but you may notice
that they are scaled slightly. You may not notice any difference in the appearance
of the icon, if you do, you can use a PNG file for your application icon. If fact,
the Windows Marketplace for Mobile requires that you use a PNG for Windows Mobile
6.5 applications.
&lt;/p&gt;
&lt;p&gt;
For details on now to specify a PNG file for your Start Screen icon see my blog post &lt;a href="http://windowsteamblog.com/blogs/windowsphone/archive/2009/08/04/using-custom-icons-in-windows-mobile-6-5.aspx" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;</description>
      <comments>http://blog.mjfnet.com/Blog/CommentView,guid,c1da1c41-4de8-4414-99ab-41c00c47a7a3.aspx</comments>
      <category>Developer</category>
      <category>Icons</category>
      <category>Windows Marketplace</category>
      <category>Windows Mobile 6.5</category>
    </item>
  </channel>
</rss>