<?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/"
		>
<channel>
	<title>Comments for Roll Over</title>
	<atom:link href="http://fatlabmusic.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatlabmusic.com/blog</link>
	<description>The FatLab Music Blog</description>
	<lastBuildDate>Wed, 23 May 2012 15:01:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Easy opt-out of catalog mailing lists with CatalogChoice.org by kerri ann</title>
		<link>http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/comment-page-1/#comment-581</link>
		<dc:creator>kerri ann</dc:creator>
		<pubDate>Wed, 23 May 2012 15:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/#comment-581</guid>
		<description>thanks for the info, brent!  will check them out :)</description>
		<content:encoded><![CDATA[<p>thanks for the info, brent!  will check them out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by Edy Hinzen</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-579</link>
		<dc:creator>Edy Hinzen</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-579</guid>
		<description>&gt; I am using the newer plugin now and recommend everyone do the same.
Thanks anyway for the info, because I have an own modification of Mr. Pinho&#039;s version. I&#039;ll have a look at Krewenki&#039;s version, too  ;-)</description>
		<content:encoded><![CDATA[<p>&gt; I am using the newer plugin now and recommend everyone do the same.<br />
Thanks anyway for the info, because I have an own modification of Mr. Pinho&#8217;s version. I&#8217;ll have a look at Krewenki&#8217;s version, too  ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by Dmitriy</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-578</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Thu, 29 Mar 2012 09:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-578</guid>
		<description>Thanks! Very simple but extremly usefull</description>
		<content:encoded><![CDATA[<p>Thanks! Very simple but extremly usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by Tim</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-577</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-577</guid>
		<description>This was exactly what I needed. Simple, and works without any hacking about!
Thanks.</description>
		<content:encoded><![CDATA[<p>This was exactly what I needed. Simple, and works without any hacking about!<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by brent</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-576</link>
		<dc:creator>brent</dc:creator>
		<pubDate>Sun, 20 Nov 2011 16:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-576</guid>
		<description>Sorry - I&#039;m not going to be much help there.  I only got as far into the Lightbox code to tweak the jQuery selector -- rotating images looks to be a lot more involved because I don&#039;t think jQuery has a built-in rotate method.  You&#039;ll need to add a call to another jQuery plugin to do the rotate.

I did a quick Google search for &quot;jQuery rotate image&quot; and came up with these possibilities:


	&lt;a href=&quot;http://code.google.com/p/jqueryrotate/&quot; rel=&quot;nofollow&quot;&gt;jqueryrotate - jQuery plugin that rotate images (and animate them) by any angle - Google Project Hosting&lt;/a&gt;
	&lt;a href=&quot;http://code.google.com/p/jquery-rotate/&quot; rel=&quot;nofollow&quot;&gt;jquery-rotate - jQuery extension for image rotation - Google Project Hosting&lt;/a&gt;
	&lt;a href=&quot;http://plugins.jquery.com/project/jQueryRotate&quot; rel=&quot;nofollow&quot;&gt;jQueryRotate &#124; jQuery Plugins&lt;/a&gt;


Hope that helps!</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; I&#8217;m not going to be much help there.  I only got as far into the Lightbox code to tweak the jQuery selector &#8212; rotating images looks to be a lot more involved because I don&#8217;t think jQuery has a built-in rotate method.  You&#8217;ll need to add a call to another jQuery plugin to do the rotate.</p>
<p>I did a quick Google search for &#8220;jQuery rotate image&#8221; and came up with these possibilities:</p>
<p>	<a href="http://code.google.com/p/jqueryrotate/" rel="nofollow">jqueryrotate &#8211; jQuery plugin that rotate images (and animate them) by any angle &#8211; Google Project Hosting</a><br />
	<a href="http://code.google.com/p/jquery-rotate/" rel="nofollow">jquery-rotate &#8211; jQuery extension for image rotation &#8211; Google Project Hosting</a><br />
	<a href="http://plugins.jquery.com/project/jQueryRotate" rel="nofollow">jQueryRotate | jQuery Plugins</a></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by Keith</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-575</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Sun, 20 Nov 2011 02:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-575</guid>
		<description>Brent,

Thanks for this wonderful tutorial. I am using jquery.lightbox-0.5.js to show lightbox can you help me in adding one more control, i.e. rotate functionality to the existing js plugin ? I would appreciate your assistance.</description>
		<content:encoded><![CDATA[<p>Brent,</p>
<p>Thanks for this wonderful tutorial. I am using jquery.lightbox-0.5.js to show lightbox can you help me in adding one more control, i.e. rotate functionality to the existing js plugin ? I would appreciate your assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by Tom E</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-574</link>
		<dc:creator>Tom E</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-574</guid>
		<description>Works like a charm! I&#039;am very thankful for this tweek!</description>
		<content:encoded><![CDATA[<p>Works like a charm! I&#8217;am very thankful for this tweek!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy opt-out of catalog mailing lists with CatalogChoice.org by brent</title>
		<link>http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/comment-page-1/#comment-571</link>
		<dc:creator>brent</dc:creator>
		<pubDate>Tue, 19 Apr 2011 15:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/#comment-571</guid>
		<description>Wow it has been that long, hasn&#039;t it!  Yes, I still find Catalog Choice very valuable.  The site has been continually refined, and I see more and more catalogs listed and even actively participating with CC.  I still strongly recommend it.</description>
		<content:encoded><![CDATA[<p>Wow it has been that long, hasn&#8217;t it!  Yes, I still find Catalog Choice very valuable.  The site has been continually refined, and I see more and more catalogs listed and even actively participating with CC.  I still strongly recommend it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy opt-out of catalog mailing lists with CatalogChoice.org by Donna Miglini</title>
		<link>http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/comment-page-1/#comment-570</link>
		<dc:creator>Donna Miglini</dc:creator>
		<pubDate>Tue, 19 Apr 2011 15:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/2007/12/11/easy-opt-out-of-catalog-mailing-lists-with-catalogchoiceorg/#comment-570</guid>
		<description>Brent, I was happy to hear about the Cataloguechoice.org site when I called a catalogue
to ask them to remove me from their mailing list.  So I came to check it out and noticed that most of the postings are from 2007 ... 2008 and it&#039;s now 2011.  Are they still as good and reliable?  Thanks for your help.</description>
		<content:encoded><![CDATA[<p>Brent, I was happy to hear about the Cataloguechoice.org site when I called a catalogue<br />
to ask them to remove me from their mailing list.  So I came to check it out and noticed that most of the postings are from 2007 &#8230; 2008 and it&#8217;s now 2011.  Are they still as good and reliable?  Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to modify jQuery Lightbox Plugin to use Image Sets by NormanOs</title>
		<link>http://fatlabmusic.com/blog/2009/01/07/how-to-modify-jquery-lightbox-plugin-to-use-image-sets/comment-page-1/#comment-569</link>
		<dc:creator>NormanOs</dc:creator>
		<pubDate>Tue, 04 Jan 2011 16:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=238#comment-569</guid>
		<description>Worked for me. I had been trying to get Lightbox 2 working but had trouble with conflicting libraries. This works a treat.</description>
		<content:encoded><![CDATA[<p>Worked for me. I had been trying to get Lightbox 2 working but had trouble with conflicting libraries. This works a treat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to Fix WP HTTP Error: name lookup timed out by agus</title>
		<link>http://fatlabmusic.com/blog/2009/08/12/how-to-fix-wp-http-error-name-lookup-timed-out/comment-page-1/#comment-568</link>
		<dc:creator>agus</dc:creator>
		<pubDate>Sat, 11 Dec 2010 12:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=300#comment-568</guid>
		<description>thank&#039;s for share it, i will try to my blog</description>
		<content:encoded><![CDATA[<p>thank&#8217;s for share it, i will try to my blog</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Remote app + Airfoil + Airfoil Speakers = iTunes Heaven (UPDATED with AirPlay details) by pit</title>
		<link>http://fatlabmusic.com/blog/2008/08/13/itunes-airfoil-airfoil-speakers-iphone-remote-app-heaven/comment-page-1/#comment-566</link>
		<dc:creator>pit</dc:creator>
		<pubDate>Sun, 05 Sep 2010 12:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=161#comment-566</guid>
		<description>Hi, is there no App which allows me to control (remote) and stream like airfoil in one app. Otherwise I have (streaming to the Iphone &gt; cable to my stereo)  to switch between the apps.

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi, is there no App which allows me to control (remote) and stream like airfoil in one app. Otherwise I have (streaming to the Iphone &gt; cable to my stereo)  to switch between the apps.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Signature Difference by Richard Rainville</title>
		<link>http://fatlabmusic.com/blog/2010/08/15/signature-difference/comment-page-1/#comment-564</link>
		<dc:creator>Richard Rainville</dc:creator>
		<pubDate>Tue, 17 Aug 2010 19:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/2010/08/15/signature-difference/#comment-564</guid>
		<description>I&#039;m glad that it&#039;s not &quot;Sent from my iPhone on AT&amp;T.&quot;  How lame would *that* be?</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that it&#8217;s not &#8220;Sent from my iPhone on AT&amp;T.&#8221;  How lame would *that* be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Signature Difference by Seth Christenfeld</title>
		<link>http://fatlabmusic.com/blog/2010/08/15/signature-difference/comment-page-1/#comment-563</link>
		<dc:creator>Seth Christenfeld</dc:creator>
		<pubDate>Tue, 17 Aug 2010 04:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/2010/08/15/signature-difference/#comment-563</guid>
		<description>Mine reads &quot;Sent via Droid.  The phone kind, not the R2-D2 kind.&quot;</description>
		<content:encoded><![CDATA[<p>Mine reads &#8220;Sent via Droid.  The phone kind, not the R2-D2 kind.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone Remote app + Airfoil + Airfoil Speakers = iTunes Heaven (UPDATED with AirPlay details) by links for 2010-08-01 &#171; BVLog</title>
		<link>http://fatlabmusic.com/blog/2008/08/13/itunes-airfoil-airfoil-speakers-iphone-remote-app-heaven/comment-page-1/#comment-561</link>
		<dc:creator>links for 2010-08-01 &#171; BVLog</dc:creator>
		<pubDate>Mon, 02 Aug 2010 04:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://fatlabmusic.com/blog/?p=161#comment-561</guid>
		<description>[...] iPhone Remote app + Airfoil + Airfoil Speakers = iTunes Heaven « Roll Over :: FatLab Music Formula for streaming audio from iTunes on one computer to another computer and controlling it via iTunes Remote on an iPod Touch. (tags: audio ipod networking)    Filed under: del.icio.us Leave a comment     Comments (0) Trackbacks (0) ( subscribe to comments on this post ) [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Remote app + Airfoil + Airfoil Speakers = iTunes Heaven « Roll Over :: FatLab Music Formula for streaming audio from iTunes on one computer to another computer and controlling it via iTunes Remote on an iPod Touch. (tags: audio ipod networking)    Filed under: del.icio.us Leave a comment     Comments (0) Trackbacks (0) ( subscribe to comments on this post ) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: fatlabmusic.com @ 2012-05-23 15:04:17 by W3 Total Cache -->
