<?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/"
	>

<channel>
	<title>Web development</title>
	<atom:link href="http://ezy-web-hosting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ezy-web-hosting.com</link>
	<description>Easy Web Design and Hosting Services</description>
	<pubDate>Wed, 07 Oct 2009 02:45:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Much is Knowledge Worth?</title>
		<link>http://ezy-web-hosting.com/how-much-is-knowledge-worth/</link>
		<comments>http://ezy-web-hosting.com/how-much-is-knowledge-worth/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:51:04 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Online Shopping Carts]]></category>

		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=47</guid>
		<description><![CDATA[We had an enquiry from a client wanting us to create a shopping cart - with a limited brief and a short time-frame, we came up with a very workable solution.
Only, for some unknown reason, the client decided that &#8220;the functionality doesn&#8217;t suit our business!&#8221; - Whatever that means.
Clients dream of making $100,000s with their [...]]]></description>
			<content:encoded><![CDATA[<p>We had an enquiry from a client wanting us to create a shopping cart - with a limited brief and a short time-frame, we came up with a very workable solution.</p>
<p>Only, for some unknown reason, the client decided that &#8220;the functionality doesn&#8217;t suit our business!&#8221; - Whatever that means.</p>
<p>Clients dream of making $100,000s with their online businesses, and seem reluctant to invest a few hundred dollars to get achieve their goals.</p>
<p>Do they look at the work involved, or do they look at the time-frame and think &#8220;Gee, these people are making good money, by charging $xx for a few hours work&#8221;</p>
<p>Corporations pay keynote speakers huge amounts for addressing their staff, for a 45 minute speech. Do they look at the speaker and believe that the speaker is earning that amount of money every hour of every day?</p>
<p>No, they understand two main points: firstly they are paying for EXPERTISE, knowledge and experience, together with the delivery of the message</p>
<p>Secondly, they are understand that they are investing in the future of their company. It&#8217;s not just a 45 minute speech - its an impartation into their staff, that in turn will see an improvement in performance.</p>
<p>When we build a shopping cart for a client, we develop a solution for their problem, and we are developing an asset that will be paying for itself over and over</p>
<p>You&#8217;ll find clients that want to take advantage of your expertise - so that when you try and help them out they totally miss the point and then turn round and blame you</p>
<p>All we can say to that client, is &#8220;What comes around, goes around&#8221; - So when the client finds that one of their clients abuses our client for carrying out the request, maybe our client will  remember how we were treated previously.</p>
<p>Wer come up with such a simple solution to a problem that is holding back the client&#8217;s business - and the response is  &#8220;the functionality doesn&#8217;t suit our business!&#8221; - Whatever that means.</p>
<p>And the way the client handles it - silence. </p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/how-much-is-knowledge-worth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easy Way to Stop Web Form, HTML and Comment Spam Injections</title>
		<link>http://ezy-web-hosting.com/easy-way-to-stop-web-form-html-and-comment-spam-injections/</link>
		<comments>http://ezy-web-hosting.com/easy-way-to-stop-web-form-html-and-comment-spam-injections/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 03:20:39 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=41</guid>
		<description><![CDATA[source: http://cospbbb.org/blog/category/7.aspx
Of late many automated spam bots have been attempting to inject scripts, spam URLS&#8217;s and such into forms, comments, etc. This also pollutes website log files.
According to Bots vs Browsers much of the script injections are taking place in the User Agent (UA) Browser field.
    &#8220;The last couple of weeks have [...]]]></description>
			<content:encoded><![CDATA[<p>source: http://cospbbb.org/blog/category/7.aspx</p>
<p>Of late many automated spam bots have been attempting to inject scripts, spam URLS&#8217;s and such into forms, comments, etc. This also pollutes website log files.<span id="more-41"></span></p>
<p>According to Bots vs Browsers much of the script injections are taking place in the User Agent (UA) Browser field.</p>
<p>    &#8220;The last couple of weeks have been pretty routine around here. In our logs, we&#8217;ve sifted through a growing number of script injection hacks via user agent, some if which are getting quite creative with their HTML markup and JavaScript technique. We&#8217;ve also seen some new bots, and some old bots that are very active as of late.&#8221; - from BotsVsBrowsers Website (see 2008.8.3)</p>
<p>The following strings seem to be the most often used (and shouldn&#8217;t appear in any normal UserAgent string).</p>
<p>    * <script><br />
    * ;!--<br />
    * <  a href<br />
    * <script type<br />
    * window.location</p>
<p>I wrote a quick SSI Script that blocks script injection strings that are tucked into the User Agent field. Note that the sample below was written for Microsoft IIS 5.0 or higher, it can be easily adapted to work on Apache or other web servers. The script lines wrap in the post below, so be sure when copying to make each If Instr a single line. The script below will match each string included and block it if the string is found *anywhere* in the User Agent (UA) string.</p>
<p><img src="http://ezy-web-hosting.com/images/code.jpg" alt="code" /></p>
<p>The script can be included in any classic ASP (.asp) or .aspx page (aps.net 1.1 or higher)or as a virtual include. Note the script may not work with some asp.net 2.0 applications (see below for the asp.net 2.0 version.  (the script works as is in static asp.net 2.0 pages)</p>
<p>To use as a virtual include create a plain text file and copy  the script into it. then add a VirtualInclude in the pages you want the script to run in.</p>
<p><!--#include virtual="/FileName.ext" --></p>
<p>The script above can be modified to use:</p>
<p>HTTP_REFERER<br />
HTTP_HOST<br />
HTTP_REMOTE_HOST</p>
<p>Have a little fun with the spambots and spammers and send them somewhere besides localhost, send them fbi.gov or somewhere else humorous if you are feeling vindictive.</p>
<p>I am also working on adding the above to my forms (validation) to prevent the abusive scripts from being entered. Of course it is more of a nuisance than anything, but hey why not cripple the spammers as much as possible?</p>
<p>For asp.net 2.0 applications<br />
You must modify the script a bit to work with some asp.net 2.0 applications. I created a .ascx control as outlined below and include it in pages I want to protect</p>
<p>FILENAME: BlockIt.ascx</p>
<p><img src="http://ezy-web-hosting.com/images/code1.jpg" alt="code" /></p>
<p>Then I add the control to the asp.net 2.0 pages with</p>
<p><uc1:BlockIt id="BlockIt1" runat="server" /></p>
<p>If you want to get really funky with them find the attempts in your web server logs and then add the appropriate field name to block (if the attempts aren&#8217;t being contained in the User Agent (UA) field. You can put *any* user agent into the script to block abusive bots, scrapers, etc.</p>
<p>I&#8217;ve been thinking of redirecting hits on the script to a special application that logs as much as possible about who/what hit it and post it to a page so that even better filters and blocks can be created. My version of the script has over 730 lines (blocking many things) and doesn&#8217;t slow down the sites it runs on (faster because is is SSI (server side include).</p>
<p>NOTE: In an upcoming post I will provide an example of how to block IP address, IP Blocks, etc. using the same method. So do check back periodically for more on blocking bad bots, spammers, Abusive IP&#8217;s, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/easy-way-to-stop-web-form-html-and-comment-spam-injections/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Which online shopping cart is best</title>
		<link>http://ezy-web-hosting.com/which-online-shopping-cart-is-best/</link>
		<comments>http://ezy-web-hosting.com/which-online-shopping-cart-is-best/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 06:48:45 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Web Site Development]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=33</guid>
		<description><![CDATA[When shopping around online for a shopping cart system there&#8217;s a few things to be aware of
You&#8217;ve probably notice that there are a number of &#8220;shop in a box&#8221; providers. They package the product very well, and make it seem very simple - they may also fool you on price. Some will be looking to [...]]]></description>
			<content:encoded><![CDATA[<p>When shopping around online for a shopping cart system there&#8217;s a few things to be aware of</p>
<p>You&#8217;ve probably notice that there are a number of &#8220;shop in a box&#8221; providers. They package the product very well, and make it seem very simple - they may also fool you on price. Some will be looking to make their money on the upgrades, or an added extra for security. They may not offer any on-going support, or make it a condition that you need to use their hosting services</p>
<p>Then there&#8217;s additional cots in feature upgrades, advice, gateway fees and the software purchase can end up costing you more than you bargained for. </p>
<p>Whilst they make out how simple these software programs are to set-up, they can actually be quite difficult for the average user.</p>
<p>Most people are well aware that starting a shopping cart from scratch can prove to be a very expensive exercise.  There are a number of websites that offer an ecommerce solution, with companies   specialising in shopping cart software development. </p>
<p>Most companies will only provide you with a basic version, not a total solution to online selling. The system maybe very functional but lack in design - or it comes with a standard template that does not match the image of your business</p>
<p>You will find that many &#8220;shopping cart providers&#8221; are hosting companies that &#8220;resell&#8221; ecommerce software, and do not have any follow-up or support service.</p>
<p>We&#8217;ve helped many clients with a total solution for their online shopping carts. We&#8217;ll supply a software system that is a stand-alone package - so you can have it hosted on your website and not have to pay ongoing monthly fees</p>
<p>You can manage every aspect of your website information as well as all product, shipping, payment and checkout information through the one web based admin panel.</p>
<p>Your shopping cart contains a custom page creator that allows users to add unlimited custom information pages.</p>
<p>Our shopping cart software enables customers to add, edit and delete products (from the shopping cart) from every page. Your customers can keep shopping and adding products without moving away from their current shopping page.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/which-online-shopping-cart-is-best/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why a Shopping Cart for Your Website?</title>
		<link>http://ezy-web-hosting.com/why-a-shopping-cart-for-your-website/</link>
		<comments>http://ezy-web-hosting.com/why-a-shopping-cart-for-your-website/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 06:35:17 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Online Shopping Carts]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=40</guid>
		<description><![CDATA[If you’ve got more than a handful of products that you want to sell on your website, then most likely you’ll need a shopping cart. We&#8217;ve helped many clients build a simple shopping cart - contact us now for details
A shopping cart is just a fancy term for a software application that allows your customers [...]]]></description>
			<content:encoded><![CDATA[<p>If you’ve got more than a handful of products that you want to sell on your website, then most likely you’ll need a shopping cart. We&#8217;ve helped many clients build a simple shopping cart - <a href="http://ezy-web-hosting.com/contact/">contact us now</a> for details</p>
<p>A shopping cart is just a fancy term for a software application that allows your customers to search the range of products in your online store, add a selected product to their shopping basket, and place the order, whilst making a payment.</p>
<p>The customer then waits for the goods to be delivered, and everybody is happy.</p>
<p>Simply, a shopping cart software program normally includes:<br />
Â·	The website that displays the goods, just like a traditional high street shop â€“ and since there are no salespeople to help the customers, the website also displays additional information to store visitors (e.g. product detail pages, search pages, checkout pages, etc.)<br />
Â·	There’s a backend database that stores information such as product details, customer data, order information, etc.<br />
Â·	And an administration area that allows you, the store administrator, to manage your store. For example, this is where you add products, set up shipping &#038; payment options, process orders, etc.</p>
<p>Your shopping cart should be easy for the customer to navigate, and present the product information that’s both useful and graphically pleasing. </p>
<p>You should include a search feature, so that your customers can quickly locate a specific product. The more search options available, the better (e.g. price, part number, description, etc.)</p>
<p>An area for the customer to login, so existing customers can change their account information, view previous orders, etc. There should also be a way for customers to retrieve a lost password.</p>
<p>Special pages where customers can easily find products that are on sale, featured products, products that belong to the same brand, etc. </p>
<p>We&#8217;ve helped many clients build a simple shopping cart - <a href="http://ezy-web-hosting.com/contact/">contact us now</a> for details</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/why-a-shopping-cart-for-your-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Leveraging online consumer behaviour</title>
		<link>http://ezy-web-hosting.com/leveraging-online-consumer-behaviour/</link>
		<comments>http://ezy-web-hosting.com/leveraging-online-consumer-behaviour/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 06:30:15 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Make Money From Websites]]></category>

		<category><![CDATA[Online Shopping Carts]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=39</guid>
		<description><![CDATA[This feature first appeared in Inside Retailing Magazine and is taken from www.insideretailing.com.au
Australian retailers are not fully leveraging e-commerce, and with Google Checkout about to launch, they’d better wisen upâ€¦
By Sandra Hanchard, analyst, Hitwise Asia Pacific
The challenges faced by traditional retailers in leveraging the online channel, such as payment security, distribution or the prevalent franchise [...]]]></description>
			<content:encoded><![CDATA[<p><em>This feature first appeared in Inside Retailing Magazine and is taken from www.insideretailing.com.au</em></p>
<p>Australian retailers are not fully leveraging e-commerce, and with Google Checkout about to launch, they’d better wisen upâ€¦</p>
<p>By Sandra Hanchard, analyst, Hitwise Asia Pacific</p>
<p>The challenges faced by traditional retailers in leveraging the online channel, such as payment security, distribution or the prevalent franchise model in Australia, are outweighed by the considerable benefits in meeting consumer retail needs on the internet. A survey of the online shopping landscape using Hitwise Australia data indicates that consumers are actively researching brands and products across thousands of websites on a daily basis as they make their purchasing decisions.</p>
<p>There is general consensus however that manufacturers and retailers in Australia are not meeting online consumer demand to its full potential. The PricewaterhouseCoopers Retail &#038; Consumer Outlook Australia 2007 Report states that, â€œmajor retailers in the UK and US are investing heavily in the internet as part of their multi-channel strategies,â€ but continues, â€œyet in Australia, few retailers appear ready to take advantage of the trendsâ€.<span id="more-39"></span></p>
<p>Hitwise research confirms that retailers in Australia are not fully optimising their websites to leverage online consumer behaviour. Search data indicates retailers have room to capture more brand and product-related traffic through effective search marketing practices. These missed opportunities will become more pronounced as the competition in payment systems heats up with the launch of Google Checkout in Australia. As consumers take advantage of a more convenient retail experience, it will become imperative for retailers to build their brand for online and offline shopping.</p>
<p>Consumer behaviour<br />
Whether a retailer opts for an e-commerce or website brochure model, effective online marketing can be crucial to overall sales results. There are numerous studies that show consumers are highly likely to research online before they make an offline purchase. A US study by Forrester in May 2007 estimates almost $400 billion of store sales are directly influenced by the web, and that will grow to $1 trillion in the next five years.<br />
Hitwise Australia data indicates there were more than 28,000 Shopping &#038; Classifieds websites visited by Australian internet users in July 2007. The substantial consumer research that is retail-oriented is demonstrated by the fact that over 600,000 unique search terms delivered traffic to Shopping &#038; Classifieds websites. Of the top 100 terms, 88 were brand names, 7 product-related and five generic terms.</p>
<p>How well are retailers capturing this search traffic, however? A Hitwise study of 10 traditional retailers shows an average of 81% of searches for brand names resulted in a visit to one of the brand owner’s websites. The remaining 19% went to competitors, affiliates, price comparison and news websites.</p>
<p>While lost opportunities on product-related searches are more difficult to quantify, an analysis of key product searches also indicates missed opportunities. Consider LCD TVs, which according to a report by DisplaySearch, grew globally in sales in the second quarter of 2007 by 65% year-on-year, to a volume of 19.6 million. Hitwise search data similarly indicates that over a 12-month period, search term variations on ‘lcd tv’ increased by 16%, to week ending 25 August 2007. During Christmas, search variations on ‘lcd tv’ spiked by 76%, week ending 30 December 2006.</p>
<p>A Hitwise Industry Search Terms report of the term, ‘lcd tv’ shows Shopping &#038; Classifieds websites received 26.89% of traffic, including 13.29% to Rewards &#038; Directories players for the four weeks ending 28 July 2007; 7.85% of traffic was directed to Electronics websites, which includes manufacturers. The remaining 65.26% of traffic went to other industries including Net Communities and News and Media websites.</p>
<p>The top websites to receive traffic on ‘lcd tv’ for the four weeks ending 25 August 2007 were ShotBot.com.au and LCD TV Buying Guide, receiving 13.75% and 10.63% of traffic respectively. The Good Guys was the only bricks and mortar retailer in the top 30 websites to receive traffic, with less than 2% share.</p>
<p>A similar analysis on the term ‘laptop’ shows that 26.44% of traffic went to Shopping &#038; Classifieds websites, 13.79% to Hardware and Electronics websites, with the remaining 59.77% to ‘other’ websites. The considerable consumer research that occurs around laptop purchases is highlighted by the fact that there were over 6000 variations on the term, ‘laptop’ for the four weeks ending 25 August 2007.</p>
<p>The term ‘laptop reviews’ was the most popular search variation ahead of any other brand name, suggesting that consumers are beginning their research without any particular biases.</p>
<p>Large brands cannot afford to ignore the scope of lost website traffic on product and brand searches. Steps such as bidding on one’s brand name across the search networks, or improving search engine optimisation to receive more cost-effective organic traffic can improve the competitive position of retailers.</p>
<p>Retail trends<br />
Hitwise Australia data indicates that online shopping accounted for 5.87% of all internet visits in July 2007, representing a year-on-year increase of 4%. One of the fastest growing areas of online retail was the House and Garden sector which grew by 26% year-on-year in July 2007, reflecting the Australian housing boom.<br />
House and Garden retailers are following global trends of a ‘clicks and bricks’ model, where the consumer browses online and picks up in-store, an alternative to providing e-commerce. Ikea Australia for example, allows users to view detailed product information online and to check stock levels first before venturing in-store. Ikea’s text-based catalogue, as opposed to PDF, increases the likelihood of the website picking up search engine traffic on product searches.</p>
<p>In the Electronics sector, JB HI-FI was a leading bricks and mortar player during the Christmas 2006 period, increasing its website market share 20% year-on-year. Search data indicates that it received significant traffic on product-related terms such as ‘car audio’, ‘eb games’, ‘lcd tv’, ‘dvds’, ‘xbox 360’ and ‘cds’.</p>
<p>A company statement in August 2007 said that it had â€œexceeded its profit guidance in June 2007 of $37 million to $39 millionâ€. Further, its â€œsales in all product categories were solid; with games, DVD, portable audio and computers driving strong comparable sales growth.â€ It is unclear what effect JB HI-FI’s investment in e-commerce had on its sales results; Hitwise data reveals however that its shopping domain, www.jbhifionline.com.au, increased in visits by 17% year-on-year in August 2007.</p>
<p>Payment systems<br />
While retailers have been quick to offer coupons and warranties online, the coming launch of Google Checkout in Australia may re-invigorate the trend to provide a full online shopping experience for consumers. The potential boost to SMEs with new payment options will mean large brands will have to reconsider their online retail strategy to adjust to the increased competition.</p>
<p>Google Checkout made some impact during its launch in the US and UK markets. In both markets, incentives of discounted purchases were offered to consumers; with an ensuing spike in website traffic during the Christmas period. In July 2007, Google Checkout ranked 20 in the Business &#038; Finance â€“ IT &#038; internet industry in the US market, and 68 in the UK market. Retailers to have received significant traffic from Google Checkout include Buy.com, Toys R Us-USA, Dick’s Sporting Goods, AmericaRX and RYE in the US; and Empire Direct eBuyer, Cartridge People and Dust Bag in the UK.</p>
<p>The dominance of PayPal in the Australian market means Google Checkout will have its work cut out for it in capturing market share. PayPal held 43.05% market share in the Hitwise Business &#038; Finance â€“ IT &#038; internet industry in July 2007. Given that Google powered more than 80% of searches in the Australian market in July 2007, we can expect it to leverage referrals from its main search page and to emulate its US and UK discount schemes to compete against PayPal.</p>
<p>A compelling experience<br />
As the online retail industry in Australia continues to evolve, big brands will need to reconsider their strategies to leverage consumer research online, while SMEs will need to consider the benefits of new payment options. A significant challenge that remains is to create an online experience that imitates the recreational aspects of offline shopping. Integrating with popular content areas such as Net Communities or building the brand on top publishing websites offers retailers the opportunity to engage their consumers more effectively. The objective should be to build a seamless multi-channel experience that connects retailers with consumers.<br />
Contact: visit weblogs.hitwise.com or email: sandra.hanchard@hitwise.com</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/leveraging-online-consumer-behaviour/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Online shopping carts: why are customers walking away?</title>
		<link>http://ezy-web-hosting.com/online-shopping-carts-why-are-customers-walking-away/</link>
		<comments>http://ezy-web-hosting.com/online-shopping-carts-why-are-customers-walking-away/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 06:27:30 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Make Money From Websites]]></category>

		<category><![CDATA[Online Shopping Carts]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=38</guid>
		<description><![CDATA[This is an extract from an article by Dean Wiltse* (see credits at end)
Imagine you are walking through a grocery store and have just crossed off the final ingredient from your shopping list.
Suddenly, you desert your filled-to-the-brim shopping cart and quickly exit the store. Hard to imagine? That’s probably because you’ve never done this before.
Now [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is an extract from an article by Dean Wiltse* (see credits at end)</em></p>
<p>Imagine you are walking through a grocery store and have just crossed off the final ingredient from your shopping list.<br />
Suddenly, you desert your filled-to-the-brim shopping cart and quickly exit the store. Hard to imagine? That’s probably because you’ve never done this before.<br />
Now think about this same scenario but in a different environment -an e-commerce Web site. Make more sense? Probably -if you’re among the many shoppers who have abandoned their e-carts online.</p>
<p>The explosion of online purchasing has given rise to an ultra-competitive environment for retailers and, as more and more consumers shop via the Web, shopping cart abandonment has become a significant problem for retailers. Abandonment can be attributed to a broad range of factors -the most common being high shipping costs, comparison shopping and frustration with the complexity of the checkout process.</p>
<p>If retailers are to increase online sales and revenue, they need strategies not only to drive customers to their Web sites, but solutions that facilitate the completion of customers’ online transactions.</p>
<p>If they are serious about driving volume online, they need to understand why their customers are leaving and course correct as needed. The best way to get to the root of the shopping cart abandonment problem is to obtain customer feedback in a way that doesn’t disrupt the online shopping experience.<br />
<em><br />
*Dean Wiltse is chairman and CEO at US-based Vovici. He has more than 30 years’ experience in the marketing and technology industries. Prior to Vovici, Wiltse spent four years as president and CEO of Greenfield Online and took the company public in 2004. Wiltse was named a finalist for the Ernst &#038; Young Entrepreneur of the Year award in 2006 and was nominated by Research Magazine as the &#8220;Marketing Research Industry CEO of the Year&#8221; for 2005.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/online-shopping-carts-why-are-customers-walking-away/feed/</wfw:commentRss>
		</item>
		<item>
		<title>You Want An Online Store / Shopping Cart?</title>
		<link>http://ezy-web-hosting.com/you-want-an-online-store-shopping-cart/</link>
		<comments>http://ezy-web-hosting.com/you-want-an-online-store-shopping-cart/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:29:35 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Make Money From Websites]]></category>

		<category><![CDATA[Online Shopping Carts]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=37</guid>
		<description><![CDATA[Fed up of searching the internet for a great looking e-commerce solution that&#8217;s easy to use for your customers, offers a secure shopping experience, and is feature packed with all payment and shipping options? 
Many of our clients are not usre how it&#8217;s going to pan out, whether there&#8217;s a market for their product, or [...]]]></description>
			<content:encoded><![CDATA[<p>Fed up of searching the internet for a great looking e-commerce solution that&#8217;s easy to use for your customers, offers a secure shopping experience, and is feature packed with all payment and shipping options? </p>
<p>Many of our clients are not usre how it&#8217;s going to pan out, whether there&#8217;s a market for their product, or even if anyone will find their website, so they don&#8217;t want to spend a fortune in setting up your business on the internet.</p>
<p>osCommerce is an online shop e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to run, and maintain their online stores with minimum effort and with absolutely no license fees involved</p>
<p>We help clients set up shopping carts and develop an online store, using osCommerce. We help them get traffic to the website, and turn the shopping cart into an income generator for our clients. <a href="http://ezy-web-hosting.com/contact/">Contact us NOW</a> for details</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/you-want-an-online-store-shopping-cart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to set up OScommerce program?</title>
		<link>http://ezy-web-hosting.com/how-to-set-up-oscommerce-program/</link>
		<comments>http://ezy-web-hosting.com/how-to-set-up-oscommerce-program/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 08:21:45 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Online Shopping Carts]]></category>

		<category><![CDATA[Web Site Development]]></category>

		<category><![CDATA[oScommerce]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=36</guid>
		<description><![CDATA[This is typical of the sort of enquiries we get from clients:
I am new to ecommerce, trying to get my products out there for the first time. I am operating on a shoestring budget, so am trying to use free or low cost services and programs.
I have a host and will be using google checkout [...]]]></description>
			<content:encoded><![CDATA[<p><em>This is typical of the sort of enquiries we get from clients:</em><br />
I am new to ecommerce, trying to get my products out there for the first time. I am operating on a shoestring budget, so am trying to use free or low cost services and programs.</p>
<p>I have a host and will be using google checkout and possibly paypal as my payment processors.</p>
<p>I have not yet set up a product database, everything so far is kept track of in Excel spreadsheets.</p>
<p>Someone told me that OScommerce was the program to use, but in trying to set that up, I am having to learn not only how to use OScommerce, but also PHPMyAdmin and PHP which I know nothing about, as well as finding a database program to plug all my products in, then make it all fit with google checkout and so on.</p>
<p>My computer knowledge is mediocre at best. I have Dreamweaver, and can build a basic page with that, but anything beyond that and I&#8217;m struggling. Can someone help me?</p>
<p><strong>We Will Help You</strong><br />
Contact us right now, <a href="http://ezy-web-hosting.com/contact/"title="need help to set up OScommerce program?">here</a>, for help</p>
<p>We&#8217;ll work with you, and get your OS Commerce shopping cart set up, for a small fee</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/how-to-set-up-oscommerce-program/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting Up an osCommerce Shopping Cart</title>
		<link>http://ezy-web-hosting.com/setting-up-an-oscommerce-shopping-cart/</link>
		<comments>http://ezy-web-hosting.com/setting-up-an-oscommerce-shopping-cart/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 08:14:08 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Online Shopping Carts]]></category>

		<category><![CDATA[Web Site Development]]></category>

		<category><![CDATA[oScommerce]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=35</guid>
		<description><![CDATA[osCommerce is a free, open source online shop software. The default installation includes a large number of features that you can easily enable and configure. And because osCommerce is an intelligent system, you do not have to do any linking by hand!
Contact us for help in Setting Up an osCommerce Shopping Cart
Once you&#8217;ve downloaded the [...]]]></description>
			<content:encoded><![CDATA[<p>osCommerce is a free, open source online shop software. The default installation includes a large number of features that you can easily enable and configure. And because osCommerce is an intelligent system, you do not have to do any linking by hand!</p>
<p><a href="http://ezy-web-hosting.com/contact/"title="Contact us for help in Setting Up an osCommerce Shopping Cart">Contact us</a> for help in Setting Up an osCommerce Shopping Cart</p>
<p>Once you&#8217;ve downloaded the software you need to know what to do next</p>
<p>Many of our clients would just prefer that we do all the hard work for them. Look at it this way - you&#8217;ve already saved your self fees in getting a free shopping cart software program, why then waste time = money in struggling to get it up and running</p>
<p>For a small fee, we can get your OsCommerce shopping cart up and running in a very short time. We&#8217;ll integrate it into your existing website, and even help you get some traffic = generate sales</p>
<p>So what are you waiting for?</p>
<p><a href="http://ezy-web-hosting.com/contact/"title="Contact us for help in Setting Up an osCommerce Shopping Cart">Contact us</a> for help in <strong>Setting Up an osCommerce Shopping Cart</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/setting-up-an-oscommerce-shopping-cart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zen Cart, the Shopping Cart Designed for Online Merchants</title>
		<link>http://ezy-web-hosting.com/zen-cart-the-shopping-cart-designed-for-online-merchants/</link>
		<comments>http://ezy-web-hosting.com/zen-cart-the-shopping-cart-designed-for-online-merchants/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 08:11:25 +0000</pubDate>
		<dc:creator>info</dc:creator>
		
		<category><![CDATA[Online Shopping Carts]]></category>

		<category><![CDATA[Web Site Development]]></category>

		<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://ezy-web-hosting.com/?p=34</guid>
		<description><![CDATA[Here&#8217;s an extract from their website - contact us for assistance in using this software
Zen Cart truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be [...]]]></description>
			<content:encoded><![CDATA[<p><em>Here&#8217;s an extract from their website - <a href="http://ezy-web-hosting.com/contact/">contact us</a> for assistance in using this software</em><br />
Zen Cart truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently.</p>
<p>Some shopping cart &#8220;solutions&#8221; seem to be complicated programming exercises instead of responding to users&#8217; needs, Zen Cart puts the merchants and shoppers requirements first. Similarly, other shopping cart software programs are nearly impossible to install and use without an IT degree, Zen Cart can be installed and set-up by anyone with the most basic web site building and computer skills.</p>
<p>There are hundreds of shopping cart programs available, but none come close to offering the level of options, features and support available with Zen Cart. Even the commercial programs have a hard time competing.</p>
<p>Designed with shoppers in mind.</p>
<p>Developers and designers love it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ezy-web-hosting.com/zen-cart-the-shopping-cart-designed-for-online-merchants/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
