<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe&#039;s Blog</title>
	<atom:link href="http://joepipitone.com/wordpress/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://joepipitone.com/wordpress</link>
	<description>Random notes on setting up applications on GODADDY</description>
	<lastBuildDate>Sat, 28 Aug 2010 19:30:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title></title>
		<link>http://joepipitone.com/wordpress/index.php/post/94</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/94#comments</comments>
		<pubDate>Sat, 28 Aug 2010 19:28:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/index.php/post/94</guid>
		<description><![CDATA[Problem On Windows 7 with a downloaded Silverlight project, this was for vs previous to vs2010.
Description: An error occurred during the parsing of a resource required to service this request.
 Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: 
Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one [...]]]></description>
			<content:encoded><![CDATA[<p>Problem On Windows 7 with a downloaded Silverlight project, this was for vs previous to vs2010.</p>
<div><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><strong>Description: </strong>An error occurred during the parsing of a resource required to service this request.<br />
 Please review the following specific parse error details and modify your source file appropriately.</span></div>
<div><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><br />
<strong>Parser Error Message: </strong><br />
Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies. The system cannot find the file specified.</span></div>
<p><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><strong>Source Error:</strong></p>
<p> </p>
<p></span></p>
<table border="0" width="50%" bgcolor="#ffffcc">
<tbody>
<tr>
<td><code></p>
<pre>Line 1:  &lt;%@ Page Language="C#" AutoEventWireup="true" %&gt;
Line 2:
<span style="color: red;">Line 3:  &lt;%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
</span>Line 4:      TagPrefix="asp" %&gt;
Line 5:</pre>
<p> </p>
<p> </p>
<p></code></td>
</tr>
</tbody>
</table>
<div><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><br />
<strong>Source File: </strong>/FirstFloor.Slideshow.DemoTestPage.aspx<strong>    Line: </strong>3</span></div>
<div><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><strong>Assembly Load Trace:</strong> The following information can be helpful to determine why the assembly &#8216;System.Web.Silverlight&#8217; could not be loaded.</span></div>
<p><span style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"> </p>
<p> </p>
<p></span></p>
<table border="0" width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td><code></p>
<pre>WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].</pre>
<p> </p>
<p> </p>
<p></code></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning a Surface Application</title>
		<link>http://joepipitone.com/wordpress/index.php/post/86</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/86#comments</comments>
		<pubDate>Sat, 07 Aug 2010 18:53:32 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=86</guid>
		<description><![CDATA[We want to add a text block element and an event handler for working with surface contacts.   For more information about working with contacts, please see the Surface documentation at MSDN.
]]></description>
			<content:encoded><![CDATA[<p>We want to add a text block element and an event handler for working with surface contacts.   For more information about working with contacts, please see the Surface documentation at <a href=" http://msdn.microsoft.com/en-gb/library/ee804917.aspx">MSDN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/86/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF Basics</title>
		<link>http://joepipitone.com/wordpress/index.php/post/70</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/70#comments</comments>
		<pubDate>Sat, 07 Aug 2010 05:06:26 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=70</guid>
		<description><![CDATA[WPF Application Fundamentals
Training URI
WPF vs. Surface
WPF On Project Creation &#8211; Contains 2 types of XAML files:
1. App.xaml contains an Application.Resources section. Any resources declared here are available at the application scope.
An App.xaml.cs code-behind file. This contains an empty class that can hold any interaction logic for App.xaml.
2. A Window1.xaml file that contains a Window element. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>WPF Application Fundamentals</strong></p>
<p><strong><a title="Training Modules" href="http://www.microsoft.com/surface/training/module1/index.html" target="_blank">Training URI</a></strong></p>
<p><strong>WPF vs. Surface</strong><br />
WPF On Project Creation &#8211; Contains 2 types of XAML files:<br />
1. App.xaml contains an Application.Resources section. Any resources declared here are available at the application scope.<br />
An App.xaml.cs code-behind file. This contains an empty class that can hold any interaction logic for App.xaml.<br />
2. A Window1.xaml file that contains a Window element. By default, this is the main window for the application and contains a Grid element as the layout root.<br />
A Window1.xaml.cs code-behind file that contains an empty class to hold any interaction logic for Window1.xaml.<br />
3. A References section that contains any external assemblies your application is using.<br />
4. A Properties section that contains all of the application settings including AssemblyInfo.cs, Resources.resx, and Settings.settings.<br />
<strong>Surface</strong></p>
<p>  <!--BeginFragment--><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">APP.XAML This file provides the same functionality as the WPF App.xaml file. However, the file that </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">Visual Studio generates for Surface projects includes markup to merge the Surface </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">control templates with the application, by using the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">Microsoft.Surface.Presentation.Generic</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> assembly.</span></span></p>
<p><!--EndFragment--><!--EndFragment--><!--BeginFragment--><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">SurfaceWindow1.xaml</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">. This file provides similar </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">functionality to the Window1.xaml file in the HelloWPF project, but there are several </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">differences:</span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt"> </span></strong></span></p>
<p><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong> </strong></span><span style="font-family: Symbol,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">·</span></span><span style="font-family: Arial,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">There is a reference to a new Surface-specific namespace.</span></span></p>
<p><span style="font-family: Symbol,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">·</span></span><span style="font-family: Arial,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">The main </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">Window</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> element is now a </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">SurfaceWindow</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> element. The </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">SurfaceWindow</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> element provides similar functionality, but also runs the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">application at full screen with the user interface oriented toward the user.</span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt"> </span></strong></span><span style="font-family: Symbol,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">·</span></span><span style="font-family: Arial,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">There is a </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">SurfaceWindow.Resources </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">section that contains an </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">ImageBrush </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">element with the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">Key </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">property set to  </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">WindowsBackground</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">. This also has the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">ImageSource </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">property set to a Pack URI pointing to the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">WindowsBackground.jpg resource.</span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt"> </span></strong></span></p>
<p><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong> </strong></span><span style="font-family: Symbol,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">·</span></span><span style="font-family: Arial,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">The layout root is a grid that has the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">Background </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">property set to the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">WindowsBackground </span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">resource by using the </span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt">StaticResource</span></strong></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> markup extension.</span></span><span style="font-family: Segoe UI,sans-serif; color: #000000;"><strong><span style="FONT-SIZE: 11.019pt"> </span></strong></span></p>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">SurfaceWindow1.xaml,cs This file provides similar<br />
functionality to the Window1.xaml.cs file in the WPF project.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> Using statements for Surface-specific namespaces.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">  An AddActivationHandlers method that subscribes three Surface activation events to three event handlers defined in this file.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">  An event handler for the OnApplicationActivated event. This event is triggered when the application first starts, and any subsequent time when the application is activated.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">  An event handler for the OnApplicationPreviewed event. This event is triggered when the application has focus, which is when a user is using the Surface menu in the Shell.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">  An event handler for the OnApplicationDeactivated event. This event is triggered when the user exits the application.</span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt">HelloSurfaceWPF.xml. This is a new file that contains configuration information for deploying the application to the Shell.  </span></span></div>
<div><span style="font-family: Segoe UI,sans-serif; color: #000000;"><span style="FONT-SIZE: 11.019pt"> </span></span> </div>
<p> </p>
<p> </p>
<p><strong>Application Type Overview</strong></p>
<p>There are three basic types of applications.</p>
<p>1. Windows application – Pure Windows Desktop application, except driven by WPF (xml).</p>
<p>2. Navigation application – a windows application, yet has the look and feel of web browser based application.</p>
<p>3. XBAP – which is an application that runs only in internet Explorer’s Browser. are also page-based and run in Internet Explorer under limited permissions.</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Surface &#8211; Configure a WorkStation Development Environmenet</title>
		<link>http://joepipitone.com/wordpress/index.php/post/63</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/63#comments</comments>
		<pubDate>Tue, 03 Aug 2010 19:45:43 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=63</guid>
		<description><![CDATA[Research &#8211; Surface for Developers
1.  At the Surface QuckStart Site go through setting up workstation. This sets up a vista workstation with visual studio 2008
2. Go to the training page and do the Training, do the labs at the bottom.(DevelopmentQuickStart(WPF).xps)
Module 2 Training
]]></description>
			<content:encoded><![CDATA[<p>Research &#8211; Surface for Developers<br />
1.  At the <a href="https://partner.surface.com/EN/SECURE/Pages/Resources.aspx">Surface QuckStart Site</a> go through setting up workstation. This sets up a vista workstation with visual studio 2008</p>
<p>2. Go to the training page and do the <a href="http://www.microsoft.com/surface/training/module1/index.html" target="_self">Training</a>, do the labs at the bottom.(DevelopmentQuickStart(WPF).xps)</p>
<p><a href="http://www.microsoft.com/surface/training/module2/index.html">Module 2 Training</a></p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started &#8212;</title>
		<link>http://joepipitone.com/wordpress/index.php/post/52</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/52#comments</comments>
		<pubDate>Sun, 01 Aug 2010 03:16:03 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=52</guid>
		<description><![CDATA[Discussion
In Windows 7 we have enriched the Windows experience with touch, making touch a first-class citizen as another way to interact with your PC alongside the mouse and keyboard. In recent years, we have witnessed a wide range of multitouch devices that have generated an extremely positive user experience. Therefore, it is only natural for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Discussion</strong></p>
<div id="id0410001"><span>In Windows 7</span> we have enriched the Windows experience with touch, making touch a first-class citizen as another way to interact with your PC alongside the mouse and keyboard. In recent years, we have witnessed a wide range of multitouch devices that have generated an extremely positive user experience. Therefore, it is only natural for Windows to introduce such multitouch support in Windows 7 as a core capability.</div>
<div id="id0400003">With the Windows 7 Multitouch Platform, you have the freedom to directly interact with your computer. For example, you are able to reach out and slowly scroll through your pictures directly from Windows Explorer, or flick and move through them quickly. It is important to understand that we didn’t create a special Windows 7 Multitouch Shell. There is no special Windows Explorer that is available only on multitouch devices. The simplest example is the Windows 7 Taskbar Jump Lists. When you use the mouse to right-click on any icon on the Taskbar, you see its corresponding Jump List. For example, right-clicking on the Windows Live Messenger icon shows Live Messenger’s Jump List. But how can you right-click using multitouch? Simply touch the Live Messenger icon and drag out with your finger.</div>
<p>Microsoft Surface has four key capabilities that make it such a unique experience:</p>
<p> </p>
<ul>
<li><strong>Direct interaction.</strong> Users can grab digital information with their hands and interact with content on-screen by touch and gesture – without using a mouse or keyboard.</li>
<li><strong>Multi-user experience.</strong> The large, horizontal, 30 inch display makes it easy for several people to gather and interact together with Microsoft Surface &#8211; providing a collaborative, face-to-face computing experience.</li>
<li><strong>Multi-touch.</strong> Microsoft Surface responds to many points of contact simultaneously &#8211; not just from one finger, as with a typical touch screen, but from dozens of contact points at once.</li>
<li><strong>Object recognition.</strong> Users can place physical objects on the screen to trigger different types of digital responses – providing for a multitude of applications and the transfer of digital content to mobile devices.</li>
</ul>
<p><strong>WPF </strong></p>
<p><strong>Windows 7 API&#8217;s Support Multi Touch at the Operating System Level</strong></p>
<p>Support is in part through a message WM_Touch. Hardware support is an evolving market. Already at this level, the operating system provides a promotion of multitouch messages to mouse messages. The promotion is present so that multitouch users can use touch and gestures to substitute as mouse moves or mouse clicks. This is useful when interacting with applications that may not be touch-aware, and the application does all its sspatial input processing through mouse events and messages. Windows 7 also coalesces the messages when appropriate, so that applications do not have to process an overflow of intermediate messages that all generate incremental events.</p>
<p>Internet Explorer version 8 as a browser host is also multitouch aware. Internet Explorer version 8 forwards platform multitouch messages to plug-ins such as Silverlight that are running within Internet Explorer, such that Silverlight applications can interact with multitouch input.</p>
<p> </p>
<p>starting at about 900 &#8211; Lots of laptop hp/dell/&#8230; Lenovo ThinkPad X200 Tablet Multi-Touch is 2k, best</p>
<p>Database &#8211; Alfrecso java based data base &#8211; too much , large, java<br />
                 Dot Net Nuke &#8211; too slow &#8211; old technology<br />
                 Could use a starter application like Baloonshop, it has the microsoft<br />
                 Cloud Computing &#8211; azure, amazon, lots &#8212; heavy duty&#8230;</p>
<p>TOOLS &#8211; Visual Studio 2008, 2010, Expression Blend 2 &#8211; Expression Blend 2 may have problem with .netFramework 4.<br />
Replace Complex Server Controls<br />
 Javascript control &#8211; ugh!<br />
Service &#8211; like calendars from yahoo, google&#8230;<br />
RIA &#8211; Rich Internet application where controls replaced by Silverlight app( or maybe flash, &#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Mod Rewrite  &#8211; Permalinks</title>
		<link>http://joepipitone.com/wordpress/index.php/post/23</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/23#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:31:30 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=23</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Wordpress 2.8</title>
		<link>http://joepipitone.com/wordpress/index.php/post/28</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/28#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:30:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=28</guid>
		<description><![CDATA[I went to wordpress.org to get the procedure to upgrade wordpress 2.71 to 2.8 &#8211; just so I could have the latest and greatest. I am running 2.71 on go daddy on IIS but I am using the linux version at home. I&#8217;ll upgrade the home version then attack the 2.71 to 2.8 on godaddy. [...]]]></description>
			<content:encoded><![CDATA[<p>I went to wordpress.org to get the procedure to upgrade wordpress 2.71 to 2.8 &#8211; just so I could have the latest and greatest. I am running 2.71 on go daddy on IIS but I am using the linux version at home. I&#8217;ll upgrade the home version then attack the 2.71 to 2.8 on godaddy. Why? well I always do things the hard way, and make all the mistakes! I get to learn it all!!<br />
1. Step 1 is to back up the database. I haven&#8217;t worried about this part yet. I need to download phpAdmin. That done, I realize php is not installed on IIS.<br />
I downloaded ■PHP 5.2.9-2 installer (php-5.2.9-2-win32-installer.msi) from http://www.php.net/downloads.php. I ran the .msi install choosing IIS CGI<br />
More to do&gt; I looked at <a title="dpotter.net" href="http://dpotter.net/Technical/2009/03/installing-php-on-windows-and-iis/">dpotter.net </a> I installed the FastCGI as per his recomentdateions.</p>
<p>Had to configure .php and fcgi in properties.</p>
<p>had it add php=PHP under TYPE in the fcgiext.ini</p>
<p>[Types]<br />
php=PHP</p>
<p>added :</p>
<p>[PHP]<br />
ExePath=C:\Program Files\PHP\php-cgi.exe<br />
;Protocol=NamedPipes<br />
;QueueLength=1000<br />
;MaxInstances=10<br />
;InstanceMaxRequests=1000<br />
;IdleTimeout=300<br />
;ActivityTimeout=30<br />
;RequestTimeout=90<br />
;ResponseBufferLimit=4194304<br />
;FlushNamedPipe=0<br />
;UnhealthyOnQueueFull=0</p>
<p> </p>
<p> </p>
<p>Had to down grade to cgi. configured  .php extension as /program files/php/php.exe</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evaluating the google calendar api</title>
		<link>http://joepipitone.com/wordpress/index.php/post/31</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/31#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:30:16 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=31</guid>
		<description><![CDATA[I am interested in building web applications that will need to manipluate my calendar on google. Following Getting Started with the .NET Client Library, I downloaded the API and then tried the build. It failed because of the NUNIT.FRAMEWORK dll is missing from the unit tests project. A quick search for a work around produced [...]]]></description>
			<content:encoded><![CDATA[<p>I am interested in building web applications that will need to manipluate my calendar on google. Following <a title="Google Documentation" href="http://code.google.com/apis/gdata/articles/dotnet_client_lib.html#vssetup">Getting Started with the .NET Client Library</a>, I downloaded the API and then tried the build. It failed because of the NUNIT.FRAMEWORK dll is missing from the unit tests project. A quick search for a work around produced noting so I downloaded <a title="http://sourceforge.net/project/downloading.php?groupname=nunit&amp;filename=NUnit-2.5.0.9122.msi&amp;use_mirror=voxel" href="http://sourceforge.net/project/downloading.php?groupname=nunit&amp;filename=NUnit-2.5.0.9122.msi&amp;use_mirror=voxel">NUNIT</a>, installed it. Then I removed the reference to  in unittests project, and then did &#8220;add reference&#8221;  to the nunit found in the default location on my pc C:\Program Files\NUnit 2.5\bin\net-2.0\framework because I have to .net frameword 2.0 installed.</p>
<p>   After the above, the solution built fine. I compiled it in both debug and release configurations as described in the docs.</p>
<p>The sample command line that they suggested didn&#8217;t work,  but this &#8220;C:\Program Files\Google\Google Data API SDK\Samples\Calendar.exe&#8221; worked(Surrounding Quotes were  needed).  That worked fine.  But&#8230; &#8211; I can&#8217;t fine the source code for the Calendar.exe &#8230;.<br />
Well, I always need a starting point when I begin a programming project.<br />
The docs show that the sample client code is online at  <a href="http://google-gdata.googlecode.com/svn/trunk/">http://google-gdata.googlecode.com/svn/trunk/</a>, and the sample calendar code is at http://google-gdata.googlecode.com/svn/trunk/clients/cs/samples/calendar/Calendar.cs.<br />
I started fresh, Created a new c# Windows project, removed all existing .cs files.<br />
Next I added a new windows form, then copied all the code from the web page above and replaced all generated code in the form.</p>
<p>References to 4 .dlls from the redist directory from the Google DATA api sdk solution.<br />
then complile and all is OK!</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/31/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a web service on Godaddy</title>
		<link>http://joepipitone.com/wordpress/index.php/post/35</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/35#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:30:03 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=35</guid>
		<description><![CDATA[Created a new Directory under IIS on GOdaddy.
Checked &#8220;Set application root&#8221; and also set annonymous access on. I tested the simple web server on local Vista machine.
]]></description>
			<content:encoded><![CDATA[<p>Created a new Directory under IIS on GOdaddy.<br />
Checked &#8220;Set application root&#8221; and also set annonymous access on. I tested the simple web server on local Vista machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Dot Net Nuke Module Development</title>
		<link>http://joepipitone.com/wordpress/index.php/post/37</link>
		<comments>http://joepipitone.com/wordpress/index.php/post/37#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:29:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Godaddy]]></category>

		<guid isPermaLink="false">http://joepipitone.com/wordpress/?p=37</guid>
		<description><![CDATA[Working on a Custom Rental Module for DotNetNuke 5.1.4.
A. Log on As host
B. go to Module Definitions on the host menu
C. go to bottom of page to Import Module Definitions
- choose Import Manifest
- via the dropdown, choose the .dnn file for your module. (generated by the Visual Studio project).
- click on Import manifest, hopefully you [...]]]></description>
			<content:encoded><![CDATA[<p>Working on a Custom Rental Module for DotNetNuke 5.1.4.<br />
A. Log on As host<br />
B. go to Module Definitions on the host menu<br />
C. go to bottom of page to Import Module Definitions<br />
- choose Import Manifest<br />
- via the dropdown, choose the .dnn file for your module. (generated by the Visual Studio project).<br />
- click on Import manifest, hopefully you see job execution results ending with success message.</p>
]]></content:encoded>
			<wfw:commentRss>http://joepipitone.com/wordpress/index.php/post/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
