<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: About me</title>
	<atom:link href="http://pupunzi.open-lab.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:42:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Nooranium</title>
		<link>http://pupunzi.open-lab.com/about/#comment-22058</link>
		<dc:creator><![CDATA[Nooranium]]></dc:creator>
		<pubDate>Sat, 14 Jan 2012 12:19:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-22058</guid>
		<description><![CDATA[Hi Matteo,
I have a small project and I need a designer to do CSS and AJAX coding (budget around USD500)
Payment (PayPal)

Are you interested?

Let me know.

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Hi Matteo,<br />
I have a small project and I need a designer to do CSS and AJAX coding (budget around USD500)<br />
Payment (PayPal)</p>
<p>Are you interested?</p>
<p>Let me know.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/about/#comment-18206</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:35:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-18206</guid>
		<description><![CDATA[Ciao Stefano,
Per poterr inserire il testo come mi stai chiedendo hai 2 opzioni:
1. Usare la callback &quot;onStart&quot; del componente che viene lanciata non appena l&#039;immagine di grandi dimensioni è stata caricata
&lt;code&gt;... onclick= &quot;$(this).mbZoomify({screen:’#screen’,onStart:function(){$(&#039;#[ID del div che deve contenere il testo]&#039;).html(&#039;[il testo che deve inserire]&#039;)}});&quot; ...&lt;/code&gt;

2. Aggiungere una funzione sul click dell&#039;immagine (insieme a quella di mbZoomify).
&lt;code&gt;... onclick= &quot;$(this).mbZoomify({screen:’#screen’});$(&#039;#[ID del div che deve contenere il testo]&#039;).html(&#039;[il testo che deve inserire]&#039;)&quot; ...&lt;/code&gt;

A te la scelta.
Ciao,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Ciao Stefano,<br />
Per poterr inserire il testo come mi stai chiedendo hai 2 opzioni:<br />
1. Usare la callback &#8220;onStart&#8221; del componente che viene lanciata non appena l&#8217;immagine di grandi dimensioni è stata caricata<br />
<code>... onclick= "$(this).mbZoomify({screen:’#screen’,onStart:function(){$('#[ID del div che deve contenere il testo]').html('[il testo che deve inserire]')}});" ...</code></p>
<p>2. Aggiungere una funzione sul click dell&#8217;immagine (insieme a quella di mbZoomify).<br />
<code>... onclick= "$(this).mbZoomify({screen:’#screen’});$('#[ID del div che deve contenere il testo]').html('[il testo che deve inserire]')" ...</code></p>
<p>A te la scelta.<br />
Ciao,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefano minardi</title>
		<link>http://pupunzi.open-lab.com/about/#comment-18198</link>
		<dc:creator><![CDATA[stefano minardi]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:37:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-18198</guid>
		<description><![CDATA[ciao matteo,
mi diletto a fare siti per amici e conoscenti ma sono solo un dilettante.
Volevo utilizzare mbZoomify ma mi trovo di fronte ad un problema causato dalla mia scarsissima conoscenza di jquery. 
Partendo da demo_screen.html ho bisogno che nella pagina cliccando sull&#039;immagine da zoomare compaia in un  anche il testo collegato all&#039;imm stessa. Le immagini si trovano in un array (php) e le recupero con un ciclo. Col nome dell&#039;imm recupero anche il file .txt che contiene il testo.
Suppongo che si debba intervenire sull&#039;evento onclick, ma come? Questo è il codice
 
    
&lt;?php			
  for ($i=0; $i
    &lt;img src=&quot;images/interni/mini/&quot;  data-highres=&quot;images/interni/upimg/&quot; onclick=               &quot;$(this).mbZoomify({screen:&#039;#screen&#039;,onZoomIn:function(o){},onZoomOut:function(o){}});&quot; /&gt;
    
aggiungere qualcosa tipo $(&#039;#nomediv&#039;).......
Boh, se hai tempo dammi un suggerimento, altrimenti grazie lo stesso per il tuo splendido lavoro.
Ciao,
         stefano]]></description>
		<content:encoded><![CDATA[<p>ciao matteo,<br />
mi diletto a fare siti per amici e conoscenti ma sono solo un dilettante.<br />
Volevo utilizzare mbZoomify ma mi trovo di fronte ad un problema causato dalla mia scarsissima conoscenza di jquery.<br />
Partendo da demo_screen.html ho bisogno che nella pagina cliccando sull&#8217;immagine da zoomare compaia in un  anche il testo collegato all&#8217;imm stessa. Le immagini si trovano in un array (php) e le recupero con un ciclo. Col nome dell&#8217;imm recupero anche il file .txt che contiene il testo.<br />
Suppongo che si debba intervenire sull&#8217;evento onclick, ma come? Questo è il codice</p>
<p>&lt;?php<br />
  for ($i=0; $i<br />
    &lt;img src=&quot;images/interni/mini/&#8221;  data-highres=&#8221;images/interni/upimg/&#8221; onclick=               &#8220;$(this).mbZoomify({screen:&#8217;#screen&#8217;,onZoomIn:function(o){},onZoomOut:function(o){}});&#8221; /&gt;</p>
<p>aggiungere qualcosa tipo $(&#8216;#nomediv&#8217;)&#8230;&#8230;.<br />
Boh, se hai tempo dammi un suggerimento, altrimenti grazie lo stesso per il tuo splendido lavoro.<br />
Ciao,<br />
         stefano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marv</title>
		<link>http://pupunzi.open-lab.com/about/#comment-16693</link>
		<dc:creator><![CDATA[marv]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 08:54:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-16693</guid>
		<description><![CDATA[please shorten youre website, it&#039;s loading forever and chrome almost crashes!
If you got to many comments, this page is scrooooooooollable.

greets]]></description>
		<content:encoded><![CDATA[<p>please shorten youre website, it&#8217;s loading forever and chrome almost crashes!<br />
If you got to many comments, this page is scrooooooooollable.</p>
<p>greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/about/#comment-14466</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Sat, 08 Oct 2011 10:54:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-14466</guid>
		<description><![CDATA[Hi Simon,
download the latest version from gitHub at this URL: https://github.com/pupunzi/jquery.mb.gallery/zipball/master

Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Simon,<br />
download the latest version from gitHub at this URL: <a href="https://github.com/pupunzi/jquery.mb.gallery/zipball/master" rel="nofollow">https://github.com/pupunzi/jquery.mb.gallery/zipball/master</a></p>
<p>Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://pupunzi.open-lab.com/about/#comment-14395</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 03:18:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-14395</guid>
		<description><![CDATA[Hello,

I just found your amazing mb.gallery script.

I am trying to get the mbGallery 2.0 to work with the thumbnails but no luck yet.

I copied the code from the demo at:

http://pupunzi.com/mb.components/mb.gallery/demo/demo_multy.html

The thumbnails never show up. I am sure I am making a &quot;beginner&quot; mistake. Any ideas?

Here is the link where I am trying to test it out at:

http://www.aguayuda.org/Uploads/zTest/Demo_Thumbs.html

thanks for your time.

Bet regards,

Simon]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I just found your amazing mb.gallery script.</p>
<p>I am trying to get the mbGallery 2.0 to work with the thumbnails but no luck yet.</p>
<p>I copied the code from the demo at:</p>
<p><a href="http://pupunzi.com/mb.components/mb.gallery/demo/demo_multy.html" rel="nofollow">http://pupunzi.com/mb.components/mb.gallery/demo/demo_multy.html</a></p>
<p>The thumbnails never show up. I am sure I am making a &#8220;beginner&#8221; mistake. Any ideas?</p>
<p>Here is the link where I am trying to test it out at:</p>
<p><a href="http://www.aguayuda.org/Uploads/zTest/Demo_Thumbs.html" rel="nofollow">http://www.aguayuda.org/Uploads/zTest/Demo_Thumbs.html</a></p>
<p>thanks for your time.</p>
<p>Bet regards,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Maucher</title>
		<link>http://pupunzi.open-lab.com/about/#comment-14203</link>
		<dc:creator><![CDATA[Andreas Maucher]]></dc:creator>
		<pubDate>Mon, 03 Oct 2011 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-14203</guid>
		<description><![CDATA[you do a lot of great work! - thanks]]></description>
		<content:encoded><![CDATA[<p>you do a lot of great work! &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim D</title>
		<link>http://pupunzi.open-lab.com/about/#comment-12765</link>
		<dc:creator><![CDATA[Karim D]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 13:39:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-12765</guid>
		<description><![CDATA[Hi Matteo

I was browsing on your website and trailer for the new video you posted and I would like to know if you work on freelance to do a trailer for a website that we are currently building?

Many thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Matteo</p>
<p>I was browsing on your website and trailer for the new video you posted and I would like to know if you work on freelance to do a trailer for a website that we are currently building?</p>
<p>Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance</title>
		<link>http://pupunzi.open-lab.com/about/#comment-12342</link>
		<dc:creator><![CDATA[lance]]></dc:creator>
		<pubDate>Tue, 09 Aug 2011 15:40:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-12342</guid>
		<description><![CDATA[your coding is so elegant. i never wanted to dig into js very much until i found your work. thanks for the inspiration! :) amazing what a guy can do with js these days!]]></description>
		<content:encoded><![CDATA[<p>your coding is so elegant. i never wanted to dig into js very much until i found your work. thanks for the inspiration! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  amazing what a guy can do with js these days!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OlgaCentura</title>
		<link>http://pupunzi.open-lab.com/about/#comment-12264</link>
		<dc:creator><![CDATA[OlgaCentura]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 18:07:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-12264</guid>
		<description><![CDATA[opt.gallery= $(&quot;&quot;).attr({id:&quot;bgndGallery_&quot;+el.opt.galleryID}).addClass(&quot;mbBgndGallery&quot;);
			var pos= opt.containment==&quot;body&quot;?&quot;fixed&quot;:&quot;absolute&quot;;
			opt.gallery.css({position:pos,top:0,let:0,width:&quot;100%&quot;,height:&quot;100%&quot;,overflow:&quot;hidden&quot;});

let:0? or left:0?  (bgnd gallery)

You should put your newest comments at the top of the page...Buona giornata...]]></description>
		<content:encoded><![CDATA[<p>opt.gallery= $(&#8220;&#8221;).attr({id:&#8221;bgndGallery_&#8221;+el.opt.galleryID}).addClass(&#8220;mbBgndGallery&#8221;);<br />
			var pos= opt.containment==&#8221;body&#8221;?&#8221;fixed&#8221;:&#8221;absolute&#8221;;<br />
			opt.gallery.css({position:pos,top:0,let:0,width:&#8221;100%&#8221;,height:&#8221;100%&#8221;,overflow:&#8221;hidden&#8221;});</p>
<p>let:0? or left:0?  (bgnd gallery)</p>
<p>You should put your newest comments at the top of the page&#8230;Buona giornata&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

