<?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>Negative99 &#187; Internet Explorer</title>
	<atom:link href="http://negative99.com/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://negative99.com</link>
	<description>An onslaught of expository excellence covering web design and development, politics and current events, faith and religion, guitar and music, programming... oh, and anything else.</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>I hate Internet Explorer and its little dog, too.</title>
		<link>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/</link>
		<comments>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/#comments</comments>
		<pubDate>Tue, 16 May 2006 02:45:25 +0000</pubDate>
		<dc:creator>WarAxe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computers & Programming]]></category>
		<category><![CDATA[Jovial Cynicism]]></category>
		<category><![CDATA[compliant web browser]]></category>
		<category><![CDATA[ever-vigilant web stylist]]></category>
		<category><![CDATA[Holly Hack]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer using XHTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[standards compliant web]]></category>

		<guid isPermaLink="false">http://www.negative99.com/archive/220</guid>
		<description><![CDATA[NOTE: The following post was written after a couple very frustrating hours fighting with Internet Explorer using XHTML, CSS, and my bare hands. The ever-vigilant web stylist, Ms. Gepner, sent me a screenshot of the bad news that I knew was coming but was living in denial of. Yes, the newly released beta versions of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.negative99.com/images/neg99_ie7.gif" rel="lightbox[220]"><img src="http://www.negative99.com/images/_neg99_ie7.gif" width="400" height="110" alt="ie7 broke my site!" title="ie7 broke my site!" class="center" /></a></p>
<div class="smaller_text">NOTE:  The following post was written after a couple very frustrating hours fighting with Internet Explorer using XHTML, CSS, and my bare hands.</div>
<div class="h_rule"></div>
<p>The ever-vigilant web stylist, Ms. Gepner, sent me a <a href="http://www.negative99.com/images/neg99_ie7.gif" rel="lightbox[220]">screenshot</a> of the bad news that I knew was coming but was living in denial of.  Yes, the newly released beta versions of Microsoft&#8217;s sucky browser did indeed break my website.</p>
<p>The upcoming style problems with Internet Explorer 7 (the latest aberration in standards compliant web browsing) have been foretold by design gurus for months.  The development community has been lamenting the fact that Micro$oft saw fit to only fix a puny smattering of IE6&#8242;s bugs (of which there are MANY)&#8230; yet at the same time <a href="http://www.positioniseverything.net/articles/poll/star-html.php">they removed a small &#8220;hack&#8221;</a>, better known as the <a href="http://www.communitymx.com/content/article.cfm?page=2&#038;cid=C37E0">Holly Hack</a>, which will now hearby eliminate the primary trick that web designers have been using to work around all of the <a href="http://www.positioniseverything.net/explorer.html">IE bugs</a> that have plagued it for as long as anyone can remember.</p>
<p>Now web designers have a terrible situation.  All their Holly Hacks they&#8217;ve been using to beat IE versions 6 and below into submission are now gone&#8230; thank you Bill &#8220;Enemy At The&#8221; Gates.  Yet, most of the bugs that we were using those hacks to fix are STILL IN THE BROWSER!  You can&#8217;t make this stuff up.  So now we have to use conditional logic in our webpages to load multiple CSS files&#8230; a primary CSS file and then an additional one to handle IE6 and below&#8230; and probably a third one to handle IE7.  Fortunately, I was able to handle IE7 with one extra line of style so I wrote it in without another CSS file.</p>
<p>Here&#8217;s what the circus that was my compliant code looks like now:</p>
<p><code>&lt;link rel="stylesheet" href="style.css" type="text/css" media="screen, projection" /&gt;<br />
&lt;!--[if lte IE 6]&gt;<br />
   &lt;link rel="stylesheet" href="style.css.ie6" type="text/css" /&gt;<br />
&lt;![endif]--&gt;<br />
&lt;!--[if gt IE 6]&gt;<br />
  &lt;style&gt;<br />
    #subcontent {float: right; position:absolute; margin-left: -175px; width:175px;}<br />
  &lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
<p>Ugly.  Very ugly.  I hate Internet Explorer.  For the love all that is decent and pure and right in this world&#8230; please, <a href="http://www.mozilla.com/">download and use a compliant web browser</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://negative99.com/electrons/i-hate-internet-explorer-and-its-little-dog-too/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Floati&#8217;n Assault</title>
		<link>http://negative99.com/flash-fun/floatin-assault/</link>
		<comments>http://negative99.com/flash-fun/floatin-assault/#comments</comments>
		<pubDate>Fri, 05 May 2006 22:50:29 +0000</pubDate>
		<dc:creator>WarAxe</dc:creator>
				<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[crap software]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.negative99.com/archive/211</guid>
		<description><![CDATA[NOTE: For whatever reason the movie file doesn&#8217;t seem to play correctly on Internet Explorer (figures). You may need to use an alternate browser (like Firefox or Opera). Sorry&#8230; email Bill Gates and tell him how disappointed you are in his crap software. Well I&#8217;m going to get a little bold and put a big [...]]]></description>
			<content:encoded><![CDATA[<div class="smaller_text">NOTE:  For whatever reason the movie file doesn&#8217;t seem to play correctly on Internet Explorer (figures).  You may need to use an alternate browser (like <a href="http://www.mozilla.org">Firefox</a> or <a href="http://www.opera.com">Opera</a>).  Sorry&#8230; email Bill Gates and tell him how disappointed you are in his crap software.  <img src='http://negative99.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </div>
<div class="h_rule"></div>
<p><a href="http://negative99.com/flash-fun/floatin-assault/"><img src="http://www.negative99.com/images/flash/floatinassault.jpg" width="141" height="200" alt="floatinassault" title="floatinassault" class="left" /></a>Well I&#8217;m going to get a little bold and put a big Flash game on here.  This one is 2.2MB which may be a bit much for those of you still chuggin&#8217; away on a phone modem.  But it&#8217;s worth it!  <img src='http://negative99.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This game is called Floati&#8217;n Assault (don&#8217;t ask about the exotic contraction) and is a scrolling shooter with wonderful animations and a soundtrack that hints of <a href="http://en.wikipedia.org/wiki/Anime">Japanimé</a> and 80&#8242;s-style <a href="http://en.wikipedia.org/wiki/Video_arcade">arcade</a> music.  The creator is the same for last Friday&#8217;s game, <a href="http://www.negative99.com/archive/207">Brain Force</a>&#8230; some Japanese guy by the name of <a href="http://www.geocities.jp/flashgame_zone/">Uminin</a>.  You&#8217;d think he&#8217;d have more than a Geocities website, wouldn&#8217;t you?</p>
<p>For those of you who like to start clicking in maniac fashion without the burden of instructions&#8230; Z fires, X shields, and C fires something else.</p>
<div style="text-align:center;font-weight:bold;"><a href="http://negative99.com/flash-fun/floatin-assault/" style="color:#f44" >Click here to play!</a></div>
]]></content:encoded>
			<wfw:commentRss>http://negative99.com/flash-fun/floatin-assault/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>I upgraded to 2.0!</title>
		<link>http://negative99.com/general/i-upgraded-to-20/</link>
		<comments>http://negative99.com/general/i-upgraded-to-20/#comments</comments>
		<pubDate>Fri, 13 Jan 2006 01:45:22 +0000</pubDate>
		<dc:creator>WarAxe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[David Chait]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.negative99.com/archive/79</guid>
		<description><![CDATA[Okay, for my non-blogging, non-IT-savvy readers&#8230; you may want to only skim this. I just upgraded to WordPress 2.0 and it was painless and fun. I&#8217;m still getting used to writing from the new interface. I do lament the loss of a couple plugins I enjoyed&#8230; including my spel chekker and my image handler. Update: [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, for my non-blogging, non-IT-savvy readers&#8230; you may want to only skim this.  <img src='http://negative99.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I just upgraded to <a href='http://www.wordpress.org/'>WordPress 2.0</a> and it was painless and fun.  I&#8217;m still getting used to writing from the new interface.  I do lament the loss of a couple plugins I enjoyed&#8230; including my spel chekker and my image handler.</p>
<p><span class='smaller_text'><strong>Update:</strong>  I&#8217;m on pot.  And my spell checker and image handler plugins <strong>both</strong> still work.  Looks like I picked the wrong week to quit sniffing glue.</span></p>
<p>One plugin I was <strong>not</strong> willing to lose was <a href='http://www.chait.net/index.php?p=238'>CG-Amazon</a>&#8230; the tool I use to display what I&#8217;m currently reading, listening, etc.   However, Internet Explorer caused CG-Amazon to hand out two warnings (loud and clear) after upgrading to WordPress 2.0.  I contacted the author, <a href='http://www.chait.net/'>David Chait</a>, and we came up with a fix:</p>
<p>Go to your WordPress directory and add the following code to WP-config.php.<br />
<code><br />
// ***** IE-warning fix for CG-Amazon *****<br />
include_once('wp-content/plugins/cg-plugins/error-handler.php');<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://negative99.com/general/i-upgraded-to-20/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Browsers really stink!</title>
		<link>http://negative99.com/blogging/browsers-really-stink/</link>
		<comments>http://negative99.com/blogging/browsers-really-stink/#comments</comments>
		<pubDate>Tue, 08 Nov 2005 02:27:37 +0000</pubDate>
		<dc:creator>WarAxe</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://www.negative99.com/archive/9</guid>
		<description><![CDATA[In an unbelievable revelation I have learned that although all major web browsers supposedly interpret the same HTML and XHTML and CSS (Cascading Stylesheets) according to the same W3C standards&#8230; they never-the-less may look unique from every other browser! For instance, the work that I have done here on this page that you see only [...]]]></description>
			<content:encoded><![CDATA[<p>In an unbelievable revelation I have learned that although all major web browsers supposedly interpret the same HTML and XHTML and CSS (Cascading Stylesheets) according to the same <a href="http://www.w3.org/">W3C</a> standards&#8230; they never-the-less may look unique from every other browser!  For instance, the work that I have done here on this page that you see only looks correct in Internet Explorer.  Opera tweaks it some and Firefox tweaks it even more.  Yet don&#8217;t get warm and fuzzy about IE, because it has major issues, too.  It wasn&#8217;t until I really started delving into the world of CSS formatting that I realized all the hacks web designers go through just to get the same page to format identically in all major browsers.</p>
<p>At any rate&#8230; I think I&#8217;m done tinkering with the look and feel of this site.  It&#8217;s time to add some content.</p>
]]></content:encoded>
			<wfw:commentRss>http://negative99.com/blogging/browsers-really-stink/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

