<?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>Brian LePore (POWRSURG)'s personal blog</title>
	<atom:link href="http://www.powrsurg.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.powrsurg.com/blog</link>
	<description>What the Hell is this?</description>
	<lastBuildDate>Wed, 22 Jun 2011 04:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>ad blocking on facebook, failblog, and fark with firefox</title>
		<link>http://www.powrsurg.com/blog/?p=208</link>
		<comments>http://www.powrsurg.com/blog/?p=208#comments</comments>
		<pubDate>Wed, 22 Jun 2011 03:54:58 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=208</guid>
		<description><![CDATA[I am a bit of a Web geek who is really tired of seeing ads on the sites he visits, but I  do not want to run ad-block because I like a bit more control over what I block. I have taken to editing the userContent.css file in the chrome directory of my Firefox profile [...]]]></description>
			<content:encoded><![CDATA[<p>I am a bit of a Web geek who is really tired of seeing ads on the sites he visits, but I  do not want to run <a href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/">ad-block</a> because I like a bit more control over what I block. I have taken to editing the userContent.css file in the chrome directory of my <a href="http://www.gemal.dk/mozilla/profile.html">Firefox profile</a> as described by <a href="http://www.gozer.org/mozilla/ad_blocking/">Gozer</a>.</p>
<p>Specifically, I include the following text in my userContent.css file.</p>
<pre><code>@-moz-document domain(fark.com), domain(totalfark.com) {
	#rightCol, #rightColSpacer, #topAd728x90 { display: none !important; }
	#newsContainer { background-color: #CCCCCC !important; }
}

@-moz-document domain(failblog.org) {
   #leaderboard, #panemain { display: none !important; }
   #pane2 { width: 800px !important; }
}

@-moz-document domain(facebook.com) {
   #rightCol { display: none !important; }
   .hasLeftCol .hasRightCol #contentArea  { padding-right: 20px !important; width: 759px !important; }
   .hasLeftCol .hasRightCol  .uiUfi { width: 664px !important; }
}

</code></pre>
<p>The first block above specifically targets fark.com and totalfark.com and disables the right column and the ad at the top, and extends out the left column. The second block targets all of the various failblog.org sites and similarly removes the right column and the ad at the top and extends the left column (making the comments MUCH easier to read). The final block again removes the right column and extends out the middle column so that it takes the place of the right. Admittedly, this looks a little odd at first, but you get used to it.</p>
<p>Just place the lines above into your own userConent.css file, restart Firefox and enjoy the extra room. <img src='http://www.powrsurg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=208</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE9 Predictions results.</title>
		<link>http://www.powrsurg.com/blog/?p=196</link>
		<comments>http://www.powrsurg.com/blog/?p=196#comments</comments>
		<pubDate>Wed, 22 Jun 2011 02:43:48 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=196</guid>
		<description><![CDATA[This post is a follow up to my previous post. This post was actually written following the platform preview, but apparently was never published. I am editing it slightly and posting it now that IE9 is out. Microsoft will officially make an announcement for it at Microsoft MIX 2010. &#8211; correct Border-radius support! &#8211; correct [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a follow up to my <a href="http://www.powrsurg.com/blog/?p=194">previous post</a>.</p>
<p>This post was actually written following the platform preview, but apparently was never published. I am editing it slightly and posting it now that IE9 is out.</p>
<ol>
<li>Microsoft will officially make an announcement for it at Microsoft MIX 2010. &#8211; correct</li>
<li>Border-radius support! &#8211; correct</li>
<li>At least a portion of the SVG spec will be supported. &#8211; correct</li>
<li>Native support for newly introduced HTML5 elements. They may not actually function, but no longer will one need JavaScript in order to style them. &#8211; correct</li>
<li>Native Drag-and-drop &#8211; yes</li>
<li>DOM2 events. &#8211; correct</li>
<li>DOMContentLoaded support. -yes</li>
<li>Box-shadow and text-shadow- box-shadow yes, text-shadow no &#8211; WTF!!!!!</li>
<li>@font-face to support truetype fonts &#8211; yes</li>
<li>opacity &#8211; correct</li>
</ol>
<p>So that was 6 for 10 that are a lock right now. What about the stretch predictions?</p>
<ul>
<li>CSS gradients &#8211; coming in IE10</li>
<li>CSS transitions and transforms &#8211; coming in IE10</li>
<li>W3C Ranges/Selection &#8211; correct</li>
<li>Video element to support H.264 and ogg vorbis &#8211; We know it supports H.264, but won&#8217;t support ogg. Does support WebM if you have it installed.</li>
<li>Audio element to support mp3 and ogg. &#8211; We know it supports mp3 (and AAC), but won&#8217;t support ogg</li>
<li>DOM3 events &#8211; correct</li>
<li>Web Forms 2.0 &#8211; none</li>
</ul>
<p>So that is two fully correct and two partials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=196</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE9 predictions</title>
		<link>http://www.powrsurg.com/blog/?p=194</link>
		<comments>http://www.powrsurg.com/blog/?p=194#comments</comments>
		<pubDate>Mon, 15 Mar 2010 02:22:30 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=194</guid>
		<description><![CDATA[My predictions for Internet Explorer 9 Microsoft will officially make an announcement for it at Microsoft MIX 2010. Border-radius support! At least a portion of the SVG spec will be supported. Native support for newly introduced HTML5 elements. They may not actually function, but no longer will one need JavaScript in order to style them. [...]]]></description>
			<content:encoded><![CDATA[<p>My predictions for Internet Explorer 9</p>
<ol>
<li>Microsoft will officially make an announcement for it at <a href="http://www.microsoft.com/events/mix/">Microsoft MIX 2010</a>.</li>
<li>Border-radius support!</li>
<li>At least a portion of the SVG spec will be supported.</li>
<li>Native support for newly introduced HTML5 elements. They may not actually function, but no longer will one need JavaScript in order to style them.</li>
<li>Native Drag-and-drop</li>
<li>DOM2 events.</li>
<li>DOMContentLoaded support.</li>
<li>Box-shadow and text-shadow</li>
<li>@font-face to support truetype fonts</li>
<li>opacity</li>
</ol>
<p>Stretch predictions:</p>
<ul>
<li>CSS gradients</li>
<li>CSS transitions and transforms</li>
<li>W3C Ranges/Selection</li>
<li>Video element to support H.264 <em>and</em> ogg vorbis</li>
<li>Audio element to support mp3 <em>and</em> ogg.</li>
<li>DOM3 events</li>
<li>Web Forms 2.0</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Local Load</title>
		<link>http://www.powrsurg.com/blog/?p=191</link>
		<comments>http://www.powrsurg.com/blog/?p=191#comments</comments>
		<pubDate>Mon, 15 Feb 2010 02:20:30 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=191</guid>
		<description><![CDATA[Just wanted to post here that I have created a new Web site dedicated to my new Firefox extension Local Load. Phase one of Local Load is to allow developers to speed up the loading of their Web sites and to save on bandwidth by loading a copy of the most popular JavaScript frameworks on [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to post here that I have created a new Web site dedicated to my new Firefox extension <a href="http://www.getlocalload.com/">Local Load</a>.</p>
<p>Phase one of Local Load is to allow developers to speed up the loading of their Web sites and to save on bandwidth by loading a copy of the most popular JavaScript frameworks on the net (currently I choose all the extensions hosted on  the <a href="http://outgoing.mozilla.org/v1/3592da693108c91843b1699f99c46bca2e57ab0f/http%3A//code.google.com/apis/ajaxlibs/documentation/">Google AJAX Library API</a>) from the local disk, rather than loading the file from the Web.</p>
<p>Phase two of Local Load will be to allow users to install their own scripts that can be replaced by Local Load. The believe is that when this is coupled with the Mozilla <a href="http://byob.mozilla.com/">Build Your Own Browser</a> (BYOB) project (or something similar) will allow developers to deliver enterprise solutions using Web technologies with the near speed of a local application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tom Brady</title>
		<link>http://www.powrsurg.com/blog/?p=189</link>
		<comments>http://www.powrsurg.com/blog/?p=189#comments</comments>
		<pubDate>Tue, 01 Dec 2009 04:37:07 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[tom brady]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=189</guid>
		<description><![CDATA[At first he was like: But then he was like:]]></description>
			<content:encoded><![CDATA[<p>At first he was like:</p>
<p><img src="/images/were-only-gonna-score-seventeen-points-haha-okay.jpg" alt="We're only gonna score 17 points? Haha, okay." width="395" height="205" /></p>
<p>But then he was like:</p>
<p><img src="/images/bradysuicidewatch.png" alt="Patriots: 17. Saints: 38" width="526" height="323" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP XHTML 2.0 We never knew thee</title>
		<link>http://www.powrsurg.com/blog/?p=186</link>
		<comments>http://www.powrsurg.com/blog/?p=186#comments</comments>
		<pubDate>Sat, 04 Jul 2009 02:47:09 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=186</guid>
		<description><![CDATA[Recently the W3C announced that it will no longer focus its time on the development of XHTML 2 in order focus its efforts on the widely heralded HTML 5 specification. This is something that I am very honestly surprised took this long to happen. XHTML started out as an XML serialization of HTML. XHTML2 barely [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the W3C announced that <a href="http://www.w3.org/News/2009#item119">it will no longer focus its time on the development of XHTML 2</a> in order focus its efforts on the widely heralded <a href="http://www.w3.org/TR/html5/">HTML 5</a> specification. This is something that I am very honestly surprised took this long to happen. XHTML started out as an XML serialization of HTML. <a href="http://www.w3.org/TR/xhtml2/">XHTML2</a> barely had anything to do with <a href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> or <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> and was not even remotely backwards compatible with the current state of the Web.</p>
<p>HTML 5 does not have this problem. HTML 5 is an extension of what already exists on the Web. It is because of this that browser makers have jumped on this effort and have already begun working on the features for this. All modern browsers, even IE8, support at least SOME features of HTML 5. Unfortunately there are too many people out there today that are not using browsers that support these features, and every browser maker has picked various parts of HTML 5 to implement first, but we are seeing progress on this. XHTML 2 has been in the works for a number of years longer than HTML 5. And as far as I am aware no browser supports anything that was being planned for such. The only exception possibly being XForms (which Opera has the best support), and I&#8217;m not even sure if that was a part of XHTML 2.</p>
<p>I don&#8217;t know a single developer that has ever attemptd to write anything using said language. Maybe I&#8217;m just not listening to the right people, but I do spend a signficant portion of my life following the works of industry leaders such <a href="http://www.quirksmode.org/">Peter-Paul Koch (ppk)</a>, <a href="http://www.meyerweb.com/">Eric Meyer</a>, and <a href="http://www.molly.com">Molly Holzchlag</a>, as well as the development blogs for <a href="http://blogs.msdn.com/ie/">the Internet Explorer team</a>, <a href="http://blogs.msdn.com/jscript/">the JScript team</a>, <a href="http://googlecode.blogspot.com/">Google Code</a>, and <a href="http://developer.yahoo.net/blog/">the Yahoo Developer Network</a>. I can&#8217;t believe that between all of that those groups that I would not once have ever heard about something interesting happening with XTHML 2.0 support if there was really something going on. For years I considered it an intellectual challenge rather than something that was ever going to be taken seriously. That intellectual challenge has met its unfortunate end. XHTML 2.0 we never knew thee.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey that was my idea&#8230;</title>
		<link>http://www.powrsurg.com/blog/?p=184</link>
		<comments>http://www.powrsurg.com/blog/?p=184#comments</comments>
		<pubDate>Fri, 03 Jul 2009 03:22:17 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=184</guid>
		<description><![CDATA[Google recently created a new site dedicated to making the Web faster. This site site contains a few articles and video tutorials that are a very helpful resource that gathers advice by experts in the field of Web development. It was the Life&#8217;s Too Short &#8211; Write Faster Code video that I found particularly interesting. [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently created a new site dedicated to <a href="http://code.google.com/speed/articles/">making the Web faster</a>. This site site contains a few articles and video tutorials that are a very helpful resource that gathers advice by experts in the field of Web development. It was the <a href="http://www.youtube.com/watch?v=52gL93S3usU#t=38m">Life&#8217;s Too Short &#8211; Write Faster Code</a> video that I found particularly interesting. At the 38 minute mark the speaker brings up a module that is used by the dojo library to load Google Analytics faster. The snippet that he shows is a dojo version of the same type of code I posted in the Google Analytics forum for <a href="http://www.google.com/support/forum/p/Google+Analytics/thread?tid=6532a18d9e4f74a8&amp;hl=en">non-blocking GA load</a> and later <a href="http://slashdot.org/comments.pl?sid=1210703&amp;cid=27705211">reitterated on SlashDot</a>.</p>
<p>Do I think they ripped off my idea without any credit? No, I doubt that is the case. In fact looking at the <a href="http://docs.dojocampus.org/dojox/analytics/Urchin?action=info">Dojo Google Analytic revision</a> page it seems that they came up with the idea in on August 17, 2008. I don&#8217;t recall when we deployed our version at work, but it was months before I posted the version on the Google Analytics forum. Regardless, the ideas were conceived independently from one another which I find fascinating. I don&#8217;t think I am a bad programmer by any means, but I didn&#8217;t know that I was so good that the techniques I have come up were considered good enough to present to the masses. <img src='http://www.powrsurg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collectability</title>
		<link>http://www.powrsurg.com/blog/?p=180</link>
		<comments>http://www.powrsurg.com/blog/?p=180#comments</comments>
		<pubDate>Fri, 03 Jul 2009 02:49:09 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Comics]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=180</guid>
		<description><![CDATA[In a recent Cup O&#8217; Joe article on Comic Book Resources a reader named Kristen had a particularly sad story to ask Joe Quesada, the head of the publishing division of Marvel Comics. Her brother had recently passed away and she had discovered his comic book collection dating back 60 years. This collection had numerous [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.comicbookresources.com/?page=article&amp;id=21852">a recent Cup O&#8217; Joe article</a> on Comic Book Resources a reader named Kristen had a particularly sad story to ask Joe Quesada, the head of the publishing division of Marvel Comics. Her brother had recently passed away and she had discovered his comic book collection dating back 60 years. This collection had numerous comics of great shape, but was dumbfounded upon the discovery of the first 14 issues of Spider-Girl was vacuum sealed to preserve the comic in mint condition.</p>
<p>The first issue of Spider-Girl has a cover date of October 1998, and despite a very vocal and loyal following (of which I am a part of said following and have every appearance of said character) the comic faced cancelation on numerous occasion only to be saved due to various campaigns across fandom or the use of publishing gimmicks to up sales on the book. It got to the point where Spider-Girl was finally officially cancelled and new stories of the character was moved to Marvel&#8217;s digital/online comic imprint where her stories are printed a few weeks later in the Amazing Spider-Man Family anthology comic. While there is some value to these 14 issues, everyone (including Quesada) agrees that this set of comics is an interesting choice of comics to preserve, presumably considering the value of other comics in there vastly exceeding these comics.</p>
<p>After speaking out on the negative stigma that collectability received due to the speculator boom in the mid-90&#8242;s Quesada had this to say:</p>
<blockquote><p>For someone like Kristin&#8217;s brother who was an obvious fan of the medium, there is a whole other aspect to collectability. It sounds to me that he was like so many of us, who keep our comics or collect certain comics because we have an emotional attachment to them and or they remind us of a particular moment in time in our lives. I have a very small collection. It&#8217;s a collection that isn&#8217;t particularly worth much money. They&#8217;re mostly torn up books, not necessarily hallmark issues, but they mean something to me. I have the first three comics that my father bought me. They were three Spider-Man comics, and they&#8217;re all torn up and in terrible shape. I didn&#8217;t really keep them very well but I always kept them very close to my heart. They&#8217;re comics that I will give to my daughter, and hopefully she can give them to her kids if they last that long.</p>
<p>So, with respect to &#8220;Spider-Girl,&#8221; I don&#8217;t know what the market value is on those books, but it&#8217;s probably not a lot, but there are readers out there who do treasure May Day&#8217;s adventures. Perhaps Kristin&#8217;s brother may have taken extra care preserving them because perhaps those stories had a particular emotional connection with him or he saw something in those books that he wanted to preserve for a later date. Maybe he was saving them for a special moment – perhaps to hand them down to someone he thought might get a lot out of these comics.</p></blockquote>
<p>While I have not gotten to the point where I have ever vacuum sealed any comics — in fact I do not yet have every one of my comics bagged and boarded, though every comic I have purchased for the last 6-7 years has been and I have worked my way up my collection to the &#8220;S&#8221;s bagged and boarded — I do indeed have numerous comics that I think back of fondly that do not have significant value. Interestingly enough, many of them coming from the Spider-Girl writer Tom DeFalco.  It was during his run on Fantastic Four that I began truly collecting and not just buying random issues I came across and thus why I am so lenient on that era of Fantastic Four, despite it being considered a poor run by many Fantastic Four fans. Which then explains why I was also a fan of DeFalco&#8217;s Spider-clone fiasco.  <a href="#note">*</a></p>
<p>I must have read the story where Spider-Man&#8217;s gained the powers of Captain Universe about a dozen times when I was a child. It was such a novel concept for me as a child. Here we have Spider-Man, a down to Earth guy who is remarkably driven by guilt/responsibility (despite not being Catholic) who cracks jokes to make up for his own inadequacies and because a situation was so dire he was chosen as the random recipient of cosmic powers to battle a Tri-Sentinel. Honestly, it sounds corny as all heck, but I loved it back then. I didn&#8217;t get many comics at the time, but a comic shop did open up around me. At the time that time Marvel recent some trading cards. My Grandpa bought me a pack and it contained hologram card of cosmic powered Spider-Man! I went back and bought as many packs as I could because the holograms were so cool. I then read the stats and the background history on the characters and I was hooked. It got me back in and buying actual comics. I really wish I did not write on a few of those cards. <img src='http://www.powrsurg.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>The Spider-Girl is a run of comics that means a great deal to me. These stories were told in a contemporary manner that harken back to many elements from the silver/bronze era. They are stories that work on numerous levels. They are stories that are appropriate for children that are intellectual enough that a young adult (or the adult collector) can consider them entertaining. I do feel that they would be great stories to read to a daughter to give her a great role model.</p>
<p id="note">* This may seem like I am implying DeFalco was a bad writer, but this is not the truth. Unfortunately the speculator boom hit Marvel very hard and it was on the brink of or had to file bankruptcy during these eras and thus Marvel was forced to run wild with any concept that started to sell even relatively well. This meant that writers were being forced to keep coming up with ideas for something that may have legitimately only had a limited shelf-life. The Spider-clone storyline is considered the most infamous of such conundrums.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new state of video on the Web</title>
		<link>http://www.powrsurg.com/blog/?p=176</link>
		<comments>http://www.powrsurg.com/blog/?p=176#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:34:22 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Web stuff]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=176</guid>
		<description><![CDATA[The recent release of Mozilla Firefox 3.5 seems to have sparked a great deal of discussion about what codecs browsers should support with the newly added &#60;video&#62; element that was introduced in HTML5. The believe behind the video element is that video has become so fundamental to the Web that it no longer makes sense [...]]]></description>
			<content:encoded><![CDATA[<p>The recent release of <a href="http://www.mozilla.com/products/download.html?product=firefox-3.5">Mozilla Firefox 3.5</a> seems to have sparked a great deal of discussion about what codecs browsers should support with the newly added <code>&lt;video&gt;</code> element that was introduced in HTML5.</p>
<p>The believe behind the video element is that video has become so fundamental to the Web that it no longer makes sense to require users to install plug-ins such as Flash or Silverlight in order to watch files. The video element allows for sub elements such as a link to a file that the browser will play if it knows how to play it. It allows you to place other content inside of the tag as a fall back in case nothing can play it, or the browser does not support the video tag to begin with. This means that you could embed Flash (or Silverlight) to play the video if the video tag as a fallback, and barring that you can reference just the little bit more.</p>
<p>The OGG Theora codec is a royalty-free codec, while H.264 (as seen in mp4) is a proprietary codec that offers a higher quality video at a lower bitrate than OGG. Opera and Mozilla are hesitant about supporting H.264 due to licensing and distribution issues, while Apple does not seem to be interested in implementing OGG claiming they are worried concerned about patents. Google (who owns YouTube, which serves out files using H.264, but no OGG) actually supports both file formats in Google Chrome.  Microsoft&#8217;s recently released IE8 has no support for the video element.</p>
<p>To help keep things clear, here is a Venn diagram. <img src='http://www.powrsurg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="/images/video.jpg" alt="Venn diagram showing support for the video element." /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And yet print media is dying?</title>
		<link>http://www.powrsurg.com/blog/?p=173</link>
		<comments>http://www.powrsurg.com/blog/?p=173#comments</comments>
		<pubDate>Wed, 03 Jun 2009 01:48:27 +0000</pubDate>
		<dc:creator>POWRSURG</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.powrsurg.com/blog/?p=173</guid>
		<description><![CDATA[From a recent CNN article. Obama lost to Republican presidential candidate John McCain by 11 percentage points and close to 1 million votes. Still, that margin is less than more than half of what it was when the state&#8217;s favored son George W. Bush was on the presidential ballot. Let me emphasize that again less [...]]]></description>
			<content:encoded><![CDATA[<p>From a recent <a href="http://politicalticker.blogs.cnn.com/2009/06/01/kaine-texas-is-the-next-virginia/">CNN article</a>.</p>
<blockquote><p>Obama lost to Republican presidential candidate John McCain by 11 percentage points and close to 1 million votes. Still, that margin is less than more than half of what it was when the state&#8217;s favored son George W. Bush was on the presidential ballot.</p></blockquote>
<p>Let me emphasize that again <em>less than more than half</em>. Really? This is what passes for journalism today in the online world? This is what is killing print media? What is that even trying to say? Wouldn&#8217;t less than more than half just be less than half? The Hell?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.powrsurg.com/blog/?feed=rss2&#038;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

