<?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/"
	>

<channel>
	<title>Blogicia</title>
	<atom:link href="http://www.logicia.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logicia.co.uk/blog</link>
	<description>Where technology meets business</description>
	<pubDate>Sun, 18 Apr 2010 13:51:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open important email attachments with Microsoft Viewers</title>
		<link>http://www.logicia.co.uk/blog/2010/04/open-important-email-attachments-with-microsoft-viewers/</link>
		<comments>http://www.logicia.co.uk/blog/2010/04/open-important-email-attachments-with-microsoft-viewers/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 13:51:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business Software]]></category>

		<category><![CDATA[microsoft office]]></category>

		<category><![CDATA[viewer]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=164</guid>
		<description><![CDATA[If you are given files or receive attachments that were created in Office applications you do not have, you can still open many of them.  Microsoft Office provides a range of free Viewer applications that you can download.  These include Word Viewer, Excel Viewer, Visio Viewer, Access Viewer and PowerPoint Viewer.  Simply [...]]]></description>
			<content:encoded><![CDATA[<p>If you are given files or receive attachments that were created in Office applications you do not have, you can still open many of them.  Microsoft Office provides a range of free Viewer applications that you can download.  These include <strong>Word Viewer</strong>,<strong> Excel Viewer</strong>, <strong>Visio Viewer</strong>, <strong>Access Viewer</strong> and <strong>PowerPoint Viewer</strong>.  Simply download and install the appropriate viewer to open your file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/04/open-important-email-attachments-with-microsoft-viewers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET MVC 2.0 RTM Download</title>
		<link>http://www.logicia.co.uk/blog/2010/04/aspnet-mvc-20-rtm-download/</link>
		<comments>http://www.logicia.co.uk/blog/2010/04/aspnet-mvc-20-rtm-download/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:54:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[asp.net mvc]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=148</guid>
		<description><![CDATA[When searching for ASP.NET MVC 2.0, the RC 2 version still appears higher in search engine results.  Note however that the final release ASP.NET MVC 2 RTM is available.  It is available from Microsoft&#8217;s site here.
]]></description>
			<content:encoded><![CDATA[<p>When searching for ASP.NET MVC 2.0, the RC 2 version still appears higher in search engine results.  Note however that the final release ASP.NET MVC 2 RTM is available.  It is available from Microsoft&#8217;s site <a title="here" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c9ba1fe1-3ba8-439a-9e21-def90a8615a9&amp;displaylang=en" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/04/aspnet-mvc-20-rtm-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Migrating or moving a magento site to a new server or domain</title>
		<link>http://www.logicia.co.uk/blog/2010/02/migrating-or-moving-a-magento-site-to-a-new-server-or-domain/</link>
		<comments>http://www.logicia.co.uk/blog/2010/02/migrating-or-moving-a-magento-site-to-a-new-server-or-domain/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:40:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[System Admin]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[ecommerce]]></category>

		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=109</guid>
		<description><![CDATA[OK, the problem&#8230;
There&#8217;s a nice shiny, fully-working Magento site and it&#8217;s running like a dream.   The only thing is it&#8217;s in the wrong place - maybe on a development server or an old server that&#8217;s fast running out of space!  You need to get that site out of there and fast!!
While looking into this I [...]]]></description>
			<content:encoded><![CDATA[<p>OK, the problem&#8230;</p>
<p>There&#8217;s a nice shiny, fully-working Magento site and it&#8217;s running like a dream.   The only thing is it&#8217;s in the wrong place - maybe on a development server or an old server that&#8217;s fast running out of space!  You need to get that site out of there and fast!!</p>
<p>While looking into this I found a couple of suggested solutions - and some of them, although I&#8217;ve no reason to doubt they work were a little drawn out.  Here&#8217;s what worked for us and you&#8217;ll be glad to hear it&#8217;s the short and sweet option&#8230;</p>
<p>Create an sql script of the original site&#8217;s database that contains both the structure and data</p>
<p>Add the following code to the START of the sql script&#8230;</p>
<pre class="sql" style="font-family: monospace;"><span style="color: #993333; font-weight: bold;">SET</span> @OLD_CHARACTER_SET_CLIENT<span style="color: #66cc66;">=</span>@@CHARACTER_SET_CLIENT;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_CHARACTER_SET_RESULTS<span style="color: #66cc66;">=</span>@@CHARACTER_SET_RESULTS;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_COLLATION_CONNECTION<span style="color: #66cc66;">=</span>@@COLLATION_CONNECTION;
<span style="color: #993333; font-weight: bold;">SET</span> NAMES utf8;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_UNIQUE_CHECKS<span style="color: #66cc66;">=</span>@@UNIQUE_CHECKS<span style="color: #66cc66;">,</span> UNIQUE_CHECKS<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span>;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_FOREIGN_KEY_CHECKS<span style="color: #66cc66;">=</span>@@FOREIGN_KEY_CHECKS<span style="color: #66cc66;">,</span> FOREIGN_KEY_CHECKS<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span>;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_SQL_MODE<span style="color: #66cc66;">=</span>@@SQL_MODE<span style="color: #66cc66;">,</span> SQL_MODE<span style="color: #66cc66;">=</span><span style="color: #ff0000;">'NO_AUTO_VALUE_ON_ZERO'</span>;
<span style="color: #993333; font-weight: bold;">SET</span> @OLD_SQL_NOTES<span style="color: #66cc66;">=</span>@@SQL_NOTES<span style="color: #66cc66;">,</span> SQL_NOTES<span style="color: #66cc66;">=</span><span style="color: #cc66cc;">0</span>;</pre>
<p>Add the following to the END of the sql script&#8230;</p>
<pre class="sql" style="font-family: monospace;"><span style="color: #993333; font-weight: bold;">SET</span> SQL_MODE<span style="color: #66cc66;">=</span>@OLD_SQL_MODE;
<span style="color: #993333; font-weight: bold;">SET</span> FOREIGN_KEY_CHECKS<span style="color: #66cc66;">=</span>@OLD_FOREIGN_KEY_CHECKS;
<span style="color: #993333; font-weight: bold;">SET</span> UNIQUE_CHECKS<span style="color: #66cc66;">=</span>@OLD_UNIQUE_CHECKS;
<span style="color: #993333; font-weight: bold;">SET</span> CHARACTER_SET_CLIENT<span style="color: #66cc66;">=</span>@OLD_CHARACTER_SET_CLIENT;
<span style="color: #993333; font-weight: bold;">SET</span> CHARACTER_SET_RESULTS<span style="color: #66cc66;">=</span>@OLD_CHARACTER_SET_RESULTS;
<span style="color: #993333; font-weight: bold;">SET</span> COLLATION_CONNECTION<span style="color: #66cc66;">=</span>@OLD_COLLATION_CONNECTION;
<span style="color: #993333; font-weight: bold;">SET</span> SQL_NOTES<span style="color: #66cc66;">=</span>@OLD_SQL_NOTES;</pre>
<p>The sql script is most likely to be several megabytes in size so zip it up into a zip-file - this will mean you can later use a tool like phpMyAdmin to import the script without hitting the 2 meg file size limit for file uploads.</p>
<p>Create the new domain and an empty database</p>
<p>Copy ALL the site&#8217;s file over to the new domain and &#8216;chown&#8217; files as required</p>
<p>Make the following directories writable by the web server user:<br />
- app/etc/<br />
- var/<br />
- media/</p>
<p>and for MagentoConnect:<br />
- /&lt;magento-path&gt;/<br />
- /&lt;magento-path&gt;/downloader<br />
- /&lt;magento-path&gt;/downloader/config.ini<br />
- /&lt;magento-path&gt;/downloader/pearlib/config.ini<br />
- /&lt;magento-path&gt;/downloader/pearlib/pear.ini<br />
- /&lt;magento-path&gt;/downloader/pearlib/php</p>
<p>If the database details have changed, update them in app/etc/local.xml</p>
<p>Run the (zipped) sql script on the new empty database</p>
<p>In the database table &#8216;core_config_data&#8217; change the two record fields &#8216;/web/unsecure/base_url&#8217; and &#8216;/web/secure/base_url&#8217; to the new domain name if it has changed</p>
<p>Finally, delete the files in the following directories to manually clear the cache:</p>
<p>- /&lt;magento-path&gt;/downloader/pearlib/cache/*<br />
- /&lt;magento-path&gt;/downloader/pearlib/download/*<br />
- /&lt;magento-path&gt;/var/cache/*<br />
- /&lt;magento-path&gt;/var/session/*<br />
- /&lt;magento-path&gt;/var/report/*<br />
- /&lt;magento-path&gt;/var/tmp/*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/02/migrating-or-moving-a-magento-site-to-a-new-server-or-domain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building ASP.NET web pages without Visual Studio.NET</title>
		<link>http://www.logicia.co.uk/blog/2010/01/building-aspnet-web-pages-without-visual-studionet/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/building-aspnet-web-pages-without-visual-studionet/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:54:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[aspx]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=95</guid>
		<description><![CDATA[Related to the previous post, we were tasked with adding pages to an existing third-party ASP.NET web application without having access to the site&#8217;s existing code-behind files.
Although a slightly unusual situation, after a little digging around we found that it was quite easy to create the additional pages and integrate them into the website without [...]]]></description>
			<content:encoded><![CDATA[<p>Related to the previous post, we were tasked with adding pages to an existing third-party ASP.NET web application without having access to the site&#8217;s existing code-behind files.</p>
<p>Although a slightly unusual situation, after a little digging around we found that it was quite easy to create the additional pages and integrate them into the website without the usual creation of a web project in Visual Studio.NET.  Instead each web page was created manually, here&#8217;s what was required:</p>
<p>For each web page create two files&#8230;</p>
<p><strong>page.aspx.cs</strong></p>
<p>Simply create a class that inherits from System.Web.UI.Page.  This will be the class that represents the web page.</p>
<p><em>namespace MyNamespace {<br />
</em></p>
<p><em> public partial class _Default : System.Web.UI.Page<br />
{</em></p>
<p><em> }</em></p>
<p><em>}</em></p>
<p><strong>page.aspx</strong></p>
<p>Include the following directive at the top of the aspx page (assuming the aspx file uses a C# code behind file)</p>
<p><em>&lt;% @ Page Language=&#8221;C#&#8221; CodeFile=&#8221;page.aspx.cs&#8221; Inherits=&#8221;MyNamespace._Default&#8221; Debug=&#8221;true&#8221; %&gt;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/building-aspnet-web-pages-without-visual-studionet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using namespaces in aspx files</title>
		<link>http://www.logicia.co.uk/blog/2010/01/using-namespaces-in-aspx-files/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/using-namespaces-in-aspx-files/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:21:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[aspx files]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=91</guid>
		<description><![CDATA[When developing ASP.NET web applications libraries are usually used by including them in the code behind files.  On a recent project, which involved maintenance of a client&#8217;s existing web application .NET libraries were required for use on the web page but there was no access to the page&#8217;s code-behind file.
There is a way to include [...]]]></description>
			<content:encoded><![CDATA[<p>When developing ASP.NET web applications libraries are usually used by including them in the code behind files.  On a recent project, which involved maintenance of a client&#8217;s existing web application .NET libraries were required for use on the web page but there was no access to the page&#8217;s code-behind file.</p>
<p>There is a way to include required namespaces directly within aspx files - in the event that namespaces need to be imported within aspx files you can use the &lt;%Import %&gt; directive.</p>
<p>Example:</p>
<p>&lt;%@ Import namespace=&#8221;Enter.Namespace.Here&#8221; %&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/using-namespaces-in-aspx-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server - ExecuteNonQuery, ExecuteReader and ExecuteScalar functions</title>
		<link>http://www.logicia.co.uk/blog/2010/01/sql-server-executenonquery-executereader-and-executescalar-functions/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/sql-server-executenonquery-executereader-and-executescalar-functions/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:10:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[.net]]></category>

		<category><![CDATA[data queries]]></category>

		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=87</guid>
		<description><![CDATA[The difference between these functions and the data and performance considerations when executing data queries.
]]></description>
			<content:encoded><![CDATA[<p>The difference between these functions and the data and performance considerations when executing data queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/sql-server-executenonquery-executereader-and-executescalar-functions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Logicia Website for 2010</title>
		<link>http://www.logicia.co.uk/blog/2010/01/new-logicia-website-for-2010/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/new-logicia-website-for-2010/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 00:50:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Online Marketing]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[online brand]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=83</guid>
		<description><![CDATA[In the final stages of design, the new Logicia website is penciled in for launch in the next few days to coincide with the new year and our goals and developments.
Along with a new-look, the website has been redesigned to be simpler and easier to navigate.
When you see the new site, any feedback and suggestions [...]]]></description>
			<content:encoded><![CDATA[<p>In the final stages of design, the new Logicia website is penciled in for launch in the next few days to coincide with the new year and our goals and developments.</p>
<p>Along with a new-look, the website has been redesigned to be simpler and easier to navigate.</p>
<p>When you see the new site, any feedback and suggestions would be most welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/new-logicia-website-for-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SQL Server Profiler - SQL Server 2005 Workgroup Edition</title>
		<link>http://www.logicia.co.uk/blog/2010/01/sql-server-profiler-sql-server-2005-workgroup-edition/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/sql-server-profiler-sql-server-2005-workgroup-edition/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 00:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[System Admin]]></category>

		<category><![CDATA[sql server profiler]]></category>

		<category><![CDATA[sql server workgroup edition]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=77</guid>
		<description><![CDATA[An interesting problem was presented today, when a database system was presented that was raising, seemingly intermittently, unhandled exceptions within a particular section of the system.  This would have been a pretty tractable, but for the fact that the source code was not immediately available and the problem was on a live system and so [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting problem was presented today, when a database system was presented that was raising, seemingly intermittently, unhandled exceptions within a particular section of the system.  This would have been a pretty tractable, but for the fact that the source code was not immediately available and the problem was on a live system and so needed to resolved with some urgency.</p>
<p>Admittedly, there was some initial head scratching while table records were examined and compared to try and identify any inconsistencies.  This revealed nothing and the JIT debugger could not be enabled as the exceptions were being raised in a windows form that had not been compiled to allow JIT debugging.</p>
<p>The next approach was to see if the SQL commands the client was executing could be intercepted.  Then, the thinking went, the commands could be compared to see what was going wrong and what was going right when exceptions were and were not raised.  As it turned out SQL Server provide a tool called a Profiler that offers this functionality but this is not provided with the version we were working with - SQL Server 2005 Workgroup Edition.  However we did find this <a href="http://code.google.com/p/sqlexpressprofiler/downloads/list">open source Profiler</a> with which the cause of the problems was identified.  Such profilers are more commonly used to monitor database server workloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/sql-server-profiler-sql-server-2005-workgroup-edition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Systems Upgrade - Issue Tracking System</title>
		<link>http://www.logicia.co.uk/blog/2010/01/systems-upgrade-issue-tracking-system/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/systems-upgrade-issue-tracking-system/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 23:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business Software]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[issue tracking system]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[otrs]]></category>

		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=72</guid>
		<description><![CDATA[As part of plans for the new year at Logicia we are looking to implement an issue tracking system to help more effectively and efficiently manage the development, maintenance and support requests received.
Analysis of the requirements provided a list of features to search for in suitable solutions that would help the team better deal with [...]]]></description>
			<content:encoded><![CDATA[<p>As part of plans for the new year at Logicia we are looking to implement an issue tracking system to help more effectively and efficiently manage the development, maintenance and support requests received.</p>
<p>Analysis of the requirements provided a list of features to search for in suitable solutions that would help the team better deal with requests and ensure its integration with the existing suite of systems and tools used.</p>
<p>Early in our analysis we realised that bug tracking tools such as bugzilla, trac and mantis were not suited to our needs.  Instead the two issue tracking systems short-listed to be evaluated are OTRS and Request Tracker (RT).  These systems will be further investigated and trialed in the coming weeks and findings in our specific application will be reported here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/systems-upgrade-issue-tracking-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Office - Unleash The Power of Macros</title>
		<link>http://www.logicia.co.uk/blog/2010/01/microsoft-office-unleash-the-power-of-macros/</link>
		<comments>http://www.logicia.co.uk/blog/2010/01/microsoft-office-unleash-the-power-of-macros/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 02:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business Software]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[excel]]></category>

		<category><![CDATA[macros]]></category>

		<category><![CDATA[microsoft office]]></category>

		<category><![CDATA[spreadsheets]]></category>

		<guid isPermaLink="false">http://www.logicia.co.uk/blog/?p=69</guid>
		<description><![CDATA[As part of our event management suite of web applications the site admin panel provides download-able lists of event delegates.  This can then be used to export the data collected within the website to other systems in the office.
When we visited a client that was using the event management platform we found that although they [...]]]></description>
			<content:encoded><![CDATA[<p>As part of our event management suite of web applications the site admin panel provides download-able lists of event delegates.  This can then be used to export the data collected within the website to other systems in the office.</p>
<p>When we visited a client that was using the event management platform we found that although they were using the exported data, this had led to a very time-consuming, repetitive process to regularly copy updated delegate data into their office database system.</p>
<p>The client was copying the data into an Excel spreadsheet, and knowing about Office macros we knew it would be possible to create a macro within Excel to automate the work they were currently spending a lot of time doing manually.</p>
<p>By writing a Visual Basic for Applications (VBA) macro it was possible to not only save them a lot of time (and save someone in the office from a very tedious task!) but also it eliminated the possibility of human-error and any possible typos with it.  As the macro runs within a matter of seconds the client can also take more regular exports from the website and synchronise office data more reguarly.</p>
<p>Microsoft Office macros are versatile enough to provide a solution to many of the repetitive and time-consuming tasks that arise when dealing with data in documents, spreadsheets and databases.  If you have any processes within the office that are repeated and time-consuming contact Logicia and we can look at them and suggest a more efficient alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logicia.co.uk/blog/2010/01/microsoft-office-unleash-the-power-of-macros/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
