<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Matteo Bicocchi&#039;s Blog &#187; (mb)Containers</title>
	<atom:link href="http://pupunzi.open-lab.com/tag/mbcontainers/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Sun, 12 Feb 2012 12:39:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pupunzi.open-lab.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f84717aa2c4a99c6f997904a49e41a68?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Matteo Bicocchi&#039;s Blog &#187; (mb)Containers</title>
		<link>http://pupunzi.open-lab.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pupunzi.open-lab.com/osd.xml" title="Matteo Bicocchi&#039;s Blog" />
	<atom:link rel='hub' href='http://pupunzi.open-lab.com/?pushpress=hub'/>
		<item>
		<title>jQuery (mb)ContainersPlus 2.2 (iconize where you want!)</title>
		<link>http://pupunzi.open-lab.com/2009/02/01/mbcontainersplus/</link>
		<comments>http://pupunzi.open-lab.com/2009/02/01/mbcontainersplus/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 16:20:11 +0000</pubDate>
		<dc:creator>Matteo Bicocchi</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[(mb)Containers]]></category>
		<category><![CDATA[Ajax content]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[javascript window]]></category>
		<category><![CDATA[jquery container]]></category>
		<category><![CDATA[jquery window]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=229</guid>
		<description><![CDATA[Let your contents look great! This is a useful plug in to build full featured and fully skinnable containers. The container can be set to draggable, resizable, collapsable and minimizable. for the latest release go to the compoment page: http://pupunzi.wordpress.com/mb-jquery-components/mb-containerplus/ dependencies: ui.core.js ui.draggable.js ui.resizable.js optional: jquery.metadata.js Releases: How does it work: here is the js&#160;&#8230; <a href="http://pupunzi.open-lab.com/2009/02/01/mbcontainersplus/">Read&#160;more</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pupunzi.open-lab.com&amp;blog=6146833&amp;post=229&amp;subd=pupunzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-230" title="containersplus" src="http://pupunzi.files.wordpress.com/2009/02/containersplus.jpg?w=640" alt="containersplus"   /></p>
<h3>Let your contents look great!</h3>
<p>This is a useful plug in to build full featured and fully skinnable containers. The container can be set to draggable, resizable, collapsable and minimizable.</p>
<p><img src="http://www.w3.org/Icons/valid-xhtml10" border="0" alt="Valid XHTML 1.0 Transitional" width="88" height="31" /></p>
<h3>for the latest release go to the compoment page:</h3>
<p><a href="http://pupunzi.wordpress.com/mb-jquery-components/mb-containerplus/">http://pupunzi.wordpress.com/mb-jquery-components/mb-containerplus/</a></p>
<h3>dependencies:</h3>
<p>ui.core.js</p>
<p>ui.draggable.js</p>
<p>ui.resizable.js</p>
<p><strong>optional: </strong>jquery.metadata.js</p>
<h3><strong>Releases:</strong></h3>
<p><strong>How does it work:</strong></p>
<h4>here is the js call:</h4>
<div class="codeblock" style="padding-left:30px;"><code>$(function(){ </code></div>
<div class="codeblock" style="padding-left:30px;"><code> $(".containerPlus").buildContainers({ </code></div>
<div class="codeblock" style="padding-left:30px;"><code> containment:"document", </code></div>
<div class="codeblock" style="padding-left:30px;"><code> elementsPath:"elements/" </code></div>
<div class="codeblock" style="padding-left:30px;"><code> }); </code></div>
<div class="codeblock" style="padding-left:30px;"><code>});</code></div>
<h4>here is the code for each container:</h4>
<div class="codeblock" style="padding-left:30px;"><code>&lt;div class="containerPlus draggable resizable" </code></div>
<div class="codeblock" style="padding-left:30px;"><code> style= " top:200px; left:200px"</code></div>
<div class="codeblock" style="padding-left:60px;"><span style="color:#000000;"><code>width="500" </code></span></div>
<div class="codeblock" style="padding-left:60px;"><span style="color:#000000;"><code> buttons="m,c,i" </code></span></div>
<div class="codeblock" style="padding-left:60px;"><span style="color:#000000;"><code> icon="chart.png" </code></span></div>
<div class="codeblock" style="padding-left:60px;"><span style="color:#000000;"><code> skin="default"</code></span></div>
<div class="codeblock" style="padding-left:30px;"><span style="color:#000000;"><code> content="url_of_ajax_content"</code></span><code>&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><span style="color:#808080;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></div>
<div class="codeblock" style="padding-left:30px;">
<div class="codeblock"><span style="color:#ff6600;">with the<strong> jquery.metadata.js</strong> you can write custom attr. inside class attr in a JASON sintax:</span></div>
<div class="codeblock"><strong><code> </code></strong><span style="color:#000000;"><code>class="containerPlus </code><code>draggable </code><code>resizable</code></span><code><span style="color:#808080;"> </span><strong>{buttons: 'm,c,i', skin: 'white', width: '500', icon: 'chart.png', skin: 'default', content: 'url_of_ajax_content'<span style="color:#ff6600;"> (new)</span>}"</strong></code></div>
<div class="codeblock"><span style="color:#808080;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></div>
</div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="no"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="ne"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="n"&gt; </code><code><strong>[your title goes here]</strong> </code><code>&lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code>&lt;/div&gt; </code></div>
<div class="codeblock" style="padding-left:30px;"><code>&lt;div class="o"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="e"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="c"&gt; </code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="content"&gt; <strong>[your content goes here]</strong> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt; </code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div&gt; </code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="so"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="se"&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;div class="s"&gt;</code><code>&lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code> &lt;/div&gt;</code></div>
<div class="codeblock" style="padding-left:30px;"><code>&lt;/div&gt;</code></div>
<p>The container can be set to draggable and resizable by adding &#8220;<strong>draggable</strong>&#8221; and/or &#8220;<strong>resizable</strong>&#8221; to the class attribute; ther&#8217;s a custom attribute called buttons that accept: <strong>i</strong> [iconize], <strong>m</strong> [collapse], <strong>c</strong> [close] as value to add buttons to the buttonbar. You can also add a left top corner icon by adding the attribute &#8220;<strong>icon</strong>&#8221; with the icon path as value.</p>
<p>If you are not using metadata than dimentions of your container <strong>must</strong> be set by <strong>with</strong> and <strong>height</strong> attribute and not with the <strong>style</strong> attribute!</p>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong>The container can start as collapsed or iconized, just add &#8220;<strong>collapsed:&#8217;true&#8217;</strong>&#8221; (or collapsed=&#8217;true&#8217; as attribute) or </span><span style="color:#000000;">&#8220;<strong>iconized:&#8217;true&#8217;</strong>&#8221; (or iconized=&#8217;true&#8217; as attribute)</span><span style="color:#000000;">.</span></p>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong>Now it&#8217;s possible to load content via ajax by adding a &#8220;<strong>content</strong>&#8221; attribut either as attribute of your container div or writing it in the class attribute in Json sntax.</span></p>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong>you can interact with any containers with these functions:</span></p>
<ul>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_iconize()</strong>; to toggle between iconized and not iconized.</span></li>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_resizeTo(</strong>h,w<strong>)</strong>; to change the width and/or  the height.</span></li>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_toggle()</strong>; to collapse / expand the container.</span></li>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_open(</strong>url,data<strong>)</strong>; to open a closed container. URL and DATA are optional and let you change the container content getting it from a page (url) called via ajax and passing params (data).<br />
</span></li>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_close()</strong>; to close a container.</span></li>
<li><span style="color:#000000;"><strong>jQuery.fn.mb_getState(</strong>attr<strong>)</strong>; to get the specified state of the container; the states (attr) are: <strong>closed</strong>, <strong>collapsed</strong>, <strong>iconized</strong>.</span></li>
</ul>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong>Now you can mange the handles for resizing by adding the property: &#8220;<strong>handles</strong>&#8221; that axcept : </span><strong>w,n,e,s,se,sw,nw,ne</strong> (default &#8220;s&#8221;)<span style="color:#000000;">.</span></p>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong></span>You can resize container mantaining the aspect ratio by adding the property &#8220;<strong>aspectRatio</strong>&#8220;; it axcept &#8220;<strong>true</strong>&#8221; or &#8220;<strong>false</strong>&#8221; (desault &#8220;false&#8221;).</p>
<p><span style="color:#000000;"><strong><span style="color:#ff6600;">(New) </span></strong></span>You can iconize containers where you want, just specify the <strong>id</strong> of your dock element with the new dock attribute:<br />
ex: <em>class=&#8221;containerPlus draggable resizable {buttons:&#8217;m,c,i&#8217;, icon:&#8217;chart.png&#8217;, skin:&#8217;black&#8217;, collapsed:&#8217;true&#8217;,width:&#8217;500&#8242;,iconized:&#8217;true&#8217;,<strong>dock:&#8217;dock&#8217;</strong>}&#8221;</em>.</p>
<h4 style="text-align:right;"><a href="http://www.open-lab.com/mb.ideas/demo/jquery.mbContainerPlus/jquery.mbContainerPlus.zip">Download the surce files to test yourself all the functionalities!</a></h4>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pupunzi.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pupunzi.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pupunzi.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pupunzi.open-lab.com&amp;blog=6146833&amp;post=229&amp;subd=pupunzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pupunzi.open-lab.com/2009/02/01/mbcontainersplus/feed/</wfw:commentRss>
		<slash:comments>385</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03604fe1ab8aedd7fd69ba097439593c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pupunzi</media:title>
		</media:content>

		<media:content url="http://pupunzi.files.wordpress.com/2009/02/containersplus.jpg" medium="image">
			<media:title type="html">containersplus</media:title>
		</media:content>

		<media:content url="http://www.w3.org/Icons/valid-xhtml10" medium="image">
			<media:title type="html">Valid XHTML 1.0 Transitional</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery (mb)Containers 1.2</title>
		<link>http://pupunzi.open-lab.com/2009/01/18/jquery-mbcontainers/</link>
		<comments>http://pupunzi.open-lab.com/2009/01/18/jquery-mbcontainers/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:25:44 +0000</pubDate>
		<dc:creator>Matteo Bicocchi</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[(mb)Containers]]></category>
		<category><![CDATA[plug-in]]></category>

		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=131</guid>
		<description><![CDATA[This is a useful plug in to build full featured and fully skinnable containers. The container can be set to draggable, resizable, collapsable and minimizable. This plugin has been deprecated. If you are looking for a container plugin get this one: mb.containerPlus Releases: 1.2.0 (New!) Major issue released: added &#8220;iconized&#8221; or &#8220;minimized&#8221; at  start up. Just&#160;&#8230; <a href="http://pupunzi.open-lab.com/2009/01/18/jquery-mbcontainers/">Read&#160;more</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pupunzi.open-lab.com&amp;blog=6146833&amp;post=131&amp;subd=pupunzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://pupunzi.wordpress.com/2009/01/18/jquery-mbcontainers/"><img class="alignnone size-full wp-image-132" title="containers" src="http://pupunzi.files.wordpress.com/2009/01/containers.png?w=640" alt="containers"   /></a></p>
<p><span style="text-decoration:line-through;">This is a useful plug in to build full featured and fully skinnable containers.<br />
The container can be set to draggable, resizable, collapsable and minimizable.</span></p>
<p><strong>This plugin has been deprecated. If you are looking for a container plugin get this one: <a href="http://pupunzi.open-lab.com/mb-jquery-components/mb-containerplus/">mb.containerPlus</a></strong></p>
<div><strong><span id="more-131"></span>Releases:</strong></div>
<p><span style="text-decoration:line-through;"><strong> 1.2.0<span style="color:#ff6600;"> (New!)</span></strong><br />
Major issue released:</span></p>
<ul>
<li><span style="text-decoration:line-through;">added &#8220;iconized&#8221; or &#8220;minimized&#8221; at  start up.<br />
<em>Just add  the attribute &#8220;iconized</em><em>=&#8217;true&#8217;&#8221; <strong>or</strong> &#8220;minimized=&#8217;true&#8217;&#8221; to the container.</em></span></li>
<li><span style="text-decoration:line-through;">added a pram: <strong>elementsPath</strong>: [path to images].<br />
used to define where to finde images like buttons and icons.</span></li>
</ul>
<h3><span style="text-decoration:line-through;">dependencies:</span></h3>
<p><span style="text-decoration:line-through;">ui.core.js<br />
ui.draggable.js<br />
ui.resizable.js</span></p>
<h3><span style="text-decoration:line-through;">How does it work:</span></h3>
<h4><span style="text-decoration:line-through;">here is the js call:</span></h4>
<div class="codeblock"><span style="text-decoration:line-through;"><code> $(function(){<br />
$(".container").buildContainers();<br />
});</code></span></div>
<h4><span style="text-decoration:line-through;">here is the code for each container:</span></h4>
<div class="codeblock"><span style="text-decoration:line-through;"><code>&lt;div class="container stikynote draggable resizable" style="width:400px; top:270px;left:170px" buttons="i,m,c"&gt;<br />
&lt;table cellpadding="0" cellspacing="0" class="containerTable"&gt;<br />
&lt;tr class="top"&gt;<br />
&lt;td class="no"&gt; &lt;/td&gt;<br />
&lt;td class="n"&gt;&lt;a href=""&gt;Stiky note&lt;/a&gt;&lt;/td&gt;<br />
&lt;td class="ne"&gt;&amp;nbsp;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr class="middle"&gt;<br />
&lt;td class="o"&gt; &lt;/td&gt;<br />
&lt;td class="c" &gt;<br />
[your content goes here...]<br />
&lt;/td&gt;<br />
&lt;td class="e"&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr class="bottom"&gt;<br />
&lt;td class="so"&gt; &lt;/td&gt;<br />
&lt;td class="s"&gt;&lt;/td&gt;<br />
&lt;td class="se"&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;</code></span></div>
<p><span style="text-decoration:line-through;">The container can be set to draggable and resizable by adding &#8220;draggable&#8221; and/or &#8220;resizable&#8221; to the class attribute; ther&#8217;s a custom attribute called buttons that accept: i [iconize], m [minimize], c [close] as value to add buttons to the buttonbar. You can also add a left top corner icon by adding the attribute &#8220;icon&#8221; with the icon path as value.</span></p>
<p><span style="text-decoration:line-through;">I&#8217;m working to a div box model container with many new feature; hope soon here!</span></p>
<h2><a href="http://pupunzi.open-lab.com/mb-jquery-components/mb-containerplus/">http://pupunzi.open-lab.com/mb-jquery-components/mb-containerplus/</a></h2>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pupunzi.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pupunzi.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pupunzi.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pupunzi.open-lab.com&amp;blog=6146833&amp;post=131&amp;subd=pupunzi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pupunzi.open-lab.com/2009/01/18/jquery-mbcontainers/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/03604fe1ab8aedd7fd69ba097439593c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">pupunzi</media:title>
		</media:content>

		<media:content url="http://pupunzi.files.wordpress.com/2009/01/containers.png" medium="image">
			<media:title type="html">containers</media:title>
		</media:content>
	</item>
	</channel>
</rss>
