<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PrismaStar</title>
	<atom:link href="http://prismastar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prismastar.com</link>
	<description>Consumer Guidance Innovation</description>
	<lastBuildDate>Thu, 17 May 2012 09:22:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>5 Ways to Get Your Site Webfit Ahead of The 2012 Olympics</title>
		<link>http://prismastar.com/2012/05/04/5-ways-site-webfit-2012-olympics/</link>
		<comments>http://prismastar.com/2012/05/04/5-ways-site-webfit-2012-olympics/#comments</comments>
		<pubDate>Fri, 04 May 2012 10:54:32 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=3010</guid>
		<description><![CDATA[<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=20320310172&amp;xfbml=1"></script><script language="JavaScript">
					FB.Event.subscribe('edge.create', function(response) {
						_gaq.push(['_trackEvent','SocialSharing','Facebook - like button',unescape(String(response).replace(/\+/g, " "))]);
					});
				</script><script type="text/javascript">
				  (function() {
				    var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;
				    po.src = "https://apis.google.com/js/plusone.js";
				    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);
				  })();
				</script>By Matthew Taylor. 2012 is set to be a bumper year for visitors to the UK, with the Olympic Games attracting an estimated 450,000 extra visitors to London on its own. For the last month or two we may all &#8230; <a href="http://prismastar.com/2012/05/04/5-ways-site-webfit-2012-olympics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>By Matthew Taylor.</em></p>
<p><img class="alignright size-full wp-image-3020" title="Olympic_Rings_clip_art_medium" src="http://prismastar.com/wp-content/uploads/2012/05/Olympic_Rings_clip_art_medium.png" alt="" width="300" height="136" />2012 is set to be a bumper year for visitors to the UK, with the Olympic Games attracting an estimated 450,000 extra visitors to London on its own. For the last month or two we may all have experienced disruption to mobile and hard lined communications as providers upgrade their systems to cope with the increased traffic.</p>
<p>Many visitors will be high usage customers as social networking and messaging will be taking up large volumes of bandwidth. Pictures and videos will be uploaded for friends back home to see, people will be arranging to meet at the venue and maps being downloaded to find their way around. The strain on the networks will be high. So, how does that affect your website?</p>
<p>With the increased strain on our infrastructure, and on the lines in and out of the UK, the available bandwidth for domestic web use will be reduced or at best pinched. This will have an impact on all of our experiences online and tolerance for high bandwidth websites will be tested. Here are a few pointers to getting webfit ready for summer.</p>
<p><strong>1.    Understand your website and its pressure points.</strong></p>
<p>Having a clear understanding of how your website is performing right now is really important to provide a benchmark and gauge how much improvement in webfitness you have made. Use a service such as <a href="http://www.siteconfidence.com/" target="_blank">SiteConfidence</a> to profile your site and see where improvement can be made. A scalable provider can also monitor your site and alert you to a slowdown in performance due to reduced bandwidth in real time.</p>
<p><strong>2.    Check your physical architecture.</strong></p>
<p>As websites grow, performance is often managed by bolting on extra servers or resources. With each new server, the estate should be assessed to see if performance can be gained from shuffling a few systems around. I have made 70%+ performance gains by looking at the infrastructure and moving systems due for the new hardware on to older servers, and putting other systems on to the new. For example, static content such as images, CSS or Javascript can be easily handled by a low CPU server running with no sessions or persistence enabled. Optimise the web server for multi-threading and worker processes (depending on server technology) and it should serve many hundreds of thousands of requests. Databases and session based content should go to high CPU and high RAM servers, but not necessarily lots of hard disc. Disc access for these servers is costly so content should be in RAM where ever possible.</p>
<p><strong>3.    Require less DNS lookups.</strong><br />
Every time your content references a different domain name, the client needs to do a lookup. These should be cached but can reduce the speed of a page loading. Where possible everything should run off of ‘www’. It is common practice to use subdomains such as ‘content.’ or ‘static.’ But there are technologies out there that can redirect requests based on folder structure rather than sub domains. With a server running NGINX or a <a href="http://www.citrix.com/netscaler" target="_blank">Citrix Netscaler</a>, traffic can be redirected to a static server or physical location without needing further DNS lookups.</p>
<p><strong>4.    Use a SaaS provider that delivers direct to the client.</strong><br />
OK, so this one conflicts with point 3 but if you need to deliver extra content to your customers, improve your product search or reduce the burden on your own servers, a SaaS provider that delivers to client is a great way of reducing your own liability. This is not to be confused with SaaS providers who deliver content server side. Talk to providers such as <a href="http://www.slisystems.com/" target="_blank">SLI Systems</a> who can host your product search for you, or <a href="http://www.prismastar.com/" target="_blank">PrismaStar</a> to enhance your product pages or quick view without increasing your server load. SaaS providers increase their margins by reducing the cost of supplying the service and so constantly develop to be more efficient in delivery. By employing these services you can get that benefit immediately.</p>
<p><strong>5.    Take a look at your caching and Time To Live settings.</strong><br />
Time to live or TTL settings can help cache static content and frequent requests at ISP and router levels and so can nip the content requests in the bud. The client request may only get as far as their ISP before the content is served from their cache rather than yours. This will reduce the overall web usage and enable your site to remain responsive even under heavy network load. Think about how often the content changes and set a time to refresh according to that schedule. Keep in mind that any changes to this content may not be fully visible to the rest of the world until that refresh period has elapsed. Ultimately, if time and ability to implement change is tough, speak to a content delivery network (CDN) such as <a href="http://www.akamai.com/" target="_blank">Akamai</a> to see what they can do for you. They may be the silver bullet you are looking for.</p>
<p>As more and more devices (increasingly mobile devices) access the internet, it is increasingly important to save bandwidth where possible. Technology in bandwidth is improving but each roll out becomes more and more expensive. It is feasible, in the not too distant future, that tax could even be applied to website owners who use excessive amounts of bandwidth in an attempt to keep a control on what is probably the 4th most important resource after water, sanitation and electricity. Take this opportunity to re-assess your bandwidth usage and get webfit for the future.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&text=5+Ways+to+Get+Your+Site+Webfit+Ahead+of+The+2012+Olympics" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&title=5+Ways+to+Get+Your+Site+Webfit+Ahead+of+The+2012+Olympics&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&title=5+Ways+to+Get+Your+Site+Webfit+Ahead+of+The+2012+Olympics" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F05%2F04%2F5-ways-site-webfit-2012-olympics%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/05/04/5-ways-site-webfit-2012-olympics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Back in Recession! But eCommerce Bucks the Trends &#124; TameBay</title>
		<link>http://prismastar.com/2012/04/26/u-recession-ecommerce-bucks-trends/</link>
		<comments>http://prismastar.com/2012/04/26/u-recession-ecommerce-bucks-trends/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 10:02:11 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=3001</guid>
		<description><![CDATA[Here&#8217;s an article we found on &#8216;The Double-Dip Recession&#8217; by Dan Wilson. Some interesting facts, stats and comments on the positive growth of the eCommerce industry in relation to the Government officially announcing the recession. What are your thoughts? Are &#8230; <a href="http://prismastar.com/2012/04/26/u-recession-ecommerce-bucks-trends/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an article we found on &#8216;The Double-Dip Recession&#8217; by Dan Wilson. Some interesting facts, stats and comments on the positive growth of the eCommerce industry in relation to the Government officially announcing the recession. What are your thoughts? Are you worried? If you&#8217;re a retailer, have you considered exploring your online presence with a transactional site?</p>
<blockquote><p>The Government announced today that the British economy is officially back in recession. That means that we’ve seen two consecutive quarters of negative growth. Britain was last in recession in 2009 and this is the first so called “double-dip” recession since the 1970s. Not good news for anyone.</p>
<p>On a cheerier note though, ecommerce is in rude good health, according to the IMRG Capgemini e-Retail Sales Index. In March, consumers spent £5.8bn online, up 14% year on year and 9% up on February. The IMRG suggest that early sunshine and Mothering Sunday contributed to the healthy numbers. Mobile commerce also did well: up 254% YoY.</p>
<p>The Office for National Statistics say that internet shopping now represent <strong>8.5% of all retail sales</strong> (bar petrol) and confirmed the trends in a seperate report. <strong>The ONS say ecommerce increased 15.2% YoY in March .</strong></p>
<p>How is this year shaping up for your ecommerce business? Does a return to recession trouble you?</p></blockquote>
<p>To read all the comments click here <a>&#8220;We’re back in recession!&#8221;</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&text=UK+Back+in+Recession%21+But+eCommerce+Bucks+the+Trends+%7C+TameBay" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&title=UK+Back+in+Recession%21+But+eCommerce+Bucks+the+Trends+%7C+TameBay&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&title=UK+Back+in+Recession%21+But+eCommerce+Bucks+the+Trends+%7C+TameBay" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F04%2F26%2Fu-recession-ecommerce-bucks-trends%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/04/26/u-recession-ecommerce-bucks-trends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Tips to Make Shopping Online Safe &#8211; Telegraph</title>
		<link>http://prismastar.com/2012/04/19/10-tips-shopping-online-safe-telegraph/</link>
		<comments>http://prismastar.com/2012/04/19/10-tips-shopping-online-safe-telegraph/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 10:29:41 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2965</guid>
		<description><![CDATA[Shop online? Always take on board these top 10 tips to make shopping online safe &#8211; by the Telegraph. Simple yet practical advice. Don&#8217;t be a victim of cyber crime. Follow these simple precautions: Check the site is secure Check &#8230; <a href="http://prismastar.com/2012/04/19/10-tips-shopping-online-safe-telegraph/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright size-medium wp-image-2970" title="telegraph-screenshot-safe-online-shopping-tips" src="http://prismastar.com/wp-content/uploads/2012/04/telegraph-screenshot-safe-online-shopping-tips-390x350.png" alt="" width="331" height="299" />Shop online? Always take on board these top 10 tips to make shopping online safe &#8211; by the Telegraph. Simple yet practical advice. Don&#8217;t be a victim of cyber crime. Follow these simple precautions:</p>
<ol>
<li><em>Check the site is secure</em></li>
<li><em>Check for viruses</em></li>
<li><em>Be picky with your passwords</em></li>
<li><em>Look for the padlock</em></li>
<li><em>Use a prepaid credit card</em></li>
<li><em>Sign up to Verified by Visa or Mastercard Secure Code</em></li>
<li><em>Get extra cover and pay by credit card</em></li>
<li><em>Opt for a secure key</em></li>
<li><em>Protect your computer</em></li>
<li><em>Pay with Paypal</em></li>
</ol>
<p>&nbsp;</p>
<p>Read the full article via The Telegraph -<a href="http://www.telegraph.co.uk/finance/personalfinance/consumertips/9213379/10-tips-to-make-shopping-online-safe.html?frame=2197391" target="_blank"> 10 tips to make shopping online safe.</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&text=10+Tips+to+Make+Shopping+Online+Safe+%26%238211%3B+Telegraph" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&title=10+Tips+to+Make+Shopping+Online+Safe+%26%238211%3B+Telegraph&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&title=10+Tips+to+Make+Shopping+Online+Safe+%26%238211%3B+Telegraph" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F04%2F19%2F10-tips-shopping-online-safe-telegraph%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/04/19/10-tips-shopping-online-safe-telegraph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Top Tips for Increasing Website Conversion Rates and Sales &#124; TMCnet.com</title>
		<link>http://prismastar.com/2012/04/13/top-tips-increasing-website-conversion-rates-sales/</link>
		<comments>http://prismastar.com/2012/04/13/top-tips-increasing-website-conversion-rates-sales/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 15:02:29 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2956</guid>
		<description><![CDATA[A great article on the top five things eCommerce websites can do to increasing their website conversion rates and sales. Written by TMCnet special guest&#8230;our very own Kevin Sparks, Senior Account Manager (PrismaStar). Shopping online has become part of our &#8230; <a href="http://prismastar.com/2012/04/13/top-tips-increasing-website-conversion-rates-sales/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A great article on the top five things eCommerce websites can do to increasing their website conversion rates and sales. Written by TMCnet special guest&#8230;our very own Kevin Sparks, Senior Account Manager (PrismaStar).</p>
<blockquote><p>Shopping online has become part of our everyday lives. But as online use increases, expectation from consumers increases even faster, as does the amount of competition fighting for that consumer business.</p>
<p>This is especially true in the U.K., arguably the world’s most advanced eCommerce country: Online business accounts for 8.3 percent of GDP more than any other country; and in 2010 £121bn was spent online, with sales increasing at 11 percent year on year &#8211; outstripping both inflation and most major online nations U.S. online growth is predicted to be 5.4 percent&#8230;</p></blockquote>
<p>Read the full article via TMCnet using this link <a href="http://lead-management-software.tmcnet.com/channels/lead-management-software/articles/283577-five-top-tips-increasing-website-conversion-rates-sales.htm">&#8220;Five Top Tips for Increasing Website Conversion Rates and Sales&#8221;</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&text=Five+Top+Tips+for+Increasing+Website+Conversion+Rates+and+Sales+%7C+TMCnet.com" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&title=Five+Top+Tips+for+Increasing+Website+Conversion+Rates+and+Sales+%7C+TMCnet.com&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&title=Five+Top+Tips+for+Increasing+Website+Conversion+Rates+and+Sales+%7C+TMCnet.com" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Ftop-tips-increasing-website-conversion-rates-sales%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/04/13/top-tips-increasing-website-conversion-rates-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Sales Growth Continues as Spending on the High Street Forecast to Fall &#124; The E-Commerce Pro</title>
		<link>http://prismastar.com/2012/04/13/online-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall/</link>
		<comments>http://prismastar.com/2012/04/13/online-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 09:24:18 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2949</guid>
		<description><![CDATA[Yet another article on the suffering High Street and the successes of eCommerce. Here&#8217;s a short paragraph of an article by The E-Commerce Pro on a study by Verdict. Retail analyst Verdict has claimed consumer spending in the high street &#8230; <a href="http://prismastar.com/2012/04/13/online-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="floatimage"><img class="alignright" src="http://www.theecommercepro.com/image_lib/ecommerce3.jpg" alt="Online sales growth continues as spending on the high street forecast to fall " width="300" height="202" /></div>
<p>Yet another article on the suffering High Street and the successes of eCommerce. Here&#8217;s a short paragraph of an article by The E-Commerce Pro on a study by Verdict.</p>
<blockquote><p>Retail analyst Verdict has claimed consumer spending in the high street is likely to continue to fall as more shoppers use online channels to order goods through delivery services.</p>
<p>The company found that online sales have soared by 113 per cent over the last five years, indicating the increasing role eCommerce is playing in how UK consumers carry out their shopping.</p></blockquote>
<p>via <a href="http://www.theecommercepro.com/news/393/online-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall/">Online sales growth continues as spending on the high street forecast to fall | News | The E-Commerce Pro</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&text=Online+Sales+Growth+Continues+as+Spending+on+the+High+Street+Forecast+to+Fall+%7C+The+E-Commerce+Pro" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&title=Online+Sales+Growth+Continues+as+Spending+on+the+High+Street+Forecast+to+Fall+%7C+The+E-Commerce+Pro&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&title=Online+Sales+Growth+Continues+as+Spending+on+the+High+Street+Forecast+to+Fall+%7C+The+E-Commerce+Pro" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F04%2F13%2Fonline-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/04/13/online-sales-growth-continues-as-spending-on-the-high-street-forecast-to-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PrismaStar Partners with SLI Systems to Bring Optimised Site Search Solutions to Leading eCommerce Brands</title>
		<link>http://prismastar.com/2012/04/04/prismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions/</link>
		<comments>http://prismastar.com/2012/04/04/prismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 09:35:11 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2936</guid>
		<description><![CDATA[View this article on the PrismaStar and SLI Systems partnership featured in Customer Experience Magazine yesterday. PrismaStar has announced its partnership with SLI Systems, market leaders in e-commerce search and navigation technology whose customers include Interflora, Sock Shop &#38; Purely &#8230; <a href="http://prismastar.com/2012/04/04/prismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://customerexperiencemagazine.org/index.html"> <img class="alignleft" style="border: 0pt none;" src="http://customerexperiencemagazine.org/CustomerExperienceMagazine.jpg" alt="" width="251" height="56" border="0" /></a>View this article on the PrismaStar and SLI Systems partnership featured in Customer Experience Magazine yesterday.</p>
<blockquote><p><span class="size10 Helvetica10" style="color: #000000; font-family: Helvetica,Arial,sans-serif;"><strong>PrismaStar has announced its partnership with SLI Systems, market leaders in e-commerce search and navigation technology whose customers include Interflora, Sock Shop &amp; Purely Gadgets. Through the partnership, SLI and PrismaStar will enhance the site search refinement capabilities of SLI’s full-service Learning Search solution, as a way to improve the online customer experience and help e-retailers capture more conversions.</strong></span></p>
<p>&#8220;<span class="size10 Helvetica10" style="color: #000000; font-family: Helvetica,Arial,sans-serif;">Our main focus is to help our customers increase their conversion rates by providing a better site search experience for their visitors, and by delivering the type of full-service they need to get maximum performance from our solution,” said Jeff Neish, director of business development for SLI Systems. “PrismaStar’s complementary technology and data services will further optimise SLI Systems’ powerful site search solution.”&#8230;</span></p></blockquote>
<p>To read the full article visit <a href="http://customerexperiencemagazine.org/Issue14/Prismastar.html" target="_blank">Customer Experience Magazine</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&text=PrismaStar+Partners+with+SLI+Systems+to+Bring+Optimised+Site+Search+Solutions+to+Leading+eCommerce+Brands" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&title=PrismaStar+Partners+with+SLI+Systems+to+Bring+Optimised+Site+Search+Solutions+to+Leading+eCommerce+Brands&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&title=PrismaStar+Partners+with+SLI+Systems+to+Bring+Optimised+Site+Search+Solutions+to+Leading+eCommerce+Brands" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F04%2F04%2Fprismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/04/04/prismastar-partners-with-sli-systems-to-bring-optimised-site-search-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Shop Safely Online &#124; PCMag.com</title>
		<link>http://prismastar.com/2012/03/30/shop-safely-online-pcmag-com/</link>
		<comments>http://prismastar.com/2012/03/30/shop-safely-online-pcmag-com/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 08:50:25 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2911</guid>
		<description><![CDATA[As online shopping has become more and more popular, we are demanding to shop safely and conveniently. But how safe are you being when shopping online? Have you kept yourself open to fraudsters? The article below by PCMag.com provides great &#8230; <a href="http://prismastar.com/2012/03/30/shop-safely-online-pcmag-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Online Shopping Security" src="http://prismastar.com/wp-content/uploads/2012/03/338851-how-to-shop-safely-online.jpg" alt="" width="275" height="275" />As online shopping has become more and more popular, we are demanding to shop safely and conveniently. But how safe are you being when shopping online? Have you kept yourself open to fraudsters?</p>
<p>The article below by PCMag.com provides great advice for consumers. Below is a snippet of the article, for the full article follow the link below.</p>
<hr />
<blockquote>
<h1><strong>How To Shop Safely Online</strong></h1>
<p>Online shopping is wonderfully convenient, but if you&#8217;re not careful you can fall victim to frauds, scams, or identity theft. Follow these tips to stay safe while shopping online.</p>
<p>Shopping online is so much more pleasant than going out to the mall. You don&#8217;t have to change out of your pyjamas, don&#8217;t have to fight traffic, and don&#8217;t have to wrangle with other shoppers at the sale table. Be careful, though, or you might become a commodity for sale. Here are some tips to keep your online shopping worry-free.</p>
<p><strong>Don&#8217;t Get Lazy</strong></p>
<p>Many shopping sites invite you to set up an account so you won&#8217;t have to re-enter your payment information next time. It does seem convenient, but you&#8217;re much better off filling in the details each time. Otherwise, if your shopping site gets hacked like Zappos did, the bad guys will have all your personal details—maybe even your credit card number. You might expect the merchant would encrypt this sensitive data, or at least the credit card numbers. You might be wrong.</p>
<p>Clearly you have to give the merchant your address; otherwise they won&#8217;t know where to send the merchandise. But do leave any non-required fields blank. And if the order form asks for too-personal information like your SSN or bank account number, navigate away immediately. There&#8217;s no reason an honest e-tailer would need that information. While you&#8217;re at it, opt out of all communication other than what&#8217;s necessary to track and complete your order.</p></blockquote>
<p>Read the full article via <a href="http://www.pcmag.com/article2/0,2817,2401648,00.asp">&#8220;How To Shop Safely Online | PCMag.com&#8221;</a>.</p>
<hr /><!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&text=How+To+Shop+Safely+Online+%7C+PCMag.com" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&title=How+To+Shop+Safely+Online+%7C+PCMag.com&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&title=How+To+Shop+Safely+Online+%7C+PCMag.com" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F03%2F30%2Fshop-safely-online-pcmag-com%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/03/30/shop-safely-online-pcmag-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Wine Sales Outperforming The Market, Says IMRG</title>
		<link>http://prismastar.com/2012/03/26/online-wine-sales-outperforming-market-imrg/</link>
		<comments>http://prismastar.com/2012/03/26/online-wine-sales-outperforming-market-imrg/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 14:30:52 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2892</guid>
		<description><![CDATA[Here&#8217;s an interesting article written by Gemma McKenna (Harpers) reporting on how online alcohol sales are currently outperforming the market as much as 16%, according to IMRG. Great things happening in the online alcoholic drinks sector! Online sales of wines, &#8230; <a href="http://prismastar.com/2012/03/26/online-wine-sales-outperforming-market-imrg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting article written by Gemma McKenna (<a href="http://www.harpers.co.uk" target="_blank">Harpers</a>) reporting on how online alcohol sales are currently outperforming the market as much as 16%, according to IMRG. Great things happening in the online alcoholic drinks sector!</p>
<blockquote><p>Online sales of wines, spirits and beer grew by 20% in 2011, outperforming overall market growth of 16%, according to IMRG Capgemini. The IMRG Capgemini e-Retail Sales Index showed the average online spend for alcohol has grown significantly over recent years, from an average of £91 in 2009 to £148 last year.</p>
<p>The latest results reveal BWS sector grew 9% year-on-year in February, on the back of very strong growth in February 2011 when sales were up 37% year-on-year.</p>
<p>IMRG predicts the UK online retail sector will grow by 13% in 2012, but given recent figures for the alcoholic drinks sector, it anticipates this sector will see growth of over 15%.</p></blockquote>
<p>Read the full article here: via <a href="http://www.harpers.co.uk/news/news-headlines/11955-online-wine-sales-outperforming-the-market-says-imrg.html">Online wine sales outperforming the market, says IMRG</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&text=Online+Wine+Sales+Outperforming+The+Market%2C+Says+IMRG" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&title=Online+Wine+Sales+Outperforming+The+Market%2C+Says+IMRG&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&title=Online+Wine+Sales+Outperforming+The+Market%2C+Says+IMRG" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F03%2F26%2Fonline-wine-sales-outperforming-market-imrg%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/03/26/online-wine-sales-outperforming-market-imrg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK eCommerce Spending Increases 10% in February &#8211; Internet Retailer</title>
		<link>http://prismastar.com/2012/03/21/uk-ecommerce-spending-increases-in-february-internet-retailer/</link>
		<comments>http://prismastar.com/2012/03/21/uk-ecommerce-spending-increases-in-february-internet-retailer/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 15:25:27 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2880</guid>
		<description><![CDATA[U.K eCommerce spending increases 10% in February &#8211; The growth rate for web-only retailers was 13%. Some fab stats released here which are encouraging for the industry, especially followingmy previous blog stating the UK has the largest internet economy in &#8230; <a href="http://prismastar.com/2012/03/21/uk-ecommerce-spending-increases-in-february-internet-retailer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>U.K eCommerce spending increases 10% in February</strong> &#8211; The growth rate for web-only retailers was 13%.</p>
<p>Some fab stats released here which are encouraging for the industry, especially followingmy previous blog stating the UK has the largest internet economy in World. Things are finally looking up.</p>
<p><img class="alignright" src="http://www.internetretailer.com/static/uploads/thumbs/Flag_UK_shoppingcart_jpg_280x280_crop_q95.jpg" alt="UK shopping basket" width="170" height="170" /></p>
<blockquote><p>Online shoppers in the United Kingdom spent 5.4 billion pounds (US$8.56 billion) in February, up 10% from the same month last year, according to according to e-commerce spending estimates released today by the Interactive Media in Retail Group, an e-retail trade group commonly known at IMRG, and Capgemini, a consultancy.</p>
<p>In February 2011, however, year-over-year spending growth was 20%, the groups say, and last month’s 10% growth marks the slowest growth rate since January 2011. “Although growth in e-retail sales was lower than expected in February &#8230; double-digit growth is still a positive result,” says Tina Spooner, chief information officer at IMRG.</p>
<p>In February, web-only retailers posted year-on-year growth of 13%, more than the 8% growth for retailers with both online and physical stores, the report says. February was the second consecutive month that web-only retailers outpaced those multichannel retailers</p></blockquote>
<p>via <a href="http://www.internetretailer.com/2012/03/20/uk-e-commerce-spending-increases-10-february">U.K e-commerce spending increases 10% in February &#8211; Internet Retailer</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&text=UK+eCommerce+Spending+Increases+10%25+in+February+%26%238211%3B+Internet+Retailer" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&title=UK+eCommerce+Spending+Increases+10%25+in+February+%26%238211%3B+Internet+Retailer&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&title=UK+eCommerce+Spending+Increases+10%25+in+February+%26%238211%3B+Internet+Retailer" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-ecommerce-spending-increases-in-february-internet-retailer%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/03/21/uk-ecommerce-spending-increases-in-february-internet-retailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Largest Internet Economy in World &#124; Fashion United News</title>
		<link>http://prismastar.com/2012/03/21/uk-largest-internet-economy-in-world-fashion-united-news/</link>
		<comments>http://prismastar.com/2012/03/21/uk-largest-internet-economy-in-world-fashion-united-news/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 15:02:03 +0000</pubDate>
		<dc:creator>Admin_P</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://prismastar.com/?p=2876</guid>
		<description><![CDATA[Here&#8217;s an interesting article by Fashion United on how UK has the largest internet economy in world. Also a great quote by Dan Cobley, Managing Director of Google UK. Thought we&#8217;d share this with all our blog readers. The UK &#8230; <a href="http://prismastar.com/2012/03/21/uk-largest-internet-economy-in-world-fashion-united-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting article by Fashion United on how UK has the largest internet economy in world. Also a great quote by Dan Cobley, Managing Director of Google UK. Thought we&#8217;d share this with all our blog readers. <img src='http://prismastar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>The UK has the largest ‘internet economy’ of any country in the world and will remain ahead of other nations over the next few years, a new report has revealed.</p>
<p>&nbsp;</p>
<p>Online business contributed £121 billion to the overall UK economy in 2010, representing 8.3 per cent of GDP, and is expected to rise to a contribution of £225 billion by 2016. Paul Zwillenberg, BCG partner &amp; co-author of the report, said: “The internet economy offers one of the world’s few unfettered growth stories. “Policymakers often cite GDP growth rates of around ten per cent per year in the developing markets, but they look past similar rates close to home.”</p>
<p>&nbsp;</p>
<p>Dan Cobley, Managing Director of Google UK, commented on the research: “This report is massively encouraging and shows that the UK Internet is leading the world in eCommerce.</p>
<p>&nbsp;</p>
<p>“At a time of financial uncertainty, the UK Internet economy continues to grow at an incredible rate, creating thousands of new businesses and jobs.”</p></blockquote>
<p>via <a href="http://www.fashionunited.co.uk/fashion-news/design/uk-largest-internet-economy-in-world-2012032114341">UK largest internet economy in world &#8211; Fashion-United-news</a>.<!-- PHP 5.x --></p>
<div class="trackable_sharing"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F" style="text-decoration: none; white-space: nowrap;" title="Facebook" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//facebook.png" alt="Facebook" width="32" height="32"></a> <a href="http://twitter.com/share?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&text=UK+Largest+Internet+Economy+in+World+%7C+Fashion+United+News" style="text-decoration: none; white-space: nowrap;" title="Twitter" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//twitter.png" alt="Twitter" width="32" height="32"></a> <a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&ro=false&summary=&source=" style="text-decoration: none; white-space: nowrap;" title="Linkedin" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=500,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//linkedin.png" alt="Linkedin" width="32" height="32"></a> <a href="mailto:?subject=Check out http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F" style="text-decoration: none; white-space: nowrap;" title="Email"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//email.png" alt="Email" width="32" height="32"></a> <a href="http://digg.com/submit?partner=addthis&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&title=UK+Largest+Internet+Economy+in+World+%7C+Fashion+United+News&bodytext=" style="text-decoration: none; white-space: nowrap;" title="Digg" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//digg.png" alt="Digg" width="32" height="32"></a> <a href="http://www.delicious.com/save?v=5&noui&jump=close&url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&title=UK+Largest+Internet+Economy+in+World+%7C+Fashion+United+News" style="text-decoration: none; white-space: nowrap;" title="Delicious" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=550,height=350'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//delicious.png" alt="Delicious" width="32" height="32"></a> <a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F&title=http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F" style="text-decoration: none; white-space: nowrap;" title="Stumbleupon" target="_blank" onclick="_trackableshare_window = window.open(this.href,'share','menubar=0,resizable=1,width=750,height=450'); _trackableshare_window.focus(); return false;"><img align="absmiddle" src="http://prismastar.com/wp-content/plugins/trackable-social-share-icons/buttons/1//stumbleupon.png" alt="Stumbleupon" width="32" height="32"></a> <br /><div style="padding: 5px 0 0;"><fb:like href="http%3A%2F%2Fprismastar.com%2F2012%2F03%2F21%2Fuk-largest-internet-economy-in-world-fashion-united-news%2F" send="true" width="450" show_faces="false" font=""></fb:like></div><br /><g:plusone annotation="none"></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>http://prismastar.com/2012/03/21/uk-largest-internet-economy-in-world-fashion-united-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

