<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Cenix Web Design</title>
	
	<link>http://cenix.co.uk</link>
	<description>We Make Awesome Websites!</description>
	<lastBuildDate>Fri, 24 Jun 2011 12:24:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CenixWebDesign" /><feedburner:info uri="cenixwebdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Three articles on improving your website</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/yOhbuZlytEM/</link>
		<comments>http://cenix.co.uk/three-articles-on-improving-your-website/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:54:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=956</guid>
		<description><![CDATA[I've spotted these three articles on Mashable recently, which I think go together rather well. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spotted these three articles on Mashable recently, which I think go together rather well. Enjoy!<br />
</p>
<h4>Create your own Facebook page</h4>
<p>Social media marketing is a fantastic tool which every business should be taking advantage of. It allows a company to build an interactive online presence, completely free of charge!</p>
<blockquote><p>
&#8220;There are 500 million active users on Facebook — it’s about time you get in on the action and start a Facebook Page for your business. After all, the best marketing reaches out to consumers where they already are, and people spend more than 700 billion hours a month on the site. Exposure to that many eyeballs could translate to a lot of business for your company.&#8221;
</p></blockquote>
<p>Not a techie? That’s not a problem — the process isn’t too technical. <a href="http://on.mash.to/kVO60Q" target="blank">Here’s a step-by-step guide to help you initiate your Facebook marketing campaign</a>.<br />
</p>
<h4>Get Started With Google Analytics</h4>
<p>From small personal websites to those of large corporations, it is vital that we monitor performance and effectiveness. Google Analytics is a free solution which will do everything you&#8217;ve ever dreamed of when it comes to an analytics application!</p>
<blockquote><p>
&#8220;There are millions of websites out there, and tracking how people are getting to your site and what’s performing well is a must for being competitive in the online market. Google Analytics makes it easy for anyone managing a site to track and analyze this data. It’s a powerful, free tool that can answer a variety of questions for a wide range of users. Wondering which keywords resonate with visitors? Need insight on what design elements might be turning people away?&#8221;
</p></blockquote>
<p><a href="http://on.mash.to/kxKFc4" target="blank">Dive head first in to this article here</a>!<br />
</p>
<h4>5 Strategies for Maximizing Your Website’s Conversion Rate</h4>
<p>As companies turn to social media giants like Facebook and Twitter to drive traffic and gain new customers, there is a growing risk that the website — one of the most powerful sales and marketing tools — will be overlooked.</p>
<blockquote><p>
&#8220;It is important for every consumer-facing enterprise to seek out new prospects and drive additional traffic via all available social media channels. Yet too many companies still neglect some basic strategies that could maximize conversion rates for the traffic they already have.&#8221;
</p></blockquote>
<p>This article is written by David Brussin, the Founder and CEO of Monetate. <a href="http://on.mash.to/mn78k0" target="blank">Check it out here</a>.<br />
<br />
I hope you&#8217;ve found this interesting. If you spot another article which is relevant, drop a link in a comment below!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/yOhbuZlytEM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/three-articles-on-improving-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/three-articles-on-improving-your-website/</feedburner:origLink></item>
		<item>
		<title>Change Apache’s document root to make developing locally easier</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/gbgDjrrc4nw/</link>
		<comments>http://cenix.co.uk/change-apaches-document-root-to-make-developing-locally-easier/#comments</comments>
		<pubDate>Thu, 19 May 2011 14:43:50 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=935</guid>
		<description><![CDATA[You want to make a local copy of a website so you can work on it without breaking the live site, but there is so much to do just to get it working. You have to download all the files, set up the database, change configuration files to use your...]]></description>
			<content:encoded><![CDATA[<p>You want to make a local copy of a website so you can work on it without breaking the live site, but there is so much to do just to get it working. You have to download all the files, set up the database, change configuration files to use your local mysql login details and then the bit that can be hair-pulling frustrating: making sure all the assets (css, js, images etc.) are being pointed to correctly. What you often end up with is a bare looking site missing all its styles and images. This makes developing a pain.</p>
<p>The problem arises in the difference between our live server&#8217;s and our local server&#8217;s directory structure. Chances are you have placed all the files in a sub-directory within your Apache document root. Yet on your live server the files are probably all placed in the document root. This makes setting paths easier, you can often simply use &#8220;../&#8221; to point to the root directory. On your local copy, this means it&#8217;s looking above the project folder in the directory tree.</p>
<p>Now the normal fix, and the one I&#8217;ve used personally for a long time, has been to go through the website files and modify everything to work. And of course modify it all back again when I put it live. There&#8217;s just so many chances to make mistakes and break something.</p>
<p>A better solution is to open your <em>httpd.conf</em> file and modify your document root. I use XAMPP, and all I have to do is open up {xampp install dir}<em>/apache/conf/httpd.conf </em>and modify a couple of lines. In my <em>httpd.conf</em> the line numbers are the ones listed below, but they may be different for you. Just look for the &#8220;DocumentRoot&#8221; and &#8220;&lt;Directory &#8221; parts.</p>
<p><strong>Line 183:</strong></p>
<pre class="brush: jscript;">
DocumentRoot &quot;E:/xampp/htdocs&quot;
  to
DocumentRoot &quot;E:/xampp/htdocs/subdirectory&quot;
</pre>
<p><strong>Line 210:</strong></p>
<pre class="brush: jscript;">
&lt;Directory &quot;E:/xampp/htdocs&quot;&gt;
  to
&lt;Directory &quot;E:/xampp/htdocs/subdirectory&quot;&gt;
</pre>
<p>When you&#8217;re done, simply restart Apache and point your browser to <em>http://localhost/ </em>to be redirected to what was previously <em>http://localhost/subdirectory</em>. Simply edit your <em>httpd.conf </em>again to reverse the change.</p>
<p>Hope you find this useful and if you have a different method please leave a comment.</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/gbgDjrrc4nw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/change-apaches-document-root-to-make-developing-locally-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/change-apaches-document-root-to-make-developing-locally-easier/</feedburner:origLink></item>
		<item>
		<title>Bing’s getting cozy with Facebook</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/4VYCUEDNabc/</link>
		<comments>http://cenix.co.uk/bings-getting-cozy-with-facebook/#comments</comments>
		<pubDate>Tue, 17 May 2011 11:22:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=909</guid>
		<description><![CDATA[Bing has added to its list of Facebook features, it seems we are going to see quite a lot of Facebook in our Bing search results. Should this be the case?]]></description>
			<content:encoded><![CDATA[<p>Bing has added to its list of Facebook features, the first of which appeared last year. But now we are going to see quite a lot of Facebook in our search results. Should this be the case? Should Google follow the personalised search results idea? And the ultimate question, will it be enough to make us switch from our beloved Google? Maybe it will, maybe not, but here&#8217;s our opinion!</p>
<p>So firstly we&#8217;ll run you through the new features:</p>
<h4>Likes now affect search rankings</h4>
<p>Well for us this is the most important change, certainly an SEO change which will have an effect upon many websites. Those with popular content such as blogs are more likely to be shown above competitors, irrespective of their optimisation for search engines.</p>
<h4>Facebook pages integration</h4>
<p>If your search result doesn&#8217;t have any likes from your friends but does have a Facebook page, its recent Facebook status updates may appear in your search results.</p>
<h4>Highlights content liked by your friends</h4>
<p>If your search result is an online blog, all articles which your friends have liked will be displayed below the result. You will be shown the article thumbnail and title. We listen our friends far more than a search engine, as they are real people that we trust. This feature is certainly an interesting one Bing..</p>
<h4>Bing&#8217;s new toolbar</h4>
<p>We found this quite a surprising feature. Bing&#8217;s new toolbar will allow you to like any online content, irrespective of whether it has a Facebook like button.</p>
<h4>More advanced people search</h4>
<p>Bing&#8217;s previous Facebook people search allowed you to search a friends name and they would appear in your results. This has been improved by allowing you to search for information related to your friends. For example if you search for something including &#8216;Lancaster&#8217;, Bing will show you which of your friends actually live there so you can ask them. We think this is a great usability feature Bing, well done!</p>
<h4>Sharing options</h4>
<p>According to Bing, 90% of us consult our friends and family on many decisions, known as the &#8216;Friend effect&#8217;. So to make this process faster, Bing has brought us more sharing options, allowing you to post things to your wall with ease.</p>
<p>You can <a href="http://binged.it/kJ6X7T" target="blank">read more about these features over on Bing&#8217;s blog</a></p>
<h3>Our opinion</h3>
<p>We like the way Bing is going with it&#8217;s personalised search results. This is possibly the way search results should be with the amount of personal details we list online. Whether we like it or not (no pun intended!) Facebook is becoming a large part of our online lifestyle&#8217;s. We&#8217;re certainly interested to see if these changes will convert some any of Google&#8217;s fans. We believe that the success is dependant on how Bing markets these changes. For us though&#8230; we wont be switching.</p>
<h4>Let us know what you think!</h4>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/4VYCUEDNabc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/bings-getting-cozy-with-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/bings-getting-cozy-with-facebook/</feedburner:origLink></item>
		<item>
		<title>Discount Inks</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/sAQ1YIK5Hx8/</link>
		<comments>http://cenix.co.uk/discount-inks-e-commerce-epson-ink-cartridges/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 19:52:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=894</guid>
		<description><![CDATA[We have (well, had) a distinct lack of e-commerce sites in our portfolio. Faced with the dilemma of &#8220;How do we sell e-commerce websites, without having any e-commerce websites to show off?&#8221; I decided to set up: So now we have an e-commerce site to show off with and sell...]]></description>
			<content:encoded><![CDATA[<p>We have (well, had) a distinct lack of e-commerce sites in our portfolio. Faced with the dilemma of <em>&#8220;How do we sell e-commerce websites, without having any e-commerce websites to show off?&#8221;</em> I decided to set up:</p>
<p><a href="http://discountinks.net"><img class="alignnone size-full wp-image-902" title="Discount Inks" src="http://cenix.co.uk/wp-content/uploads/2011/04/flyer.png" alt="Discount Inks Logo" width="332" height="35" /></a></p>
<p>So now we have an e-commerce site to show off with and sell ink cartridges. I&#8217;ll be putting it in our portfolio as soon as I find a spare minute.</p>
<h3>About Discount Inks</h3>
<p>Here&#8217;s a bit about Discount Inks taken from the <a href="http://discountinks.net">home page</a>:</p>
<blockquote><p>Epson compatible ink cartridges at very affordable prices. Based in Lancaster, UK. No need to worry about last-moment tagged on extra postage or packaging costs, and VAT is already included on all products. Postage is and will always be free!</p></blockquote>
<h3>Discounts via Twitter</h3>
<p>We&#8217;re selling cartridges at £1.99 each, and £5.99 for a standard set, and we&#8217;re going to start tweeting out coupon codes on twitter for even cheaper prices. Follow <a href="http://twitter.com/discountinks">@discountinks</a> on twitter to receive the latest coupon codes. We&#8217;re kicking it off with a <a href="http://twitter.com/#!/discountinks/status/62242070630383617">coupon code for<strong> 15% off</strong>!</a></p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/sAQ1YIK5Hx8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/discount-inks-e-commerce-epson-ink-cartridges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/discount-inks-e-commerce-epson-ink-cartridges/</feedburner:origLink></item>
		<item>
		<title>Stay in the loop!</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/NUfxWyMkCp0/</link>
		<comments>http://cenix.co.uk/stay-in-the-loop/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 10:45:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=870</guid>
		<description><![CDATA[While we're good at utilising the latest trends when it comes to web fashion, today I'm revealing a few of our favourite sources on how to remain up-to-date when it comes to Tech News!]]></description>
			<content:encoded><![CDATA[<p>Ever arrive at work 10 minutes early just so you can get a brew, check your email and check the news? Well today I&#8217;m sharing some of my favourite sources when it comes to Tech News:</p>
<ol>
<li><a href="http://www.theregister.co.uk/" target="_blank">The Register</a> is great for scanning lots of stories quickly. Tiled headlines, lots of choice, it&#8217;s great! This has to be my personal favourite!</li>
<li><a href="http://www.bbc.co.uk/news/technology/" target="_blank">BBC Technology</a> usually contains news about the big players in the internet field like Microsoft and Google. Sometimes it yields an interesting story and is certainly worth checking if you&#8217;re looking for some big news.</li>
<li><a href="http://news.cnet.com/" target="_blank">CNET News</a> is an interesting one. It contains stories of mixed focuses, whether it&#8217;s the latest gadgets, OS or websites. Definitely worth a check in the mornings!</li>
<li><a href="http://news.google.com/?ned=us&#038;topic=t" target="_blank">Google News</a> has a technology section which is worth a read. It&#8217;s a compilation feed, so it pulls in Tech News from various different websites. Worth a quick read.</li>
</ol>
<p>
Prefer your own sources? Let us know below!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/NUfxWyMkCp0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/stay-in-the-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/stay-in-the-loop/</feedburner:origLink></item>
		<item>
		<title>Check your website stats with cPanel</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/BGZ7blVHvlk/</link>
		<comments>http://cenix.co.uk/check-your-website-stats-with-cpanel/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 13:49:10 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=851</guid>
		<description><![CDATA[Tried advertising your site recently? Want to know whether its paying off? Well learn how to check your stats using cPanel.]]></description>
			<content:encoded><![CDATA[<p>Your control panel is the way to manage your hosting, whether you want to manage email accounts or change your password. Today we&#8217;re looking into checking your site&#8217;s performance.</p>
<ol>
<li>Go to http://yourdomain/cpanel (e.g. <a href="http://cenix.co.uk/cpanel" target="_blank">http://cenix.co.uk/cpanel</a>). You will be prompted with a login page.</li>
<li>Enter your username and password. If you are unsure of these then please <a href="http://cenix.co.uk/contact-us" target="_blank">get in touch.</a></li>
<li>Once loaded, you will see various groups of icons. Scroll down to the fourth set, and select &#8220;Awstats&#8221;.</li>
<li>You should see all of your domain names listed in a table. Select the main one (e.g. cenix.co.uk).</li>
<li>Click the view button.</li>
<li>Detailed statistics will be displayed. Take note of the number of visitors, unique visitors and pages viewed. However if you have 5 minutes free one evening, why not read through the whole page? You&#8217;ll find interesting information like how long your visitors spend on the site, the most popular hours in the day and the keywords used to find your site in search engines.</li>
</ol>
<p>For more information about how to use cPanel, <a href="http://cenix.co.uk/contact-us">feel free to ask</a>.</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/BGZ7blVHvlk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/check-your-website-stats-with-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/check-your-website-stats-with-cpanel/</feedburner:origLink></item>
		<item>
		<title>Feed the Hungry, for Free!</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/pDJVzKn1HyU/</link>
		<comments>http://cenix.co.uk/feed-the-hungry-for-free/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 23:00:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=724</guid>
		<description><![CDATA[We're moving a bit off-topic this week, with an opportunity for you to think about those in on a different continent! Have a go now, and earn Free Rice for the third world.]]></description>
			<content:encoded><![CDATA[<p>OK so this is simple. You choose a subject and are asked questions on it. For each answer you get right, 10 grains of rice are donated to the United Nations World Food Program!</p>
<p><a href="http://www.freerice.com/" target="blank">Have a go here</a></p>
<p>You can publish your scores to Facebook or Twitter by using <a href="http://beta.freerice.com/" target="_blank">Free Rice 2.0</a>. And don&#8217;t forget to let us know how you get on below!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/pDJVzKn1HyU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/feed-the-hungry-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/feed-the-hungry-for-free/</feedburner:origLink></item>
		<item>
		<title>How to use I’m Feeling Lucky directly from Google Chrome’s search bar</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/4TzocprwFf0/</link>
		<comments>http://cenix.co.uk/im-feeling-lucky-google-chrome-shortcut/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 00:06:32 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=688</guid>
		<description><![CDATA[This is a really quick tip that solved a problem I was having. I, like many people, Google everything. Everything! Sometimes I&#8217;m sure the top result will suffice, so I hit I&#8217;m Feeling Lucky to save precious nano-seconds. I&#8217;ve taken to using Google Chrome for my day-to-day browsing, and find...]]></description>
			<content:encoded><![CDATA[<p>This is a really quick tip that solved a problem I was having. I, like many people, Google everything. <em>Everything!</em> Sometimes I&#8217;m sure the top result will suffice, so I hit I&#8217;m Feeling Lucky to save precious nano-seconds. I&#8217;ve taken to using Google Chrome for my day-to-day browsing, and find myself never needing to use the Google home page any more thanks to its intuitive address bar that handles URLs, history and searching, and even provides suggested search results, just like the Google home page. The one thing the Google home page has that Chrome&#8217;s search bar doesn&#8217;t? I&#8217;m Feeling Lucky.</p>
<p>Well thanks to this poster (<a href="http://www.google.com/support/forum/p/Chrome/thread?tid=750d52d4e1a2a835&amp;hl=en#fid_750d52d4e1a2a83500047ea1dc5797e3">http://www.google.com/support/forum/p/Chrome/thread?tid=750d52d4e1a2a835&amp;hl=en#fid_750d52d4e1a2a83500047ea1dc5797e3</a>) I now can! And I wanted to share this handy little tip with more people.</p>
<p><a href="http://cenix.co.uk/wp-content/uploads/2010/08/edit-search-engines-chrome.png"><img class="alignnone size-full wp-image-709" title="Add new search engines in Google Chrome" src="http://cenix.co.uk/wp-content/uploads/2010/08/edit-search-engines-chrome.png" alt="Add new search engines in Google Chrome" width="342" height="213" /></a></p>
<p>Simply open up chrome and go to <strong>Options, </strong>then under the <strong>Basics</strong> tab click <strong>Manage</strong> under the <strong>Default search</strong> section. Click <strong>Add</strong> to open the Add Search Engine window. Then type in the <strong>Name</strong> (I&#8217;m Feeling Lucky or whatever you like), set a shortcut key in the <strong>Keyword</strong> field (I use &#8220;<strong>\</strong>&#8220;<strong> </strong>for convenience) and paste this into the <strong>URL</strong> field:</p>
<pre class="brush: xml;">﻿{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&amp;ie={inputEncoding}&amp;q=%s&amp;btnI</pre>
<p>And<strong> TAH-DAH!</strong> From now on, just hit your shortcut key and you&#8217;ll be able to search like this:</p>
<pre><a href="http://cenix.co.uk/wp-content/uploads/2010/08/im-feeling-lucky-chrome.png"><img class="alignnone size-full wp-image-701" title="I'm Feeling Lucky in Google Chrome" src="http://cenix.co.uk/wp-content/uploads/2010/08/im-feeling-lucky-chrome.png" alt="I'm Feeling Lucky in Google Chrome" width="620" height="417" /></a></pre>
<p>Note that this cool custom search engine also supports Suggested Results! That&#8217;s the bit I was really impressed with, and made me want to share this tip. Now go and enjoy your marginally faster searching!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/4TzocprwFf0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/im-feeling-lucky-google-chrome-shortcut/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/im-feeling-lucky-google-chrome-shortcut/</feedburner:origLink></item>
		<item>
		<title>5 Simple SEO Tips to boost your Blog</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/O4Xbu2b8bR8/</link>
		<comments>http://cenix.co.uk/5-simple-seo-tips-to-boost-your-blog/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:55:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=666</guid>
		<description><![CDATA[A blog can be time consuming, though very rewarding in return. In order to be as effective as possible, why not try out these five top tips to get your articles on that all important first page of Google!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy to spend hours browsing the internet, trying to pick up cool SEO tips someone may not have thought of. Well thats fine, but here are 5 simple top tips that you may have overlooked.</p>
<ol>
<li>The number one piece of advice anyone can give you is to keep your blog up to date! A stagnant blog which hasn&#8217;t been updated since February of last year probably won’t be useful to anyone. An entry every week or two will work wonders for search engines, they can&#8217;t seem to get enough of that fresh content!</li>
<li>Make it interesting! Will it add value to your site? Will people actually find it interesting or useful? If the answer to either question is no, then don&#8217;t waste your time. Instead, think of something which is going to be interesting to your target users.</li>
<li>It&#8217;s all good and well writing some kick ass blog posts which should generate lots of quality traffic, however what&#8217;s the point if your blog isn&#8217;t robot friendly? Ensure you have a tidy link structure – main navigation, sub-navigation, content. Simple right? Well don&#8217;t complicate things then!</li>
<li>Use catagories in your blog. You need to make browsing through articles as simple as possible for the user. So what better than to utilize tags? They only need view what is relevant to them. You can also take advantage of an archieve function to aid those who only wish to view recent posts.</li>
<li>Stick to the point. An article which covers various topics is useless for SEO. If its about wireless adapters, talk about wireless adapters, not how bad your ISP is! You can also check that your article&#8217;s URL contains the keyword you are attempting to optimise for. For example if we had an article about Cenix being awesome, our URL could be &#8216;http://cenix.co.uk/how-awesome-are-we/&#8217;.</li>
</ol>
<p>Good luck optimising!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/O4Xbu2b8bR8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/5-simple-seo-tips-to-boost-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/5-simple-seo-tips-to-boost-your-blog/</feedburner:origLink></item>
		<item>
		<title>Awesome Web Mail</title>
		<link>http://feedproxy.google.com/~r/CenixWebDesign/~3/1kR7WIIomrY/</link>
		<comments>http://cenix.co.uk/awesome-web-mail/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 11:10:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cenix.co.uk/?p=662</guid>
		<description><![CDATA[We’re proud to launch our first web app: <strong>Awesome Web Mail</strong>! If you’re a Cenix Web Design customer, this neat little tool lets you log in and view your emails in the web browser.]]></description>
			<content:encoded><![CDATA[<p>Several of our clients have enquired about whether they can check their email while they&#8217;re away from their normal computer. Well now you can thanks to our new web app, <strong>Awesome Web Mail</strong>!</p>
<p>We want your opinion. <a href="http://cenix.co.uk/awesome-web-mail-login">Sign in here</a> using your email and password, give it a go and let us know what you think by leaving a comment below!</p>
<img src="http://feeds.feedburner.com/~r/CenixWebDesign/~4/1kR7WIIomrY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cenix.co.uk/awesome-web-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cenix.co.uk/awesome-web-mail/</feedburner:origLink></item>
	</channel>
</rss>
