<?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 &#187; Joomla</title>
	<atom:link href="http://www.jeepstone.co.uk/category/joomla/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>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>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>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>
		<item>
		<title>Websites built using Joomla</title>
		<link>http://www.jeepstone.co.uk/2009/06/05/websites-built-using-joomla/</link>
		<comments>http://www.jeepstone.co.uk/2009/06/05/websites-built-using-joomla/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:53:28 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=72</guid>
		<description><![CDATA[One of the things I&#8217;ve been hunting for is a list of &#8216;big name&#8217; sites that are built in Joomla. However, before I give you my list I need to caveat this. The reason I&#8217;ve put this list together is that a client has recently questioned &#8220;Why are you using Joomla?&#8221;, and this list is [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I&#8217;ve been hunting for is a list of &#8216;big name&#8217; sites that are built in Joomla. However, before I give you my list I need to caveat this. The reason I&#8217;ve put this list together is that a client has recently questioned &#8220;Why are you using Joomla?&#8221;, and this list is <strong>not</strong> the answer to his question.</p>
<p><span id="more-72"></span>
<p>However, sometimes it can be useful to show that what you are doing has been done by other people. For instance, &#8220;Why have you built my community site in Joomla?&#8221;, &#8220;Well, because these sites are also community sites built in Joomla and they work very well&#8221;.</p>
<p>Ultimately, just using Joomla because everyone else is using it, isn&#8217;t the best way to make your decision. It needs to be based on the requirements of the client and the suitability of the platform. However, if you do get into a &#8220;My CMS pisses higher than yours!&#8221;, this list might help.</p>
<ul>
<li><a href="http://www.linux.com/">Linux.com</a> &#8211; The main Linux site</li>
<li><a href="http://www.porsche.com.br/">Brazilian Porsche</a> &#8211; A localised Porsche site</li>
<li><a href="http://www.fitnessfirst.de/">Fitness First German</a> &#8211; The localised Fitness First site</li>
<li><a href="http://www.unric.org/">United Nations</a> &#8211; The United Nations Regional Information Centre</li>
<li><a href="http://www.danone.co.uk">Danone</a> &#8211; &#8220;mmmmm Danone&#8221; of useless gut yogurt fame</li>
<li><a href="http://www.itwire.com/">IT Wire</a> &#8211; IT news portal</li>
<li><a href="http://www.quizilla.com">Quizilla</a> &#8211; An MTV quiz site</li>
<li><a href="http://catherinetate.co.uk/">Catherine Tate</a> &#8211; Britain&#8217;s most hilarious woman(!)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/06/05/websites-built-using-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open content in a modal pop-up in Joomla</title>
		<link>http://www.jeepstone.co.uk/2009/03/06/open-content-in-a-modal-pop-up-in-joomla/</link>
		<comments>http://www.jeepstone.co.uk/2009/03/06/open-content-in-a-modal-pop-up-in-joomla/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 11:31:22 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[pop-up]]></category>

		<guid isPermaLink="false">http://www.jeepstone.co.uk/?p=60</guid>
		<description><![CDATA[Have you ever wondered how to open an image or a Joomla page in a modal popup (one of those where the page background dims and a new page loads in front)?
To open a modal popup, you need to firstly ensure that you have the right bit of javascript loaded in the page. To do [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to open an image or a Joomla page in a modal popup (one of those where the page background dims and a new page loads in front)?<span id="more-60"></span></p>
<p>To open a modal popup, you need to firstly ensure that you have the right bit of javascript loaded in the page. To do this, open your template and place the following line in the &lt;head&gt;</p>
<p><code><span style="font-family: Century Gothic; color: #000080;">JHTML::_('behavior.modal');</span></code></p>
<p>This loads the Joomla code that shows the popup.</p>
<p>Next you need to write the link to open the content. You can do this either as a Joomla content item or just an image. Let&#8217;s do the content item first.</p>
<p>Open your content article and find the link you want to open in a popup:</p>
<p><code>&lt;a href="index.php?option=com_content&amp;view=article&amp;id=31&amp;Itemid=21"&gt;Link to a normal page&lt;/a&gt;</code></p>
<p>change this to</p>
<p><code>&lt;a href="index.php?option=com_content&amp;id=31&amp;tmpl=component&amp;task=preview" class="modal"&gt;Link to a modal popup&lt;/a&gt;</code></p>
<p>Notice we have a class added to the link called &#8216;modal&#8217;. This means that Joomla will find any link with that class and open it as a modal pop-up. We can take this one step further and specify the size of the popup.</p>
<p><code>&lt;a href="index.php?option=com_content&amp;id=31&amp;tmpl=component&amp;task=preview" class="modal" rel="{handler: 'iframe', size: {x: 680, y: 370}}" &gt;Link to a modal popup with a dimension of 680px by 370px&lt;/a&gt;</code></p>
<p>If you want to modify the template for the popup, look in your templates folder for the component.php file. This is the file we are targeting by using the tmpl=component. You can then adjust this file to suit.</p>
<p>If you want to open an image simply replace the href=&#8221;" with the path to the full size image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeepstone.co.uk/2009/03/06/open-content-in-a-modal-pop-up-in-joomla/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
