<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>novusweb®</title>
	
	<link>http://www.novusweb.com</link>
	<description>The Art &amp; Science of E-Commerce</description>
	<lastBuildDate>Mon, 01 Apr 2013 18:46:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/novusweb/FKVa" /><feedburner:info uri="novusweb/fkva" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>novusweb/FKVa</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Changing WordPress Multisite Admin Username</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/yD6MEEQ1kk4/</link>
		<comments>http://www.novusweb.com/2372/learn-about-ecommerce/changing-wordpress-multisite-admin-username/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 15:42:11 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=2372</guid>
		<description><![CDATA[<p>To increase security on a WordPress multisite installation (or even a single site installation, as well), you should not use "Admin" as your SuperAdmin user name. Too easy to guess. But changing it takes access to your WordPress database.</p>]]></description>
				<content:encoded><![CDATA[<p>We use an outside service to periodically scan our sites for vulnerabilities. Recently, we were advised that one of our WordPress multisite installations uses the default &#8220;admin&#8221; for the SuperAdmin username.</p>
<p>I actually knew about that, but, as anyone who manages WordPress sites knows, you can&#8217;t change your username once set. For a while, I didn&#8217;t worry about it, but this seemed to be the last little vulnerability I needed to address on&nbsp;the list, so I decided to tackle it.</p>
<p>Fortunately, I was able to find a solution by searching the web. <a href="http://auroral.co.uk" target="_blank">Auroral</a> is a blog in the UK, and they spell it out quite easily. You can <a href="http://auroral.co.uk/2011/03/changing-your-wordpress-multisite-admin-username-network-admin/" target="_blank">view their solution</a>, or, for expediency of time, here&#8217;s the solution:</p>
<div class="woo-sc-box alert   full">Before making <i>any</i> changes to your database, be sure to back up your database.</div>
<ol>
<li>Using phpMyAdmin, or whatever database tool you prefer (I use NaviCat), log into your database.</li>
<li>Find your <strong>[wp]_users</strong> table ([wp] would be whatever prefix you used when you set up your database).</li>
<li>Find the row in the table where&nbsp;<em>admin</em> is the value in the&nbsp;<strong>user_login</strong> column.</li>
<li>Change&nbsp;<em>admin</em> to whatever value you prefer. Your new name&nbsp;<em>must not contain spaces.</em></li>
<li>Change the value in the&nbsp;<strong>user_nicename</strong> column to match the same value.</li>
<li>Commit these changes.</li>
<li>Find the&nbsp;<strong>[wp]_sitemeta</strong> table.<strong><br />
</strong></li>
<li>Find the row with&nbsp;<em>site_admins</em> for the&nbsp;<strong>meta-data</strong> value. You should see something that looks like this:
<pre class="brush: text; gutter: false">a:1:{i:0;s:5:&quot;admin&quot;;}</pre>
</li>
<li>Change&nbsp;<em>admin</em> to your new administrator name — the same you entered in step 4, above.</li>
<li>Change the&nbsp;<em>5</em> to the count of characters in your new administrator name. For example, if your new user name is &#8220;cooldude,&#8221; then the count would be&nbsp;<em>8</em>. Therefore, this value should read:
<pre class="brush: text; gutter: false">a:1:{i:0;s:8:&quot;cooldude&quot;;}</pre>
</li>
<li>Commit this change.</li>
</ol>
<p>Of course, test and re-test.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/2372/learn-about-ecommerce/changing-wordpress-multisite-admin-username/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/2372/learn-about-ecommerce/changing-wordpress-multisite-admin-username/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=changing-wordpress-multisite-admin-username</feedburner:origLink></item>
		<item>
		<title>Mastering Magento Book Reviews</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/JaNPbXvzJAg/</link>
		<comments>http://www.novusweb.com/2313/reviews-of-ecommerce-websites/mastering-magento-book-reviews/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 13:21:47 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Bret's Desktop]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Mastering Magento Book]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=2313</guid>
		<description><![CDATA[Like most authors and artists, I like to think I have a thick skin when it comes to critiques of my work. I&#8217;d also like to say I don&#8217;t read reviews, but that would not be true, of course. Mastering Magento is the first book I wrote for a major publisher. I&#8217;ve written several self-published books, as [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/04/NW-Featured-Images-Mastering-Magento.jpg" width="240" />
		</p><p>Like most authors and artists, I like to think I have a thick skin when it comes to critiques of my work. I&#8217;d also like to say I don&#8217;t read reviews, but that would not be true, of course. <a href="http://www.amazon.com/gp/product/1849516944/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1849516944&amp;linkCode=as2&amp;tag=breccorp-20" target="_blank"><em>Mastering Magento</em></a> is the first book I wrote for a major publisher.</p>
<p>I&#8217;ve written several self-published books, as well as numerous articles, blog posts and columns, but <a href="http://www.amazon.com/gp/product/1849516944/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1849516944&amp;linkCode=as2&amp;tag=breccorp-20" target="_blank"><em>Mastering Magento</em></a> represents a new turn in my career as an <a href="http://www.novusweb.com/author/bret/">e-commerce expert</a>. So, naturally I&#8217;ve been curious to know how well its been received by folks who have plunked down good money. While sales of the <em>Mastering Magento</em> book have been a good indicator of its acceptance, I know how reviews can also help or hurt future sales.</p>
<p>And, of course, if I intend to improve as an author, I want to learn from this experience.</p>
<p>At the risk of appearing self-laudatory — and no one ever said I didn&#8217;t enjoy applause — here are some snippets of reviews I have found online. Most have been favorable; some have not. This is not a complete list, to be sure.</p>
<h2>Favorable Reviews</h2>
<blockquote><p>Book really did amaze me with the tips and chapters it contained. From looking at the table of contents I was not really interested and I had thought, yet another book covering the basics and not really telling something useful that you cannot learn in a day or two. Yet I was wrong. This book is really a good reference for Magento. You will probably read it on occasion when you wonder how a thing can be done. Book really covers the pains and problems endured during setting up a new Magento site so the author&#8217;s experience will help you overcome your own problems. It&#8217;s good because it really feels like &#8220;Ok, that&#8217;s enough pain, I should write a book about my experiences and I will get lots of thanks from others&#8221; Anyone who think about opening a Magento shop should at least check this out.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>When you are using Magento and have never used e-commerce software before, you have probably no idea where to start. &#8220;Mastering Magento&#8221; can make this first step way easier.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>This books gives you a very good overview of the current Magento community edition. It doesn&#8217;t waste time explaining obvious basics but rather focuses on Magentos concepts for building a shopping website.<br />
I was able to setup a working Magento installation within 2 days with the help of this book. Very well worth reading.</p>
<p style="text-align: right;"><a href="http://my.safaribooksonline.com/book/web-development/magento/9781849516945" target="_blank"><em>Safari Books Online Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>This books walks you through how to customize your Magento store for better performance, tuning your Magento installation and step-by-step guides for making your store run faster or to improve your conversion.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>I would say that Mastering Magento is the ultimate guidebook to Magento so far.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>… the text gives very detailed explanations of many features it has, of interest to anyone writing or designing an e-commerce website.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>Mastering Magento is that owner’s manual for Magento that you have been looking for. It is more like a guide book for admins, developers and designers that a tutorial for beginners. It is a book you will turn to when you need the question to something specific.</p>
<p style="text-align: right;"><em><a href="http://www.stephanmiller.com/mastering-magento-a-magento-users-manual/" target="_blank">Blog Review</a></em></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>From planning your Magento installation through advanced techniques designed to make your store as successful as possible, this book is a roadmap for managing your Magento store.</p>
<p style="text-align: right;"><a href="https://tutsplus.com/ebook/mastering-magento/" target="_blank"><em>Tuts+ Premium</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>Book really did amaze me with the tips and chapters it contained.</p>
<p style="text-align: right;"><a href="http://roysimkes.net/blog/2012/10/mastering-magento/" target="_blank"><em>Blog Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>It seems to cover all the main areas and it has a really lifesaver section which is the pre-launch checklist.<br />
Also very useful if you’re teaching a junior developer/designer and you need a deeper introduction to Magento.</p>
<p style="text-align: right;"><a href="http://fabrizioballiano.net/2012/09/28/mastering-magento-first-look/" target="_blank"><em>Blog Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>The book is well written, concise and most importantly accurate. All information given on theming and configuration settings follow the Magento best practice guidelines that I have become accustomed to. Though its audience is not as defined as previous Magento editions released by Packt, ‘Mastering Magento’ definitely suits beginner web designers/developers and merchants overall. If you fall into either of those categories I would recommend this book.</p>
<p style="text-align: right;"><a href="http://www.crearegroup-ecommerce.co.uk/blog/magento/mastering-magento-book-review.php" target="_blank"><em>Blog Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>This book covers every chapter in-depth. You can get your hands dirty on code, server setup and a lot of Magento Admin tuning. Each section will also give you an explanation of the elements involved such as catalog fields, scope, attribute sets and more concepts.</p>
<p style="text-align: right;"><a href="http://php.quicoto.com/ebook-review-mastering-magento/" target="_blank"><em>Blog Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p><em>Mastering Magento</em> is the perfect companion guide for both newcomers and experienced Magento users. Designers, developers and store owners alike will have a better understanding of how Magento works, and how to take advantage of Magento’s immense power to create online stores that help you sell.</p>
<p style="text-align: right;"><a href="http://boxebook.com/open-source/mastering-magento/" target="_blank"><em>Blog Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>Because all parts of Magento to properly dealt with, I can definitely recommend this book. This recommendation applies to the administrator, developer and designer of the Magento installation.</p>
<p style="text-align: right;"><em><a href="http://www.byte.nl/blog/boek-review-mastering-magento/" target="_blank">Blog Review</a> (in Dutch)</em></p>
<p>&nbsp;</p></blockquote>
<h2>Not-So-Favorable Reviews</h2>
<p>I&#8217;d like to say <em>Mastering Magento</em> has not had a bad review, but, sadly, I can&#8217;t claim a perfect score. The only negative ones I have found so far are posted on Amazon. No bad blog reviews or from other booksellers to date.</p>
<blockquote><p>The book was well written and had some high points but as a whole I was left disappointed.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>There is no depth to any of the topics of discussion in this book.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p>&nbsp;</p>
<blockquote><p>Its full of how to use the CMS but barely scratches the surface when it comes to actually coding for magento.</p>
<p style="text-align: right;"><a href="http://www.amazon.com/Mastering-Magento-Bret-Williams/product-reviews/1849516944/?_encoding=UTF8&amp;camp=1789&amp;creative=390957&amp;linkCode=ur2&amp;showViewpoints=1&amp;tag=breccorp-20" target="_blank"><em>Amazon Reader Review</em></a></p>
</blockquote>
<p><em>Ouch.</em> Oh, well. Time to go apply some more skin-thickener, learn from the critics and dive into my next book.</p>
<p>Have you purchased <em><a href="http://www.amazon.com/gp/product/1849516944/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1849516944&amp;linkCode=as2&amp;tag=breccorp-20" target="_blank">Mastering Magento</a>? </em>If so, post a review here, on <em>Amazon</em> or on your own website. Let me know and I&#8217;ll include it in this list. And, thanks for buying the book!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/2313/reviews-of-ecommerce-websites/mastering-magento-book-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/2313/reviews-of-ecommerce-websites/mastering-magento-book-reviews/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mastering-magento-book-reviews</feedburner:origLink></item>
		<item>
		<title>Optimizing an E-commerce Site to Make it Search Engine Friendly</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/LNGsVRTnsK4/</link>
		<comments>http://www.novusweb.com/2269/learn-about-ecommerce/optimising-an-e-commerce-site-to-make-it-search-engine-friendly/#comments</comments>
		<pubDate>Mon, 24 Dec 2012 10:52:42 +0000</pubDate>
		<dc:creator>Jack Willis</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[Manage]]></category>
		<category><![CDATA[Promote]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=2269</guid>
		<description><![CDATA[Ranking well in the search engines is hugely valuable for any business but it is absolutely essential for an online business. If you are not at the top of the search engines for your keywords, you are missing out on vital sales. Ranking an e-commerce site though is easier said than done as often they [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2010/04/Ranking.jpg" width="240" />
		</p><p>Ranking well in the search engines is hugely valuable for any business but it is absolutely essential for an online business. If you are not at the top of the search engines for your keywords, you are missing out on vital sales. Ranking an e-commerce site though is easier said than done as often they have dynamic URLs, duplicate content issues and they are light on content.</p>
<p>Although the core principles of ranking any website are the same, certain websites lend themselves better to SEO than others. A news site for example is rich in unique content, is updated daily with new stories and rarely has duplicate content issues as each story is different. Unfortunately though, the same cannot be said about ecommerce sites. Ecommerce sites by their very nature lack content as they are usually mostly image based and several products are often placed in more than one category leading to duplicate content issues.</p>
<p><b>What does this post cover?</b></p>
<p>In this post I will cover the 3 main points:</p>
<ol>
<li>How to organize your site to avoid duplicate content issues</li>
<li>How to create landing pages</li>
<li>How to encourage unique and user generated content that will encourage conversions</li>
</ol>
<p><b>Don’t get hit by Google Panda!</b></p>
<p><img class="alignleft size-full wp-image-2290" alt="Google Penguin" src="http://www.novusweb.com/files/2012/12/Google-Penguin-1.jpg" width="206" height="207" /></p>
<p>Unique content is key when ranking sites these days especially after the Google Panda update was introduced back in February 2011. If your site has lots of duplicate content, you will struggle to get your web pages indexed in Google and will risk getting hit with a penalty and therefore it is imperative to set up measures to avoid it. Make sure your <a href="http://www.novusweb.com/78/learn-about-ecommerce/writing-good-relevant-website-copy">website copy</a> if up to the mark!</p>
<div class="woo-sc-divider flat"></div>
<h2>Site Structure</h2>
<p>Most of the problems with ranking ecommerce sites can be resolved with a good site structure. The important thing with the site structure is to maintain organisation but also to make it searchable. This is done in 3 simple steps:</p>
<ol>
<li>Categorise products</li>
<li>Create category pages with content giving an overview of the products</li>
<li>Makes search engine friendly URLS</li>
</ol>
<p>It is no good building a good site structure though if your URLs are not readable. A lot of ecommerce sites dynamically generate URLs causing unfriendly query strings like field<sub>1</sub>=value<sub>1</sub>&amp;field<sub>1</sub>=value<sub>2</sub>&amp;field<sub>1</sub>=value<sub>3</sub>&#8230; which cannot be read by the search engines. It is important to change these URLs to make them search friendly. Make sure you separate the words with a hyphen or an underscore to make them readable e.g. domainname.com/search-engine-friendly-url.</p>
<h3>Category URL</h3>
<p>A good category URL would be domainname.com/category-url</p>
<h3>Product URL</h3>
<p>The product URL very much depends on your site as to which approach to take. While it makes sense to have a URL like domainname.com/category-name/product-name, this is not always best as you are inviting duplicate content issues as products are often put into more than one category causing pages to have exactly the same content. While you can get around this with canonical tags (I will explain these later), this approach just invites duplicate content issues.</p>
<p><img class="alignnone size-full wp-image-2291" alt="Product Category Flow Chart" src="http://www.novusweb.com/files/2012/12/Product-Category-Chart-1.png" width="564" height="274" /></p>
<p>A better approach is to not include the category name in the product URL and instead have a URL like domainname.com/product-113944. Notice the number next to the product name. It is important to add a unique product number next to the product name to protect against similar product names.</p>
<h2>Product description</h2>
<p>Product descriptions are one of the few opportunities you have to add content to your site. Make sure that you take time to write your own, unique product descriptions. If you pinch product descriptions from the manufacturers, not only would the product descriptions be the same as the manufacturer, it will be the same as all of the other websites that pinch manufacturers’ product descriptions. By pinching product descriptions, you are missing an opportunity to add unique content and are inviting site penalties!</p>
<h3>Meta tags</h3>
<p>Meta tags are an important element in onsite SEO and are a great opportunity to optimise your site.</p>
<h3>H1 tags</h3>
<p>It is best practise to have your page title in H1 tags in all websites. For ease, it’s a good idea to configure your CMS system to automatically configure your product name as the H1 tag for that page.</p>
<h3>Meta Title</h3>
<p>Meta titles are one of the most important aspects when it comes to onsite SEO. It is important though that these are unique for every page. Doing this across thousands of pages is impossible if you have to do it manually. It is therefore a good idea to set up auto-generated meta titles that include the product name and a simple call to action.</p>
<h3>Meta description</h3>
<p>Meta descriptions don’t actually have any bearing on rankings but they do have a big influence on click through rates. Like meta titles, it’s important to make sure your descriptions tag are unique for each page. Again, setup auto-generated meta description based on the product name and category.</p>
<h3>Canonical Tags</h3>
<p>If you end up with duplicate content on your site for whatever reason, you can notify the search engine of the orginal page and avoid any possible duplicate content issues by adding canonical tags to both pages. You do this simply by adding the following code before the closing head tag, referencing the original page:</p>
<p>&lt;link rel=”canonical” href=”http://www.yourdomain.com/correct-page” /&gt;</p>
<h2>Customer reviews</h2>
<p><img class="size-full wp-image-2292 alignright" alt="Product Review Sample" src="http://www.novusweb.com/files/2012/12/Product-Reviews-1-e1356360163164.jpg" width="250" height="168" /></p>
<p>Customer reviews really are a must for ecommerce sites. One of the biggest difficulties when it comes to ranking an ecommerce site is the lack of unique content and customer reviews are a great way of producing unique content. Customer reviews are also a great way of getting feedback about your products which is vital information for your business.</p>
<p>Often though getting reviews from customers is easier said than done. Some great tips to encourage reviews are:</p>
<ul>
<li>Set up auto-generated emails to be sent out a couple of weeks after purchases asking for a review with a nice hyper-link leading them to the review section</li>
<li>Offer incentives like discounts for those that write a review which again can easily be automated</li>
</ul>
<p>You can also customise your review system so that it only displays when there are reviews to show avoiding ugly “there are no reviews on this product yet” messages</p>
<p>Reviews are also great at making your ad stand out in the search engine result page (SERPs) which will help with click through rates (CTR). To do this though you need to make sure you are marking up the reviews with rich snippet microdata.</p>
<p><img class="alignleft size-full wp-image-2293" alt="Google Result Listing with Reviews" src="http://www.novusweb.com/files/2012/12/Google-Listing-Reviews-1.png" width="302" height="53" /></p>
<div class="woo-sc-divider flat"></div>
<p>&nbsp;</p>
<h2>Q&amp;A Content</h2>
<p>As mentioned before, ecommerce sites are invariably light in unique content so any opportunity to generate content should be taken. Integrating a question and answer feature for products does just this and it will help to improve conversion rates. Product Q &amp; As are also good for long tail searches as they are bound to cover additional terms that otherwise are not covered.</p>
<h2>Breadcrumbs</h2>
<p>Breadcrumbs help to improve the user experience but they are also a great way of building internal links. A must for ecommerce sites!</p>
<p><img class="alignnone size-full wp-image-2296" alt="Product Catalog Breadcrumbs" src="http://www.novusweb.com/files/2012/12/Product-Breadcrumbs-1.png" width="308" height="30" /></p>
<h2>Image Search</h2>
<p>Most people forget that there are multiple ways of searching. While contextual search is the most popular, image search is often used too. As ecommerce sites are predominantly image based, why not make use of this and optimise your images to encourage image search as well?</p>
<p>You optimise images by:</p>
<ol>
<li>Using descriptive file names like ecommerce-image.png</li>
<li>Adding alternate text tags to the html code that describe the image and include your keywords (you can set this up to be the same as your product name)</li>
<li>Submitting image sitemap to Google and Bing web master tools</li>
</ol>
<h2>Local Search</h2>
<p>Including company details such as the company address and contact telephone number not only improves your trust signals and encourages conversions, it helps to improve your local search ranking.</p>
<h2>Summary</h2>
<p>Great onsite SEO is about careful planning. Most of the things mentioned above you will have seen before however applying them to your site can often be tricky unless you know what you’re doing. Certain <a href="http://www.novusweb.com/83/learn-about-ecommerce/how-important-is-your-website-platform">website platforms</a> make it easier to optimise your site though most can be modified.</p>
<p>Make sure you put in the ground work and get your onsite SEO right!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/2269/learn-about-ecommerce/optimising-an-e-commerce-site-to-make-it-search-engine-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/2269/learn-about-ecommerce/optimising-an-e-commerce-site-to-make-it-search-engine-friendly/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=optimising-an-e-commerce-site-to-make-it-search-engine-friendly</feedburner:origLink></item>
		<item>
		<title>2012 Online Holiday Retail Sales</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/PGmMGPymoKc/</link>
		<comments>http://www.novusweb.com/2276/news-about-e-commerce/2012-online-holiday-retail-sales/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 17:32:04 +0000</pubDate>
		<dc:creator>Cyndi Williams</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=2276</guid>
		<description><![CDATA[Predictions for the 2012 Online Holiday Shopping Season Forrester, a global research and advisory firm, expects online sales to grow 15% over 2011. And predicts $68.4 billion for sales produced in November and December. The National Retail Federation, through it&#8217;s Shop.org division, predicts a 12% increase for an estimated $96 billion in sales. Records Set comScore reports that from [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/12/Create-Value.jpg" width="240" />
		</p><h2>Predictions for the 2012 Online Holiday Shopping Season</h2>
<p><a title="Forrester" href="http://www.forrester.com/US+Online+Holiday+Retail+Forecast+2012/fulltext/-/E-RES86021?intcmp=blog:forrlink" target="_blank">Forrester</a>, a global research and advisory firm, expects online sales to grow 15% over 2011. And <a title="Forbes Online Sales Prediction for 2012 Holiday" href="http://www.forbes.com/sites/forrester/2012/11/09/us-online-holiday-sales-continue-to-grow-at-a-double-digit-pace/" target="_blank">predicts</a> $68.4 billion for sales produced in November and December.</p>
<p>The <a title="National Retail Federation" href="http://www.nrf.com/modules.php?name=News&amp;op=viewlive&amp;sp_id=1433" target="_blank">National Retail Federation</a>, through it&#8217;s Shop.org division, predicts a 12% increase for an estimated $96 billion in sales.</p>
<h2>Records Set</h2>
<p><a title="comScore" href="http://www.comscore.com/Insights/Press_Releases/2012/12/First_Ever_7_Billion_Online_Spending_Week" target="_blank">comScore</a> reports that from November 1 &#8211; December 16, 2012, $35 billion has been spent online. This marks a 13% increase over the same period last year.</p>
<h2>What Shoppers Expect</h2>
<p>Online shoppers are still looking for free shipping. Twenty-seven percent of online shoppers actually add items to their cart in order to meet the minimum free shipping requirement.</p>
<h2>See What Our Clients Are Doing</h2>
<p><a title="Everett Stunz" href="http://www.everettstunz.com" target="_blank">Everett Stunz</a>, an online retailer offering luxurious bath and linen products, is offering 20% off during the month of December and free shipping for orders over $99.</p>
<p><a title="Aviation Logs" href="http://www.aviationlogs.com" target="_blank">Aviation Logs</a>, an online supplier of aviation products including headsets and apparel, is offering up to 40% off through December 23rd.</p>
<p><a title="Obol" href="http://www.obol.co" target="_blank">Obol</a>, the original crispy bowl, is offering free shipping for orders over $35.</p>
<h2>Let us Know</h2>
<p>Let us know what you are doing this holiday season to increase sales and traffic to your online store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/2276/news-about-e-commerce/2012-online-holiday-retail-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/2276/news-about-e-commerce/2012-online-holiday-retail-sales/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=2012-online-holiday-retail-sales</feedburner:origLink></item>
		<item>
		<title>About Magento 2</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/ziNTNLeBfPc/</link>
		<comments>http://www.novusweb.com/1773/reviews-of-ecommerce-websites/about-magento-2/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 20:20:32 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Bret's Desktop]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ecommerce platforms]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1773</guid>
		<description><![CDATA[Already, people are starting to buzz about Magento 2, which, from initial looks, appears to be a giant leap forward for the world&#8217;s most dominant open source e-commerce platform. As a Magento mavens, we&#8217;re keeping my eye on the development process, and plan to discuss various insights over the coming weeks. Magento 2 is Needed [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/10/NW-Featured-Image-Banners-Magento-2.png" width="240" />
		</p><p>Already, people are starting to buzz about Magento 2, which, from initial looks, appears to be a giant leap forward for the world&#8217;s most dominant open source e-commerce platform. As a Magento mavens, we&#8217;re keeping my eye on the development process, and plan to discuss various insights over the coming weeks.<span id="more-1773"></span></p>
<h2>Magento 2 is Needed</h2>
<p>While Magento 1.x has certainly become the 800 lb gorilla among open source e-commerce platforms — particularly after eBay bought Magento earlier this year — it remains one of the most daunting platforms with which to work. It&#8217;s architecture can be criticized for being bloated and a performance hog. Designers who are familiar with php or MVC cringe when asked to work on a Magento project because the design process is not as convenient as other platforms.</p>
<p>Yet anyone who thought Magento was listening certainly is foolish. Any company as driven as Magento certainly wasn&#8217;t about to site back and wait for someone else to take over the lead. There are some strong competitors, of course. OpenCart remains popular, particularly for small etailers. And the hosted providers, such as BigCommerce and Volusion give Magento Go a run for the money. In fact, I suspect — although I have no hard facts — that BigCommerce is leading the pack in that class.</p>
<p>Having wrestled with Magento over the past few years, I&#8217;ve often said, &#8220;Magento would be great, if it&#8230;&#8221; more times than I care to count. Not, that&#8217;s not to say that Magento is a bad choice for an e-commerce platform. Nothing can beat the number of features, especially when it comes to managing multi-stores, languages and currencies. But, it could be made an easier behemoth to manage.</p>
<h2>Magento 2 Goals</h2>
<p>Keeping with the open source mantra, Magento 2 development is hosted at <a href="https://github.com/magento/magento2" target="_blank">github</a>, which gives us all an inside peak to the evolution of the next Magento. In fact, Magento is leveraging input from the Magento community to help with the development process.</p>
<p>There is also a wiki for Magento 2, which begins by outlining <a href="https://wiki.magento.com/display/MAGE2PROJECT/Magento+Project+Documentation" target="_blank">the goals for Magento 2</a>:</p>
<ol>
<li><strong>Clear Processes and Transparency.</strong> Throughout the development process, the Magento 2 team is committing to provide the public (us nosy developers) a clear development roadmap, a public code repository (i.e., github) and system health reports (not sure what system needs reporting, but we&#8217;ll take that as a good thing to have).</li>
<li><strong>Improved Product Quality.</strong> Magento has suffered, I think, from a rush to get improvements to the marketplace. While I was writing Mastering Magento, I was working with version 1.5. Before we finish editing the book — within a span of about 8 months from start to publication — Magento moved quickly through 1.6 and into 1.7. The boards at the Magento website continue to fill with the frustrations of users who run into bugs that are many times difficult to pin down. Undoubtedly, Magento understands that having a product with higher quality could translate into larger revenues (just look at how Apple can command higher prices due to the high quality of their products). To meet this goal, Magento is requiring a) that QA methods be clearly determined, b) that QA be faster and more streamlined, c) that the Magento code fully meet the requirements and intentions as specified, and d) that upgrading Magento won&#8217;t be a nightmare (my interpretation). I&#8217;m especially hopeful about item &#8220;d,&#8221; as upgrading from any 1.x to a higher 1.x most often meant simply starting over; upgrading was never pretty or straightforward.</li>
<li><strong>Improved Product Performance and Scalability.</strong> With Magento 1.x, you basically had the Community version for single-server installations, or a huge price jump to Enterprise for larger, scaled installations. While the particulars listed for this goal don&#8217;t reveal any future difference between Community and Enterprise (or what versions will be offered at all), we can hope that creating a Magento that could scale <em>and</em> run efficiently on shared or virtual hosting environments would be the outcome. And what a glorious outcome that would be!</li>
<li><strong>Improved Product Security.</strong> Magento, like most platforms, have been subject to vulnerabilities, whether by code or omission. In this goal, Magento states a strong commitment to ensuring the code will survive any test against the <a href="https://www.owasp.org/index.php?title=Category:OWASP_Top_Ten_Project&amp;oldid=85778" target="_blank">Top 10 application vulnerabilities as provided by the Open Web Application Security Project</a>.</li>
<li><strong>Truly Modular Product.</strong> Oh, Magento tempts us with this one! I cannot count the number of times extensions have conflicted with one another, or with other modules within Magento. Nothing spoils the prospect of adding a wonderful new functionality to an online store than to be faced with constructing hacks or uninstalling code that has intertwined itself fatally into your installation (<em>always </em>test code on a staging installation first!).</li>
<li><strong>Improved Web API.</strong> Another of Magento 1.x&#8217;s inherent weaknesses, although improved with later versions. By extending the functionality of the core API, more and more third party services and applications will be able to integrate. Yea!</li>
<li><strong>Support of Different DBMS&#8217;s.</strong> One of the criticisms of Magento, especially from large-scale competitors, is that Magento runs on MySQL instead of more industrial database workhorses, such as Oracle or Microsoft SQL Server. Magento 2 is committed to optimizing the code to be compatible with MySQL, Oracle, Microsoft SQL Server and Postgre SQL. According to the goal, other databases could also be integrated without tearing the code apart.</li>
<li><strong>Simplified Customization Process.</strong> This vaguely titled goal, I&#8217;m suspecting, will introduce new tools for customizing a Magento store without the complexity of layout XML files, static block declarations, and copying numerous files within the Magento installation just to add or adjust a design feature. We&#8217;ll see.</li>
<li><strong>Improved Multiple Languages Support.</strong> I think Magento&#8217;s current multiple language integration is quite spectacular, in that you can localize Magento without necessarily digging into any code. It&#8217;s really a quite elegant solution. That said, there is more than can be done to make Magento a truly global platform.</li>
<li><strong>Decreased Learning Curve.</strong> If you read into this goal, it&#8217;s not necessarily suggesting that Magento will be easier to learn. It is suggesting that documentation will be better and more aimed at helping new Magento users understand the platform better. Will that lessen the need for <a href="http://www.amazon.com/gp/product/B0085M3LVK/ref=as_li_ss_tl?ie=UTF8&amp;tag=breccorp-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0085M3LVK">Magento books</a> by outside authors (such as myself)? Maybe, but I doubt it. There are lots of platforms and applications with fairly decent documentation that still spawn libraries of third-party guides. This goal does, though, show that Magento understands that their current online documentation is, in my opinion, virtually useless.</li>
</ol>
<h2>What&#8217;s Next?</h2>
<p>With my curiosity piqued, I&#8217;m off to dig around the repository to see what they&#8217;ve come up with so far. Look for my discoveries and impressions in future installments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1773/reviews-of-ecommerce-websites/about-magento-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1773/reviews-of-ecommerce-websites/about-magento-2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=about-magento-2</feedburner:origLink></item>
		<item>
		<title>Packt to Publish 1,000th Title, Offers Free eBook</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/ujZN5aIgCAU/</link>
		<comments>http://www.novusweb.com/1756/news-about-e-commerce/packt-to-publish-1000th-title/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 11:12:10 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Bret's Desktop]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1756</guid>
		<description><![CDATA[Packt Publishing, the company responsible for bringing my book, &#8220;Mastering Magento,&#8221; to the market, has announced that they are celebrating the publication of their 1,000th title. This is a pretty remarkable feat considering the company started publishing books only 8 years ago. Anyone who&#8217;s worked with open source software, such as Magento, WordPress, OpenCart, JQuery [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/09/NW-Article-Headers-Packt-Celebration.jpg" width="240" />
		</p><p><a title="Visit Packt Publishing for details on this celebration." href="http://bit.ly/VTfgM2" target="_blank">Packt Publishing</a>, the company responsible for bringing my book, &#8220;<a href="http://bit.ly/FVLcVl" target="_blank">Mastering Magento</a>,&#8221; to the market, has announced that they are celebrating the publication of their 1,000th title. This is a pretty remarkable feat considering the company started publishing books only 8 years ago.</p>
<p>Anyone who&#8217;s worked with open source software, such as <a href="http://bit.ly/FVLcVl" target="_blank">Magento</a>, WordPress, OpenCart, JQuery and others is undoubtedly familiar with one or more <a href="http://bit.ly/VTfgM2" target="_blank">Packt</a> titles. I have several <a href="http://bit.ly/VTfgM2" target="_blank">Packt books</a> on my office bookshelf. The appeal of <a href="http://bit.ly/VTfgM2" target="_blank">Packt titles</a> is the clarity of the writing, layout and examples.</p>
<h2>Special Packt Offer</h2>
<p>To mark this milestone, <a href="http://bit.ly/VTfgM2" target="_blank">Packt is offering a free eBook download</a> to anyone already registered at <a href="http://bit.ly/VTfgM2" target="_blank">www.packtpub.com</a>, or who registers before September 30, 2012. That&#8217;s not a bad deal, considering the vast choice of titles available. This could be a great opportunity for programmers, designers and webmasters to pick up that one extra book they&#8217;ve thought about buying, but just haven&#8217;t yet done so.</p>
<p>The library will be open for one free download for a whole week! Go to <a href="http://bit.ly/VTfgM2">www.packtpub.com</a> now to register.</p>
<h2>An Open Source Contributor</h2>
<p><a href="http://bit.ly/VTfgM2" target="_blank">Packt Publishing</a> is also an avid contributor to the Open Source community, having contributed over $400,000 to open source developers and projects. The company regularly hosts surveys on preferred open source projects.</p>
<p>As a proponent of niche marketing, it&#8217;s interesting that a company has been so successful aiming at a sub-section of the computer marketplace. But that&#8217;s why they are so successful: by concentrating on open source software, the company is better able to develop titles in a manner that produces books of special quality. Packt editors (and I do speak from experience here) understand how to guide authors toward producing books appealing to the open source audience.</p>
<p>As an <a href="http://bit.ly/FVLcVl" target="_blank">author of a Packt title</a>, I&#8217;m excited to see the firm succeed. The more resources we, as web engineers, have at our disposal — especially in this rapidly evolving industry — the better we can serve our clients and our projects.</p>
<p>Congratulations, <a href="http://bit.ly/VTfgM2" target="_blank">Packt</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1756/news-about-e-commerce/packt-to-publish-1000th-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1756/news-about-e-commerce/packt-to-publish-1000th-title/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=packt-to-publish-1000th-title</feedburner:origLink></item>
		<item>
		<title>The Best E-commerce Platform</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/DYdPrc87jgE/</link>
		<comments>http://www.novusweb.com/1728/brets-desktop/the-best-e-commerce-platform/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 16:52:53 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Bret's Desktop]]></category>
		<category><![CDATA[bigcommerce]]></category>
		<category><![CDATA[e-commerce platform]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[OpenCart]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[woocommerce]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1728</guid>
		<description><![CDATA[As e-commerce specialists, we&#8217;re often asked which e-commerce platform we prefer. My answer is the evasive &#8220;it depends.&#8221;  If you were hoping this article would reveal the one, true Holy Grail of e-commerce platforms, it&#8217;s not — at least not for all people. The choice of which e-commerce platform to use for a particular online [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/09/NW-Article-Headers-Platforms-1.png" width="240" />
		</p><p>As e-commerce specialists, we&#8217;re often asked which e-commerce platform we prefer. My answer is the evasive &#8220;it depends.&#8221; <span id="more-1728"></span></p>
<p>If you were hoping this article would reveal the one, true Holy Grail of e-commerce platforms, it&#8217;s not — at least not for all people. The choice of which e-commerce platform to use for a particular online store is one that is unique to your situation. There is no &#8220;one-size-fits-all&#8221; solution, but the choice of a platform doesn&#8217;t have to be a lengthy decision, either.</p>
<p>When I talk to clients — or when we&#8217;re planning our own online e-commerce ventures — I focus on 5 key questions:</p>
<ol>
<li><strong>Do you have any experience with a particular platform?</strong> Some clients have tried other platforms, or they&#8217;re using one now but want to expand or improve on what they have. From a technical point of view, if a client has experience with BigCommerce, for example, the move to something like Magento could be quite a change. On the other hand, if they&#8217;re used to working with open source platforms, Magento or OpenCart could be viable alternatives.<br />
One of the most challenging aspects of starting a new online store is learning how to actually manage an online store. Which leads me to question number 2:</li>
<li><strong>What is your capacity for learning a new system?</strong> I&#8217;m not asking how intelligent the client is; I&#8217;m trying to find out what time and staff resources are available for adapting to a particular platform. Some require more learning than others.<br />
So why not always recommend the easier-to-use e-commerce system? Because:</li>
<li><strong>Are there certain e-commerce features that are important to you?</strong> In a general sense, the simpler a platform, the fewer the features. That&#8217;s not to say a platform can&#8217;t be made user-friendly; it is to say that the more features and flexibility in a platform, the more complex the system must be. For instance, if you want to manage multiple stores under one back-end, your choices are more limited to platforms that contain the complexity needed to pull this off. Alternatively, if you&#8217;re only selling a few products and you&#8217;re more focused on content, then a simpler approach, such as WooCommerce with WordPress might well fit the bill.<br />
Once you formulate what features (social media, complex product configurations, multiple stores, flexible shipping rules, etc.) are important:</li>
<li><strong>What staff resources are available?</strong> Running an e-commerce store takes time and effort to be successful. You don&#8217;t have to hire a huge staff if you&#8217;re just starting out, but you do need to understand the time required to load your products, process orders, market online and update content. If you currently have a brick-and-mortar store, you also cannot assume you have enough staff to handle your online business. They&#8217;re probably busy with their current duties. While they may be able to take online duties, as well, you may need to add to your staff.<br />
Of course, staff resources add to your budget, which is why I ask:</li>
<li><strong>What is your budget?</strong> Yes, we have to talk about money. Everyone wants to know &#8220;how much,&#8221; yet that is such a hard question to answer. We&#8217;ve pretty much stopped quoting &#8220;package&#8221; pricing for e-commerce configurations, as we never hit the budget exactly. Sometimes we&#8217;re below; sometimes, we&#8217;re above. More times than not any budget overages are due to unknowns that pop-up: the client needs photos adjusted or a logo re-designed (e.g., they can&#8217;t locate whomever created their logo and we need it web-ready), product import data is poor or not formatted correctly, products turn out to be more complex (e.g., configurable products, complex attributes) than first thought, or the client wants additional features not originally specified. We&#8217;ve seen all of these in our projects.</li>
</ol>
<p>So how do we begin to compare platforms based on these questions?</p>
<h2>Comparison Criteria</h2>
<p>If we take the five questions above and quantify them on a scale of 1 to 5, we can compare our four favorite platforms accordingly:</p>
<ul>
<li><strong>Experience.</strong> One means little prior experience with online platforms is necessary; &#8220;5&#8243; means you should have prior experience in order to fully realize the platform&#8217;s potential.</li>
<li><strong>Learning.</strong> If a platform demands a long learning curve, we rank it a &#8220;5.&#8221; Alternatively, a &#8220;1&#8243; is fairly easy to learn.</li>
<li><strong>Features.</strong> The more features a platform &#8220;out-of-the-box&#8221; has, the higher the ranking. I also include a related ranking for expandability: an asterisk (*) means the platform has good expandability and/or a great number of add-ons that increase its feature set.</li>
<li><strong>Resources.</strong> If a platform seems suited to the individual online entrepreneur, it gets a &#8220;1.&#8221; If I feel the store owner will need a broader skill set than most might personally have, the platform ranks higher.</li>
<li><strong>Budget.</strong> This is a comparative ranking of relative development and implementation costs, with &#8220;1&#8243; being the lowest and &#8220;5&#8243; being the highest.</li>
</ul>
<table border="0">
<thead>
<tr align="center" valign="middle">
<td style="width: 200px;"></td>
<td style="width: 200px; text-align: center;"><a title="BigCommerce" href="http://www.bigcommerce.com/p/11366.html" target="_blank">BigCommerce</a></td>
<td style="width: 200px; text-align: center;"><a href="http://www.magentocommerce.com" target="_blank">Magento</a></td>
<td style="width: 200px; text-align: center;"><a href="http://www.opencart.com" target="_blank">OpenCart</a></td>
<td style="width: 200px; text-align: center;"><a href="http://zfer.us/cZ6kI" target="_blank">WooCommerce</a></td>
</tr>
</thead>
<tbody>
<tr style="height: 30px;">
<td><strong>Experience</strong></td>
<td style="text-align: center;" align="center">1</td>
<td style="text-align: center;" align="center">5</td>
<td style="text-align: center;" align="center">4</td>
<td style="text-align: center;" align="center">2</td>
</tr>
<tr style="height: 30px;">
<td><strong>Learning</strong></td>
<td style="text-align: center;" align="center">2</td>
<td style="text-align: center;" align="center">5</td>
<td style="text-align: center;" align="center">5</td>
<td style="text-align: center;" align="center">3</td>
</tr>
<tr style="height: 30px;">
<td><strong>Features</strong></td>
<td style="text-align: center;" align="center">2</td>
<td style="text-align: center;" align="center">4*</td>
<td style="text-align: center;" align="center">3*</td>
<td style="text-align: center;" align="center">2*</td>
</tr>
<tr style="height: 30px;">
<td><strong>Resources</strong></td>
<td style="text-align: center;" align="center">1</td>
<td style="text-align: center;" align="center">5</td>
<td style="text-align: center;" align="center">3</td>
<td style="text-align: center;" align="center">1</td>
</tr>
<tr style="height: 30px;">
<td><strong>Budget</strong></td>
<td style="text-align: center;" align="center">1</td>
<td style="text-align: center;" align="center">5</td>
<td style="text-align: center;" align="center">3</td>
<td style="text-align: center;" align="center">2</td>
</tr>
<tr>
<td></td>
<td style="text-align: center;" align="center"><a href="http://www.bigcommerce.com/p/11366.html" class="woo-sc-button  custom 1" style="background:#AAAAAA;border-color:#AAAAAA"><span class="woo-1">More Info</span></a></td>
<td style="text-align: center;" align="center"><a href="http://www.magentocommerce.com" class="woo-sc-button  custom 1" style="background:#AAAAAA;border-color:#AAAAAA"><span class="woo-1">More Info</span></a></td>
<td style="text-align: center;" align="center"><a href="http://www.opencart.com" class="woo-sc-button  custom 1" style="background:#AAAAAA;border-color:#AAAAAA"><span class="woo-1">More Info</span></a></td>
<td style="text-align: center;" align="center"><a href="http://zfer.us/cZ6kI" class="woo-sc-button  custom 1" style="background:#AAAAAA;border-color:#AAAAAA"><span class="woo-1">More Info</span></a></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>These rankings are purely subjective, of course, based on our experience. Others will rank these differently, but this is how I see it.</p>
<p>One other note: I like all these platforms, but for different purposes. All can be used to sell a variety of different product types. Arguments could be made that one if more &#8220;SEO friendly&#8221; than another. For me, the selection boils down to one simple question: which platform is best suited to my client?</p>
<p>And that is, by its very nature, the most subjective question of them all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1728/brets-desktop/the-best-e-commerce-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1728/brets-desktop/the-best-e-commerce-platform/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-best-e-commerce-platform</feedburner:origLink></item>
		<item>
		<title>E-Commerce Sales Stats</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/IoD0XaSmaTU/</link>
		<comments>http://www.novusweb.com/1654/news-about-e-commerce/first-quarter-e-commerce-stats/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 20:56:09 +0000</pubDate>
		<dc:creator>Cyndi Williams</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[e-commerce sales]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1654</guid>
		<description><![CDATA[First Quarter E-Commerce Sales The US Census Bureau reports that for the first quarter of 2012, e-commerce sales increased 3.1 percent over the fourth quarter of 2011. The total sales reported was $53.2 billion. As the chart above illustrates, e-commerce sales have been steadily increasing from 2003 to 2012. You can view the entire report [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/08/SalesUp.jpg" width="240" />
		</p><h2>First Quarter E-Commerce Sales</h2>
<p>The <a title="US Census Bureau First Quarter E-Commerce Stats" href="http://www.census.gov/retail/mrts/www/data/pdf/ec_current.pdf" target="_blank">US Census Bureau</a> reports that for the first quarter of 2012, e-commerce sales increased 3.1 percent over the fourth quarter of 2011. The total sales reported was $53.2 billion.</p>
<div id="attachment_1655" class="wp-caption aligncenter" style="width: 580px"><a href="http://www.novusweb.com/1654/news-about-e-commerce/first-quarter-e-commerce-stats/attachment/census-2012" rel="attachment wp-att-1655"><img class="size-large wp-image-1655 " title="census-2012" src="http://www.novusweb.com/files/2012/08/census-2012-570x200.jpg" alt="E-Commerce Trend Analysis" width="570" height="200" /></a><p class="wp-caption-text">Graphic provided by US Census Bureau</p></div>
<p>As the chart above illustrates, e-commerce sales have been steadily increasing from 2003 to 2012.</p>
<p>You can view the entire report at the <a title="First Quarter 2012 E-Commerce Sales Report" href="http://www.census.gov/retail/mrts/www/data/pdf/ec_current.pdf" target="_blank">US Census Bureau website</a>.</p>
<h2>Second Quarter E-Commerce Sales</h2>
<p><a title="ComScore E-Commerce Stats" href="http://www.comscore.com/Press_Events/Press_Releases/2012/8/comScore_Reports_43.2_Billion_in_Q2_2012_U.S._Retail_E-Commerce_Spending" target="_blank">ComScore</a>, a company who measures the digital world and business analytics, reports that the online retail sales for the second quarter reached $43.2 billion. This is a 15% increase over the same quarter last year. Another indicator that online sales are growing.</p>
<p>According to the ComScore report, the top-performing online categories were: digital content and subscriptions, consumer electronics, flowers, greetings and gifts, computer hardware, and apparel and accessories.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1654/news-about-e-commerce/first-quarter-e-commerce-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1654/news-about-e-commerce/first-quarter-e-commerce-stats/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=first-quarter-e-commerce-stats</feedburner:origLink></item>
		<item>
		<title>Fixing Magento Category Order Problems</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/xCjHXGW2cjI/</link>
		<comments>http://www.novusweb.com/1622/e-commerce-technology/fixing-magento-category-order-problems/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 11:08:25 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magnetic One]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1622</guid>
		<description><![CDATA[Recently, one of our clients could not get their product categories to appear in the order set in the Magento Catalog &#62; Manage Categories screen. No matter how they dragged and dropped the categories, the ones near the top would not display as intended on the front end. How Magento Orders Categories Categories are displayed [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/06/Watersports-Manage-Categories-Categories-Catalog-Magento-Admin-AWP-AWP-e1356104099275.png" width="240" />
		</p><p>Recently, one of our clients could not get their product categories to appear in the order set in the Magento Catalog &gt; Manage Categories screen. No matter how they dragged and dropped the categories, the ones near the top would not display as intended on the front end.<span id="more-1622"></span></p>
<h2>How Magento Orders Categories</h2>
<p>Categories are displayed in navigation menus based on a field titled &#8220;position&#8221; in the <em>catalog_category_entity</em> data table. By default, the order is displayed in ascending order. There are other ways of adding code to display categories alphabetically, but by default, the order shown is determined by the position value.</p>
<p>So, why would changing the order under <strong>Manage Categories</strong> not work?</p>
<h2>What I Observed</h2>
<p>When working in the <strong>Manage Categories</strong> menu, the client and I were focused on manipulating the top 2-3 categories, as those were the ones most important to him at the time. We could change their order, but even after re-indexing the Flat Catalog, the front end would still not display the correct order.</p>
<p>Furthermore, after returning to the <strong>Manage Categories</strong> page, the category order reverted back to the order it was before we changed it to our liking.</p>
<p>While at first I thought there might be some answer to this among the thousands of Magento-related posts (perhaps we were just missing some step in the process), no one seemed to have experienced this same phenomenon (therefore, this post may have little or no value to anyone). Some had proposed coding changes to sort categories by name; others had modified code in some places to sort by position. However, I knew Magento, by default, already sorted categories by position.</p>
<p>So, I had to try to find a solution myself.</p>
<h2>Discovering the Problem</h2>
<p>Since display order is determined by the value in the &#8220;position&#8221; field, I decided to start there to see if anything looked amiss.</p>
<p>I looked at the data in the <em>catalog_category_entity</em> table for all categories at level &#8220;2&#8243; (root catalogs are level &#8220;1&#8243;), with the same root catalog path, in this case &#8220;1/3&#8243; for Website 1, Root Catalog 3 (the client has 3 root catalogs in their multi-store set-up), I found the position values for the top categories to be: 0,0,0,0,3,4,5,7,11,12,14,17,19,20,21,28,33 when sorting the results by position in ascending order.</p>
<p>How they got this way is not clear, but they were surely not in a clean numerical sequence. Since the first four categories all had the position value of &#8220;0,&#8221; this could well explain why, even when re-ordering, the frontend order was not the same. My suspicion is that when re-ordering categories, Magento tried to re-set the position order, but not by simply clearing out the existing positions at that level and inserting a fresh set of incremental values; it must have some dependence on the values around the category being moved, since moving a category did not, in and of itself, recalibrate the position values.</p>
<h2>Re-setting the Category Order</h2>
<p>I manually changed the position values to 1,2,3,4, etc. in the data table, and re-indexed the Flat Catalog. It worked. The frontend (and backend) category order was as designated by the position field.</p>
<p>Under <strong>Manage Categories</strong> I did some tests of dragging and dropping categories into various positions and viewing the results in the data table. Everything seemed fine.</p>
<p>I&#8217;m still not sure how the order got out of whack in the first place. Our client is using Magnetic One to manage his Magento store; there could be something in how it interacts with the data tables that upset the order, but I&#8217;m not sure (I have read posts where others caution against using third-party management tools due to Magento&#8217;s complexity: few will get it right). It may have been a harried client, dragging categories without waiting for Magento to fully finish the first process. Whatever the reason, I did get it fixed. For now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1622/e-commerce-technology/fixing-magento-category-order-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1622/e-commerce-technology/fixing-magento-category-order-problems/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fixing-magento-category-order-problems</feedburner:origLink></item>
		<item>
		<title>New Magento Book Coming in May</title>
		<link>http://feedproxy.google.com/~r/novusweb/FKVa/~3/BYGQOe9g9ks/</link>
		<comments>http://www.novusweb.com/1592/learn-about-ecommerce/new-magento-book-coming-in-may/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 13:16:16 +0000</pubDate>
		<dc:creator>Bret Williams</dc:creator>
				<category><![CDATA[Bret's Desktop]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[10 Cent Books]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.novusweb.com/?p=1592</guid>
		<description><![CDATA[After months of diligent work, my book, Mastering Magento, is scheduled for publication next month from Packt Publishing, one of the world&#8217;s largest publishers of computer-related books. This Magento book is aimed at all levels of users, especially Magento users who want to truly understand the power of the Magento platform. While suffering through the [...]]]></description>
				<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.novusweb.com/files/2012/04/NW-Featured-Images-Mastering-Magento.jpg" width="240" />
		</p><p>After months of diligent work, my book, <em><a title="Mastering Magento Book" href="http://www.packtpub.com/mastering-magento-for-developers-designers-store-owners/book" target="_blank">Mastering Magento</a></em>, is scheduled for publication next month from Packt Publishing, one of the world&#8217;s largest publishers of computer-related books. This Magento book is aimed at all levels of users, especially Magento users who want to truly understand the power of the Magento platform.<span id="more-1592"></span></p>
<p>While suffering through the trials and tribulations of learning Magento, I found that there was a great lack of a concise <a title="Mastering Magento Book" href="http://www.packtpub.com/mastering-magento-for-developers-designers-store-owners/book" target="_blank"><em>Owner&#8217;s Manual</em> for Magento users</a>. While the <a title="Magento Website" href="http://www.magentocommerce.com" target="_blank">Magento</a> website has some documentation — and there are lots of online blogs with helpful advice — there remained a void. A void I decided to try to fill.</p>
<div id="attachment_1603" class="wp-caption alignleft" style="width: 310px"><a title="Mastering Magento Book" href="http://www.packtpub.com/mastering-magento-for-developers-designers-store-owners/book" target="_blank"><img class="size-full wp-image-1603 " title="6945os_mockupcover_ex" alt="Mastering Magento Book Cover" src="http://www.novusweb.com/files/2012/04/6945os_mockupcover_ex1-e1335791064996.jpg" width="300" height="370" /></a><p class="wp-caption-text">Mastering Magento by Bret Williams</p></div>
<p>Although I have been successful in selling my book <em><a title="Managing Multiple Stores in Magento Book" href="http://www.10centbooks.com/managing-multiple-stores-with-magento-book" target="_blank">Managing Multiple Stores in Magento</a></em> at <a title="10 Cent Books Website" href="http://www.10centbooks.com" target="_blank">10 Cent Books</a>, I really wanted to partner with a large, reputable publisher to bring a complete Magento guide to the marketplace.</p>
<p>Last year, I contacted <a title="Packt Publishing" href="http://www.packtpub.com" target="_blank">Packt Publishing</a>, one of the world&#8217;s leading publishers of computer-related books, and pitched the idea of <em><a title="Mastering Magento Book" href="http://www.10centbooks.com/managing-multiple-stores-with-magento-book" target="_blank">Mastering Magento</a></em>. They were excited, as they, like me, know the Magento user base is huge. And while Packt publishes several books relating to Magento, most applied to older versions and none were what I would consider a <a title="Mastering Magento Book" href="http://bit.ly/FVLcVl" target="_blank">definitive guide to Magento</a>.</p>
<p>After laboring for months, the Magento book has been officially announced on the Packt website. Visitors can already pre-order the book, which is due for release sometime in May. I&#8217;m working with the talented editorial and technical staff at Packt on final proofing now, so the publication is eminent.</p>
<p>I noticed the book is also for pre-sale now at <a title="Mastering Magento book at Amazon." href="http://amzn.to/IzOuVn" target="_blank">Amazon</a>, as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.novusweb.com/1592/learn-about-ecommerce/new-magento-book-coming-in-may/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.novusweb.com/1592/learn-about-ecommerce/new-magento-book-coming-in-may/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=new-magento-book-coming-in-may</feedburner:origLink></item>
	</channel>
</rss><!-- This Quick Cache file was built for (  www.novusweb.com/feed/ ) in 1.10552 seconds, on May 22nd, 2013 at 1:01 pm UTC. --><!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2013 at 2:01 pm UTC --><!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --><!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.novusweb.com/feed/ ) in 0.00066 seconds, on May 22nd, 2013 at 1:37 pm UTC. -->
