<?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>Tech Snacks &#187; Joomla</title>
	<atom:link href="http://teqsnacks.com/category/cms/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://teqsnacks.com</link>
	<description>Simple CMS, Blogging, Tech, SEO and Social Media</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:52:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla SEO : SEO friendly URL structure</title>
		<link>http://teqsnacks.com/2007/04/07/joomla-seo-seo-friendly-url-structure/</link>
		<comments>http://teqsnacks.com/2007/04/07/joomla-seo-seo-friendly-url-structure/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 13:58:49 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2007/04/07/joomla-seo-seo-friendly-url-structure/</guid>
		<description><![CDATA[The URL structure&#160;is an important factor in SEO and user friendliness, and Joomla's default structure is lacking. Alledia asks "What is the best URL setup for Joomla and why?" and does an incredible job of detailing all the options for optimizing the Joomla URL structure in a must-read series of "Joomla URL week". The Joomla [...]]]></description>
			<content:encoded><![CDATA[<p>The URL structure&nbsp;is an important factor in SEO and user friendliness, and Joomla's default structure is lacking. <a href="http://www.alledia.com/blog/">Alledia</a> asks <strong>"What is the best URL setup for Joomla and why?"</strong> and does an incredible job of detailing all the options for optimizing the Joomla URL structure in a must-read series of "<a href="http://www.alledia.com/blog/joomla-urls/">Joomla URL week</a>".</p>
<p>The Joomla URL series include a review of all Joomla URL components:</p>
<ul>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-1-%11-default-joomla-urls/">Joomla URL Week Part 1 - Default Joomla URLs</a></li>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-2-%11-default-sef-urls/">Joomla URL Week Part 2 - Default SEF URLs </a></li>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-3-%11-artio-sef-review/">Joomla URL Week Part 3 - Artio SEF Review </a></li>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-4-%11-open-sef-review/">Joomla URL Week Part 4 - Open SEF Review </a></li>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-5-%11-sef-advance-review/">Joomla URL Week Part 5 - SEF Advance Review </a></li>
<li><a href="http://www.alledia.com/blog/joomla-urls/joomla-url-week-part-6-%11-conclusions/">Joomla URL Week Part 6 - Conclusions </a></li>
</ul>
<p><font color="#000000">Personally, I've struggled with the Joomla URL structure for long and have found that&nbsp;the OpenSEF solution best suits what I need.&nbsp;Still - with components like SMF-Joomla Bridge and Joomla!Fish -&nbsp;the URLs are meaningless, since the integration of clean URLs of Joomla and the&nbsp; Bridge components is almost impossible.</font></p>
<p><font color="#000000">I generally agree with Alledia on OpenSEF :</font></p>
<blockquote><p><strong>OpenSEF: </strong>This is the choice for websites who are want to manage all aspects of their SEO in one place. The range of tools available makes this truly an SEO component rather than just another SEF URL component. It can be strongly recommended for sites that are not likely to have many thousands of pages of content.</p>
</blockquote>
<p>I really find this issue to be an example of Joomla's bad SEO design with complicated components offering features that should be in Joomla's core. Still, with a bit of work, even Joomla can be made to have a decent URL structure. Thanks Alledia.</p>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2007/04/07/joomla-seo-seo-friendly-url-structure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic Page-Titles with Joomla-SMF</title>
		<link>http://teqsnacks.com/2007/03/06/dynamic-page-titles-with-joomla-smf/</link>
		<comments>http://teqsnacks.com/2007/03/06/dynamic-page-titles-with-joomla-smf/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 11:45:53 +0000</pubDate>
		<dc:creator>Fili</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.filination.com/tech/2007/03/06/dynamic-page-titles-with-joomla-smf/</guid>
		<description><![CDATA[To get a dynamic pagetitle in Joomla-smf, edit your template's index.php and add the following right after the &#60;head&#62; : &#60;?php global $sc, $context, $settings; if (!defined('SMF')){require ("administrator/components/com_smf/config.smf.php");require ($smf_path."/SSI.php");} $sc = &#38;$context['session_id'];$_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT']; mysql_select_db($mosConfig_db);?&#62;&#60;?php if ($context['page_title']) echo "&#60;title&#62;".$context['page_title']."&#60;/title&#62;"?&#62;]]></description>
			<content:encoded><![CDATA[<p>To get a dynamic pagetitle in Joomla-smf, edit your template's index.php and add the following right after the &lt;head&gt; :</p>
<blockquote><p>&lt;?php <br />global $sc, $context, $settings; </p>
<p>if (!defined('SMF')){<br />require ("administrator/components/com_smf/config.smf.php");<br />require ($smf_path."/SSI.php");<br />}
<p>$sc = &amp;$context['session_id'];<br />$_SESSION['USER_AGENT'] = $_SERVER['HTTP_USER_AGENT'];
<p>mysql_select_db($mosConfig_db);<br />?&gt;<br />&lt;?php <br />if ($context['page_title']) echo "&lt;title&gt;".$context['page_title']."&lt;/title&gt;"<br />?&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://teqsnacks.com/2007/03/06/dynamic-page-titles-with-joomla-smf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: teqsnacks.com @ 2012-05-21 20:38:25 -->
