<?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 on: What should I bid on an ecommerce website with a very large catalogue of items?</title>
	<atom:link href="http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/</link>
	<description>Articles and discussion on ecommerce solutions</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:32:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sheepbalz</title>
		<link>http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/comment-page-1/#comment-496</link>
		<dc:creator>sheepbalz</dc:creator>
		<pubDate>Mon, 04 May 2009 12:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techanorak.com/programming-design/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/#comment-496</guid>
		<description>It would really depend on how you are going to be recieving the catalogue. if they are going to give it to you in a spreadsheet or csv, then just a couple hours to write a script to populate your database. otherwise, figure it takes you x minutes to enter 1 product and charge based on that. so if it takes you 10 minutes per product, charge them (1200 / 6)* hourly rate.

The site should definetly be written in a scripting language like php using a database. This would allow you to basically have 1 product template page that loads in any product from the database instead of having a page for every product. figure out how long you think it will take to program the site and then multiply that by your hourly rate.</description>
		<content:encoded><![CDATA[<p>It would really depend on how you are going to be recieving the catalogue. if they are going to give it to you in a spreadsheet or csv, then just a couple hours to write a script to populate your database. otherwise, figure it takes you x minutes to enter 1 product and charge based on that. so if it takes you 10 minutes per product, charge them (1200 / 6)* hourly rate.</p>
<p>The site should definetly be written in a scripting language like php using a database. This would allow you to basically have 1 product template page that loads in any product from the database instead of having a page for every product. figure out how long you think it will take to program the site and then multiply that by your hourly rate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ask Expert Live</title>
		<link>http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/comment-page-1/#comment-495</link>
		<dc:creator>Ask Expert Live</dc:creator>
		<pubDate>Sat, 02 May 2009 11:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techanorak.com/programming-design/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/#comment-495</guid>
		<description>Check bids for simmilar projects at websites like</description>
		<content:encoded><![CDATA[<p>Check bids for simmilar projects at websites like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave H</title>
		<link>http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/comment-page-1/#comment-494</link>
		<dc:creator>Dave H</dc:creator>
		<pubDate>Fri, 01 May 2009 17:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techanorak.com/programming-design/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/#comment-494</guid>
		<description>I would recommend the E-Commerce startup kit for ASP.net.

The web server wouuld have to be windows.  ASP.NET is free with XP-pro, windows server, etc.  The Visual Studio 2005 Express tools (VC#, VB, Visual Web Developer, SQL-Server Express, ...) are all free tools from microsoft.

With Visual Web Developer, the master pages can be used for all of the navigation types of links.  The content pages only need to describe the content.  If the content pages are data driven, you will only have a few different content pages for all of your products.

A basic version of an E-Commerce site with product categories, product details, a shopping cart, paypal processing etc is free at

You may want to add additional admin pages to allow for accepting spreadsheet files to perform some rapid loading of the catalog database, and for rapid uploading of the images associated with those catalog items.

For more on visual studio including training videos, I have collected a set of links for free ASP.net tools and training.</description>
		<content:encoded><![CDATA[<p>I would recommend the E-Commerce startup kit for ASP.net.</p>
<p>The web server wouuld have to be windows.  ASP.NET is free with XP-pro, windows server, etc.  The Visual Studio 2005 Express tools (VC#, VB, Visual Web Developer, SQL-Server Express, &#8230;) are all free tools from microsoft.</p>
<p>With Visual Web Developer, the master pages can be used for all of the navigation types of links.  The content pages only need to describe the content.  If the content pages are data driven, you will only have a few different content pages for all of your products.</p>
<p>A basic version of an E-Commerce site with product categories, product details, a shopping cart, paypal processing etc is free at</p>
<p>You may want to add additional admin pages to allow for accepting spreadsheet files to perform some rapid loading of the catalog database, and for rapid uploading of the images associated with those catalog items.</p>
<p>For more on visual studio including training videos, I have collected a set of links for free ASP.net tools and training.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank P.</title>
		<link>http://www.techanorak.com/29/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/comment-page-1/#comment-493</link>
		<dc:creator>Hank P.</dc:creator>
		<pubDate>Fri, 01 May 2009 14:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techanorak.com/programming-design/what-should-i-bid-on-an-ecommerce-website-with-a-very-large-catalogue-of-items/#comment-493</guid>
		<description>I did a similar site.  They had all their items on an Ebay Store, over 3000 items.

I programmed a script that read in all the Ebay items and saved them to the database, saved the product image, auto-thumbnailed it, etc.   This script, when ran, got all 3000 items transfered into the database in about 6 hours.

But if you had to do it manually, that would be crazy.

But anyway, I charged about $1,500 for the transfer script, the database programming, the site design, and the custom shopping cart code that tied into PayPal.

I hope this helps.</description>
		<content:encoded><![CDATA[<p>I did a similar site.  They had all their items on an Ebay Store, over 3000 items.</p>
<p>I programmed a script that read in all the Ebay items and saved them to the database, saved the product image, auto-thumbnailed it, etc.   This script, when ran, got all 3000 items transfered into the database in about 6 hours.</p>
<p>But if you had to do it manually, that would be crazy.</p>
<p>But anyway, I charged about $1,500 for the transfer script, the database programming, the site design, and the custom shopping cart code that tied into PayPal.</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
