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

<channel>
	<title>Webr Blog</title>
	<atom:link href="http://www.webr.co.uk/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webr.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 01 Dec 2008 11:37:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Reducing VAT from 17.5% to 15% but Keeping the Overall Price the Same</title>
		<link>http://www.webr.co.uk/blog/reducing-vat-from-175-to-15-but-keeping-the-overall-price-the-same.html</link>
		<comments>http://www.webr.co.uk/blog/reducing-vat-from-175-to-15-but-keeping-the-overall-price-the-same.html#comments</comments>
		<pubDate>Mon, 01 Dec 2008 11:37:11 +0000</pubDate>
		<dc:creator>rweber</dc:creator>
		
		<category><![CDATA[E-Commerce]]></category>

		<guid isPermaLink="false">http://www.webr.co.uk/blog/?p=13</guid>
		<description><![CDATA[So today&#8217;s the day everyone reduces their VAT to 15%, as this is apparently the magic fix to the current recession problem (that&#8217;s a whole other discussion!). As a developer of ecommerce sites I&#8217;m finding this morning particularly busy.
I&#8217;m finding a lot of clients are wanting to adjust prices on their products after the VAT [...]]]></description>
			<content:encoded><![CDATA[<p>So today&#8217;s the day everyone reduces their VAT to 15%, as this is apparently the magic fix to the current recession problem (that&#8217;s a whole other discussion!). As a developer of ecommerce sites I&#8217;m finding this morning particularly busy.</p>
<p>I&#8217;m finding a lot of clients are wanting to adjust prices on their products after the VAT has been reduced so as to keep the overall price the same - most people bought in their stock at the higher level of VAT so rightly don&#8217;t want to make a loss.</p>
<p>Going through every product individually and increasing the price manually can obviously be extremely tedious on a big website. Luckily there&#8217;s a simple way of working out exactly how much to increase the price of every product in one go:</p>
<p>Let&#8217;s say you have a product that costs £100 excluding VAT. At 17.5% VAT the overall cost was £117.50, but at the new 15% level of VAT that price becomes £115. We could just add £2.50, but as the increase we need to make will be the same proportion for every product, we can find a number to multiply by 115 to get 117.5, and in turn, the right increase for every product. This is where a little algebra comes in&#8230; (if I&#8217;ve lost you here you can just skip the first 2 lines!)</p>
<p style="text-align: center;"><strong>115 x number = 117.5</strong></p>
<p style="text-align: center;"><strong>number = 117.5 / 115</strong></p>
<p style="text-align: center;"><strong>number = 1.0217391304347826&#8230;</strong></p>
<p style="text-align: left;">So there you have it - multiplying the price of every product by a little over 1.02 should give you the same price you had before the drop in VAT. If you have access to your ecommerce site&#8217;s database, you can run a single SQL query which should update all of your prices in one go (make sure you backup the database beforehand - just in case!):</p>
<p style="text-align: left;"><strong>update products set products_price = (products_price * 1.0217391304347826);</strong></p>
<p>Where <strong>products</strong> is your products table and <strong>products_price</strong> is the name of your products price field.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webr.co.uk/blog/reducing-vat-from-175-to-15-but-keeping-the-overall-price-the-same.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google Toolbar Pagerank Update</title>
		<link>http://www.webr.co.uk/blog/google-toolbar-pagerank-update.html</link>
		<comments>http://www.webr.co.uk/blog/google-toolbar-pagerank-update.html#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:22:47 +0000</pubDate>
		<dc:creator>rweber</dc:creator>
		
		<category><![CDATA[Google and SEO]]></category>

		<guid isPermaLink="false">http://www.webr.co.uk/blog/?p=8</guid>
		<description><![CDATA[It seems Google are currently pushing their latest update of Pagerank data to its various toolbar data centres, and this is straight from Google&#8217;s very own Matt Cutts.
If you haven&#8217;t got a clue what I&#8217;m talking about, take a look at this Wikipedia article about Pagerank.
I&#8217;m becoming less and less fussed about what changes the [...]]]></description>
			<content:encoded><![CDATA[<p>It seems Google are currently pushing their latest update of Pagerank data to its various toolbar data centres, and this is straight from Google&#8217;s very own <a href="http://www.mattcutts.com/blog/google-pagerank-update/">Matt Cutts</a>.</p>
<p>If you haven&#8217;t got a clue what I&#8217;m talking about, take a look at this <a href="http://en.wikipedia.org/wiki/PageRank">Wikipedia article about Pagerank</a>.</p>
<p>I&#8217;m becoming less and less fussed about what changes the toolbar figures will make to my websites&#8217; Pagerank - it means very little to your search engine rankings and is becoming less and less of a measure of a website&#8217;s worth.</p>
<p>However I&#8217;m going to be watching this update with a little more interest as I&#8217;ve found a bit of an anomaly with this very blog - I created it mere days ago, it&#8217;s never existed as a URL before (as far as I&#8217;m aware), yet it still has an immediate Pagerank of 3! Can anyone explain this?</p>
<p>I will update this post after the Pagerank update&#8230;</p>
<p><strong>UPDATE:</strong> Well it looks like the blog gets to keep its Pagerank of 3! Still can&#8217;t explain it, though you could argue it&#8217;s being passed from the homepage. Also, no update to my new inner page&#8217;s Pagerank - maybe my redesign was too near to the toolbar data push.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webr.co.uk/blog/google-toolbar-pagerank-update.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Website Design Launched</title>
		<link>http://www.webr.co.uk/blog/new-website-design-launched.html</link>
		<comments>http://www.webr.co.uk/blog/new-website-design-launched.html#comments</comments>
		<pubDate>Sat, 19 Jul 2008 01:05:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.webr.co.uk/blog/?p=5</guid>
		<description><![CDATA[After nearly 2 years of the old design, I finally decided to give this old site an overhaul.
I originally built this site when I was only just starting out in web design and development, so my knowledge and experience wasn&#8217;t quite what it is now (hell, the old design didn&#8217;t even display properly in Internet [...]]]></description>
			<content:encoded><![CDATA[<p>After nearly 2 years of the old design, I finally decided to give this old site an overhaul.</p>
<p>I originally built this site when I was only just starting out in <a href="http://www.webr.co.uk">web design and development</a>, so my knowledge and experience wasn&#8217;t quite what it is now (hell, the old design didn&#8217;t even display properly in Internet Explorer 6!). </p>
<p>In the time since then I&#8217;ve been working full time on all kinds of websites through my job and had pretty much left this site untouched. Over the coming weeks I will no doubt be padding out <a href="http://www.webr.co.uk/portfolio.html">my portfolio</a> a bit more, as well as adding more to this blog.</p>
<p>I&#8217;m not sure yet, but I&#8217;m thinking of mostly writing about technical aspects of web design and development, although I&#8217;m sure I&#8217;ll go off on plenty of tangents!</p>
<p>Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webr.co.uk/blog/new-website-design-launched.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
