<?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 on: black&#8217;n&#039;white 1.0</title>
	<atom:link href="http://maxb.net/blog/2008/06/17/blacknwhite/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog/2008/06/17/blacknwhite/</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Tue, 22 Nov 2011 17:06:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 10 jQuery Browser Tweakers &#124; jQuery4u</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-18453</link>
		<dc:creator>10 jQuery Browser Tweakers &#124; jQuery4u</dc:creator>
		<pubDate>Fri, 17 Dec 2010 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-18453</guid>
		<description>[...] http://maxb.net/blog/2008/06/17/blacknwhite/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://maxb.net/blog/2008/06/17/blacknwhite/" rel="nofollow">http://maxb.net/blog/2008/06/17/blacknwhite/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-2911</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Thu, 29 Jan 2009 13:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-2911</guid>
		<description>@Ian
I think that the problem is related to the css
what counts is that it works</description>
		<content:encoded><![CDATA[<p>@Ian<br />
I think that the problem is related to the css<br />
what counts is that it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-2910</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 29 Jan 2009 11:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-2910</guid>
		<description>haha true. Still, it didnt work for me &#039;till 

jQuery(”html”).css(”filter”,”gray”);

was changed to 

$(’body’).css({”filter”:”gray”})</description>
		<content:encoded><![CDATA[<p>haha true. Still, it didnt work for me &#8217;till </p>
<p>jQuery(”html”).css(”filter”,”gray”);</p>
<p>was changed to </p>
<p>$(’body’).css({”filter”:”gray”})</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-2903</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Wed, 28 Jan 2009 14:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-2903</guid>
		<description>@Ian

$ is an alias of jQuery object. :)</description>
		<content:encoded><![CDATA[<p>@Ian</p>
<p>$ is an alias of jQuery object. <img src='http://maxb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-2902</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 28 Jan 2009 14:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-2902</guid>
		<description>Hey. Fun plugin: I found I couldn&#039;t get it to work for me until I changed:

jQuery(&quot;html&quot;).css(&quot;filter&quot;,&quot;gray&quot;);
 
to

$(&#039;body&#039;).css({&quot;filter&quot;:&quot;gray&quot;})
           

and used 

  $(document).ready(function() {    
    BlacknWhite.init(); 
 });

instead of 


jQuery(document).ready(function(){ 
    BlacknWhite.init(); 
}); 

Hope that helps somebody! 

twitter.com/id</description>
		<content:encoded><![CDATA[<p>Hey. Fun plugin: I found I couldn&#8217;t get it to work for me until I changed:</p>
<p>jQuery(&#8220;html&#8221;).css(&#8220;filter&#8221;,&#8221;gray&#8221;);</p>
<p>to</p>
<p>$(&#8216;body&#8217;).css({&#8220;filter&#8221;:&#8221;gray&#8221;})</p>
<p>and used </p>
<p>  $(document).ready(function() {<br />
    BlacknWhite.init();<br />
 });</p>
<p>instead of </p>
<p>jQuery(document).ready(function(){<br />
    BlacknWhite.init();<br />
}); </p>
<p>Hope that helps somebody! </p>
<p>twitter.com/id</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web 2.0 GUI - Graphic User Interface &#171; Matteo Bicocchi&#8217;s Blog</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-2894</link>
		<dc:creator>web 2.0 GUI - Graphic User Interface &#171; Matteo Bicocchi&#8217;s Blog</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-2894</guid>
		<description>[...] degli eventi, sia per gli aspetti grafici) in netto conflitto con gli altri (http://maxb.net/blog/2008/06/17/blacknwhite/), facendo sì che il codice necessario alla realizzazione dell&#8217;interfaccia, sia visiva che [...]</description>
		<content:encoded><![CDATA[<p>[...] degli eventi, sia per gli aspetti grafici) in netto conflitto con gli altri (<a href="http://maxb.net/blog/2008/06/17/blacknwhite/" rel="nofollow">http://maxb.net/blog/2008/06/17/blacknwhite/</a>), facendo sì che il codice necessario alla realizzazione dell&#8217;interfaccia, sia visiva che [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-1918</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Wed, 05 Nov 2008 18:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-1918</guid>
		<description>yeah i just made a site and was pissed off to see that it doesn&#039;t work on ie. I want to impliment this code on my site and then have a wee add in the bottom (in color) saying DOWNLOAD FIREFOX!!!!

So how do i make this work on my site? Do i just add that code to the top of my site?</description>
		<content:encoded><![CDATA[<p>yeah i just made a site and was pissed off to see that it doesn&#8217;t work on ie. I want to impliment this code on my site and then have a wee add in the bottom (in color) saying DOWNLOAD FIREFOX!!!!</p>
<p>So how do i make this work on my site? Do i just add that code to the top of my site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimiliano Balestrieri</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-1693</link>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
		<pubDate>Mon, 27 Oct 2008 11:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-1693</guid>
		<description>@rellok: it&#039;s a joke made just for fun... and because I&#039;m tired to fix IE bugs</description>
		<content:encoded><![CDATA[<p>@rellok: it&#8217;s a joke made just for fun&#8230; and because I&#8217;m tired to fix IE bugs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rellok</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-1665</link>
		<dc:creator>rellok</dc:creator>
		<pubDate>Sun, 26 Oct 2008 11:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-1665</guid>
		<description>This is the most stupid plugin I&#039;ve seen. What for?</description>
		<content:encoded><![CDATA[<p>This is the most stupid plugin I&#8217;ve seen. What for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pepijn</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/comment-page-1/#comment-1077</link>
		<dc:creator>pepijn</dc:creator>
		<pubDate>Sat, 27 Sep 2008 19:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://maxb.net/blog/?p=77#comment-1077</guid>
		<description>hi,

I&#039;m happy and disappointed by your plugin at the same time.
I to was inspired by andy to write a plugin for jQuery to make a site black and white.

I put about 2 days of work into it only to discover someone else made it already.
But i took a quite different approach, i get all color values from elements and calculate their grey color.
This works on any browser, on every element you want, it is invoked like this: $(expr).makeGrey([duration]);
Yes, i made animation possible with this: http://plugins.jquery.com/project/color , it looks great, seeing a site fade to grey slowly...
I use filter for images only...

But guess what... my plugin doesn&#039;t work with IE!!!
Don&#039;t know why, because IE doesn&#039;t have firebug ;)
If i do it on .someclass it works, but with * doesn&#039;t, and i can&#039;t do color names yet.

If you like i can send you my code...</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I&#8217;m happy and disappointed by your plugin at the same time.<br />
I to was inspired by andy to write a plugin for jQuery to make a site black and white.</p>
<p>I put about 2 days of work into it only to discover someone else made it already.<br />
But i took a quite different approach, i get all color values from elements and calculate their grey color.<br />
This works on any browser, on every element you want, it is invoked like this: $(expr).makeGrey([duration]);<br />
Yes, i made animation possible with this: <a href="http://plugins.jquery.com/project/color" rel="nofollow">http://plugins.jquery.com/project/color</a> , it looks great, seeing a site fade to grey slowly&#8230;<br />
I use filter for images only&#8230;</p>
<p>But guess what&#8230; my plugin doesn&#8217;t work with IE!!!<br />
Don&#8217;t know why, because IE doesn&#8217;t have firebug <img src='http://maxb.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
If i do it on .someclass it works, but with * doesn&#8217;t, and i can&#8217;t do color names yet.</p>
<p>If you like i can send you my code&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

