﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Phil Porter</title>
    <description>I'll be blogging about the challenges and joys of application development</description>
    <link>http://www.ppgainc.com/Blogs/tabid/60/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>pporter@ppgainc.com</managingEditor>
    <webMaster>pporter@ppgainc.com</webMaster>
    <pubDate>Sat, 31 Jul 2010 15:44:23 GMT</pubDate>
    <lastBuildDate>Sat, 31 Jul 2010 15:44:23 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>Virtual Machine</title>
      <description>&lt;p&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
&lt;meta name="ProgId" content="Word.Document"&gt;
&lt;meta name="Generator" content="Microsoft Word 11"&gt;
&lt;meta name="Originator" content="Microsoft Word 11"&gt;
&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5Cporphi%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml" /&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;style type="text/css"&gt;
&lt;!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman";
	mso-fareast-font-family:"Times New Roman";}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;
	mso-paper-source:0;}
div.Section1
	{page:Section1;}
--&gt;
&lt;/style&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Table Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0in 5.4pt 0in 5.4pt;
	mso-para-margin:0in;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt; &lt;/meta&gt;
&lt;/meta&gt;
&lt;/meta&gt;
&lt;/meta&gt;
&lt;/p&gt;
&lt;p class="MsoNormal"&gt;If you’re looking for a free way to run virtual machines try &lt;del&gt;&lt;a href="http://www.virtualbox.org/"&gt;Sun’s&lt;/a&gt;&lt;/del&gt;&lt;a href="http://www.virtualbox.org/"&gt; Oracle's VirtualBox&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;a href=http://www.ppgainc.com/Blogs/tabid/60/EntryId/8/Virtual-Machine.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.ppgainc.com/Blogs/tabid/60/EntryId/8/Virtual-Machine.aspx</link>
      <author>pporter@ppgainc.com</author>
      <comments>http://www.ppgainc.com/Blogs/tabid/60/EntryId/8/Virtual-Machine.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.ppgainc.com/Blogs/tabid/60/EntryId/8/Virtual-Machine.aspx</guid>
      <pubDate>Mon, 01 Feb 2010 14:17:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ppgainc.com/DesktopModules/Blog/Trackback.aspx?id=8</trackback:ping>
    </item>
    <item>
      <title>Iron Speed - Hide Navigation and Header Controls on Quick Add</title>
      <description>&lt;p&gt;I like the quick add links that Iron Speed generates so that supporting data elements can be setup on the fly.  I do not like the additional page header and navigation options presented to the user when the add record panel is all that is needed.  To hide these additional controls I added the following code to the header and menu panels LoadData event so the control is hidden.&lt;/p&gt;&lt;a href=http://www.ppgainc.com/Blogs/tabid/60/EntryId/2/Iron-Speed-Hide-Navigation-and-Header-Controls-on-Quick-Add.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.ppgainc.com/Blogs/tabid/60/EntryId/2/Iron-Speed-Hide-Navigation-and-Header-Controls-on-Quick-Add.aspx</link>
      <author>pporter@ppgainc.com</author>
      <comments>http://www.ppgainc.com/Blogs/tabid/60/EntryId/2/Iron-Speed-Hide-Navigation-and-Header-Controls-on-Quick-Add.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.ppgainc.com/Blogs/tabid/60/EntryId/2/Iron-Speed-Hide-Navigation-and-Header-Controls-on-Quick-Add.aspx</guid>
      <pubDate>Mon, 14 Dec 2009 15:07:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.ppgainc.com/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
    </item>
    <item>
      <title>Mobile Web Application Development</title>
      <description>&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;I’ve taken one of my applications and gave it a mobile interface this time targeting the iPhone.&lt;span style=""&gt;  &lt;/span&gt;Newer mobile browsers rival that of their desktop counter parts in many ways.&lt;span style=""&gt;  &lt;/span&gt;The biggest issue that I’ve come across is the form factor even with the new multi touch screens where the user can zoom in and out&lt;/font&gt;&lt;/p&gt;&lt;a href=http://www.ppgainc.com/Blogs/tabid/60/EntryId/1/Mobile-Web-Application-Development.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.ppgainc.com/Blogs/tabid/60/EntryId/1/Mobile-Web-Application-Development.aspx</link>
      <author>pporter@ppgainc.com</author>
      <comments>http://www.ppgainc.com/Blogs/tabid/60/EntryId/1/Mobile-Web-Application-Development.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.ppgainc.com/Blogs/tabid/60/EntryId/1/Mobile-Web-Application-Development.aspx</guid>
      <pubDate>Thu, 10 Dec 2009 22:23:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.ppgainc.com/DesktopModules/Blog/Trackback.aspx?id=1</trackback:ping>
    </item>
  </channel>
</rss>