<?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>The CSS Blog, just CSS. (Tips, Tricks, Tutorials, Resources and more!) &#187; Tips&amp;Tricks</title>
	<atom:link href="http://thecssblog.com/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecssblog.com</link>
	<description>Tips, Tricks, Tutorials, Resources and more!</description>
	<lastBuildDate>Mon, 12 Jul 2010 20:42:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Château, Premium WordPress Theme Giveaway!</title>
		<link>http://thecssblog.com/tips-and-tricks/chateau-theme-giveaway/</link>
		<comments>http://thecssblog.com/tips-and-tricks/chateau-theme-giveaway/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 20:29:43 +0000</pubDate>
		<dc:creator>Nacho</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://thecssblog.com/?p=825</guid>
		<description><![CDATA[
Hi! Today I released a new premium WordPress 3.0 Theme called &#8216;Château&#8217;.
You can check Château and it&#8217;s features here.
Do you want a free copy? I&#8217;m giving away 5 this Friday.
The winners will be chosen according to their comment number using  random.org
How to participate

Tweet this message.
Copy the tweet URL and paste it into a comment [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.chateau-theme.com/"><img class="alignnone size-full wp-image-830" title="Screen shot 2010-07-12 at 5.33.57 PM" src="http://thecssblog.com/wp-content/uploads/2010/07/Screen-shot-2010-07-12-at-5.33.57-PM-e1278967311964.png" alt="" width="553" height="63" /></a></p>
<p>Hi! Today I released a new premium WordPress 3.0 Theme called &#8216;Château&#8217;.<br />
You can check <a href="http://www.chateau-theme.com/" target="_blank">Château and it&#8217;s features here</a>.</p>
<p>Do you want a free copy? <strong>I&#8217;m giving away 5 this Friday</strong>.<br />
The winners will be chosen according to their comment number using  random.org</p>
<h4>How to participate</h4>
<ol>
<li><a href="http://twitter.com/home?status=Checkout Chateau WordPress Theme Giveaway! (http://bit.ly/9peh01)" target="_blank">Tweet this message</a>.</li>
<li>Copy the tweet URL and paste it into a comment on this post.</li>
</ol>
<p>That&#8217;s it! Tell your friends and good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssblog.com/tips-and-tricks/chateau-theme-giveaway/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Just IE6 PNG fixes? Mmm how about this?</title>
		<link>http://thecssblog.com/tips-and-tricks/just-ie6-png-fixes-how-about-this/</link>
		<comments>http://thecssblog.com/tips-and-tricks/just-ie6-png-fixes-how-about-this/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 06:15:46 +0000</pubDate>
		<dc:creator>Nacho</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://thecssblog.com/?p=698</guid>
		<description><![CDATA[
Hi again guys! As you can see I&#8217;m not dead :p
I know it&#8217;s been forever. I&#8217;m really sorry. I write this blog to help out everyone that is interested in CSS. I don&#8217;t earn money with it, so unfortunately I can&#8217;t spend all the time I want writing. I&#8217;ll try to improve my timing though [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tiny-ruffian.deviantart.com/art/Glasses-visual-transparency-138865736" target="_blank"><img class="postImg-left" title="glass" src="http://thecssblog.com/wp-content/uploads/2009/12/glass.jpg" alt="glass" width="171" height="286" /></a></p>
<p>Hi again guys! As you can see I&#8217;m not dead :p</p>
<p>I know it&#8217;s been forever. I&#8217;m really sorry. I write this blog to help out everyone that is interested in CSS. I don&#8217;t earn money with it, so unfortunately I can&#8217;t spend all the time I want writing. I&#8217;ll try to improve my timing though <img src='http://thecssblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong><br />
Well, no more introductions. Let&#8217;s get down to business.</strong></p>
<p><span id="more-698"></span></p>
<h4>We all hate IE6</h4>
<p>This browser is crap and we all know it. Unfortunately, some clients demand support for this browser so we can&#8217;t avoid having some workarounds for it.</p>
<h4>PNG Images</h4>
<p>.<em>png</em> images have the best quality and fidelity for our web designs. Their best feature is their seamless and smooth transparency. We can achieve transparency with <em>.gif</em> files but their smoothness are not even close to <em>.png</em> files.</p>
<p>There are many times where our designs need a transparent <em>.png</em> and we also need to add support for <strong>IE6</strong>. So&#8230; what do we do?</p>
<h4>PNG fixes to the rescue!</h4>
<p>PNG fixes are <strong>mostly</strong> javascript (sometimes css) solutions for fixing IE6&#8217;s lack of transparency support for<em>.png</em> files. There are various PNG fixes. Here are some of them:</p>
<ul>
<li><a href="http://labs.unitinteractive.com/unitpngfix.php" target="_blank">Unit PNG Fix</a> (JS)</li>
<li><a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/" target="_blank">DD_belatedPNG</a> (JS)</li>
<li><a href="http://www.komodomedia.com/blog/2007/11/css-png-image-fix-for-ie/" target="_blank">Komodo Media&#8217;s PNG Fix</a> (CSS)</li>
</ul>
<h5>The good thing about PNG fixes <img src='http://thecssblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </h5>
<ol>
<li>They are easy and fast to setup.</li>
<li>They get rid of the problem in most cases.</li>
</ol>
<h5>Problems using PNG fixes <img src='http://thecssblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </h5>
<p>Well, unfortunately, it&#8217;s not everything as nice as cupcakes and rainbows. I&#8217;ve encountered some problems using PNG fixes:</p>
<ol>
<li><strong>Background-image</strong> support is quite poor (repeats and positions specially).</li>
<li>It&#8217;s a pain in the ass if you are using CSS sprites.</li>
<li>Sometimes the <strong>proportion</strong> of the images gets screwed up.</li>
<li>You add <strong>another</strong> javascript file to your page.</li>
<li>In CSS workarounds the code <strong>isn&#8217;t pretty and fails</strong> W3C&#8217;s validation.</li>
</ol>
<h4>Ok&#8230; so what now?</h4>
<p>Well, I have my own workaround for transparent <em>.png&#8217;s</em> in <strong>IE6</strong>. Maybe you will like it, maybe not, but I wanted to share the technique in case it comes in handy for you.</p>
<h5><span style="color: #800000;">I don&#8217;t use transparent PNG&#8217;s for IE6</span></h5>
<p>That&#8217;s right. I use <em>.gif</em> files instead.<br />
Sorry to dissapoint, but I believe this is the way to go.<br />
The quality of our images decreases of course, but we are <strong>embracing and accepting the browser&#8217;s limitations</strong>.</p>
<h5>Using the technique:</h5>
<h6>HTML code</h6>
<pre>&lt;div id="myDiv1" class="section"&gt;&lt;/div&gt;
&lt;div id="myDiv2" class="section"&gt;&lt;/div&gt;
&lt;div id="myDiv3" class="section"&gt;&lt;/div&gt;</pre>
<h6>CSS code</h6>
<pre>.section {background:url(briefcase.png) repeat 0 0;}
     #myDiv1 {background-color:#333;}
     #myDiv2 {background-color:#666;}
     #myDiv3 {background-color:#999;}</pre>
<p>Ok, so this will give us a bunch of coloured divs with a briefcase on their background. This will work for every browser <strong>except IE6 </strong>(that instead of being transparent, it will have a light-blue background below the gradient image).</p>
<h6>Fixing it for IE6:</h6>
<p>We will use the star or holy hack to refer only to IE6.</p>
<pre><strong>* html .section</strong> {background-image:url(briefcase.gif);}</pre>
<p>That&#8217;s it! We force <strong>IE6</strong> to load a <em>.gif</em> file instead of loading the <em>.png</em> file.<br />
<a href="http://thecssblog.com/demos/ie-png-fix/" target="_blank">Take a look at the final example</a></p>
<h5>Benefits</h5>
<ol>
<li>Simple, easy and short.</li>
<li>Respects the background properties defined for all browsers (repeat + position).</li>
<li>Compatible with CSS sprites (you just save the file in another format).</li>
<li>Doesn&#8217;t mess up image proportions.</li>
<li>W3C valid.</li>
<li>You don&#8217;t add another file to your &lt;head&gt;.</li>
</ol>
<h5>Drawbacks</h5>
<ol>
<li>The quality of the transparent image decreases (in some case more evident than others)</li>
<li>You have an extra image file in IE6.</li>
</ol>
<h4>Conclusion</h4>
<p><strong>IE6</strong> can&#8217;t handle transparent <em>.png</em> files. It&#8217;s a deficiency of the browser. This technique gives the browser a file type that it can handle and not another thing that it&#8217;s not really meant for it.</p>
<p>This is not &#8220;THE ULTIMATE SOLUTION&#8221; but gives you another possibility to solve these type of problems.<br />
Your experience will help you decide in which case you should use option A or B.</p>
<p>I hope it helps you. Cheers! <img src='http://thecssblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://thecssblog.com/tips-and-tricks/just-ie6-png-fixes-how-about-this/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Image slicing and CSS &#8211; Being clever with file formats</title>
		<link>http://thecssblog.com/tips-and-tricks/image-slicing-and-css-being-smart-with-file-formats/</link>
		<comments>http://thecssblog.com/tips-and-tricks/image-slicing-and-css-being-smart-with-file-formats/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:16:58 +0000</pubDate>
		<dc:creator>Nacho</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://thecssblog.com/?p=558</guid>
		<description><![CDATA[
Although CSS can do lot&#8217;s of stuff by itself, it also relies a lot on images. Websites without bullets, icons and backgrounds aren&#8217;t that lovely to see.
When we slice and dice our designs in order to create a website, optimizing the images is a key factor when we are focusing in our site&#8217;s response time.
Be [...]]]></description>
			<content:encoded><![CDATA[<p><a class="external" href="http://allanced.deviantart.com/art/El-Barbero-38051318"><img class="postImg-left" src="http://thecssblog.com/wp-content/uploads/2009/07/barber.jpg" alt="Barber" /></a></p>
<p>Although CSS can do lot&#8217;s of stuff by itself, it also relies a lot on images. Websites without bullets, icons and backgrounds aren&#8217;t that lovely to see.</p>
<p>When we slice and dice our designs in order to create a website, optimizing the images is a <strong>key factor</strong> when we are focusing in our site&#8217;s response time.</p>
<p>Be clever with image file formats and you&#8217;ll go a step further in optimizing your site.</p>
<p><span id="more-558"></span></p>
<p><span class="clearPost-img"></span></p>
<h4>The image file types</h4>
<p>In web, there are three image file types we can use:</p>
<ul>
<li><strong>.gif</strong> (Graphic interchange format)</li>
<li><strong>.jpg</strong> (Joint photographic experts group)</li>
<li><strong>.png</strong> (Portable network graphics)</li>
</ul>
<h4>.GIF</h4>
<p>Gif are lighter compared to jpgs or pngs.</p>
<p><img src="http://thecssblog.com/wp-content/uploads/2009/07/filetype-gif.gif" alt="Gif file type example" /></p>
<h5>This file type is great for:</h5>
<ul>
<li>Solid colors</li>
<li>Simple and small icons</li>
<li>Typography</li>
<li>Basic transparency (Simple shapes over a solid color)</li>
</ul>
<h4>.JPG</h4>
<p>In my opinion .jpg files need at least a 80% quality to look good in web. More quality means really more weight, so be careful.</p>
<p><img src="http://thecssblog.com/wp-content/uploads/2009/07/filetype-jpg.jpg" alt="Jpg file type example" /></p>
<h5>This file type is great for:</h5>
<ul>
<li>Photographs</li>
<li>Simple gradients</li>
</ul>
<p>Why only simple gradients? Because the .jpg files with complex gradients start too look blurry and with low definition.</p>
<h4>.PNG</h4>
<p>There are three types of pngs: 8, 24 and 32 bits. <strong>More number = more quality.</strong></p>
<p>Personally I find that <em>8 bit</em> has extremely poor quality. I also find the weight difference between <em>24</em> and <em>32 bits</em> very slim, but with a significant difference in quality.</p>
<p>Due to all this, I commonly use <strong>32 bit .pngs</strong></p>
<p><img src="http://thecssblog.com/wp-content/uploads/2009/07/filetype-png.png" alt="Png file type example" /></p>
<h5>This file type is great for:</h5>
<ul>
<li>High detailed icons and illustrations</li>
<li>Complex gradients</li>
<li>Great fidelity in transparency (24 or 32 bits)</li>
</ul>
<h4>IE6 and transparent PNGs</h4>
<p>IE6 doesn&#8217;t support png transparency. The transparency in the browser is replaced with a light blue background instead.</p>
<p>There are many techniques to fix this, and they are usually related with javascript.<br />
An example of this kind of fix is the <a class="external" href="http://labs.unitinteractive.com/unitpngfix.php">Unit PNG Fix</a>.</p>
<p>There are lot of others out there. Each one has it&#8217;s pros and cons. Google <strong>&#8216;png fix&#8217;</strong> and try them out. I still haven&#8217;t found THE BEST one.</p>
<h4>About the images in this post</h4>
<p>The little icons are a part of the <a class="external" href="http://www.pinvoke.com/icon/download/diagona.zip">Diagona Pack by Pinvoke</a>.<br />
The beautiful colored field is a great <a class="external" href="http://www.flickr.com/photos/allard1/3460117376/">photograph by Allard One in Flickr.</a><br />
The cool <a class="external" href="http://kluke.deviantart.com/art/Sweets-icons-set-95689282">sweet icons</a> belong to Kluke from Deviantart.</p>
<h4>Final Thoughts</h4>
<p>I hope this post helps you understand that you can choose different file types depending on the case and that each one has it&#8217;s strengths. <strong>Not everything needs to be .png!</strong> Especially if you are interested in optimizing your file&#8217;s size/weight.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssblog.com/tips-and-tricks/image-slicing-and-css-being-smart-with-file-formats/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Recreating the min-height property in IE6</title>
		<link>http://thecssblog.com/tips-and-tricks/recreating-the-min-height-property-in-ie6/</link>
		<comments>http://thecssblog.com/tips-and-tricks/recreating-the-min-height-property-in-ie6/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 19:55:51 +0000</pubDate>
		<dc:creator>Nacho</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://thecssblog.com/?p=143</guid>
		<description><![CDATA[One of the existing CSS properties is: min-height.
The min-height property is quite self-explanatory. It defines the minimum height of an element. If the element&#8217;s content exceeds this value, the element resizes to the size needed.
On the other hand, the height property defines a fixed size. If the element&#8217;s content exceeds that size, the element doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>One of the existing CSS properties is: <strong>min-height</strong>.</p>
<p>The min-height property is quite self-explanatory. It defines the <strong>minimum height</strong> of an element. <em>If the element&#8217;s content exceeds this value, the element resizes to the size needed.</em></p>
<p>On the other hand, the <strong>height</strong> property defines a fixed size. <em>If the element&#8217;s content exceeds that size, the element doesn&#8217;t change it&#8217;s size, however it&#8217;s content overflows.</em></p>
<p><span id="more-143"></span></p>
<p><strong>Internet Explorer 6 (IE6) doesn&#8217;t recognize</strong> this property at all, and is a property that many times I find quite handy.<br />
But don&#8217;t worry, I have a tip to make it work on IE6 <img src='http://thecssblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We will see some results on different browsers in order for you to understand the problem and the final solution.</p>
<h4>Our HTML code for every div is the following:</h4>
<pre>&lt;div&gt;
     &lt;p&gt;
          Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum
          tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.
     &lt;/p&gt;
&lt;/div&gt;</pre>
<h4>Our CSS code:</h4>
<pre>* {margin:0; padding:0;}
     div {float:left; width:240px;margin:40px 20px; background:#EEE; border:1px solid #CCC;}
          p {padding:20px; font:italic 90%/150% Georgia, serif;}</pre>
<p>Now let&#8217;s compare the height and the min-height properties visually&#8230;</p>
<h5>div {height:130px;}</h5>
<p><a class="external" title="Click to open in the actual size" href="http://thecssblog.com/wp-content/uploads/2009/06/Height.png"><img src="http://thecssblog.com/wp-content/uploads/2009/06/Height.png" alt="" width="504" height="150" /></a></p>
<h5>div {min-height:250px;}</h5>
<p><a class="external" title="Click to open in the actual size" href="http://thecssblog.com/wp-content/uploads/2009/06/Min-height.png"><img src="http://thecssblog.com/wp-content/uploads/2009/06/Min-height.png" alt="" width="504" height="150" /></a></p>
<p>You see? IE6 does whatever he wants. However, if you pay attention, in the first example (height) IE6 is using the div&#8217;s height actually as a min-height. The box is being resized according to it&#8217;s content.</p>
<p>By realizing this, we can say that<strong> IE6&#8217;s height is actually a good browser&#8217;s min-height</strong> <img src='http://thecssblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So when using min height, use a conditional comment for IE6 or a hack and you&#8217;ll get the desired result.</p>
<h4>The final CSS Code:</h4>
<pre>* {margin:0; padding:0;}
     div {float:left; width:240px; <strong>min-height:250px;</strong> margin:40px 20px; background:#EEE; border:1px solid #CCC;}
          p {padding:20px; font:italic 90%/150% Georgia, serif;}
     /* IE6 */
     * html div {<strong>height:250px;</strong>}</pre>
<h4>The final result:</h4>
<p><a class="external" title="Click to open in the actual size" href="http://thecssblog.com/wp-content/uploads/2009/06/Min-height-and-Height-IE6.png"><img src="http://thecssblog.com/wp-content/uploads/2009/06/Min-height-and-Height-IE6.png" alt="" width="504" height="150" /></a></p>
<p>The box will resize in case it needs to. You can check it by increasing the text size in this HTML versions:</p>
<ul>
<li><a title="Height test" href="http://thecssblog.com/demos/ie6-min-height/height.html" target="_blank">Height Test</a></li>
<li><a title="Min-height Test" href="http://thecssblog.com/demos/ie6-min-height/min-height.html" target="_blank">Min-height Test</a></li>
<li><a title="Min-height and IE6 Height Test" href="http://thecssblog.com/demos/ie6-min-height/min-height-ie6-height.html" target="_blank">Min-height + IE6 Height Test</a></li>
</ul>
<p>Both example 2 and 3 will look the same in any browsers that are not IE6, so bear that in mind.</p>
<p>So there you go. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssblog.com/tips-and-tricks/recreating-the-min-height-property-in-ie6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Reduce your headache when developing for IE6 &amp; IE7 with just one line</title>
		<link>http://thecssblog.com/tips-and-tricks/reduce-your-headache-when-developing-for-ie6-ie7-with-just-one-line/</link>
		<comments>http://thecssblog.com/tips-and-tricks/reduce-your-headache-when-developing-for-ie6-ie7-with-just-one-line/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:14:04 +0000</pubDate>
		<dc:creator>Nacho</dc:creator>
				<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">/index-2.php/?p=102</guid>
		<description><![CDATA[
After some time battling with Internet Explorer 6 &#38; 7, I discovered that most of it&#8217;s rendering problems are produced when using floats, because the hasLayout variable gets messed up.
Internet Explorer browser has a built-in variable called hasLayout, that allows the browser to &#8216;construct&#8217; the elements in the page, interact with other elements, etc. When [...]]]></description>
			<content:encoded><![CDATA[<p><a class="external" href="http://blogofjuliet.wordpress.com/"><img class="postImg-left" title="Elephant Migraine" src="http://thecssblog.com/wp-content/uploads/2009/06/migraine.jpg" alt="Elephant Migraine by Juliet Darken" width="176" height="255" /></a></p>
<p>After some time battling with Internet Explorer 6 &amp; 7, I discovered that most of it&#8217;s rendering problems are produced when using floats, because the hasLayout variable gets messed up.</p>
<p>Internet Explorer browser has a built-in variable called <strong>hasLayout</strong>, that allows the browser to &#8216;construct&#8217; the elements in the page, interact with other elements, etc. When this variable is set to <em>true</em>, the content displays fine, but when it doesn&#8217;t our site gets pretty jammed.</p>
<p>Ignore the technicalities. Let&#8217;s go to the practical stage&#8230;</p>
<p><span id="more-102"></span></p>
<p>There are many ways to clear floats.<br />
The most useful one, without adding any <em>&#8216;non-semantic&#8217; </em>markup is the following:</p>
<pre>ul {overflow:hidden;}
     li {float:left; margin-right:10px;}</pre>
<p>This property is assigned to the <strong>parent element</strong> that will wrap around the floating ones.<br />
It&#8217;s works like a charm in Firefox, Opera, Safari and Chrome and in IE in some cases too (<em>many in IE7, nearly none in IE6..</em>.)</p>
<p>To fix this for IE you just have to add one line on your css.</p>
<h4>IE6</h4>
<pre>* html ul {height:1%;}</pre>
<h4>IE7</h4>
<pre>*+ html ul {min-height:1%;}</pre>
<h4>Another case where this hack is useful</h4>
<p>When elements misteriously <strong>&#8216;dissapear&#8217; </strong>from a page in IE, and you select them with the mouse by dragging it (<em>as if you were selecting text</em>) and suddenly provoke a magical reappearing, is another great case to use this hack.</p>
<p>This simple tip will reduce  your IE headache, try it, it saved me a nice amount of pills :p</p>
]]></content:encoded>
			<wfw:commentRss>http://thecssblog.com/tips-and-tricks/reduce-your-headache-when-developing-for-ie6-ie7-with-just-one-line/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
