<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - StarterCart</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 23:06:18-0500</pubDate>
			<lastBuildDate>Thu, 17 Feb 2011 10:30:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>Adding Fields to StarterCart</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/17/Adding-Fields-to-StarterCart</link>
				<description>
				
				Every shopping cart that I have tried or reviewed has some generic fields in their products that are meant to handle any product data that wasn&apos;t otherwise covered by their existing fields. I never liked this approach. It makes the GUI user somehow responsible for data structure and probably doesn&apos;t eliminate the need for custom code anyway.

With &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/cart/&quot;&gt;StarterCart&lt;/a&gt;, I took a different approach. Instead of having several product fields as well as some generic fields, I have only the bare bones - fields for the name, price, description. I honestly debated about whether or not to include a description field.

So, how do you add fields?
				 [More]
				</description>
						
				
				<category>StarterCart</category>				
				
				<pubDate>Thu, 17 Feb 2011 10:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/17/Adding-Fields-to-StarterCart</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>New Open Source ColdFusion Shopping Cart</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/8/New-Open-Source-ColdFusion-Shopping-Cart</link>
				<description>
				
				I have tried a handful of ColdFusion shopping carts and I have never been happy with them. They tend to do more than I need, but not in the way that I need it. That they don&apos;t work quite as I need isn&apos;t a problem. That they are difficult to modify is.

After a few frustrating experiences, I finally decided to build a shopping cart the way I always wanted one to work. The real difference between this cart and others is that it assumes that you will have to modify it. Rather than give you 90% of what you need and making it hard to do the other 10%, it gives you closer to 60% of what you need, but makes it extremely easy to get the other 40%.

The result is a free, open source, shopping cart program that I call &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/cart/&quot;&gt;StarterCart&lt;/a&gt;. While it is very slim on features, it does provide some significant advantages over other shopping cart programs that I have seen.
				 [More]
				</description>
						
				
				<category>StarterCart</category>				
				
				<category>Neptune</category>				
				
				<category>Neptune Programs</category>				
				
				<pubDate>Tue, 08 Feb 2011 12:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2011/2/8/New-Open-Source-ColdFusion-Shopping-Cart</guid>
				
			</item>
			
		 	
			</channel></rss>