<?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; ie</title>
	<atom:link href="http://maxb.net/blog/category/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Mon, 16 May 2011 19:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE: resize timer</title>
		<link>http://maxb.net/blog/2009/04/03/ie-resize-timer/</link>
		<comments>http://maxb.net/blog/2009/04/03/ie-resize-timer/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:14:49 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=286</guid>
		<description><![CDATA[Se volete collegare qualcosa all&#8217;evento resize (su IE) vi conviene usare sempre questo snippet di codice (jQuery): invece del semplice (e funzionante codice) Provate voi stessi a ridimensionare la finestra (IE) : http://maxb.net/scripts/ieresize/resize-ie.html http://maxb.net/scripts/ieresize/resize.html]]></description>
			<content:encoded><![CDATA[<p>Se volete collegare qualcosa all&#8217;evento resize (su IE) vi conviene usare sempre questo snippet di codice (jQuery):</p>
<pre class="brush: jscript; title: ; notranslate">
var _resize_timer = null;
$(window).bind('resize', function(ev) {
	if (_resize_timer) clearTimeout(_resize_timer);
	_resize_timer = setTimeout(function(){
           //CODE
	}, 100);
});
</pre>
<p>invece del semplice (e funzionante codice)</p>
<pre class="brush: jscript; title: ; notranslate">
$(window).bind('resize', function(ev) {
	//CODE
});
</pre>
<p>Provate voi stessi a ridimensionare la finestra (IE) :</p>
<p><a href="http://maxb.net/scripts/ieresize/resize-ie.html" target="_blank">http://maxb.net/scripts/ieresize/resize-ie.html</a><br />
<a href="http://maxb.net/scripts/ieresize/resize.html" target="_blank">http://maxb.net/scripts/ieresize/resize.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/04/03/ie-resize-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE: document.body is null</title>
		<link>http://maxb.net/blog/2009/04/03/ie-documentbody-is-null/</link>
		<comments>http://maxb.net/blog/2009/04/03/ie-documentbody-is-null/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 12:40:26 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=283</guid>
		<description><![CDATA[Prima di impazzire come ho fatto io guardate questi 3 link (con ie). http://maxb.net/scripts/base/bug-on.html http://maxb.net/scripts/base/bug-off.html http://maxb.net/scripts/base/base.html Il tag base potrebbe essere il problema. Dico potrebbe perchè stiamo parlando di internet explorer. Il condizionale è d&#8217;obbligo.]]></description>
			<content:encoded><![CDATA[<p>Prima di impazzire come ho fatto io guardate questi 3 link (con ie).</p>
<ul>
<li> <a href="http://maxb.net/scripts/base/bug-on.html" target="_blank">http://maxb.net/scripts/base/bug-on.html</a></li>
<li> <a href="http://maxb.net/scripts/base/bug-off.html" target="_blank">http://maxb.net/scripts/base/bug-off.html</a></li>
<li> <a href="http://maxb.net/scripts/base/base.html" target="_blank">http://maxb.net/scripts/base/base.html</a></li>
</ul>
<p>Il tag <strong>base</strong> potrebbe essere il problema.</p>
<p>Dico potrebbe perchè stiamo parlando di internet explorer. Il condizionale è d&#8217;obbligo.</p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/04/03/ie-documentbody-is-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forse è la volta buona!</title>
		<link>http://maxb.net/blog/2009/03/11/forse-e-la-volta-buona/</link>
		<comments>http://maxb.net/blog/2009/03/11/forse-e-la-volta-buona/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:40:11 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[ie]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=262</guid>
		<description><![CDATA[&#8220;InfoWorld&#8217;s Randall Kennedy reports on rumors that IE8 may be Internet Explorer&#8217;s swan song: &#8216;IE8 is the last version of the Internet Explorer Web browser,&#8217; Kennedy writes. &#8216;It seems that Microsoft is preparing to throw in the towel on its &#8230; <a href="http://maxb.net/blog/2009/03/11/forse-e-la-volta-buona/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>&#8220;InfoWorld&#8217;s Randall Kennedy reports on rumors that <a href="http://weblog.infoworld.com/enterprisedesktop/archives/2009/03/is_version_8_th.html">IE8 may be Internet Explorer&#8217;s swan song</a>: &#8216;IE8 is the last version of the Internet Explorer Web browser,&#8217; Kennedy writes. &#8216;It seems that Microsoft is preparing to throw in the towel on its Internet Explorer engine once and for all.&#8217; And what will replace it? Some are still claiming that <a href="http://www.appleinsider.com/articles/08/11/06/microsofts_ballmer_considers_using_webkit_within_ie.html">Microsoft will go with WebKit</a>, which is used by Safari and Chrome. The WebKit story, Kennedy contends, could be a feint and that Microsoft will instead adopt Gazelle, Microsoft Research&#8217;s <a href="http://weblog.infoworld.com/fatalexception/archives/2009/02/gazelle_the_bro.html">brand-new engine that thinks like an OS</a>. &#8216;This new engine will supposedly be more secure than Firefox or even Chrome, making copious use of sandboxing to keep its myriad plug-ins isolated and the overall browser process model protected.&#8217;&#8221;</em><a rel="nofollow" href="http://www.infoworld.com/">snydeq</a></p></blockquote>
<p><a href="http://tech.slashdot.org/article.pl?sid=09/03/10/1942232" target="_blank">http://tech.slashdot.org/article.pl?sid=09/03/10/1942232</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/03/11/forse-e-la-volta-buona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save The Developers</title>
		<link>http://maxb.net/blog/2008/07/02/save-the-developers/</link>
		<comments>http://maxb.net/blog/2008/07/02/save-the-developers/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:18:50 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://maxb.netfirms.com/blog/?p=105</guid>
		<description><![CDATA[Appoggio con tutto il cuore. Salva uno sviluppatore. Aggiorna il tuo Browser. Say No To IE 6! Say No To IE 6! Our current campaign focuses on assisting users in upgrading their Internet Explorer 6 web browser. This campaign will &#8230; <a href="http://maxb.net/blog/2008/07/02/save-the-developers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.savethedevelopers.org/lang/it/'><img src="http://maxb.net/blog/wp-content/uploads/2008/07/logo.gif" alt="" title="logo" class="size-full wp-image-104" /></a></p>
<p>Appoggio con tutto il cuore.<br />
Salva uno sviluppatore. Aggiorna il tuo Browser. </p>
<h3>Say No To IE 6!</h3>
<blockquote><p>Say No To IE 6!<br />
Our current campaign focuses on assisting users in upgrading their Internet Explorer 6 web browser. This campaign will result in former IE 6 users having a more enjoyable experience on the web while (hopefully) creating a less stressful and complicated environment for web developers by hastening the retirement of an outdated browser.</p></blockquote>
<p>Installando questo magnifico &#8220;plugin&#8221; ho avviato la virtual machine per avviare il browser &#8220;innominabile&#8221;.</p>
<p>Lo script di google contiene un carattere non valido alla riga 2 carattere 1 e alla riga 1163 sempre carattere 1 è Previsto oggetto.<br />
Avete capito bene&#8230; è previsto oggetto! <img src='http://maxb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>http://www.google-analytics.com/urchin.js</p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/07/02/save-the-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 &#8230; <a href="http://maxb.net/blog/2008/06/17/blacknwhite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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 class="brush: jscript; title: ; notranslate">
/*
 *
 * 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 &amp;&amp; jQuery.browser.version &lt; options.minor)
        	jQuery("html").css("filter","gray");
    }
};

jQuery(document).ready(function(){
    BlacknWhite.init();
    //BlacknWhite.init({minor : 8});
});
</pre>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/06/17/blacknwhite/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>ie sucks – black’n&#8217;white</title>
		<link>http://maxb.net/blog/2008/06/17/ie-sucks-blacknwhite/</link>
		<comments>http://maxb.net/blog/2008/06/17/ie-sucks-blacknwhite/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:14:11 +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[css]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=73</guid>
		<description><![CDATA[Da un idea di Andy Clarke. Grazie alla segnalazione di Simone. Da oggi questo sito verrà visualizzato in bianco e nero da tutti gli utenti che utilizzano ancora internet explorer 6. Non ho la forza, ne la voglia di spiegare &#8230; <a href="http://maxb.net/blog/2008/06/17/ie-sucks-blacknwhite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Da un idea di <a href="http://www.stuffandnonsense.co.uk/">Andy Clarke</a>. </p>
<p>Grazie alla segnalazione di <a href="http://www.eightballed.net">Simone</a>.</p>
<p>Da oggi questo sito verrà visualizzato in bianco e nero da tutti gli utenti che utilizzano ancora internet explorer 6.</p>
<p>Non ho la forza, ne la voglia di spiegare cosa non vada in ie. In ie6 come in ie7&#8230; e tra poco in ie8.</p>
<blockquote><p><strong>Internet explorer dovrebbe sparire. Ma questi sono sogni&#8230;</strong></p></blockquote>
<p>Per chi volesse aderire alla campagna &#8220;bianco e nero su ie&#8221; può usare un paio di tecniche.</p>
<p><strong>1) SOLUZIONE CSS PURA</strong></p>
<p><strong>Css (anche se un bel if IE senza troppi maggiori/minori&#8230;.):</strong></p>
<pre class="brush: xml; title: ; notranslate">
&lt;!--[if lt IE 7]&gt;
&lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;ie6.css&amp;quot; type=&amp;quot;text/css&amp;quot; media=&amp;quot;all&amp;quot;&gt;&lt;/link&gt;
 &lt;![endif]--&gt;
</pre>
<p>e all&#8217;interno del css:</p>
<pre class="brush: css; title: ; notranslate">
html{filter:gray;}
</pre>
<p><strong>2) SOLUZIONE JS JQUERY</strong></p>
<p><strong>Js &#8211; dopo aver incluso la libreria <a href="http://jquery.com">jQuery</a>, in un tag &#8220;script&#8221; o in un js incluso inserire la seguente funzione</strong></p>
<pre class="brush: jscript; title: ; notranslate">
jQuery(document).ready(function(){
    if(jQuery.browser.msie &amp;&amp; jQuery.browser.version &lt; 7)
        jQuery("html").css("filter","gray");
});
</pre>
<p><strong>3) SOLUZIONE JS PURA</strong></p>
<pre class="brush: jscript; title: ; notranslate">
window.onload = function(){if(document.all)document.all.tags('html')[0].style.setAttribute('filter','gray()','false')};
</pre>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2008/06/17/ie-sucks-blacknwhite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

