<?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>Jeepstone</title>
	<atom:link href="http://www.jeepstone.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeepstone.co.uk</link>
	<description>The home of Pete Jones</description>
	<lastBuildDate>Mon, 02 Aug 2010 11:12:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JShop Extend cart output using cartOutputExtras.php</title>
		<link>http://www.jeepstone.co.uk/2010/08/02/jshop-extend-cart-output-using-cartoutputextras-php/</link>
		<comments>http://www.jeepstone.co.uk/2010/08/02/jshop-extend-cart-output-using-cartoutputextras-php/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 11:12:23 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[jshop]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=147</guid>
		<description><![CDATA[Never realised that you could extend the output of the cart for other variables by just adding a cartOutputExtra.php file to your /routines. Nice!

Simple add this to /routines as a new file. This instance gets the current URL so that it can be used as {location.url} in your template.



]]></description>
			<content:encoded><![CDATA[<p>Never realised that you could extend the output of the cart for other variables by just adding a cartOutputExtra.php file to your /routines. Nice!</p>
<p><span id="more-147"></span></p>
<p>Simple add this to /routines as a new file. This instance gets the current URL so that it can be used as {location.url} in your template.</p>
<p><code><br />
<?php<br />
switch ($requiredVars[$z]) {<br />
  case "location":<br />
    if(!isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) != 'on'){<br />
        $http="http://";<br />
    }else{<br />
        $http="https://";<br />
    }<br />
    if(isset($_SERVER['SERVER_PORT']) &#038;&#038; $_SERVER['SERVER_PORT'] == "81") {<br />
    	$locationNow = $http . $_SERVER['SERVER_NAME'] .":" .  $_SERVER['SERVER_PORT'] .  $_SERVER['REQUEST_URI'];<br />
    } else {<br />
    	$locationNow = $http . $_SERVER['SERVER_NAME'] .  $_SERVER['REQUEST_URI'];<br />
    }<br />
    $tpl->addVariable("location",array("url"=>$locationNow));<br />
    break;<br />
}<br />
?><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2010/08/02/jshop-extend-cart-output-using-cartoutputextras-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTC Desire Current Location doesn&#8217;t show correct weather</title>
		<link>http://www.jeepstone.co.uk/2010/05/26/htc-desire-current-location-doesnt-show-correct-weather/</link>
		<comments>http://www.jeepstone.co.uk/2010/05/26/htc-desire-current-location-doesnt-show-correct-weather/#comments</comments>
		<pubDate>Wed, 26 May 2010 13:44:48 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[htc desire weather widget]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/2010/05/26/htc-desire-current-location-doesnt-show-correct-weather/</guid>
		<description><![CDATA[My HTC Desire is a great phone but doesn&#8217;t seem to show any weather when set to &#8216;current location&#8217;. I have GPS off normally, but it even fails if it&#8217;s on so something&#8217;s not quite right. I emailed HTC Support and got this response:
&#8220;Hi Pete, Thank you for your email regarding your Desire. This is [...]]]></description>
			<content:encoded><![CDATA[<p>My HTC Desire is a great phone but doesn&#8217;t seem to show any weather when set to &#8216;current location&#8217;. I have GPS off normally, but it even fails if it&#8217;s on so something&#8217;s not quite right. I emailed HTC Support and got this response:</p>
<p>&#8220;Hi Pete, Thank you for your email regarding your Desire. This is a known issue with the Device. You may wish to regularly check for OTA updates. There might be one released that resolves this issue. Can I suggest a suitable work around for the time being is to manually change the location settings each time you travel? Thank you for contacting HTC. If you have any further queries, please do not hesitate to contact me. With good wishes, Sam B HTC&#8221;</p>
<p>Setting it manually does indeed work, but it&#8217;s a bit of a pain if you move around as much as I do <img src='http://www.jeepstone.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2010/05/26/htc-desire-current-location-doesnt-show-correct-weather/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick redesign</title>
		<link>http://www.jeepstone.co.uk/2010/04/26/quick-redesign/</link>
		<comments>http://www.jeepstone.co.uk/2010/04/26/quick-redesign/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 12:43:48 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=138</guid>
		<description><![CDATA[I&#8217;m a frustrated (poor) designer, but it&#8217;s nice to play. In particular, I like playing with a bit of CSS3 so if you like that sort of thing, check this site out in Chrome/Safari/Opera. You should see a nice background gradient and (in Chrome/Safari) some CSS3 transforms at the bottom. Just playing of course, and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a frustrated (poor) designer, but it&#8217;s nice to play. In particular, I like playing with a bit of CSS3 so if you like that sort of thing, check this site out in Chrome/Safari/Opera. You should see a nice background gradient and (in Chrome/Safari) some CSS3 transforms at the bottom. Just playing of course, and I couldn&#8217;t guarantee what you&#8217;re seeing in IE6/7, but then again, is there much point in checking&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2010/04/26/quick-redesign/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>E-mail could not be sent in Joomla &#8216;Send to a friend&#8217; popup</title>
		<link>http://www.jeepstone.co.uk/2010/01/29/e-mail-could-not-be-sent-in-joomla-send-to-a-friend-popup/</link>
		<comments>http://www.jeepstone.co.uk/2010/01/29/e-mail-could-not-be-sent-in-joomla-send-to-a-friend-popup/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:13:58 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=135</guid>
		<description><![CDATA[I recently had a &#8216;bug&#8217; in Joomla where I&#8217;d get &#8220;E-mail could not be sent&#8221; when sending an article to a friend. The funny thing was, it had worked and I had mail in my inbox to prove it. I tried all the different mail settings and still had nothing. This was when I stumbled [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had a &#8216;bug&#8217; in Joomla where I&#8217;d get &#8220;E-mail could not be sent&#8221; when sending an article to a friend. The funny thing was, it had worked and I had mail in my inbox to prove it. I tried all the different mail settings and still had nothing. This was when I stumbled on the fact that to prevent spamming of the form, the page needs to wait for 20 seconds before being sent.</p>
<p><span id="more-135"></span></p>
<p>If you want to change this, open up Components > com_mailto > controller.php and right at the top you&#8217;ll have:</p>
<p><code><br />
define('MAILTO_TIMEOUT', 20);<br />
</code></p>
<p>You can change this (but leave your form open to spamming), or alternatively add in a better message to tell the user what is going on:</p>
<p><code><br />
JError::raiseNotice( 500, JText:: _ ('EMAIL_NOT_SENT' ));<br />
</code></p>
<p>change to</p>
<p><code><br />
JError::raiseNotice( 500, JText:: _ ('EMAIL_NOT_SENT_SPAMWAIT' ));<br />
</code></p>
<p>and then in your Languages > en_GB > enGB.com_mailto.ini, add in</p>
<p><code><br />
EMAIL_NOT_SENT_SPAMWAIT=To prevent this form being spammed you need to wait 20 seconds before you submit the form.<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2010/01/29/e-mail-could-not-be-sent-in-joomla-send-to-a-friend-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Click here if you don&#8217;t know what a link is</title>
		<link>http://www.jeepstone.co.uk/2009/12/23/click-here-if-you-dont-know-what-a-link-is/</link>
		<comments>http://www.jeepstone.co.uk/2009/12/23/click-here-if-you-dont-know-what-a-link-is/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 11:19:08 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=79</guid>
		<description><![CDATA[When the web was young and developers didn&#8217;t know better, everyone used the Click Here type link. You&#8217;d have pages where all of the links would be:
Click here to download our brand new software.
All of a sudden, the &#8216;Powers of Usability&#8217;, stated that links should link to what they are talking about, without becoming unusable. [...]]]></description>
			<content:encoded><![CDATA[<p>When the web was young and developers didn&#8217;t know better, everyone used the <a href="#">Click Here</a> type link. You&#8217;d have pages where all of the links would be:</p>
<blockquote><p><a href="#">Click here</a> to download our brand new software.</p></blockquote>
<p>All of a sudden, the &#8216;Powers of Usability&#8217;, stated that links should link to what they are talking about, without becoming unusable.<span id="more-79"></span> We&#8217;d start getting links like.</p>
<blockquote><p><a href="#">Download our brand new software</a>.</p></blockquote>
<p>Now this makes more sense to many developers, and Google loves it, but what about those people who don&#8217;t have a clue? Links can be styled in many ways: not underlined, overlined, pink, blue, black etc. Gone are the standards when all links were blue and underlined, and perhaps with the push to descriptive links, we&#8217;ve missed out a chunk of the audience that actually can&#8217;t tell what is a link.</p>
<h2>So what can we do?</h2>
<p>Well, Google often looks at links in your document, and pays the most attention to the first link (when all of the links point to the same place), which gives us something like:</p>
<blockquote><p><a href="#">Download our brand new software</a> by <a href="#">clicking here</a>.</p></blockquote>
<p>Is this more ugly? Possibly. Is it more hassle to maintain? Certainly. But is there a benefit to those users who still expect an obvious place to click? It would be interesting to see some stats on the above link as to which one more people actually clicked on. I would wager it&#8217;s the &#8216;click here&#8217;, rather than the &#8217;search engine&#8217; link.</p>
<p>What are your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/12/23/click-here-if-you-dont-know-what-a-link-is/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set file and directory permissions recursively for a website</title>
		<link>http://www.jeepstone.co.uk/2009/12/02/set-file-and-directory-permissions-recursively-for-a-website/</link>
		<comments>http://www.jeepstone.co.uk/2009/12/02/set-file-and-directory-permissions-recursively-for-a-website/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:25:18 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=110</guid>
		<description><![CDATA[Sometimes you just want a quick way to set your web files and your directories to the &#8217;standard&#8217; permissions required. Whilst each website requires different levels of access for different users, this is the bare minimum you should be doing.

You can do this using an FTP client like Filezilla but it can take a while [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you just want a quick way to set your web files and your directories to the &#8217;standard&#8217; permissions required. Whilst each website requires different levels of access for different users, this is the bare minimum you should be doing.</p>
<p><span id="more-110"></span></p>
<p>You can do this using an FTP client like <a href="http://filezilla-project.org/">Filezilla</a> but it can take a while for a big site. If you have access to the command prompt then you can navigate yourself to the relevant web folder and type:</p>
<pre class="brush: bash; light: true;">find -type d -exec chmod 755 {} \;
find -type f -exec chmod 644 {} \;
</pre>
<p>These standard permissions prevent your web files/directories being overwritten by all but the &#8216;Owner&#8217;. This is a standard setup for a Joomla site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/12/02/set-file-and-directory-permissions-recursively-for-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the generator meta tag from Joomla</title>
		<link>http://www.jeepstone.co.uk/2009/11/30/remove-the-generator-meta-tag-from-joomla/</link>
		<comments>http://www.jeepstone.co.uk/2009/11/30/remove-the-generator-meta-tag-from-joomla/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 13:07:32 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=105</guid>
		<description><![CDATA[Sometimes it&#8217;s good to keep the fact that you&#8217;re running a Joomla site secret. In particular, some hackers might search for the meta tag in your document header saying:
&#60;meta name="generator" content="Joomla! 1.5 - Open Source Content Management" /&#62;

This is easy to fix though, without having to hack the core Joomla code (as you should never [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes it&#8217;s good to keep the fact that you&#8217;re running a Joomla site secret. In particular, some hackers might search for the meta tag in your document header saying:<br />
<code>&lt;meta name="generator" content="Joomla! 1.5 - Open Source Content Management" /&gt;</code><br />
<span id="more-105"></span></p>
<p>This is easy to fix though, without having to hack the core Joomla code (as you should never do that should you?)</p>
<p>All you need to do is add the following line just after the call to insert the page header:</p>
<pre class="brush: php; light: true;">
&lt;jdoc:include type=&quot;head&quot; /&gt;;
&lt;?php $this-&gt;setGenerator('This site isn't written in Joomla - stop prying!'); ?&gt;;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/11/30/remove-the-generator-meta-tag-from-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 useful Joomla! components</title>
		<link>http://www.jeepstone.co.uk/2009/11/27/6-useful-joomla-components/</link>
		<comments>http://www.jeepstone.co.uk/2009/11/27/6-useful-joomla-components/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 16:04:23 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=101</guid>
		<description><![CDATA[I thought I&#8217;d put together a list of Joomla components and modules that I use on a regular basis or that I&#8217;ve had good experiences with. I&#8217;m not sponsored by any of these sites, nor have they asked me to post a review, this is just my own personal findings. I hope they help.

Image/Banner Rotation
For [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d put together a list of Joomla components and modules that I use on a regular basis or that I&#8217;ve had good experiences with. I&#8217;m not sponsored by any of these sites, nor have they asked me to post a review, this is just my own personal findings. I hope they help.</p>
<p><span id="more-101"></span></p>
<h2>Image/Banner Rotation</h2>
<p>For me, the generic way to put banners on a site, is with a little bit of cross-fading. To that effect, the <a href="http://www.joomlaworks.gr/content/view/40/42/"/>Simple Image Rotator</a> is perfect for this. Not only does it have a small filesize, it can also be incorporated into the existing Joomla banner component to rotate these from the off. It&#8217;s also free.</p>
<p>For more complex, article/image rotation I&#8217;m fond of <a href="http://www.joomlaworks.gr/content/view/24/42/">Frontpage slideshow</a> (same people as above). This comes with 5 or so templates, with nice rotation effects and the ability to put article content into the rotating banner. Styling is simple enough through the CSS and it&#8217;s easy to link to articles, menu items, or components. You have to pay for this one, but you do get what you pay for.</p>
<h2>Sitemaps and Analytics</h2>
<p>For every site I build I pop <a href="http://joomla.vargas.co.cr/"/>Xmap</a> this in the footer. Not only does it pop a simple HTML sitemap on your site (dynamically driven) but also a Google XML sitemap, which you can then publish in your Google Webmaster tools. Styling is easy and you can turn off the author signature. In addition, it comes with extensions for lots of different components to allow you to get your <a href="http://virtuemart.net/">Virtuemart products</a>, <a href="http://www.sigsiu.net/sobi2.html">SOBI items</a> and many more bits of content on the site and into Google.</p>
<p>For Google Analytics I just pop the code in my template &#8211; I don&#8217;t bother using a module. There are tons out there. Just make sure you get one with the latest Google tracking code in it.</p>
<h2>Joomla CCK (Content Construction Kit)</h2>
<p>For a long time, <a href="http://drupal.org">Drupal</a> had a big advantage over Joomla in that if you wanted to display a product catalog, or run a blog, or even just show some custom fields in Joomla, you really had to hack around. Drupal had the CCK, which allowed you to define your data and create pretty much any content you needed. With the advent of J1.5, several teams have come up with equivalents, but the best I&#8217;ve used so far is <a href="http://k2.joomlaworks.gr/">K2</a>. The user interface fits well within Joomla (unlike SOBI) and is a very natural extension. You can import your existing Joomla articles with one click. You can create many types of content: Dropdown lists, text, radio buttons etc and it also allows nested categories. Templating uses the simple Joomla template override method.</p>
<p>It&#8217;ll be interesting to see how Joomla 1.6 changes K2, but in the mean time, it&#8217;s a no-brainer.</p>
<h2>Menu Systems</h2>
<p>The Joomla 1.5 menu system is pretty decent, but sometimes, when you&#8217;re doing some hairy CSS, you need some extra control and that&#8217;s where <a href="http://de.siteof.de/extended-menu.html">Extended Menu</a>. It&#8217;s been around since J1.0 and it&#8217;s still as reliable as ever. If you need some CSS styling on your Joomla menu, it&#8217;s free and perfect for what you need.</p>
<h2>Translations</h2>
<p>It&#8217;s been <a href="http://www.joomfish.net/">Joomfish</a> as long as I can remember. It now comes with a really good set of plugins to allow decent URL rewriting to subdomains etc which is good if you&#8217;re <a href="/2009/11/27/seo-geo-location-domain-names-and-servers/">struggling with geo-location and Google</a>. The language packs are free to download (as is Joomfish itself). Perfect.</p>
<h2>Event Booking</h2>
<p>Sometimes you want to let people book attendance at an event (maybe even pay for it). <a href="http://www.appointmentbookingpro.com/">Appointment Booking Pro</a> allows you to setup a calendar with bookable resources. You can choose if people need to pay, how much and at what point they can book. You get a nice (if slightly poorly HTML-ed) calendar, which is AJAX driven and you can get people to pay with Paypal or Clickatell. It&#8217;s a paid for component, but when you think how long it would take to build, it&#8217;s a steal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/11/27/6-useful-joomla-components/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Samsung NC10 white screen of death and Samsung support</title>
		<link>http://www.jeepstone.co.uk/2009/11/27/samsung-nc10-white-screen-of-death-and-samsung-support/</link>
		<comments>http://www.jeepstone.co.uk/2009/11/27/samsung-nc10-white-screen-of-death-and-samsung-support/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:15:03 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[nc10]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[white screen]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=91</guid>
		<description><![CDATA[Recently, my lovely little Samsung NC10 had a white screen of death. You&#8217;d be sat there looking at it and the screen would go white. A quick flick of the screen panel would bring it back to life, but it was frustratingly intermittent.

As I was playing Travian most nights I didn&#8217;t want to surrender the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, my lovely little <a href="http://www.samsung.com/uk/consumer/pc-peripherals/notebook-computers/n-series/NP-NC10-KA02UK/index.idx?pagetype=prd_detail">Samsung NC10</a> had a white screen of death. You&#8217;d be sat there looking at it and the screen would go white. A quick flick of the screen panel would bring it back to life, but it was frustratingly intermittent.</p>
<p><span id="more-91"></span></p>
<p><img class="alignright size-full wp-image-95" title="Samsung NC10" src="http://www.jeepstone.co.uk/wp-content/uploads/2009/11/nc10.jpg" alt="Samsung NC10" width="226" height="185" />As I was playing <a href="http://www.travian.com">Travian</a> most nights I didn&#8217;t want to surrender the laptop until the game finished. I was still well within my 1 year warranty so I waited a little while then phoned Samsung Technical support.</p>
<h2>Monday Evening</h2>
<p>The guy I spoke to (Warren) was a pleasant chap (despite me phoning 5 minutes before the line closed for the evening) and after me describing the symptoms, he quickly diagnosed it and said he&#8217;d get someone to pick it up on Wednesday, explaining that they aim for turnaround within 3/5 days. Doubtful this was the case, I asked if I needed to pack it up properly. That wasn&#8217;t needed. &#8220;The driver will come with a bright pink flight case!&#8221;.</p>
<h2>Wednesday Lunchtime</h2>
<p>The delivery/pickup man arrived with the bright pink case and I said goodbye to the laptop, hoping we&#8217;d not be apart for too long.</p>
<h2>Friday Lunchtime</h2>
<p>The delivery man arrived, unpacked my laptop &#8211; all sorted. The repair was, as I suspected, a replacement motherboard to screen cable.</p>
<h2>Review</h2>
<p><img class="alignright size-full wp-image-93" title="Samsung - Great support" src="http://www.jeepstone.co.uk/wp-content/uploads/2009/11/samsunglogo.png" alt="Samsung - Great support" width="130" height="44" /></p>
<p>I was very impressed with <a href="http://www.samsung.com/us/support/main/supportMain.do">Samsung support</a> and despite they were fixing a broken product, they were quick, knowledgeable and friendly. Thanks very much!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/11/27/samsung-nc10-white-screen-of-death-and-samsung-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Geo-location, domain names and servers</title>
		<link>http://www.jeepstone.co.uk/2009/11/27/seo-geo-location-domain-names-and-servers/</link>
		<comments>http://www.jeepstone.co.uk/2009/11/27/seo-geo-location-domain-names-and-servers/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:02:07 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[geo-location]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tld]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=87</guid>
		<description><![CDATA[After a client queried the benefit of where the server is located in terms of SEO, I&#8217;ve done some research that I thought I&#8217;d share with you all.
The background to this is that the client wants to get into foreign markets (France, Germany, Italy). To do this they wish to create translations of their existing [...]]]></description>
			<content:encoded><![CDATA[<p>After a client queried the benefit of where the server is located in terms of SEO, I&#8217;ve done some research that I thought I&#8217;d share with you all.<span id="more-87"></span></p>
<p>The background to this is that the client wants to get into foreign markets (France, Germany, Italy). To do this they wish to create translations of their existing website. They have been advised that each website should have it&#8217;s own TLD (top level domain such as .fr, .uk, .de) and that the site should be hosted on a server in the relevant country.</p>
<p>This poses some immediate problems. Firstly, you need to have 4 separate hosting accounts, with 4 separate websites. This means you have 4 times the amount of work to maintain, which is not a good use of anyone&#8217;s time.</p>
<p>In general I&#8217;m talking about Google here, but I&#8217;m assuming that most SE&#8217;s work the same way. Google does indeed look at both the TLD and the IP of the website. The TLD will (should) take precedence over the IP. This makes sense if you think about it as many companies use cheap american hosting to host their UK websites. However, in the instance where you have a non-country specific TLD such as .net or .com, Google would look at the IP.</p>
<p>Thankfully in <a href="http://www.google.com/webmasters/tools">Google Webmaster tools</a> you can associate a .com/.net with a specific country. So you could have the following setup:</p>
<p>(also used on sites like Nike.com)<br />
http://www.client.com/fr associated with French content<br />
http://www.client.com/de associated with German content</p>
<p>to go one step further you could setup sub-domains</p>
<p>http://fr.client.com</p>
<p>http://de.client.com</p>
<p>To do this, you would need to add several entries to your Google Webmaster account, which is easier than setting up lots of sites/hosting etc.</p>
<p>Ultimately, you don&#8217;t specifically need 4 sites to run 4 different language versions, just a way of assigning the relevant content to the relevant search. It should also be noted that this only effects &#8217;show me search results only from the uk&#8217; searches. I&#8217;d reiterate that the most important thing for any of these sites is getting country specific inbound links. Without that you&#8217;ll get the same old problems.</p>
<h2>How do I implement this on a Joomla site?</h2>
<p>I&#8217;ll tell you in my next article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/11/27/seo-geo-location-domain-names-and-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
