<?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>Alessandro Lacava</title>
	<atom:link href="http://www.alessandrolacava.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alessandrolacava.com</link>
	<description>a.k.a. Ale or Sandro Lacava</description>
	<lastBuildDate>Mon, 16 Apr 2012 08:49:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Combine JavaScript and a Template Engine for Flexible Web Apps</title>
		<link>http://www.alessandrolacava.com/combine-javascript-and-a-template-engine-for-flexible-web-apps/</link>
		<comments>http://www.alessandrolacava.com/combine-javascript-and-a-template-engine-for-flexible-web-apps/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Template Engine]]></category>
		<category><![CDATA[TrimPath]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=223</guid>
		<description><![CDATA[Combine the power and simplicity of the TrimPath template engine with JavaScript and Ajax to develop next-generation web applications. Template engines (TEs) can be very useful in web development scenarios where you need to generate and format text automatically according &#8230; <a href="http://www.alessandrolacava.com/combine-javascript-and-a-template-engine-for-flexible-web-apps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Combine the power and simplicity of the TrimPath template engine with JavaScript and Ajax to develop next-generation web applications.</h3>
<p>Template engines (TEs) can be very useful in web development scenarios where you need to generate and format text automatically according to specific processing rules. These engines can also help you build your applications based on the Model-View-Controller (MVC) pattern, making them more robust and maintainable than applications based on spaghetti code. Most programming languages provide built-in or third-party TEs. Java, for example, has Velocity and FreeMarker, among others. For PHP, Smarty is the most used TE.</p>
<p>Go to <a href="http://www.developer.com/open/article.php/3864011/Combine-JavaScript-and-a-Template-Engine-for-Flexible-Web-Apps.htm">developer.com</a> to read the rest of the article: <strong>Combine JavaScript and a Template Engine for Flexible Web Apps</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/combine-javascript-and-a-template-engine-for-flexible-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script.aculo.us Controls: Do Your Web Users a Favor</title>
		<link>http://www.alessandrolacava.com/script-aculo-us-controls-do-your-web-users-a-favor/</link>
		<comments>http://www.alessandrolacava.com/script-aculo-us-controls-do-your-web-users-a-favor/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:32:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Scriptaculous]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=220</guid>
		<description><![CDATA[Learn how to integrate Script.aculo.us web controls into your web applications to make the end-user experience more pleasant. In a previous DevX article, I wrote about the JavaScript framework Prototype, which aims to ease the development of dynamic web applications. &#8230; <a href="http://www.alessandrolacava.com/script-aculo-us-controls-do-your-web-users-a-favor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Learn how to integrate Script.aculo.us web controls into your web applications to make the end-user experience more pleasant.</h3>
<p>In a previous DevX article, I wrote about the JavaScript framework Prototype, which aims to ease the development of dynamic web applications. That article ended with just a few words about Script.aculo.us, which is a fantastic UI library based on Prototype. This article gives Script.aculo.us its due by examining the web controls it provides: autocompleters, sliders, and in-place editors.</p>
<p>Script.aculo.us is a pretty big library, so no single article can cover it completely. However, the knowledge you will gain will enable you to leverage the power of Script.aculo.us web controls to improve the end-user experience.</p>
<p>Go to <a href="http://www.devx.com/webdev/Article/37574">DevX</a> to read the rest of the article: <strong>Script.aculo.us Controls: Do Your Web Users a Favor</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/script-aculo-us-controls-do-your-web-users-a-favor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Will Your Next Web Application Be a Google Gadget?</title>
		<link>http://www.alessandrolacava.com/will-your-next-web-application-be-a-google-gadget/</link>
		<comments>http://www.alessandrolacava.com/will-your-next-web-application-be-a-google-gadget/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:31:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Google Gadget]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=218</guid>
		<description><![CDATA[Learn how to leverage the Google Gadget API to make your web applications more reachable. As an example, you&#8217;ll see how to build a real-world gadget that fetches and displays the DevX feeds. Since AJAX first appeared, developer interest in &#8230; <a href="http://www.alessandrolacava.com/will-your-next-web-application-be-a-google-gadget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Learn how to leverage the Google Gadget API to make your web applications more reachable. As an example, you&#8217;ll see how to build a real-world gadget that fetches and displays the DevX feeds.</h3>
<p>Since AJAX first appeared, developer interest in JavaScript has increased exponentially—and toolsets for building functionality in JavaScript have burgeoned as well. One of the latest tools for JavaScript-related development is Google Gadgets. Many web sites already provide gadgets built with the Google tools, and you can, too. This article shows you how to develop a Google Gadget that fetches DevX RSS feeds and displays them to the user.</p>
<p>Go to <a href="http://www.devx.com/webdev/Article/35007">DevX</a> to read the rest of the article: <strong>Will Your Next Web Application Be a Google Gadget?</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/will-your-next-web-application-be-a-google-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Productivity Perks Behind Prototype&#8217;s Popularity</title>
		<link>http://www.alessandrolacava.com/the-productivity-perks-behind-prototypes-popularity-2/</link>
		<comments>http://www.alessandrolacava.com/the-productivity-perks-behind-prototypes-popularity-2/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=216</guid>
		<description><![CDATA[Learn how to leverage the popular Prototype JavaScript framework to speed up your AJAX-based development. You&#8217;ll see how to use JavaScript in an object-oriented way. The Prototype home page claims that &#8220;Prototype is a JavaScript framework that aims to ease &#8230; <a href="http://www.alessandrolacava.com/the-productivity-perks-behind-prototypes-popularity-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Learn how to leverage the popular Prototype JavaScript framework to speed up your AJAX-based development. You&#8217;ll see how to use JavaScript in an object-oriented way.</h3>
<p>The Prototype home page claims that &#8220;Prototype is a JavaScript framework that aims to ease the development of dynamic Web applications.&#8221; By using many object-oriented paradigms such as class-driven development and inheritance to enable JavaScript application development, Prototype completely accomplishes its aim. In fact, this framework contains a lot of useful functionalities, which you cannot help but apply to every application you develop once you&#8217;ve started using them.</p>
<p>Prototype&#8217;s main claim to fame is its rich AJAX (Asynchronous JavaScript and XML) library, which simplifies the now popular Web development technique for making non-blocking calls to the server through JavaScript. (It topped the recent Ajaxian.com 2006 Survey as the most popular AJAX framework.) Of course, everything you can do with Prototype you also can do using plain JavaScript—upon which Prototype is built. But why would you want to complicate your life? For example, which would you rather type to accomplish the same task: document.getElementById(&#8220;myElement&#8221;) or $(&#8220;myElement&#8221;)? If you answered $(&#8220;myElement&#8221;), then read the remainder of this article for an in-depth discussion of some useful Prototype functions—$ is just one.</p>
<p>Go to <a href="http://www.devx.com/AJAXRoundup/Article/33174">DevX</a> to read the rest of the article: <strong>The Productivity Perks Behind Prototype&#8217;s Popularity</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/the-productivity-perks-behind-prototypes-popularity-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Your AJAX-based Apps with JSON</title>
		<link>http://www.alessandrolacava.com/speed-up-your-ajax-based-apps-with-json/</link>
		<comments>http://www.alessandrolacava.com/speed-up-your-ajax-based-apps-with-json/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=212</guid>
		<description><![CDATA[Find out how to improve your Web application performance by leveraging AJAX and JSON. In particular, you&#8217;ll see the advantages of using JSON over XML as a lightweight JavaScript data-interchange format. JSON stands for JavaScript Object Notation and is a &#8230; <a href="http://www.alessandrolacava.com/speed-up-your-ajax-based-apps-with-json/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Find out how to improve your Web application performance by leveraging AJAX and JSON. In particular, you&#8217;ll see the advantages of using JSON over XML as a lightweight JavaScript data-interchange format.</h3>
<p>JSON stands for JavaScript Object Notation and is a lightweight data-interchange format. Because it is text-based it is easy for humans to read and write, and it has a regular syntax that&#8217;s easy to parse programmatically. JSON is basically a subset of JavaScript and, as you&#8217;ll see, is even easier to parse than XML.</p>
<p>Go to <a href="http://www.devx.com/webdev/Article/32651">DevX</a> to read the rest of the article: <strong>Speed Up Your AJAX-based Apps with JSON</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/speed-up-your-ajax-based-apps-with-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Brilliant Client/Server Apps with J2ME, PHP, and MySQL</title>
		<link>http://www.alessandrolacava.com/build-brilliant-clientserver-apps-with-j2me-php-and-mysql/</link>
		<comments>http://www.alessandrolacava.com/build-brilliant-clientserver-apps-with-j2me-php-and-mysql/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java ME]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=209</guid>
		<description><![CDATA[In this article you&#8217;ll see how to make the three technologies work together by developing a simple and useful application that lets you update a multi-user blog and download the latest posts from it. Write once, run anywhere. This Java &#8230; <a href="http://www.alessandrolacava.com/build-brilliant-clientserver-apps-with-j2me-php-and-mysql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>In this article you&#8217;ll see how to make the three technologies work together by developing a simple and useful application that lets you update a multi-user blog and download the latest posts from it.</h3>
<p>Write once, run anywhere. This Java motto seems to hold true even for mobile devices. Indeed, since it was born J2ME has had an ever-increasing impact on mobile development. Some may argue that J2ME is not as portable as other Java technologies, but even so, the result obtained on different mobile devices is, in most cases, still acceptable.</p>
<p>Go to <a href="http://www.devx.com/Java/Article/32069">DevX</a> to read the rest of the article: <strong>Build Brilliant Client/Server Apps with J2ME, PHP, and MySQL</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/build-brilliant-clientserver-apps-with-j2me-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Producing Professional MSDN-style Documentation with .NET and NDoc</title>
		<link>http://www.alessandrolacava.com/producing-professional-msdn-style-documentation-with-net-and-ndoc/</link>
		<comments>http://www.alessandrolacava.com/producing-professional-msdn-style-documentation-with-net-and-ndoc/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[NDoc]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=206</guid>
		<description><![CDATA[Tired of trying to keep your documentation synchronized with the source? You can help alleviate the problem by creating professional documentation directly from the built-in XML documentation features of the C# language using the brilliant NDoc open-source application. The .NET &#8230; <a href="http://www.alessandrolacava.com/producing-professional-msdn-style-documentation-with-net-and-ndoc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Tired of trying to keep your documentation synchronized with the source? You can help alleviate the problem by creating professional documentation directly from the built-in XML documentation features of the C# language using the brilliant NDoc open-source application.</h3>
<p>The .NET framework provides a nice way to insert XML documentation tags inside C# source code. These tags can then be extracted to an XML file, and using NDoc, transformed into fully-functional MSDN-style documentation.</p>
<p>Go to <a href="http://www.devx.com/dotnet/Article/29646">DevX</a> to read the rest of the article: <strong>Producing Professional MSDN-style Documentation with .NET and NDoc</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/producing-professional-msdn-style-documentation-with-net-and-ndoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtaining Wireless News with J2ME and PHP</title>
		<link>http://www.alessandrolacava.com/obtaining-wireless-news-with-j2me-and-php/</link>
		<comments>http://www.alessandrolacava.com/obtaining-wireless-news-with-j2me-and-php/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java ME]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[RSS Feed]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=204</guid>
		<description><![CDATA[J2ME and PHP are both powerful technologies used to develop applications for mobile devices and Web applications, respectively. In this article, you&#8217;ll see how to make them work together by developing a simple and useful application that retrieves the latest &#8230; <a href="http://www.alessandrolacava.com/obtaining-wireless-news-with-j2me-and-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>J2ME and PHP are both powerful technologies used to develop applications for mobile devices and Web applications, respectively. In this article, you&#8217;ll see how to make them work together by developing a simple and useful application that retrieves the latest news from the Web and displays that on a mobile device.</h3>
<p>The Java 2 Platform, Micro Edition (J2ME) is targeted at cell phones, smart cards, pagers, and other consumer devices. J2ME technology consists of a virtual machine and a set of APIs suitable for tailored runtime environments for these devices. PHP, on the other hand, is a widely used server-based language to build Web applications. But these two radically different technologies work very well together. In this article you&#8217;ll see how they can interact via HTTP (Hyper Text Transfer Protocol). Of course, this is not intended to be a thorough explanation of how HTTP works—you only need to know that HTTP is a request/response protocol. That simply means that the client application performs a request and the server application returns a response.</p>
<p>Go to <a href="http://www.devx.com/wireless/Article/28404">DevX</a> to read the rest of the article: <strong>Obtaining Wireless News with J2ME and PHP</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/obtaining-wireless-news-with-j2me-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Secrets Secret: Steganography with .NET</title>
		<link>http://www.alessandrolacava.com/keeping-secrets-secret-steganography-with-net/</link>
		<comments>http://www.alessandrolacava.com/keeping-secrets-secret-steganography-with-net/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 14:47:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/en/blog/?p=201</guid>
		<description><![CDATA[Steganography is a way to protect information by hiding it &#8220;in plain sight&#8221; within other types of digital content. Steganography complements rather than replaces encryption by adding another layer of security—it&#8217;s much more difficult to decrypt a message if you &#8230; <a href="http://www.alessandrolacava.com/keeping-secrets-secret-steganography-with-net/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Steganography is a way to protect information by hiding it &#8220;in plain sight&#8221; within other types of digital content. Steganography complements rather than replaces encryption by adding another layer of security—it&#8217;s much more difficult to decrypt a message if you don&#8217;t know that there is a message. See how to leverage .NET to create steganographic techniques that hide encrypted information inside common digital data files.</h3>
<p>Steganography, literally &#8220;hidden writing,&#8221; is nowadays most often associated with embedding data in some form of electronic media. Data is hidden by adding or altering insignificant bits of information of a file. For example, an algorithm designed to embed a text message might slightly alter information describing the RGB composition of a pixel for an image file.</p>
<p>Go to <a href="http://www.devx.com/dotnet/Article/22667">DevX</a> to read the rest of the article: <strong>Keeping Secrets Secret: Steganography with .NET</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/keeping-secrets-secret-steganography-with-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Dennis Ritchie (dmr)</title>
		<link>http://www.alessandrolacava.com/goodbye-dennis-macalistair-ritchie-dmr/</link>
		<comments>http://www.alessandrolacava.com/goodbye-dennis-macalistair-ritchie-dmr/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 12:56:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Dennis Ritchie]]></category>
		<category><![CDATA[RIP]]></category>

		<guid isPermaLink="false">http://www.alessandrolacava.com/blog/goodbye-dennis-macalistair-ritchie-dmr/</guid>
		<description><![CDATA[Dennis MacAlistair Ritchie (username: dmr, September 9, 1941 — October 8, 2011) This post is dedicated to a man that gave a lot to the computer science world, Dennis Ritchie (a.k.a. dmr). He is the creator of the C programming &#8230; <a href="http://www.alessandrolacava.com/goodbye-dennis-macalistair-ritchie-dmr/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img hspace="10" style="padding: 5px;" align="left" title="Dennis MacAlistair Ritchie (dmr): Picture" alt="Dennis MacAlistair Ritchie (dmr): Picture" src="http://www.alessandrolacava.com/images/dennis-ritchie.jpg" />  	<a href="http://en.wikipedia.org/wiki/Dennis_Ritchie">Dennis MacAlistair Ritchie (username: dmr, September 9, 1941 — October 8, 2011)</a><br />
This post is dedicated to a man that gave a lot to the computer science world, Dennis Ritchie (a.k.a. dmr). He is the creator of the C programming language 	and the key developer of the Unix operating system.</p>
<p><a href="http://en.wikipedia.org/wiki/The_C_Programming_Language_%28book%29">The C programming language</a> is the book he wrote along with <a href="http://en.wikipedia.org/wiki/Brian_Kernighan">Brian Kernighan</a>. 	In my humble opinion, it is one of the best book ever written about computer programming.</p>
<p>Without further ado, I just want to say goodbye to one of the people I respect most when it comes to computer science. I have to thank Mr. Ritchie if I can read declarations such as (The C programming Language, chapter 5):</p>
<p><code style="font-size: 11px">char (*(*x())[])()</code></p>
<p>x is a function returning a pointer to an array of pointers to functions returning char. <img src='http://www.alessandrolacava.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I think he would have said goodbye this way:</p>
<p><code style="font-size: 11px">printf("goodbye, worldn");</code></p>
<p>R.I.P. Dennis Ritchie.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandrolacava.com/goodbye-dennis-macalistair-ritchie-dmr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

