<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for High on Technology</title>
	<atom:link href="http://hightechdave.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hightechdave.com</link>
	<description>the blog of Dave Wheeler</description>
	<lastBuildDate>Tue, 29 Nov 2011 15:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Recover NewForm.aspx from the dead in Sharepoint 2007 by Dan</title>
		<link>http://hightechdave.com/2010/09/22/recover-newform-aspx-from-the-dead-in-sharepoint-2007/comment-page-1/#comment-107</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 29 Nov 2011 15:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=308#comment-107</guid>
		<description>Thank you so much.  I have a custom list with a VERY complex workflow and didn&#039;t fancy re-building that :)</description>
		<content:encoded><![CDATA[<p>Thank you so much.  I have a custom list with a VERY complex workflow and didn&#8217;t fancy re-building that <img src='http://hightechdave.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharepoint and the Invalid page URL error by hightechdave</title>
		<link>http://hightechdave.com/2009/09/22/sharepoint-and-the-invalid-page-url-error/comment-page-1/#comment-106</link>
		<dc:creator>hightechdave</dc:creator>
		<pubDate>Tue, 08 Nov 2011 20:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=59#comment-106</guid>
		<description>Thanks James!  Interestingly enough I eventually did find a solution quite a while back as written here:  http://hightechdave.com/2010/09/22/recover-newform-aspx-from-the-dead-in-sharepoint-2007/ 

Thank you for sharing, that was a nasty problem to work through!</description>
		<content:encoded><![CDATA[<p>Thanks James!  Interestingly enough I eventually did find a solution quite a while back as written here:  <a href="http://hightechdave.com/2010/09/22/recover-newform-aspx-from-the-dead-in-sharepoint-2007/" rel="nofollow">http://hightechdave.com/2010/09/22/recover-newform-aspx-from-the-dead-in-sharepoint-2007/</a> </p>
<p>Thank you for sharing, that was a nasty problem to work through!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharepoint and the Invalid page URL error by James</title>
		<link>http://hightechdave.com/2009/09/22/sharepoint-and-the-invalid-page-url-error/comment-page-1/#comment-105</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 08 Nov 2011 20:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=59#comment-105</guid>
		<description>Your advice on recovering the List View Web part is incorrect. It can in fact be recovered. You are NOT hosed (as you say). It seems the microsoft advice (while functional) is not handy.

Here is how to fix the issue:

Problem: You have deleted the List View Web Part from NewForm.aspx because you were customizing it. You then find out that pressing the NEW button on your list causes the invalid url. You may also find that trying to edit existing records throws an object reference error

Solution:

Open NewForm.aspx and EditForm.aspx in designer. 

Copy the ListViewWebPart from EditForm into NewForm

Generate a GUID using a GUID generator.
   If you have the Microsoft SDK installed on your system, you can use the utility uuidgen.exe, which is located in the &quot;C:\Program Files\Microsoft SDK\Bin&quot; directory. 

Now you need to edit the ListFormWebPart you just copied into NewForm.aspx.
Edit the __WebPartID field and replace it with the GUID you just generated.
Example:
__WebPartId=&quot;{14959BD7-F994-40D3-B8A8-0A1AE857EF31}&quot; 

Finally edit the ID tag of your web part. All you need to do here is replace 1 character in the ID tag.
Example:  
g_9c233833_7d83_4d36_9745_07227e3b396a may get changed to 
g_9c233833_7d83_4d36_9745_07227e3b397a. (I changed the last number from 6 to 7)

That should do it and your form should be recovered at this point.

Hope this helps expand your understanding of Sharepoint !

James</description>
		<content:encoded><![CDATA[<p>Your advice on recovering the List View Web part is incorrect. It can in fact be recovered. You are NOT hosed (as you say). It seems the microsoft advice (while functional) is not handy.</p>
<p>Here is how to fix the issue:</p>
<p>Problem: You have deleted the List View Web Part from NewForm.aspx because you were customizing it. You then find out that pressing the NEW button on your list causes the invalid url. You may also find that trying to edit existing records throws an object reference error</p>
<p>Solution:</p>
<p>Open NewForm.aspx and EditForm.aspx in designer. </p>
<p>Copy the ListViewWebPart from EditForm into NewForm</p>
<p>Generate a GUID using a GUID generator.<br />
   If you have the Microsoft SDK installed on your system, you can use the utility uuidgen.exe, which is located in the &#8220;C:\Program Files\Microsoft SDK\Bin&#8221; directory. </p>
<p>Now you need to edit the ListFormWebPart you just copied into NewForm.aspx.<br />
Edit the __WebPartID field and replace it with the GUID you just generated.<br />
Example:<br />
__WebPartId=&#8221;{14959BD7-F994-40D3-B8A8-0A1AE857EF31}&#8221; </p>
<p>Finally edit the ID tag of your web part. All you need to do here is replace 1 character in the ID tag.<br />
Example:<br />
g_9c233833_7d83_4d36_9745_07227e3b396a may get changed to<br />
g_9c233833_7d83_4d36_9745_07227e3b397a. (I changed the last number from 6 to 7)</p>
<p>That should do it and your form should be recovered at this point.</p>
<p>Hope this helps expand your understanding of Sharepoint !</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current category name with Magento by jerseys</title>
		<link>http://hightechdave.com/2010/03/15/get-the-current-category-name-with-magento/comment-page-1/#comment-101</link>
		<dc:creator>jerseys</dc:creator>
		<pubDate>Mon, 04 Jul 2011 03:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=200#comment-101</guid>
		<description>thank you so much ,and how can i get the last category name if the product have 4 master category id ?</description>
		<content:encoded><![CDATA[<p>thank you so much ,and how can i get the last category name if the product have 4 master category id ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current category name with Magento by Ran</title>
		<link>http://hightechdave.com/2010/03/15/get-the-current-category-name-with-magento/comment-page-1/#comment-100</link>
		<dc:creator>Ran</dc:creator>
		<pubDate>Tue, 28 Jun 2011 09:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=200#comment-100</guid>
		<description>Thank you very much... Looking for a long time!!!</description>
		<content:encoded><![CDATA[<p>Thank you very much&#8230; Looking for a long time!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making the most out of Dropbox with symlinks by Carlos</title>
		<link>http://hightechdave.com/2009/11/17/making-the-most-out-of-dropbox-with-symlinks/comment-page-1/#comment-96</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Thu, 28 Apr 2011 23:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=126#comment-96</guid>
		<description>Do you ever get an error when shutting down your computer from Dropbox telling you that your Dropbox folder can no longer be found? I tried using Symlinks as well as just moving the folder via the Dropbox preferences, but it doesn&#039;t seem to like being on a RAID drive. Works fine when logged in, but its annoying to see this warning on shutdown.

Is your RAID created using the Disk Utility tools or something else like SoftRAID?</description>
		<content:encoded><![CDATA[<p>Do you ever get an error when shutting down your computer from Dropbox telling you that your Dropbox folder can no longer be found? I tried using Symlinks as well as just moving the folder via the Dropbox preferences, but it doesn&#8217;t seem to like being on a RAID drive. Works fine when logged in, but its annoying to see this warning on shutdown.</p>
<p>Is your RAID created using the Disk Utility tools or something else like SoftRAID?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharepoint Designer:  &#8220;The folder name is not valid&#8221; error by hightechdave</title>
		<link>http://hightechdave.com/2010/05/13/sharepoint-designer-the-folder-name-is-not-valid-error/comment-page-1/#comment-79</link>
		<dc:creator>hightechdave</dc:creator>
		<pubDate>Wed, 15 Sep 2010 19:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=249#comment-79</guid>
		<description>Hey Bastiaan, I have only tested this in Sharepoint Designer 2007.</description>
		<content:encoded><![CDATA[<p>Hey Bastiaan, I have only tested this in Sharepoint Designer 2007.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sharepoint Designer:  &#8220;The folder name is not valid&#8221; error by Bastiaan Jacobs</title>
		<link>http://hightechdave.com/2010/05/13/sharepoint-designer-the-folder-name-is-not-valid-error/comment-page-1/#comment-78</link>
		<dc:creator>Bastiaan Jacobs</dc:creator>
		<pubDate>Wed, 15 Sep 2010 08:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=249#comment-78</guid>
		<description>This is SharePoint Designer 2007? I can&#039;t find the option in SharePoint Designer 2010..</description>
		<content:encoded><![CDATA[<p>This is SharePoint Designer 2007? I can&#8217;t find the option in SharePoint Designer 2010..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install Magento via SSH (the easy way) by Crucial</title>
		<link>http://hightechdave.com/2010/03/23/install-magento-via-ssh-easy/comment-page-1/#comment-68</link>
		<dc:creator>Crucial</dc:creator>
		<pubDate>Wed, 30 Jun 2010 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=215#comment-68</guid>
		<description>Glad to hear your found the article and script useful - we appreciate your post and kind words and wish you the best of luck with your Magento!</description>
		<content:encoded><![CDATA[<p>Glad to hear your found the article and script useful &#8211; we appreciate your post and kind words and wish you the best of luck with your Magento!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get the current category name with Magento by Dtr</title>
		<link>http://hightechdave.com/2010/03/15/get-the-current-category-name-with-magento/comment-page-1/#comment-60</link>
		<dc:creator>Dtr</dc:creator>
		<pubDate>Tue, 18 May 2010 07:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://hightechdave.com/?p=200#comment-60</guid>
		<description>Many thanks for this, I needed to know, how to load category object anywhere, this works like a charm!</description>
		<content:encoded><![CDATA[<p>Many thanks for this, I needed to know, how to load category object anywhere, this works like a charm!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

