<?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 - website design</title>
 <link>https://www.stress-free.co.nz/tech/website_design</link>
 <description></description>
 <language>en</language>
<item>
 <title>The Flash Risk: Ignoring usability for aesthetics</title>
 <link>https://www.stress-free.co.nz/the_flash_risk_ignoring_usability_for_aesthetics</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;p&gt;There is a &lt;a href=&quot;http://dailycal.org/sharticle.php?id=21297&quot;&gt;case being heard in a California courtroom&lt;/a&gt; at the moment that may have serious implications on the future of pure visual corporate/government websites built on technologies like Flash. There are a number of these websites like this around that typically comprise of a fairly featureless HTML wrapper page for an all-singing and dancing Flash animation. The class action lawsuit brought against &lt;a href=&quot;http://www.target.com&quot;&gt;Target Corp&lt;/a&gt; (the website owner) is on the grounds of its online store not meeting the same accessibility standards as their physical equivalents or California legal guidelines for shopping outlets. Whilst many Flash websites have an HTML equivalent for Target did not and consequently vision and physically impaired users could not purchase goods as screen readers and keyboard shortcuts do not work in Flash environments.&lt;/p&gt;&lt;p&gt;I have never liked Flash websites because their content cannot be easily searched, browser functions like the Back button do not work, maintaining them can be a lot more difficult and it limits the size of your potential audience because of operating system/browser constraints. Flash has its place as a multimedia enhancement for HTML but it should not be viewed as a replacement. Coupled with this ideological perspective the emergence of Javascript-based AJAX and visual enhancements achieves most of the functionality offered by Flash in universally consumable HTML. Although it is uncertain what the outcome of this current lawsuit will be I am sure it will place even further doubt over the applicability of Flash as an HTML replacement or even in the strategy of maintaining a &#039;rich&#039; Flash website and a simpler, standards and legally complaint HTML equivalent.  &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/flash&quot;&gt;flash&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Tue, 12 Sep 2006 17:48:33 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">309 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>CSS redesign saves ESPN 730TB a year</title>
 <link>https://www.stress-free.co.nz/css_redesign_saves_espn_730tb_a_year</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;The cost of redesigning an old table/image based site around CSS can be outweighed by the bandwidth savings as associate art director for ESPN.com Mike Davidson points out:&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://www.mikeindustries.com/blog/archive/2003/06/espn-interview&quot;&gt;http://www.mikeindustries.com/blog/archive/2003/06/espn-interview&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In the interview he explains the logic behind the ESPN.com redesign and the massive bandwidth savings they were able to achieve (approximately 730TB a year). Given the actual saving per hit was only 50Kb the huge overall bandwidth illustrates the magnitude of the Web space. Designing high-bandwidth sites with lots of images, table-based design or even worse Flash is just asking for trouble in the long-term if the ultimate objective is to create a popular site. It is no good generating lots of advertising revenue from page views if this traffic ends up costing far more.    &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/css&quot;&gt;css&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 10 Apr 2006 03:02:56 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">257 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>Very nice CSS replacement for the SELECT MULITPLE tag</title>
 <link>https://www.stress-free.co.nz/very_nice_css_replacement_for_the_select_mulitple_tag</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;The title pretty much explains everything. The SELECT form tag has a MULTIPLE option but in practice this turns very ugly very quickly. This little &lt;a href=&quot;http://c82.net/article.php?ID=25&quot; title=&quot;CSS based SELECT MULTIPLE equivalent&quot;&gt;CSS hack&lt;/a&gt; provides the functionality of the tag without the user-interface nightmares.&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/css&quot;&gt;css&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/html&quot;&gt;html&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 19 Dec 2005 21:17:25 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">190 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Nice CSS Graphs</title>
 <link>https://www.stress-free.co.nz/nice_css_graphs</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    Simple &lt;a href=&quot;http://apples-to-oranges.com/blog/article.aspx?id=55&quot;&gt;CSS based graphs&lt;/a&gt; for web display. Far simplier than generating static images or using SVG.    &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/css&quot;&gt;css&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Mon, 12 Dec 2005 01:17:17 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">179 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>A Great Site with a Funny Name</title>
 <link>https://www.stress-free.co.nz/a_great_site_with_a_funny_name</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;div class=&quot;image&quot; style=&quot;margin-top: 10px&quot;&gt;&lt;img src=&quot;/sites/default/files/images/news/scriptalucous.gif&quot; border=&quot;0&quot; alt=&quot;script.aculo.us&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;220&quot; height=&quot;50&quot; /&gt;     &lt;br /&gt;&lt;/div&gt;  &lt;p&gt;The name is hard to say ten times fast but the demos, scripts and discussion is undenyably fantastic. Extremely useful for leading edge web-based interface scripts and ideas.&lt;/p&gt;  &lt;p&gt;&lt;a href=&quot;http://script.aculo.us/&quot;&gt;http://script.aculo.us/&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/web_2_0&quot;&gt;web 2.0&lt;/a&gt;    &lt;/li&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/css&quot;&gt;css&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/javascript&quot;&gt;javascript&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Fri, 09 Dec 2005 21:26:44 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">177 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Great CSS/Javascript Image Resize Script</title>
 <link>https://www.stress-free.co.nz/great_css_javascript_image_resize_script</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;A &lt;a href=&quot;http://www.agilepartners.com/blog/2005/12/07/iphoto-image-resizing-using-javascript/&quot;&gt;blog post&lt;/a&gt; from &lt;a href=&quot;http://www.agilepartners.com/&quot;&gt;AgilePartners&lt;/a&gt; describes how upcoming web applications like &lt;a href=&quot;/index.php?option=com_content&amp;amp;task=view&amp;amp;id=171&quot; title=&quot;Fluxiom thesis post&quot;&gt;Fluxiom&lt;/a&gt; achieve the dynamic image resizing effects illustrated in their promotional material. It turns out to be very simple (Javascript modifies the CSS image size property) yet the effect is really cool. True &#039;image resizing&#039; is not employed, large images are downloaded to the browser and then it is left up to the browser&#039;s own display engine to perform the dynamic resizing. In a high bandwidth environment this does not matter but for people stuck in 56k modem land it is just one more nail in the coffin for their enjoyable Internet experience. There is almost a need now for web developers to be able to distinguish between low and high bandwidth users in the same way browser or Javascript detection is employed.    &lt;br /&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/css&quot;&gt;css&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/graphics&quot;&gt;graphics&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/javascript&quot;&gt;javascript&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Fri, 09 Dec 2005 21:08:38 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">176 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>
<item>
 <title>WebSVN frontend for Subversion</title>
 <link>https://www.stress-free.co.nz/websvn_frontend_for_subversion</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/php_logo.gif&quot; border=&quot;0&quot; alt=&quot;&quot; hspace=&quot;0&quot; vspace=&quot;0&quot; width=&quot;135&quot; height=&quot;74&quot; /&gt;&lt;/div&gt;This morning I had a play with &lt;a href=&quot;http://websvn.tigris.org/&quot;&gt;WebSVN&lt;/a&gt; to see if I could get a nice user-friendly frontend onto my Subversion repositories. The results were very good and are available for all at &lt;a href=&quot;http://subversion.stress-free.co.nz&quot;&gt;http://subversion.stress-free.co.nz&lt;/a&gt;. Not only does WebSVN provide a simple interface to Subversion but it also has some very nice RSS and archive tools which makes it easy to track what is changing in a project and download the source without having to worry about Subversion at all.&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/subversion&quot;&gt;subversion&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/php&quot;&gt;php&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Sat, 10 Sep 2005 10:52:03 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">124 at https://www.stress-free.co.nz</guid>
</item>
</channel>
</rss>
