<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.stress-free.co.nz"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>stressfree - joomla</title>
 <link>https://www.stress-free.co.nz/tech/joomla</link>
 <description></description>
 <language>en</language>
<item>
 <title>StressFree website migrated to Drupal</title>
 <link>https://www.stress-free.co.nz/stressfree_website_migrated_to_drupal</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;div class=&quot;image&quot;&gt;&lt;img src=&quot;/sites/default/files/images/drupal.png&quot; alt=&quot;Drupal logo&quot; title=&quot;Drupal logo&quot; width=&quot;130&quot; height=&quot;41&quot; /&gt;&lt;/div&gt;&lt;p&gt;Over the weekend I have migrated the StressFree website across to the &lt;a href=&quot;http://drupal.org/&quot;&gt;Drupal content management system&lt;/a&gt;. The move was spurred on by the shortcomings I kept finding in Joomla, the desire to be able to tag content and the knowledge that the next upgrade to Joomla 1.5 would require almost starting from scratch. &lt;/p&gt;&lt;p&gt;I have tried my best to maintain all the legacy links so hopefully the old Joomla and static file links should resolve okay. Overall it went really smoothly, Drupal is a little bit more difficult to get your head around compared to Joomla but now that I&#039;ve made the switch I am very glad. There has been limited loss of functionality in the switch but a tonne of new features are now available: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Firstly I can now tag content and there are tag clouds available. This should make finding content a lot easier though in the future I wouldn&#039;t mind finding a &#039;related tags&#039; type module for Drupal. &lt;/li&gt;&lt;li&gt;Also it looks like Drupal&#039;s content search engine actually works (compared to Joomla/Mambo&#039;s effort). &lt;/li&gt;&lt;li&gt;On the administration side I now have an xmlrpc interface for writing content which will mean I can finally give Ecto some real use instead of always working through a web browser for publishing content. &lt;/li&gt;&lt;li&gt;The new comment engine looks a lot better than the Joomla version as it supports html comments and replies.&lt;/li&gt;&lt;li&gt;The &#039;printer friendly&#039; option is far superior than Joomla&#039;s. Not only is it tidier but it also has the ability to extract hyperlinks from content and print them below the article as footnotes (which is very cool).  &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;One piece of functionality that Joomla has over Drupal is their {mospagebreak} tag and its ability to auto-generate table of contents for long articles. It does make navigating larger documents a little less user-friendly but it is a small price to pay for the extra functionality gains.  &lt;/p&gt;&lt;p&gt;Migration-wise it looks like content has come across okay. Some of the comments are a little messed up due to the significant formatting differences between the two systems. Over the next week I&#039;ll go through all the comments and tidy them up so there is no confusion. &lt;/p&gt;  &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website&quot;&gt;website&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/drupal&quot;&gt;drupal&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Sun, 27 Aug 2006 11:41:49 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">298 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Another fix to Joomla&#039;s RSS feeds</title>
 <link>https://www.stress-free.co.nz/another_fix_to_joomlas_rss_feeds</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;By default Joomla&#039;s RSS feeds do not provide an absolute URL to the content item which leaves the RSS looking like the following:    &lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;&amp;lt;link&amp;gt;some_piece_of_content.html&amp;lt;/link&amp;gt;&lt;/span&gt; &lt;/p&gt;  &lt;p style=&quot;font-weight: bold&quot;&gt;&lt;span style=&quot;font-weight: normal&quot;&gt;This is okay when the RSS source is the host website but if you are running the feed through FeedBurner some feed readers (and Technorati) can get confused. When they get confused the resulting URL to the source item becomes:&lt;/span&gt;    &lt;br /&gt;http://feeds.feedburner.com/some_piece_of_content.html&lt;/p&gt;  &lt;p&gt;Which of course does not work. To fix this edit the /components/com_rss/rss.php file in the Joomla installation directory. Find the line that reads:&lt;/p&gt;  &lt;p class=&quot;codesnippet&quot;&gt;$item_link = sefRelToAbs( $item_link );&lt;/p&gt;  &lt;p&gt;And add the following below it:&lt;/p&gt;  &lt;p class=&quot;codesnippet&quot;&gt;$item_link =  htmlspecialchars( $mosConfig_live_site ). $item_link;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;This will generate complete URL&#039;s for your RSS readers and solve any inconsistancies with the feed readers out there.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website_design&quot;&gt;website design&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Wed, 15 Feb 2006 02:44:51 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">242 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>&#039;Fixing&#039; Joomla&#039;s RSS feed</title>
 <link>https://www.stress-free.co.nz/fixing_joomlas_rss_feed</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;By default &lt;a href=&quot;http://www.joomla.org&quot;&gt;Joomla&lt;/a&gt; changes all formatting in RSS feeds to CDATA (ie non-html interpretable) fields. This creates ugly and very difficult to read feeds sometimes. To fix this edit the following file:&lt;/p&gt;  &lt;h4&gt;$JOOMLA_DIRECTORY/components/com_rss/rss.php&lt;/h4&gt;  &lt;p&gt;Find the line that reads:&lt;/p&gt;  &lt;p class=&quot;codesnippet&quot;&gt; $item_description = mosHTML::cleanText( $item_description );&lt;/p&gt;  &lt;p&gt;at approximately line 197, comment it out.    &lt;br /&gt;This should create more aesthetically pleasing RSS feeds (with working hyperlinks and image tags).&lt;/p&gt;  &lt;p&gt;Next go to about line 266 where the line that reads: &#039;$item_link = sefRelToAbs( $item_link );&#039; and add:&lt;/p&gt;  &lt;p class=&quot;codesnippet&quot;&gt;$item_link = $info[ &#039;link&#039; ] . $item_link; &lt;/p&gt;  &lt;p&gt;This will add absolute links to your feed which is good when using &lt;a href=&quot;http://www.feedburner.com&quot;&gt;Feedburner&lt;/a&gt;. I recommend using FeedBurner as a frontend to your RSS feeds as not only does it provide useful statistical services it also saves on bandwidth and has options to generate universal (RSS 1.0/RSS 2.0/Atom) feeds to ensure compatability with the various readers.&lt;/p&gt;    &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website_design&quot;&gt;website design&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Wed, 25 Jan 2006 22:13:28 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">223 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Site Upgraded to Joomla</title>
 <link>https://www.stress-free.co.nz/site_upgraded_to_joomla</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;div class=&quot;image&quot;&gt;&lt;img src=&quot;/sites/default/files/images/joomla_logo.gif&quot; border=&quot;0&quot; alt=&quot;Joomla!&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;200&quot; height=&quot;127&quot; /&gt;&lt;br /&gt;&lt;/div&gt;  &lt;p&gt;Of late I have been pretty busy and have not been able to do much maintenance on the website. For some unknown reason the comments function stopped working and thanks to a renegade &lt;a href=&quot;http://www.novell.com/linux/security/advisories/2005_28_sr.html&quot;&gt;SUSE PHP security update&lt;/a&gt; the mod_rewrite Apache extension stopped working (resulting in a lot of dead links).&lt;/p&gt;  &lt;p&gt;This morning I upgraded &lt;a href=&quot;http://www.mamboserver.com&quot;&gt;Mambo&lt;/a&gt; to the latest version (4.5.3) and found things were going so well that I did a full migration across to &lt;a href=&quot;http://www.joomla.org&quot;&gt;Joomla 1.04&lt;/a&gt;. This migration turned out a lot easier than I first expected which is a welcome relief. Now the comments section works as expected and I have put in place some Apache redirects so that the more popular mod_rewrite links continue to function as normal. Hopefully Novell/SUSE will sort their PHP package out and get mod_rewrite working again (it has been a good week since it broke so hopefully it will be any day now).&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website&quot;&gt;website&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Thu, 08 Dec 2005 22:12:51 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">175 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Joomla!/Mambo Overview</title>
 <link>https://www.stress-free.co.nz/joomla_mambo_overview</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;At the moment this site is still on &lt;a href=&quot;http://www.mamboserver.com&quot;&gt;Mambo&lt;/a&gt; but when things quieten down I will be migrating across to &lt;a href=&quot;http://www.joomla.org&quot;&gt;Joomla!&lt;/a&gt; as I have a feeling it will have a stronger development path. I just wrote the following email to my friend in order to give him some information about Mambo/Joomla! so I figure why not post this up on the site so that if anyone else asks in the future the information in close at hand.&lt;/p&gt;  &lt;p&gt;Joomla! is a completely open-source fork of Mambo. Mambo 4.5.2 code-wise is identical to Joomla! 1.0 except there&#039;s a few security/bug tweaks and different graphics are used. At the moment components/modules are compatible between the two systems but I can see a day when this won&#039;t be the case in the not too distant future.&lt;/p&gt;  &lt;p&gt;Just a rundown on Mambo/Joomla! terminology, components are big pieces of functionality, modules are small blocks of presentation code and mambots are little background helpers that do a variety of things. The three pieces working together create the full system.    &lt;br /&gt;Mambo &amp;amp; Joomla! also provide the following functionality:    &lt;br /&gt;RSS feeds, search engine friendly URLs, users/groups, email notification and statistics. &lt;/p&gt;  &lt;h2&gt;Here are some useful Joomla!/Mambo links:    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;TMEdit/XHTML Suite: &lt;/span&gt;A very good editor for Joomla/Mambo:    &lt;br /&gt;&lt;a href=&quot;http://www.xhtmlsuite.com/index.php?lang=en&amp;amp;option=com_content&amp;amp;task=section&amp;amp;id=4&amp;amp;Itemid=49&quot;&gt;http://www.xhtmlsuite.com/index.php?lang=en&amp;amp;option=com_content&amp;amp;task=section&amp;amp;id=4&amp;amp;Itemid=49&lt;/a&gt;    &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Mambo Portal:&lt;/span&gt; Lots of useful components &amp;amp; modules:    &lt;br /&gt; (you need to register, free, a bit of a pain but no spam)    &lt;br /&gt;&lt;a href=&quot;http://www.mamboportal.com&quot;&gt;http://www.mamboportal.com/&lt;/a&gt;    &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;DOCMan:&lt;/span&gt; A not too bad (but sometimes a little flaky) document manager component:&lt;a href=&quot;http://www.mambodocman.com/&quot;&gt;    &lt;br /&gt;http://www.mambodocman.com/&lt;/a&gt;    &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold&quot;&gt;Zoom:&lt;/span&gt; Gallery component:    &lt;br /&gt;&lt;a href=&quot;http://mamboforge.net/projects/zoom/&quot;&gt;http://mamboforge.net/projects/zoom/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website_design&quot;&gt;website design&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/mambo&quot;&gt;mambo&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Tue, 25 Oct 2005 08:37:38 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">158 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Joomla! 1.0 released</title>
 <link>https://www.stress-free.co.nz/joomla_1_0_released</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;div class=&quot;image&quot;&gt;&lt;a style=&quot;border-bottom: medium none&quot; href=&quot;http://developer.joomla.org/sf/frs/do/viewRelease/projects.joomla/frs.joomla_1_0.joomla_1_0_0&quot; title=&quot;Joomla Homepage&quot;&gt;&lt;img src=&quot;/sites/default/files/images//news/joomla.gif&quot; border=&quot;0&quot; alt=&quot;Download Joomla!&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;171&quot; height=&quot;73&quot; /&gt;&lt;/a&gt;&lt;/div&gt; &lt;a href=&quot;http://www.joomla.org/&quot; title=&quot;Joomla Homepage&quot;&gt;Joomla!&lt;/a&gt; is a completely open-source branch of Mambo, a popular content management system I use for this site. There has always been some difficulty with the licensing of Mambo which has caused friction between the owners of the intellectual property and the open source developers.&lt;br /&gt;&lt;br /&gt;Finally friction evolved into a full scale split and now the open source developers have &lt;a href=&quot;http://digg.com/software/Joomla_1.0_-_Finally_Released&quot; title=&quot;Digg - Joomla Released&quot;&gt;split from the Mambo source tree&lt;/a&gt; to create Joomla!, a completely open source branch of Mambo. Right now these two trees are completely the same (save for some aesthetic changes) but it looks like their development paths will be completely separate. This equates to a lot of confusion in the community as to what will happen with all the different plugins and how they will or will not be compatible between the two systems. At the moment we can only wait and see. &lt;br /&gt;&lt;br /&gt;I would like to see the Joomla! developers create a more &lt;a href=&quot;http://www.csszengarden.com/&quot; title=&quot;CSS Zen Garden&quot;&gt;CSS friendly&lt;/a&gt; system as at present the underlying code behind Mambo is pretty ugly in parts. At the moment there is &lt;a href=&quot;http://mamboforge.net/projects/mambo-w3c/&quot; title=&quot;MamBox Homepage&quot;&gt;MamBoX&lt;/a&gt; which complies to XHTML strict but it is running well behind the current version of Mambo in terms of features and polish.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/website_design&quot;&gt;website design&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/joomla&quot;&gt;joomla&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Sun, 18 Sep 2005 21:59:42 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">135 at https://www.stress-free.co.nz</guid>
</item>
</channel>
</rss>
