<?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>iknowthe.net | Internet and Ecommerce Consultant</title>
	<atom:link href="http://www.iknowthe.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>https://www.iknowthe.net/blog</link>
	<description>Emma Kane Internet Expert and Ecommerce Consultant blogs on the internet and ecommerce</description>
	<lastBuildDate>Sun, 24 Jan 2016 15:48:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Pi-Hole Ad blocker.</title>
		<link>https://www.iknowthe.net/blog/pi-hole-ad-blocker.html</link>
					<comments>https://www.iknowthe.net/blog/pi-hole-ad-blocker.html#comments</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Sun, 24 Jan 2016 15:35:14 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">https://www.iknowthe.net/blog/?p=574</guid>

					<description><![CDATA[<p>I had a few (quite a few actually) Raspberry Pi&#8217;s around and having read about Pi-Hole I decided to put it to good use. I&#8217;ve been using an adblocker for a while, and I&#8217;m not getting into the ethics of it but a) I don&#8217;t click on ads b) I honestly don&#8217;t care about the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/pi-hole-ad-blocker.html">Pi-Hole Ad blocker.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I had a few (quite a few actually) Raspberry Pi&#8217;s around and having read about Pi-Hole I decided to put it to good use.</p>
<p>I&#8217;ve been using an adblocker for a while, and I&#8217;m not getting into the ethics of it but a) I don&#8217;t click on ads b) I honestly don&#8217;t care about the ethics of it, if I can improve my online experience I will.</p>
<p>So I decided, having just reconfigured my home network in advance of finally getting fibre, to add a pi to remove as many ads as possible for everyone on the network.</p>
<p>The process is very simply &#8211; put an iso of Raspian on an SD card (or Micro SD for me as I&#8217;m using a pi 2.0) &#8211; I used Raspian Jesse light from here with no issues. <a href="https://www.raspberrypi.org/downloads/raspbian/">https://www.raspberrypi.org/downloads/raspbian/</a>.</p>
<p>Ssh into your pi -ssh pi@your-ip , password raspberry &#8211; I like to use fing (available on iphone and android) if I can&#8217;t find it immediately on the network.</p>
<p>Literally cut and paste</p>
<p>curl -L install.pi-hole.net | bash</p>
<p>into the terminal and you&#8217;ll be walked through the process. Use the down button to also block ipV6 ads (new option), wait for it all to run and install &#8211; 10 minutes or so, then you are done. You can check your PiHole webserver at http://xx.xx.xx.xx/admin/index.php</p>
<p>You can either change the DNS server of each device in your home to the 2 dns servers Pi-Hole suggests you use &#8211; or dig into your router to block everything at router level. I did the latter, so its now all automatic.</p>
<p><a href="https://www.iknowthe.net/blog/pi-hole-ad-blocker.html/screenshot_180" rel="attachment wp-att-575"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-575" src="https://www.iknowthe.net/blog/wp-content/uploads/2016/01/screenshot_180-300x127.png" alt="screenshot_180" width="300" height="127" srcset="https://www.iknowthe.net/blog/wp-content/uploads/2016/01/screenshot_180-300x127.png 300w, https://www.iknowthe.net/blog/wp-content/uploads/2016/01/screenshot_180-768x324.png 768w, https://www.iknowthe.net/blog/wp-content/uploads/2016/01/screenshot_180-1024x432.png 1024w, https://www.iknowthe.net/blog/wp-content/uploads/2016/01/screenshot_180.png 1402w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I also downloaded this hosts file &#8211; <a href="https://github.com/StevenBlack/hosts">https://github.com/StevenBlack/hosts</a> following a tip on reddit &#8211; <a href="https://www.reddit.com/r/raspberry_pi/comments/41hj82/pihole_has_only_blocked_2_ads_today_is_something">https://www.reddit.com/r/raspberry_pi/comments/41hj82/pihole_has_only_blocked_2_ads_today_is_something</a>.</p>
<p>This host files is nicely maintained by Steven and kills some trackers as well as ads &#8211; and who wants to be tracked..</p>
<p>I didn&#8217;t think instructions to get this into Pi-Hole were clear so here you go &#8211;</p>
<p>I downloaded the hosts file and cleaned up the header then searched and replaced to remove the 0,0,0,0 entries. Uploaded it to my server.</p>
<p>I ssh&#8217;d into the pi again and used wget to pull the file down then</p>
<p>mv newhostsfile.txt /etc/pihole/blacklist.txt</p>
<p>then</p>
<p>/usr/local/bin/gravity.sh</p>
<p>Pi-Hole then runs and adds another 27,000 adserver and trakers to your blocklist. Nice.</p>
<p>So almost 10% of my traffic is ads &#8211; and so I&#8217;m saving a good chunk of my bandwidth by doing this. Cost = Raspberry Pi, and less than an hour. Donate if you use it &#8211; its useful software and the stats are cool. Its under active development, so definitely worth a try. <a href="https://pi-hole.net/">https://pi-hole.net/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="content" class="site-content"></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/pi-hole-ad-blocker.html">Pi-Hole Ad blocker.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/pi-hole-ad-blocker.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>yeah sorry.</title>
		<link>https://www.iknowthe.net/blog/yeah-sorry.html</link>
					<comments>https://www.iknowthe.net/blog/yeah-sorry.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Sat, 05 Dec 2015 18:11:49 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=570</guid>

					<description><![CDATA[<p>Should really post more. Nothing pi related to report. Lots of internet consultancy though.</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/yeah-sorry.html">yeah sorry.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Should really post more. Nothing pi related to report. Lots of internet consultancy though.</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/yeah-sorry.html">yeah sorry.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/yeah-sorry.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Repricing Amazon Bots</title>
		<link>https://www.iknowthe.net/blog/amazonrepricebots.html</link>
					<comments>https://www.iknowthe.net/blog/amazonrepricebots.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Mon, 15 Dec 2014 23:10:30 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=561</guid>

					<description><![CDATA[<p>I&#8217;ve been asked lots of times to help with store xml feeds to Amazon. First time I looked it was a nightmare, last time I looked the tools still weren&#8217;t there, and this so an area I have explicitly stayed away from because the data processing is really boring and its not what I do. Add auto bot pricing [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/amazonrepricebots.html">Repricing Amazon Bots</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been asked lots of times to help with store xml feeds to Amazon. First time I looked it was a nightmare, last time I looked the tools still weren&#8217;t there, and this so an area I have explicitly stayed away from because the data processing is really boring and its not what I do.</p>
<p>Add auto bot pricing to your xml feed and the risk is inherently greater. Add automated fulfilment and all should be well but ouch. Computer Snafus Happen. When you are shifting a wholesalers stock on 30 day terms with bot auto pricing to gain competitive advantage in huge quantities with low margins and no webstore or other channel to market as a backup and you are not a limited company , then there is a risk.  Shift 10k in a week using Amazon Fulfilment, no way to stop the shipment and the risk is significant, if it all goes wrong with the pricing.</p>
<p>I agree it should not all go wrong, but the due diligence is all too easy to overlook when you are are 100k of stock deep and its all drop shipping for you via amazon.</p>
<p>Add these terms and conditions (and I&#8217;m no lawyer, so add every disclaimer in the book)  but I wouldn&#8217;t be expecting Amazon to step in with ex-gratia payments.</p>
<p>No fault is implied by pointing out the T&amp;C&#8217;s</p>
<p>RepricerExpress T&amp;C&#8217;s</p>
<p>5. LIABILITY</p>
<p>5.1. Nothing in this Licence shall exclude or in any way limit either party’s liability for fraud, or for death and personal injury resulting from negligence, or any other liability to the extent that it cannot be excluded or limited as a matter of law.</p>
<p>5.2. Subject to condition 5.1 the Licensor shall not be liable under or in connection with this Licence for: (a) loss of income; (b) loss of business profits or contracts; (c) business interruption; (d) loss of the use of money or anticipated savings; (e) loss of information; (f) loss of opportunity, goodwill or reputation; (g) loss of, damage to or corruption of data; or (h) any indirect or consequential loss or damage of any kind howsoever arising and whether caused by tort (including negligence), breach of contract or otherwise.</p>
<p>5.3. Subject to condition 5.1 and condition 5.2, the Licensor’s maximum aggregate liability under or in connection with this Licence, or any collateral contract, whether in contract, tort (including negligence) or otherwise (including any liability for the acts or omissions of its employees or agents), shall be limited to a sum equal to the total Licence Fees paid to the Licensor in the period of 12 months considered retrospectively from the date the cause of action arose.</p>
<p>&nbsp;</p>
<p>So fair enough, but the court case will be interesting.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/amazonrepricebots.html">Repricing Amazon Bots</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/amazonrepricebots.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OS X 10.10 kills send to my kindle</title>
		<link>https://www.iknowthe.net/blog/os-1010-kills-send-kindle.html</link>
					<comments>https://www.iknowthe.net/blog/os-1010-kills-send-kindle.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Wed, 29 Oct 2014 18:55:23 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=558</guid>

					<description><![CDATA[<p>OS X 10.10 kills send to my kindle for mac. This command downloads a new version and patches it when you paste it into terminal. &#160; wget &#8216;http://s3.amazonaws.com/sendtokindle/SendToKindleForMac-installer.pkg&#8217; pkgutil &#8211;expand SendToKindleForMac-installer.pkg SendToKindleForMac-installer LC_CTYPE=C sed -i &#8221; &#8216;s/10.6.0/0/&#8217; SendToKindleForMac-installer/buildroot.pkg/Scripts/preinstall pkgutil &#8211;flatten SendToKindleForMac-installer SendToKindleForMac-installer-fixed.pkg open SendToKindleForMac-installer-fixed.pkg echo &#8216;done&#8217;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/os-1010-kills-send-kindle.html">OS X 10.10 kills send to my kindle</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>OS X 10.10 kills send to my kindle for mac. This command downloads a new version and patches it when you paste it into terminal.</p>
<p>&nbsp;</p>
<p>wget &#8216;http://s3.amazonaws.com/sendtokindle/SendToKindleForMac-installer.pkg&#8217;<br />
pkgutil &#8211;expand SendToKindleForMac-installer.pkg SendToKindleForMac-installer<br />
LC_CTYPE=C sed -i &#8221; &#8216;s/10.6.0/0/&#8217; SendToKindleForMac-installer/buildroot.pkg/Scripts/preinstall<br />
pkgutil &#8211;flatten SendToKindleForMac-installer SendToKindleForMac-installer-fixed.pkg<br />
open SendToKindleForMac-installer-fixed.pkg<br />
echo &#8216;done&#8217;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/os-1010-kills-send-kindle.html">OS X 10.10 kills send to my kindle</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/os-1010-kills-send-kindle.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Volumio next button update</title>
		<link>https://www.iknowthe.net/blog/volumio-button-update.html</link>
					<comments>https://www.iknowthe.net/blog/volumio-button-update.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Wed, 07 May 2014 21:19:15 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=552</guid>

					<description><![CDATA[<p>After a lot of tearing my hair out, I have now got a connection to the MPD server which doesn&#8217;t drop out and a stable, high quality music server pulling the music from my NAS &#8211; with a next button for the odd misstep on the playlist. Here is the code for your delectation. buttonfinal [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/volumio-button-update.html">Volumio next button update</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>After a lot of tearing my hair out, I have now got a connection to the MPD server which doesn&#8217;t drop out and a stable, high quality music server pulling the music from my NAS &#8211; with a next button for the odd misstep on the playlist. Here is the code for your delectation.</p>
<p><a href="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/buttonfinal.txt">buttonfinal</a></p>
<p>Rename it to button.py and run it using python button.py. Check <a title="Raspberry Pi / Volumio Next song GPIO Button." href="http://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html">this post</a> for the build details.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/volumio-button-update.html">Volumio next button update</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/volumio-button-update.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspberry Pi / Volumio Next song GPIO Button.</title>
		<link>https://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html</link>
					<comments>https://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html#comments</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Fri, 02 May 2014 11:52:52 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=544</guid>

					<description><![CDATA[<p>I&#8217;ve been playing with the very excellent Volumio.  Having got it all up and running, with a Hifiberry DAC and an LCD from http://andypi.co.uk/?p=351 it was pretty good. However, Volumio only allows for one playlist and the occasional song I was not in the mood for crept in. So I wanted a skip to the next song [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html">Raspberry Pi / Volumio Next song GPIO Button.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been playing with the very excellent Volumio.  Having got it all up and running, with a <a href="http://www.hifiberry.com">Hifiberry DAC</a> and an LCD from http://andypi.co.uk/?p=351 it was pretty good. However, Volumio only allows for one playlist and the occasional song I was not in the mood for crept in.</p>
<p>So I wanted a skip to the next song button. Entirely possible with the Pi, and I found a guy who had done it &#8211; but his code wasn&#8217;t complete. Here are the full instructions:</p>
<p>Connect a switch to two spare gpio pins. I used GPIO 4 to ground.  <a href="http://raspberry.io/projects/view/reading-and-writing-from-gpio-ports-from-python/">This</a> was useful.</p>
<p><a href="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/GPIOs.png"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-546" alt="GPIOs" src="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/GPIOs-131x300.png" width="131" height="300" srcset="https://www.iknowthe.net/blog/wp-content/uploads/2014/05/GPIOs-131x300.png 131w, https://www.iknowthe.net/blog/wp-content/uploads/2014/05/GPIOs.png 254w" sizes="(max-width: 131px) 100vw, 131px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install python-dev python-pip<br />
sudo pip install &#8211;upgrade distribute<br />
sudo pip install ipython<br />
sudo pip install &#8211;upgrade RPi.GPIO</p>
<p>Then make a file &#8211; mine is called button py</p>
<p>nano button.py</p>
<p>This is the code</p>
<p>[code language=&#8221;python&#8221;]</p>
<p>TEST_MPD_HOST = &#8220;localhost&#8221;<br />
TEST_MPD_PORT = &#8220;6600&#8221;<br />
TEST_MPD_PASSWORD = &#8220;volumio&#8221; # password for Volumio / MPD</p>
<p># Connect with MPD<br />
client = mpd.MPDClient()<br />
connected = False<br />
while connected == False:<br />
connected = True<br />
try:<br />
client.connect(TEST_MPD_HOST, TEST_MPD_PORT)<br />
except SocketError as e:<br />
connected = False<br />
if connected == False:<br />
print &#8220;Couldn&#8217;t connect. Retrying&#8221;<br />
time.sleep(5)<br />
print(&#8220;Connected&#8221;)</p>
<p>while True:<br />
if (GPIO.input(buttonPinNext)): # Play the next song in this play list.<br />
print &#8220;Next track in play list&#8221;<br />
client.next()<br />
time.sleep(1)</p>
<p>[/code]</p>
<p>Ctrl x to save</p>
<p><a title="Download it here and change the extentio from txt to py" href="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/button.txt">Download it here and change the extentio from txt to py</a></p>
<p>Test the code:</p>
<p>python button.py</p>
<p>Make it run at boot &#8211; you need to edit /etc/rc.local (as root since this is the owner).</p>
<p><code>sudo nano /etc/rc.local</code></p>
<p>At the bottom, just above <code>exit 0</code> we’ll add a call to our script.</p>
<p><code>python /root/python.py</code></p>
<p>Ctrl x to save</p>
<p><span style="line-height: 1.5em;">Here is a rubbish picture of the finished article. </span></p>
<p><a style="line-height: 1.5em;" href="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/Tlk7K6K.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-545" alt="Tlk7K6K" src="http://www.iknowthe.net/blog/wp-content/uploads/2014/05/Tlk7K6K-300x225.jpg" width="300" height="225" srcset="https://www.iknowthe.net/blog/wp-content/uploads/2014/05/Tlk7K6K-300x225.jpg 300w, https://www.iknowthe.net/blog/wp-content/uploads/2014/05/Tlk7K6K-1024x768.jpg 1024w, https://www.iknowthe.net/blog/wp-content/uploads/2014/05/Tlk7K6K-900x675.jpg 900w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Disclaimer. This may not be the worlds best Python. Please let me know if I can improve it!</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html">Raspberry Pi / Volumio Next song GPIO Button.</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/raspberry-pi-volumio-song-gpio-button.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>25 years of the WWW</title>
		<link>https://www.iknowthe.net/blog/25-years-www.html</link>
					<comments>https://www.iknowthe.net/blog/25-years-www.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Wed, 12 Mar 2014 12:23:56 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=538</guid>

					<description><![CDATA[<p>25 years of the web today. From humble beginnings&#8230;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/25-years-www.html">25 years of the WWW</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="line-height: 1.5em;">25 years of the web today. From humble beginnings&#8230;</span></p>
<p><a href="http://www.iknowthe.net/blog/wp-content/uploads/2014/03/nextmachine.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-539" alt="nextmachine" src="http://www.iknowthe.net/blog/wp-content/uploads/2014/03/nextmachine-300x199.jpg" width="300" height="199" srcset="https://www.iknowthe.net/blog/wp-content/uploads/2014/03/nextmachine-300x199.jpg 300w, https://www.iknowthe.net/blog/wp-content/uploads/2014/03/nextmachine.jpg 561w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/25-years-www.html">25 years of the WWW</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/25-years-www.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Just a link</title>
		<link>https://www.iknowthe.net/blog/link-2.html</link>
					<comments>https://www.iknowthe.net/blog/link-2.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Thu, 28 Nov 2013 15:53:39 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=534</guid>

					<description><![CDATA[<p>Banbury Plant &#38; Skip Hire &#8211; new site</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/link-2.html">Just a link</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><a href="http://www.banburyplanthire.co.uk/">Banbury Plant &amp; Skip Hire</a> &#8211; new site</h3>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/link-2.html">Just a link</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/link-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Emma Kane speaking at the NEC</title>
		<link>https://www.iknowthe.net/blog/emma-kane-speaking-nec.html</link>
					<comments>https://www.iknowthe.net/blog/emma-kane-speaking-nec.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Thu, 31 Jan 2013 13:00:00 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=527</guid>

					<description><![CDATA[<p>I&#8217;ll be speaking at Spring Fair International at the NEC on Monday the 4th and Tuesday the 5th February. Come and say hi.</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/emma-kane-speaking-nec.html">Emma Kane speaking at the NEC</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ll be speaking at <a href="http://www.springfair.com/sfi/website/Home.aspx?refer=1&amp;id=mainLnk1">Spring Fair International</a> at the NEC on Monday the 4th and Tuesday the 5th February. Come and say hi.</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/emma-kane-speaking-nec.html">Emma Kane speaking at the NEC</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/emma-kane-speaking-nec.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Massive improvements for a client&#8217;s Ecommerce site</title>
		<link>https://www.iknowthe.net/blog/improve-ecommerce-site.html</link>
					<comments>https://www.iknowthe.net/blog/improve-ecommerce-site.html#respond</comments>
		
		<dc:creator><![CDATA[Emma Kane]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 10:59:09 +0000</pubDate>
				<category><![CDATA[Everything]]></category>
		<guid isPermaLink="false">http://www.iknowthe.net/blog/?p=520</guid>

					<description><![CDATA[<p>Here is a quick snapshot of the improvements I&#8217;ve made to a clients bottom line over the last six months&#8230;Contact me if you&#8217;d like me to do the same for you&#8230;</p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/improve-ecommerce-site.html">Massive improvements for a client&#8217;s Ecommerce site</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here is a quick snapshot of the improvements I&#8217;ve made to a clients bottom line over the last six months&#8230;<a title="Contact Emma Kane" href="http://www.iknowthe.net/contact.html">Contact me</a> if you&#8217;d like me to do the same for you&#8230;</p>
<p><a href="http://www.iknowthe.net/blog/improve-ecommerce-site.html/ecommerce-overview-google-analytics" rel="attachment wp-att-521"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-521" alt="Ecommerce Overview - Google Analytics" src="http://www.iknowthe.net/blog/wp-content/uploads/2012/12/Ecommerce-Overview-Google-Analytics-300x200.jpg" width="300" height="200" srcset="https://www.iknowthe.net/blog/wp-content/uploads/2012/12/Ecommerce-Overview-Google-Analytics-300x200.jpg 300w, https://www.iknowthe.net/blog/wp-content/uploads/2012/12/Ecommerce-Overview-Google-Analytics-1024x683.jpg 1024w, https://www.iknowthe.net/blog/wp-content/uploads/2012/12/Ecommerce-Overview-Google-Analytics.jpg 1828w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>The post <a rel="nofollow" href="https://www.iknowthe.net/blog/improve-ecommerce-site.html">Massive improvements for a client&#8217;s Ecommerce site</a> appeared first on <a rel="nofollow" href="https://www.iknowthe.net/blog">iknowthe.net | Internet and Ecommerce Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.iknowthe.net/blog/improve-ecommerce-site.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
