<?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>bowdeni &#187; General</title>
	<atom:link href="http://bowdeni.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://bowdeni.com</link>
	<description>I like digital, dubstep and Newcastle FC</description>
	<lastBuildDate>Tue, 22 Nov 2011 21:52:49 +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>The History of F-Commerce</title>
		<link>http://bowdeni.com/the-history-of-f-commerce/449/</link>
		<comments>http://bowdeni.com/the-history-of-f-commerce/449/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 11:04:40 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=449</guid>
		<description><![CDATA[An infographic about F-Commerce]]></description>
			<content:encoded><![CDATA[<p><a href="http://f-commerce.co.uk"><img src="http://f-commerce.co.uk/embedinfographic.jpg" alt="The History of F-Commerce" border="0" /></a></p>
<p>An infographic about <a href="http://f-commerce.co.uk">F-Commerce</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/the-history-of-f-commerce/449/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an environment to code PHP</title>
		<link>http://bowdeni.com/setting-up-an-environment-to-code-php/312/</link>
		<comments>http://bowdeni.com/setting-up-an-environment-to-code-php/312/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 20:10:09 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=312</guid>
		<description><![CDATA[Had a very frustrating day as I&#8217;ve been trying to set up a local environment to code some PHP. I was using MAMP to make it quite simple. I could connect to the database on terminal but not by calling the mysqli_connect(). Adding these two lines of code helped find the problem: ini_set('display_errors', 1); error_reporting(E_ALL); When &#8230; <a href="http://bowdeni.com/setting-up-an-environment-to-code-php/312/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Had a very frustrating day as I&#8217;ve been trying to set up a local environment to code some PHP. I was using MAMP to make it quite simple. I could connect to the database on terminal but not by calling the mysqli_connect(). Adding these two lines of code helped find the problem:</p>
<p><code> ini_set('display_errors', 1);<br />
error_reporting(E_ALL);</code></p>
<p>When these two lines of code were added, I was able to see the following error message:</p>
<p><code>Warning: </code></p>
<p><code>mysqli_connect(): [2002] No such file or directory (trying to connect via unix:///var/mysql/mysql.sock) in /Library/WebServer/Documents/connect/index.php on line 6 Warning: mysqli_connect(): (HY000/2002): No such file or directory in /Library/WebServer/Documents/connect/index.php on line 6</code></p>
<p>I never really did find a fix, but I found a deeper problem. I was putting files in the localhost directory and they were being executed fine. However, I then realised that the environment MAMP had created was in fact accessible by including the port, i.e. localhost:8888/. Shutting down the apache and mysql server with MAMP, I loaded up my files in locahost and confirmed what I knew, something else was executing them. I must have some old legacy servers running in the background I figure. Either way, I gave up.</p>
<p>Got a shiny brand new Macbook Air. Within 5 minutes I was able to connect to mysql in both terminal and by calling mysqli_connect(). The default password is root for MAMP, so when you change it with the command</p>
<p><code>mysqladmin -u root -p password "newpassword"</code></p>
<p>Make sure that you update the new password in the two following locations</p>
<p>/Applications/MAMP/bin/phpmyadmin/config.inc.php (line86)</p>
<p>/Applications/MAMP/bin/mamp/index.php</p>
<p>If you don&#8217;t do the latter you&#8217;ll receive an error saying it can&#8217;t connect to the mysql database. All in all quite a frustrating experience today. I&#8217;d prefer to code on the iMac but ultimately the stress associated to have a &#8216;clean start&#8217; will be rather annoying.</p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/setting-up-an-environment-to-code-php/312/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RE: Is social media the future of SEO?</title>
		<link>http://bowdeni.com/re-is-social-media-the-future-of-seo/164/</link>
		<comments>http://bowdeni.com/re-is-social-media-the-future-of-seo/164/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 22:18:05 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=164</guid>
		<description><![CDATA[For a few months now I have been subscribed to Web Designer magazine, and generally it&#8217;s a good read. This current months issue was of great interest to me, covering jQuery, and an article titled &#8216;Is social media the future of SEO?&#8217;. As a SEO executive, it&#8217;s probable my view of the article is a &#8230; <a href="http://bowdeni.com/re-is-social-media-the-future-of-seo/164/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bowdeni.com/wp-content/uploads/2010/03/magazine.jpg"><img class="size-full wp-image-170 alignnone" title="magazine" src="http://bowdeni.com/wp-content/uploads/2010/03/magazine.jpg" alt="" width="194" height="250" /></a></p>
<p><a href="http://bowdeni.com/wp-content/uploads/2010/03/magazine.jpg"></a>For a few months now I have been subscribed to <a href="www.webdesignermag.co.uk" target="_self">Web Designer magazine</a>, and generally it&#8217;s a good read. This current months issue was of great interest to me, covering jQuery, and an article titled &#8216;Is social media the future of SEO?&#8217;.</p>
<p>As a SEO executive, it&#8217;s probable my view of the article is a little bias, however I felt the author got either a couple of points incorrect or didn&#8217;t clarify himself well. I&#8217;d like therefore to take the opportunity to give my thoughts on a couple of the points.</p>
<p>The author describes the rise in social media as having two key impacts where SEO is concerned. Firstly that users spend more time on these channels and attempting to follow the ambiguous logic of the author, is less likely to search for things using search engines? The second facet is that on Twitter and Facebook, users tend to distribute more material. This is true, however the author fails to speak of probably <em>the</em> biggest challenge social media presents to SEO.</p>
<p>With more discussion and sharing being conducted on social networks, and less blogs and general websites, Google will be more inclined to adopt social networks as reference points in the algorithm. Currently professionals use link building as a strong arm of SEO strategy but if the reference point weighting is to shift dramatically to social networks, where linking is more sporadic, organic and harder to replicate, then that does indeed represent a challenge to SEO.</p>
<p>After, when writing in regards to personalized search, the author states:</p>
<blockquote><p>How can the SEO of today deal with this? It simply can&#8217;t.</p></blockquote>
<p>Rejection of this argument is two fold. Firstly the notion of SEO as a marketing channel that comprises of a static, never changing strategy is nonsense. SEO has continuously changed in reaction to modifications to the Google algorithm, and the introduction of personalized search is no different. Indeed, SEO strategies have already been devised for people to lever personalized search to their advantage, for instance the encouragement of users to search brands.</p>
<p>Secondly the author&#8217;s perception of personalized search is overstated. Our tests of the change personalized search, and wider commentary provides evidence that the impact of preference of previous search behaviour affects rankings minimally. Even then it will be limited to previous markets that have been searched within. If someone decides to purchase a desktop computer, and hasn&#8217;t made any computer related in the past, how does Google personalize such results? Unless Google starts generating search results largely on preference, the current &#8216;traditional algorithm&#8217; will still be hugely influential.</p>
<p>It&#8217;s probably the complete rejection that SEO can&#8217;t react to personalized search that leaves the author open to criticism. I agree that personalized search does provide new challenges, but also provides new opportunities to gain competitive advantage. The conclusion of the article is good. SEO has to give consideration to social media, but the general theme that social media is increasing in importance at the expense of SEO, I believe in unfounded.</p>
<p>Oh, and the irony that I had to resort to social media in order bring this to the attention of the author is not lost on me. <img src='http://bowdeni.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/re-is-social-media-the-future-of-seo/164/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Campaign to include Mars drink in boots meal deal</title>
		<link>http://bowdeni.com/campaign-to-include-mars-drink-in-boots-meal-deal/118/</link>
		<comments>http://bowdeni.com/campaign-to-include-mars-drink-in-boots-meal-deal/118/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 13:12:00 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=118</guid>
		<description><![CDATA[I sent this email to Boots today. Dear Boots, I&#8217;m as big a fan of the Boots meal deal as anyone, but I feel as both a shareholder and a customer, that sustainable competitive advantage at a corporate level could be obtained by including Mars Drink in the Boots meal deal. May I remind your &#8230; <a href="http://bowdeni.com/campaign-to-include-mars-drink-in-boots-meal-deal/118/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.thefoodhall.es/images/mars_drink.jpg" alt="" width="181" height="181" />I sent this email to Boots today.</p>
<p><em>Dear Boots,</em></p>
<p><em>I&#8217;m as big a fan of the Boots meal deal as anyone, but I feel as both a shareholder and a customer, that sustainable competitive advantage at a corporate level could be obtained by including Mars Drink in the Boots meal deal.</em></p>
<p><em>May I remind your board of directors that they must act in the interest of shareholders, and the decision to include the Mars drink (preferably the thick variety) would deliver unprecedented added value.</em></p>
<p><em><span id="more-118"></span></em></p>
<p><em>I&#8217;m fully aware of the laws concerning insider trading, and accordingly I respect the fact you may not wish to disclose any decision made regarding my comment in the event stocks rise too sharply, given my current portfolio.</em></p>
<p><em>I look forward to your comments,</em></p>
<p><em>Regards,<br />
Ian</em></p>
<p>I&#8217;ll be updating my readers on the progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/campaign-to-include-mars-drink-in-boots-meal-deal/118/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning some CSS</title>
		<link>http://bowdeni.com/learning-some-css/85/</link>
		<comments>http://bowdeni.com/learning-some-css/85/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 16:03:51 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=85</guid>
		<description><![CDATA[One of the books that I received for Christmas was CSS: The Missing Manual. I did know some CSS and had built a 200 page medical website with CSS, but my knowledge of was rusty. This book is an excellent resource for CSS, whether you are learning it from scratch or already have a little &#8230; <a href="http://bowdeni.com/learning-some-css/85/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-86" title="41luBO3igkL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU02_" src="http://bowdeni.com/wp-content/uploads/2010/01/41luBO3igkL._BO2204203200_PIsitb-sticker-arrow-clickTopRight35-76_AA240_SH20_OU02_.jpg" alt="41luBO3igkL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU02_" width="240" height="240" />One of the books that I received for Christmas was <a href="http://www.amazon.co.uk/gp/product/0596802447?ie=UTF8&amp;tag=ianbow-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0596802447" target="_blank">CSS: The Missing Manual</a>. I did know some CSS and had built a 200 page medical website with CSS, but my knowledge of was rusty. This book is an excellent resource for CSS, whether you are learning it from scratch or already have a little bit of knowledge. </p>
<p>Working in search marketing, it&#8217;s my aim to become fluent in HTML/CSS. Having witnessed first hand the massive impact landing pages has on converting traffic, I&#8217;d like to be able to position myself to be able to create and amend client landing pages. Using Google optimiser tool, I&#8217;ll be able to split test different landing pages and not only deliver beautiful traffic, but also spoon feed them into making purchases <img src='http://bowdeni.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . </p>
<p>Knowledge in CSS will additionally be useful for my own projects that I&#8217;d like to develop, but I need a book for finding the time!</p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/learning-some-css/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A digital christmas</title>
		<link>http://bowdeni.com/a-digital-christmas/81/</link>
		<comments>http://bowdeni.com/a-digital-christmas/81/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 16:10:28 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=81</guid>
		<description><![CDATA[Good and bad news this christmas. Firstly the bad. I returned to my parent&#8217;s house for Christmas only to discover that they currently don&#8217;t have any Internet whatsoever. I managed to share my 3G internet connection on my Nokia N95 8GB via Bluetooth with my Macbook so at least I have some connection, albeit pinging servers at &#8230; <a href="http://bowdeni.com/a-digital-christmas/81/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-89" title="xmastree" src="http://bowdeni.com/wp-content/uploads/2009/12/xmastree.jpg" alt="xmastree" width="198" height="192" />Good and bad news this christmas. Firstly the bad. I returned to my parent&#8217;s house for Christmas only to discover that they currently don&#8217;t have any Internet whatsoever. I managed to share my 3G internet connection on my Nokia N95 8GB via Bluetooth with my Macbook so at least I have some connection, albeit pinging servers at over 300ms. </p>
<p>On the good news front, I&#8217;ve received plenty of techie books to keep me busy. For 2010, I&#8217;ve identified my skills in Excel, CSS and landing page optimization need to be improved. With the latter, we ran a competition on one of our sites in our portfolio, and we sent a huge amount of traffic to merchants, but it became quickly apparent that the quality of the landing page influenced whether we generated £10k in sales, or literally nothing at all. </p>
<p>My Excel book is probably large enough to kill someone with and has all the information to satisfy my knowledge for pivot tables. Over the forthcoming week, I&#8217;ll be cracking into that and my book on CSS. If I am to work on creating landing pages for clients, then knowledge of CSS will be critical. It&#8217;ll be helpful for my sites in my personal portfolio. Another book I need to buy in the new year is one on analytics, but I&#8217;ve got plenty of reading for now!</p>
<p>No pictures on this post. Not until I have a Broadband connection again!</p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/a-digital-christmas/81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google real time search</title>
		<link>http://bowdeni.com/google-real-time-search/76/</link>
		<comments>http://bowdeni.com/google-real-time-search/76/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 15:49:54 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=76</guid>
		<description><![CDATA[This screen grab of a search I did is testament to Google&#8217;s new real time search results working]]></description>
			<content:encoded><![CDATA[<p>This screen grab of a search I did is testament to Google&#8217;s new real time search results working <img src='http://bowdeni.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-77" title="googlesearch" src="http://bowdeni.com/wp-content/uploads/2009/12/googlesearch.jpg" alt="googlesearch" width="490" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/google-real-time-search/76/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little introduction</title>
		<link>http://bowdeni.com/a-little-introduction/8/</link>
		<comments>http://bowdeni.com/a-little-introduction/8/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:18:10 +0000</pubDate>
		<dc:creator>bowdeni</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[junior seo]]></category>
		<category><![CDATA[royal holloway]]></category>

		<guid isPermaLink="false">http://bowdeni.com/?p=8</guid>
		<description><![CDATA[After a couple of days hunting, I&#8217;ve finally settled on a WordPress theme for my blog and accordingly now seems as good as time as any to introduce myself. In September 2009, after two business degrees I figured my time at university should come to an end and I should start contributing to UK GDP. &#8230; <a href="http://bowdeni.com/a-little-introduction/8/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_26" class="wp-caption alignleft" style="width: 290px"><img class="size-full wp-image-26" title="royalholloway" src="http://bowdeni.com/wp-content/uploads/2009/11/royalholloway.jpg" alt="Farewell Royal Holloway, time to start the working life" width="280" height="210" /><p class="wp-caption-text">Farewell Royal Holloway</p></div>
<p>After a couple of days hunting, I&#8217;ve finally settled on a WordPress theme for my blog and accordingly now seems as good as time as any to introduce myself. In September 2009, after two business degrees I figured my time at university should come to an end and I should start contributing to UK GDP.</p>
<p>Just two weeks after completing my MA in European Business at Royal Holloway, I was very fortunate to get a job. With my academic background I could have taken the path of a management graduate scheme, but rather I&#8217;ve decided to start a career in digital marketing. I love it too much.</p>
<p>Digital marketing isn&#8217;t something covered a lot (if at all) at university in neither my marketing or advertising modules, so the learning curve can be steep. I could quite happily give a 30 minute presentation on the democratic deficit at the heart of the EU institutions, or the impact of institutional shareholding on different models of capitalism across the EU, but to ask me to give a 30 minute presentation on link building would present a challenge.</p>
<p>That&#8217;s why I&#8217;m working my way up from the bottom. Digital marketing is a passion for me, and knowing SEO well is  going to be an essential skill in my career. So let the fun begin.</p>
]]></content:encoded>
			<wfw:commentRss>http://bowdeni.com/a-little-introduction/8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

