<?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>Pam Van Londen &#187; Web Services</title>
	<atom:link href="http://pamvanlonden.com/category/knowledge/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://pamvanlonden.com</link>
	<description>Corvallis Artist, Oregon Artist. Creating Every Day...paintings, web sites, and courses Oregon daily painter, murals and portraits. Corvallis Web Designer / Web Developer. Original abstract landscape oil paintings</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:56:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding Google Maps to WordPress</title>
		<link>http://pamvanlonden.com/adding-google-maps-to-wordpress/</link>
		<comments>http://pamvanlonden.com/adding-google-maps-to-wordpress/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:11:27 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Production]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Transportation]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=1898</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/adding-google-maps-to-wordpress/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Add any location map iframe tag to a sidebar widget For widget-enabled themes only. Add the Text widget to the sidebar of your choice. Edit the Text widget. Copy the iframe text provided by Google into the editing box. For example: &#60;iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps..."&#62;&#60;/iframe&#62; &#60;br /&#62;&#60;small&#62; &#60;a href="http://maps.google.com/maps..." style="color:#0000FF;text-align:left"&#62;View Larger [...]]]></description>
			<content:encoded><![CDATA[<h4>Add any location map iframe tag to a sidebar widget</h4>
<p>For widget-enabled themes only.<strong><br />
</strong></p>
<ol>
<li> Add the Text widget to the sidebar of your choice.
<ul>
<li> Edit the Text widget.</li>
<li> Copy the iframe text provided by Google into the editing box. For example:
<ul>
<li>
<pre>&lt;iframe
width="425" height="350"
frameborder="0"
scrolling="no"
marginheight="0" marginwidth="0"
src="http://maps.google.com/maps..."&gt;&lt;/iframe&gt;
&lt;br /&gt;&lt;small&gt;
&lt;a href="http://maps.google.com/maps..."
style="color:#0000FF;text-align:left"&gt;View Larger Map&lt;/a&gt;
&lt;/small&gt;</pre>
</li>
</ul>
</li>
<li> Click the Done button.</li>
<li> Click Save Changes in the widget area.
<ul>
<li> The iframe tag stays intact if you copy the code into a Text widget.</li>
</ul>
</li>
</ul>
</li>
<li>View Site to ensure you see what you expected.</li>
</ol>
<h4>Add any location map iframe tag to a Post or Page.</h4>
<ol>
<li> Copy the iframe code provided by Google.</li>
<li>Add New Page or Post.
<ul>
<li>Paste the iframe code into the editing box.</li>
<li>Click Save.</li>
<li>Click  the HTML tab to view the code.
<ul>
<li>You should see the googlemaps tag genereated by WordPress. It replaces the code you copied into the box.</li>
<li><a href="http://support.wordpress.com/google-maps/" target="_blank">WordPress Support provides a visual tutorial</a>.</li>
</ul>
</li>
</ul>
<ul>
<li>Click Publish.</li>
</ul>
</li>
<li>View the Post to ensure you see what you expected.</li>
</ol>
<h4><span id="ppt92552">Make maps</span></h4>
<p><a title="from Engadget" href="http://www.engadget.com/2005/03/08/how-to-make-your-own-annotated-multimedia-google-map/" target="_blank"><span id="ppt92552">Make your own annotated multimedia Google map</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/adding-google-maps-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedding Hosted Movies in WordPress</title>
		<link>http://pamvanlonden.com/embedding-hosted-movies-in-wordpress/</link>
		<comments>http://pamvanlonden.com/embedding-hosted-movies-in-wordpress/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:46:55 +0000</pubDate>
		<dc:creator>jamesholladay</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Production]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=1887</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/embedding-hosted-movies-in-wordpress/"><img align="left" hspace="5" width="150" src="http://pamvanlonden.com/wp-content/uploads/2009/03/youtubeembed.gif" class="alignleft wp-post-image tfe" alt="The embed code and URL provided by YouTube" title="The embed code and URL provided by YouTube" /></a>WordPress allows you to embed hosted movies using only the &#60;object&#62; tag. It works and is compliant in IE7, FireFox and Safari. Here is an example of the embed code and URL provided by YouTube: Copy the URL from the embed code provided, up to the first ampersand (&#38;): Add the following code to your [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress allows you to embed hosted movies using only the <code>&lt;object&gt;</code> tag. It works and is compliant in IE7, FireFox and Safari.</p>
<p>Here is an example of the embed code and URL provided by YouTube:</p>
<div id="attachment_1893" class="wp-caption alignnone" style="width: 320px"><img class="size-full wp-image-1893" title="The embed code and URL provided by YouTube" src="http://pamvanlonden.com/wp-content/uploads/2009/03/youtubeembed.gif" alt="The embed code and URL provided by YouTube" width="310" height="189" /><p class="wp-caption-text">The embed code and URL provided by YouTube</p></div>
<p>Copy the URL from the embed code provided, up to the first ampersand (&amp;):</p>
<div id="attachment_1895" class="wp-caption alignnone" style="width: 570px"><img class="size-full wp-image-1895" title="Object URL for WordPress" src="http://pamvanlonden.com/wp-content/uploads/2009/03/wp-objecturl.gif" alt="Copy the URL up to the ampersand" width="560" height="157" /><p class="wp-caption-text">Copy the URL up to the ampersand</p></div>
<p><strong>Add the following code to your post, to use as a template:</strong></p>
<pre>&lt;object
width="400" height="300"
data="http://www.youtube.com/v/Mt_E6RjH0CY"
type="application/x-shockwave-flash"&gt;
&lt;param name="src" value="http://www.youtube.com/v/Mt_E6RjH0CY" /&gt;
&lt;/object&gt;</pre>
<p><strong>Modifying the code for your hosted video</strong></p>
<ol>
<li>Put the URL you just copied into the <code>&lt;object&gt;</code> tag, in the data parameter.</li>
<li>Copy the URL provided by the host (not the URL from the embed code provided by the host), and update:
<ul>
<li>the VALUE parameter</li>
<li>any citations</li>
</ul>
</li>
<li>Add a citation:
<ul>
<li>Movie Title</li>
<li>Author</li>
</ul>
</li>
<li>Also include:
<ul>
<li>Media Type</li>
<li>Duration</li>
<li>Any Plug-ins Needed</li>
</ul>
</li>
<li>Make sure the width and height of the movie are correct.</li>
</ol>
<p>In IE6, you have to use both <code>&lt;object&gt;</code> tags and <code>&lt;embed&gt;</code> tags to add hosted movies to your site. This does not result in compliant code.</p>
<p><strong>The finished result:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Mt_E6RjH0CY" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.youtube.com/v/Mt_E6RjH0CY"></embed></object></p>
<p>© Karin Jurick 2008. <a href="http://www.youtube.com/watch?v=Mt_E6RjH0CY">Painting a Scene of a New York City Street by Karin Jurick</a> by Karin Jurick. 9:59. Flash.</p>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/embedding-hosted-movies-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Components</title>
		<link>http://pamvanlonden.com/adding-components/</link>
		<comments>http://pamvanlonden.com/adding-components/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:50:29 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://pamvanlonden.com/?p=833</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/adding-components/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>]]></description>
			<content:encoded><![CDATA[<a href="http://pamvanlonden.com/adding-components/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/adding-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Bookmarking</title>
		<link>http://pamvanlonden.com/social-bookmarking/</link>
		<comments>http://pamvanlonden.com/social-bookmarking/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 15:37:36 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://i-dev.us/social-bookmarking/</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/social-bookmarking/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings Social Bookmarking Wikipedia.org, the modern encyclopedia, describes and models social bookmarking technology. Folksonomy Wikipedia.org, the modern encyclopedia, compares taxonomy and folksonomy. Examples Scuttle Host your own social tagging site. Delicious Add links to your own tagging site hosted by del.icio.us then &#34;include&#34; as many as you like on your own servers&#8217;s pages. A newish [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><a href="http://en.wikipedia.org/wiki/Social_Bookmarking" target="_blank">Social Bookmarking</a></dt>
<dd> Wikipedia.org, the modern encyclopedia, describes and models social bookmarking technology.</dd>
<dt> <a href="http://en.wikipedia.org/wiki/Folksonomy" target="_blank">Folksonomy</a></dt>
<dd> Wikipedia.org, the modern encyclopedia, compares taxonomy and folksonomy.</dd>
</dl>
<h4 style="margin:0; padding:0;">Examples</h4>
<dl>
<dt><a href="http://scuttle.org/about/" target="_blank">Scuttle</a></dt>
<dd>Host your own social tagging site. </dd>
<dt><a href="http://del.icio.us/gendertechnology" target="_blank">Delicious</a></dt>
<dd>Add links to your own tagging site hosted by del.icio.us then &quot;include&quot; as many as you like on your own servers&#8217;s pages. </dd>
<dt>
      <script language="JavaScript" type="text/javascript" src="http://www.WebProNews.com/ "></script>
</dt>
</dl>
</div>
<p>A newish form of bookmarking web sites for future reference is a technology called Collaborative Tagging or Semantic Web. </p>
<p>While keeping track of personal favorite links can be done with a browser&#8217;s toolbar, or bookmark list, tagging allows you to share your favorites with others browsing the Web.</p>
<p>Blog applications generally provide a way to track and display links but social bookmarking sites focus just on links.</p>
<p>Most of the bookmarking/tagging applications allow you to add links from the browser toolbar and many business/hobby sites provide a tool icon to add the link to your tagging site. </p>
<p>This cloud list of links comes from del.icio.us/gendertechnology:</p>
<p><script type="text/javascript" src="http://del.icio.us/feeds/js/tags/gendertechnology?count=13;size=11-20;color=87ceeb-0000ff;title=Gender%20%26%20Technology%20Tags;name;showadd"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/social-bookmarking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News Feeds</title>
		<link>http://pamvanlonden.com/news-feeds/</link>
		<comments>http://pamvanlonden.com/news-feeds/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 15:36:52 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://i-dev.us/news-feeds/</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/news-feeds/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings What are RSS: and Feed: Links? Short and sweet article by brindys. soderlind.no Simple Aggregator Uses the lastRSS library to aggregate RSS feeds in WordPress. Advanced RSS Ticker Download the scripts and read the directions online. Examples Real Estate News For the demo site built for CS 295 Winter 2005. Uses Moreover.com&#8217;s xml feed [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><a href="http://www.brindys.com/winrss/feedformat.html" target="_blank">What are RSS: and Feed: Links</a>?
    </dt>
<dd>Short and sweet article by brindys.</dd>
<dt> <a href="http://soderlind.no/archives/2004/11/08/aggrss-an-rss-aggregator/" target="_blank">soderlind.no Simple Aggregator</a></dt>
<dd>Uses the lastRSS library to<br />
aggregate RSS feeds in WordPress.</dd>
<dt><a href="http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/index.htm" target="_blank">Advanced RSS Ticker</a></dt>
<dd>Download the scripts and read the directions online. </dd>
</dl>
<h4>Examples</h4>
<dl>
<dt><a href="http://oregonstate.edu/instruct/cs295/old/nwrc/school" target="_blank">Real Estate News</a></dt>
<dd>For the demo site built for CS 295 Winter 2005. Uses Moreover.com&#8217;s xml feed page. </dd>
<dt>
      <script language="JavaScript" type="text/javascript" src="http://www.WebProNews.com/ "></script>
</dt>
</dl>
</div>
<p>Do you want to list news headlines from other sources in your site? Try these steps:</p>
<h4>For WordPress</h4>
<ol>
<li>Find a feed page from your favorite online news site.
<ul>
<li>I&#8217;ll be an .xml file and often has a feed, xml, or rss icon to click. Your browser may not render this info, but you can copy the link to the file.</li>
</ul>
</li>
<li>Download the scripts from <a href="http://soderlind.no/archives/2004/11/08/aggrss-an-rss-aggregator/" target="_blank">soderlind.no</a>.
<ul>
<li>Follow the instructions for making directories and setting permissions. </li>
</ul>
</li>
<li>In the .php file is the updated code to copy and paste into your web page where you want the aggregated news to be listed.
<ul>
<li>Put the script between &lt;?php and ?&gt;. </li>
<li>Replace the soderlink.no link to the .xml link you copied in step one. Save. </li>
<li>Upload and test. </li>
</ul>
</li>
</ol>
<h4>For General Web Pages </h4>
<ol>
<li>Find a feed page from your favorite online news site.
<ul>
<li>It&#8217;ll be an .xml file and often has a feed, xml, or rss icon to click. Your browser may not render this info, but you can copy the link to the file.</li>
</ul>
</li>
<li>Choose a script to display a RSS feed:
<ul>
<li><a href="http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/index.htm" target="_blank">Advanced RSS Ticker</a> &#8211; Cycles through RSS feed with fading animation.</li>
<li><a href=http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm" target="_blank">gAjax RSS Feeds Displayer</a> &#8211; Displays part or all of an RSS feed.</li>
</ul>
</li>
<li>Follow the directions for using the script online.</li>
<li>Modify the RSS style sheet to match your style guide. </li>
<li>Fix any code that is not xhtml complaint.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/news-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ecommerce and site hosting</title>
		<link>http://pamvanlonden.com/ecommerce-and-site-hosting/</link>
		<comments>http://pamvanlonden.com/ecommerce-and-site-hosting/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 15:34:19 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://i-dev.us/ecommerce-and-site-hosting/</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/ecommerce-and-site-hosting/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings How E-commerce Works Marshall Brain. How Stuff Works. Six Principles of Good Commerce Design Shayne Bowman, Chris Willis. Sample Chapter Peachpit Press. Jul 11, 2003. PayPal&#8217;s Security Center Excellent example of the kind of security page your site could have. How to Create an E-Commerce Web Site (269k .pdf) Verisign. 2003. Ecommerce is the [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><a href="http://www.peachpit.com/articles/article.asp?p=98155" target="_blank">How E-commerce Works</a></dt>
<dd><a href="http://www.peachpit.com/articles/article.asp?p=98155" target="_blank"></a>Marshall Brain. How Stuff Works.</dd>
<dt><a href="http://www.peachpit.com/articles/article.asp?p=98155" target="_blank">Six Principles of Good Commerce Design</a></dt>
<dd> Shayne Bowman, Chris Willis. Sample Chapter Peachpit Press. Jul 11, 2003.</dd>
<dt><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_security-center-outside" target="_blank">PayPal&#8217;s Security Center</a></dt>
<dd>Excellent example of the kind of security page your site could have.</dd>
<dt><a href="../resources/Versign_ecommerceSite.pdf">How to Create an E-Commerce Web Site</a></dt>
<dd>(269k .pdf) Verisign. 2003.</dd>
</dl>
</div>
<p>Ecommerce is the exchange of goods and services between producers, sellers, and buyers, online. It allows anyone with something to sell, a way to a make a buck, or make a living, and reach a world-wide audience. Established businesses have expanded their reach by selling online to clients who may never visit their storefront.</p>
<p>Storefronts generally have a merchant account with their bank to make credit card transactions, a fairly spendy option when you total the cost of leasing, setup, monthly statements, transaction fees, additional card companies, real-time online online processing, inventory systems.</p>
<p>Small shops who provide goods and or services need not go that route to partake in online transacting&#8211;as there are many other options available (in order of complexity and cost):</p>
<ul>
<li>Online brochure with mail-in form</li>
<li>PayPal buttons and account</li>
<li>Affiliate/Associate programs</li>
<li>Auctions</li>
<li>PayPal professional accounts with credit card processing</li>
<li>Online hosting service (uses advertising)</li>
<li>Merchant Account (ability to take credit cards)</li>
</ul>
<p>The table below provides examples of some simple to complex solutions:</p>
<table style="border-color:#9966CC;" border="1" cellspacing="0" cellpadding="5">
<caption> Ecommerce example solutions<br />
</caption>
<tbody>
<tr bgcolor="#e8f8fd">
<td width="85">
<h5>Vendor</h5>
</td>
<td width="60">
<h5>Security</h5>
</td>
<td width="175">
<h5>Transaction type</h5>
</td>
<td width="60">
<h5>Cost</h5>
</td>
<td width="60">
<h5>Support</h5>
</td>
<td width="60">
<h5>Set up</h5>
</td>
</tr>
<tr>
<td>
<p class="chart">None; self</p>
</td>
<td>
<p class="chart">OK</p>
</td>
<td>
<p class="chart">US Mail, UPS, FedEx, Hand Delivery, FAX, with checks, money order.</p>
</td>
<td>
<p class="chart">$0</p>
</td>
<td>
<p class="chart">Your call.</p>
</td>
<td>
<p class="chart">Easy</p>
</td>
</tr>
<tr>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=p/mer/WAX_acquisit_landing-outside" target="_blank">PayPal</a></p>
</td>
<td>
<p class="chart">excellent</p>
</td>
<td>
<p class="chart">Connects to your bank account. Free donate, buy now, shopping cart buttons. Free Payment Wizard for Outlook. Easy to send and receive money to clients and family.</p>
</td>
<td>
<p class="chart">$0</p>
</td>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_help-ext&amp;exloc=smallbiz" target="_blank">Online</a>,</p>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_contact-phone" target="_blank">phone</a></p>
</td>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=p/dmo/demo_sc_1-outside" target="_blank">Easy</a></p>
</td>
</tr>
<tr>
<td class="chart"><a href="http://www.amazon.com/gp/browse.html/ref=sc_fe_c_4/103-6172164-8198227?%5Fencoding=UTF8&amp;node=3435381&amp;no=3435371&amp;me=A36L942TSJ2AJA" target="_blank">Amazon Affiliate</a></td>
<td><span class="chart">excellent</span></td>
<td class="chart">Set up an account for free, which allows you to post images and links to books on your site and get cash in your bank account for each purchase made at Amazon.</td>
<td class="chart">$0</td>
<td class="chart"><a href="http://www.amazon.com/gp/associates/join/popup.html/103-6172164-8198227?pf=nl" target="_blank">Newsletter</a>, <a href="http://forums.prosperotechnologies.com/n/mb/listsf.asp?webtag=am-associhelp&amp;nav=start&amp;ctx=10" target="_blank">Forum</a></td>
<td class="chart">Easy</td>
</tr>
<tr>
<td class="chart"><a href="http://pages.ebay.com/help/sell/basics.html" target="_blank">Ebay Auction</a></td>
<td><span class="chart">excellent</span></td>
<td class="chart">Set up a fee account to sell anything at a set price, or by auction. Add images, descriptions, and links to your site. Tracks bids, handles communications, and offers a variety of payment types.</td>
<td><a class="chart" href="http://pages.ebay.com/help/sell/fees.html" target="_blank">Fees vary</a></td>
<td class="chart"><a href="http://pages.ebay.com/help/welcome/customer-support.html" target="_blank">Online</a>, <a href="http://pages.ebay.com/education/index.html" target="_blank">tours</a>, <a href="http://pages.ebay.com/education/ebayuniversityonline/" target="_blank">classes</a>, <a href="http://www.ebay.com/griff/" target="_blank">books</a></td>
<td class="chart"><a href="http://pages.ebay.com/education/index.html" target="_blank">Medium</a>,</td>
</tr>
<tr>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=p/gen/accounts-outside" target="_blank">PayPal Premier and Business Account</a></p>
</td>
<td>
<p class="chart">excellent</p>
</td>
<td>
<p class="chart">Adds credit card processing, multiple logins.</p>
</td>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_display-receiving-fees-outside" target="_blank">Fees</a></p>
</td>
<td>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_help-ext&amp;exloc=smallbiz" target="_blank">Online</a>,</p>
<p class="chart"><a href="http://www.paypal.com/cgi-bin/webscr?cmd=_contact-phone" target="_blank">phone</a></p>
</td>
<td class="chart">Medium</td>
</tr>
<tr>
<td>
<p class="chart"><a href="http://www.ez-powercart.com/prices.html" target="_blank">EZ-Powercart</a></p>
</td>
<td>
<p class="chart">Using Verisign</p>
</td>
<td>
<p class="chart">Many features, including credit card processing.</p>
</td>
<td>
<p class="chart">$6.99/mo +</p>
</td>
<td>
<p class="chart">email, phone</p>
</td>
<td>
<p class="chart">Looks easy</p>
</td>
</tr>
<tr class="chart">
<td>
<p class="chart"><a href="http://www.verisign.com/products/payment.html" target="_blank">Verisign</a></p>
</td>
<td>
<p class="chart">Very popular certificate</p>
</td>
<td>
<p class="chart">Typical Merchant Account transaction fees:</p>
<ul>
<li class="chart">2.29% Discount Rate</li>
<li class="chart"> $0.30 Authorization Fee</li>
<li class="chart"> $10.00 Monthly Statement Fee</li>
<li class="chart"> $19.95 Monthly Gateway Fee</li>
<li class="chart"> Free Application Fee</li>
</ul>
<p class="chart">Usually includes:</p>
<ul>
<li class="chart">Online transaction processing</li>
<li class="chart"> Secure, Encrypted, SSL (Secure Socket Layer) Payment Gateway</li>
<li class="chart"> Virtual Terminal for checking Validity of Credit Cards over the internet</li>
<li class="chart"> Set up with all Major Credit Cards!</li>
</ul>
</td>
<td>
<p class="chart"><a href="http://www.verisign.com/products/payflow/pricing.html" target="_blank">$$$</a> Set up fees; may have hidden cost for full merchant account.</p>
<p class="chart">Free 30 day trial.</p>
</td>
<td>
<p class="chart"><a href="http://searchsupport.verisign.com/" target="_blank">Email, phone, online</a></p>
</td>
<td>
<p class="chart">Process can be very confusing.</p>
<p class="chart">Not as easy as Paypal</p>
</td>
</tr>
<tr>
<td>
<p class="chart">Your Bank</p>
</td>
<td>
<p class="chart">Excellent</p>
</td>
<td>
<p class="chart">May offer online processing with regular business merchant account</p>
</td>
<td>
<p class="chart">$$$</p>
</td>
<td>
<p class="chart">only during banking hours</p>
</td>
<td>
<p class="chart">Sometimes easy; you have a staff in town who can help you through the process.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/ecommerce-and-site-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Hosts and Other Vendors</title>
		<link>http://pamvanlonden.com/site-hosts-and-other-vendors/</link>
		<comments>http://pamvanlonden.com/site-hosts-and-other-vendors/#comments</comments>
		<pubDate>Fri, 15 Sep 2006 15:33:27 +0000</pubDate>
		<dc:creator>Pam Van Londen</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://i-dev.us/site-hosts-and-other-vendors/</guid>
		<description><![CDATA[<a href="http://pamvanlonden.com/site-hosts-and-other-vendors/"><img align="left" hspace="5" width="150" height="150" src="http://pamvanlonden.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Readings How to Choose a Web Host Christopher Heng, thesitewizard.com. 2003 Hosting Your Site Lynda Weinman. New Riders. Feb 28, 2003. Avoid Hidden Web Hosting Costs Carrie Bickner. New Riders. Oct 10, 2003. Assess your needs before choosing a site host. Consider: Budget What can you afford each month/year? Server size How big is your [...]]]></description>
			<content:encoded><![CDATA[<div class="floatingcontainer">
<h4>Readings</h4>
<dl>
<dt><a href="http://thesitewizard.com/archive/findhost.shtml" target="_blank">How to Choose a Web Host </a></dt>
<dd>Christopher Heng, thesitewizard.com. 2003 </dd>
<dt><a href="http://www.peachpit.com/articles/article.asp?p=31097" target="_blank"></a><a href="http://www.peachpit.com/articles/article.asp?p=31097" target="_blank">Hosting Your Site</a></dt>
<dd>Lynda Weinman. New Riders. Feb 28, 2003. </dd>
<dt><a href="http://www.peachpit.com/articles/article.asp?p=101400" target="_blank">Avoid Hidden Web Hosting Costs</a></dt>
<dd>Carrie Bickner. New Riders. Oct 10, 2003.</dd>
</dl>
</div>
<p>Assess your needs before choosing a site host. Consider:</p>
<ul>
<li>Budget
<ul>
<li>What can you afford each month/year? </li>
</ul>
</li>
<li>Server size
<ul>
<li>How big is your site? 50k? 1Mb? 10Gb? </li>
</ul>
</li>
<li>Bandwidth
<ul>
<li>How much traffic will hit your site daily, sporadically? </li>
<li>What kind of speed will your site require?</li>
<li>Will you need streaming media?  </li>
</ul>
</li>
<li>Tech support
<ul>
<li>Will you need personal contact with technicians and programmers 24/7? </li>
</ul>
</li>
<li>Domains
<ul>
<li>How many domain names will you be maintaining?</li>
</ul>
</li>
<li>Email services
<ul>
<li>Does your company require one or more email address per employee? </li>
<li>How many domains will be used?</li>
<li>What email client will they be using?</li>
<li>Will they need web mail? </li>
</ul>
</li>
<li>Web Applications
<ul>
<li>Will the site require custom web applications and databases?</li>
</ul>
</li>
</ul>
<p>This list goes on. When you can answer these questions, then search for local or national hosts that can meet your criteria. You may be able to negotiate the monthly/annual fee.</p>
<p>In some cases, it may not be necessary to purchase a domain and server space, but to buy just a page on a directory&#8217;s site. For example, some artists only display their work on a special section of their representative gallery&#8217;s site. If the gallery doesn&#8217;t want them selling through other galleries, then they may host the artist&#8217;s work online. Advantages of this method or promtion include:</p>
<ul>
<li>Potentially lower cost</li>
<li>Less maintanence</li>
<li>Promotions are done by the gallery<br />
    <!--content ends here-->
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pamvanlonden.com/site-hosts-and-other-vendors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

