<?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>(function() { &#187; blacknwhite</title>
	<atom:link href="http://maxb.net/blog/tag/blacknwhite/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Fri, 25 Jun 2010 07:26:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>black&#8217;n&#039;white 1.0</title>
		<link>http://maxb.net/blog/2008/06/17/blacknwhite/</link>
		<comments>http://maxb.net/blog/2008/06/17/blacknwhite/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:41:01 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[blacknwhite]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=77</guid>
		<description><![CDATA[&#8230;because IE sucks. This plugin is a tribute to the &#8220;Firefox Download Day 2008&#8243;. This plugin helps people moving away from Internet Explorer turning the colors of your website to a grayscaled version (using a property of Explorer itself!). It was written from an idea of Andy Clarke and a suggest of Simone Parato DOWNLOAD [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8230;because IE sucks.</strong></p>
<p>This plugin is a tribute to the &#8220;Firefox Download Day 2008&#8243;.</p>
<p>This plugin helps people moving away from Internet Explorer turning the colors of your website to a grayscaled version (using a property of Explorer itself!).</p>
<p>It was written from an idea of <strong><a href="http://www.stuffandnonsense.co.uk/" target="_blank">Andy Clarke</a></strong> and a suggest of <strong><a href="http://www.eightballed.net" target="_blank">Simone Parato</a></strong></p>
<p><a href="/scripts/blacknwhite/blacknwhite.js" target="_blank">DOWNLOAD</a></p>
<pre>
<code class="javascript">
/*
 *
 * Black'n'White plugin 1.0
 * $Date: 2008-06-17 15:38:15 +0200 (mar, 17 giu 2008) $
 * $Rev: 177 $
 * @requires jQuery v1.2.6
 *
 * Copyright (c) 2008 Massimiliano Balestrieri
 * Examples and docs at: http://maxb.net/blog/
 * Licensed GPL licenses:
 * http://www.gnu.org/licenses/gpl.html
 *
 */

if(!window.BlacknWhite)
    var BlacknWhite = {};

BlacknWhite = {
    init     : function(options)
    {
        options = jQuery.extend({minor : 7}, options);

       	if(jQuery.browser.msie &#038;&#038; jQuery.browser.version < options.minor)
        	jQuery("html").css("filter","gray");
    }
};

jQuery(document).ready(function(){
    BlacknWhite.init();
    //BlacknWhite.init({minor : 8});
});
</code></pre>
<img src="http://maxb.net/blog/?ak_action=api_record_view&id=77&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/06/17/blacknwhite/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
