<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : System for tracking code changes when upg</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : System for tracking code changes when upg]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 11:48:34 +0000</pubDate>
  <lastBuildDate>Tue, 20 Mar 2007 14:49:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=563</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[System for tracking code changes when upg : Many of us here at Early Impact...]]></title>
   <link>https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post2084.html#2084</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 20-March-2007 at 2:49pm<br /><br />Many of us here at Early Impact use ExamDiff Pro. <A href="http://www.examdiff.com" target="_blank">www.examdiff.com</A> ]]>
   </description>
   <pubDate>Tue, 20 Mar 2007 14:49:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post2084.html#2084</guid>
  </item> 
  <item>
   <title><![CDATA[System for tracking code changes when upg : There are several pieces of software...]]></title>
   <link>https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post2083.html#2083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=74">watercrazed</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 20-March-2007 at 2:44pm<br /><br />There are several pieces of software the will do file compares based on the content. Off hand I don't remember specific names well enough to recommend one though.&nbsp; One suggestion, get a clean install of the version you are now using and run some file compare software to find where your changes are, markup the pages in your version. as suggested by the earlier poster. However commenting the start of the change, the purpose, and date and commenting the end of the modified code right in the page being modified can work too.<br><br>P.S. ( a rough approximation) include files are used in the page you are working on, but stored seperately and then referenced with an include statement. the software then in essence pastes the include file into the page you are working on when it is accessed by the browser. <br><br><br>]]>
   </description>
   <pubDate>Tue, 20 Mar 2007 14:44:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post2083.html#2083</guid>
  </item> 
  <item>
   <title><![CDATA[System for tracking code changes when upg : Thanks for the tips. Unfortunately...]]></title>
   <link>https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1697.html#1697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=247">edwardmills</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 08-January-2007 at 7:04pm<br /><br />Thanks for the tips. Unfortunately you lost me at the part about Include Files and Calls. I can figure out how to cut and paste things around in the ASP files and stuff like that. But beyond that I'm out of my league. You're probably thinking about now that if that's the case I shouldn't be messing around in the code at all. And you're probably right! But alas, I can't leave well enough alone. So I've got a bunch of ASP files with changes and some notes that may or may not help me when I upgrade. <br><br>Seriously, though, is there a resource you can suggest that would guide me through the process of creating these includes and the calls to them? <br><br>Much appreciated. <br><br>ed<br>]]>
   </description>
   <pubDate>Mon, 08 Jan 2007 19:04:34 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1697.html#1697</guid>
  </item> 
  <item>
   <title><![CDATA[System for tracking code changes when upg : A couple of tips: 1. Place all...]]></title>
   <link>https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1691.html#1691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=6">JoltDigital</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 05-January-2007 at 4:40am<br /><br /><P>A couple of tips:</P><P>1. Place all mods in seperate include files and the include files in their own directory<BR>2. Place comments in the include file describing what it is doing.<BR>3. Place comments around your include file call in the ProductCart page you are modifying<BR>4. Put a text document somewhere with the page name and line number in your old code. Be sure to keep this file updated as you do upgrades if the info changes<BR>5. Document any changes you make to the database.</P>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 04:40:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1691.html#1691</guid>
  </item> 
  <item>
   <title><![CDATA[System for tracking code changes when upg : Hi allThis will definitely reveal...]]></title>
   <link>https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1656.html#1656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=247">edwardmills</a><br /><strong>Subject:</strong> 563<br /><strong>Posted:</strong> 19-December-2006 at 4:35pm<br /><br />Hi all<br><br>This will definitely reveal my newbie status. How are some of you more experienced programmers tracking and reloading the custom changes you make when you upgrade to a new version of PC? <br><br>EI wants me to upgrade to 3.04 before troubleshooting an issue and I realize "D'oh!" that I have not been keeping track of the changes I've been making to the code. <br><br>Just wondering if anyone has any time-saving tips I might use for the next round. <br><br>Thanks<br>ed<br>]]>
   </description>
   <pubDate>Tue, 19 Dec 2006 16:35:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/system-for-tracking-code-changes-when-upg_topic563_post1656.html#1656</guid>
  </item> 
 </channel>
</rss>