<?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>BlackFade.com</title>
	<atom:link href="http://www.blackfade.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackfade.com</link>
	<description>Rob Taylor - Web Developer, UK</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:00:18 +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>BlackFade.com is coming down.</title>
		<link>http://www.blackfade.com/2012/01/18/blackfade-com-is-coming-down/</link>
		<comments>http://www.blackfade.com/2012/01/18/blackfade-com-is-coming-down/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:00:18 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=563</guid>
		<description><![CDATA[After a few years of me failing to update this site, and wasting money with UKHost4U (whom I would personally, NOT recommend for any of your hosting needs), I will be taking BlackFade down.  I will be making a copy of the wordpress site and re-publishing it sometime in the near future, so the two [...]]]></description>
			<content:encoded><![CDATA[<p>After a few years of me failing to update this site, and wasting money with UKHost4U (whom I would personally, NOT recommend for any of your hosting needs), I will be taking BlackFade down.  I will be making a copy of the wordpress site and re-publishing it sometime in the near future, so the two subjects which have proved popular (Scott Pilgrim and MooTools) will be back up and running sometime in the future but under a new domain.</p>
<p>I haven&#8217;t decided what that domain will be just yet, but I&#8217;m hoping it will be a more professional name so that I can actually do some work on it, and not feel embarrassed every time I give out my email address to a client.</p>
<p>If anyone has any requests of me, please comment or send me an email.  It was fun while it lasted <img src='http://www.blackfade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>The site will be going down sometime after the 1st of February (depending how long it takes my host to take it down).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2012/01/18/blackfade-com-is-coming-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Opera, rewriting the Web one site at a time</title>
		<link>http://www.blackfade.com/2011/09/13/opera-web-rewrite/</link>
		<comments>http://www.blackfade.com/2011/09/13/opera-web-rewrite/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 07:42:55 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/2011/09/13/opera-web-browser/</guid>
		<description><![CDATA[I work for the BBC and we work very hard to make sure anything that the public see is of the highest standard, and we&#8217;re always working to improve that methodology over time. Yes, like any live and evolving website, the occasional bug does slip through the net. We do our very best to prevent [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_544" class="wp-caption alignright" style="width: 160px"><a href="http://www.blackfade.com/wp-content/uploads/2011/09/Opera.png" class="highslide-image" onclick="return hs.expand(this);"><img class="size-thumbnail wp-image-544" title="Opera Web Browser" src="http://www.blackfade.com/wp-content/uploads/2011/09/Opera-150x150.png" alt="Opera Web Browser" width="150" height="150" /></a><p class="wp-caption-text">Opera Web Browser</p></div>
<p>I work for the BBC and we work very hard to make sure anything that the public see is of the highest standard, and we&#8217;re always working to improve that methodology over time. Yes, like any live and evolving website, the occasional bug does slip through the net. We do our very best to prevent it, having a dedicated team of User Experience and Functionality testers, along side a team of people writing automated tests and software. But bugs can occasionally happen.</p>
<p>When we do find a bug, especially with a new feature, we identify and fix the problem as quickly as possible. This is where I come in. As a developer, part of my job is to do the finding and fixing.</p>
<p>So I was handed a bug to look at. The video was not appearing for some Opera users. I talked over the situation with our QA manager, and discussed just how long the fix should take, how we&#8217;re going to roll it out and what impact it will have on users until then.</p>
<p>That having been sorted, I started work on my side of the problem. When I finished, I found my fix only served to create another problem. And another appeared. And another, and another.</p>
<p>By chance, I switched off a setting called &#8220;Browser JavaScript&#8221;. Suddenly, everything starts working. I just sat there stunned. &#8220;What just happened?&#8221; I started asking myself. I switch Browser JS back on, and it breaks again. So I started running around the office looking for anyone with Opera to test out this problem.</p>
<p>I found that roughly 50% of users are seeing the same results as I was. The other 50% haven&#8217;t got a problem.</p>
<p>So I start reading up about browser JS and start having a look at the file directly. Lo and behold, there is a direct mention of BBC iPlayer. They&#8217;re rewriting a core browser JS function. &#8220;What the hell?&#8221;, you could rightly ask.</p>
<pre class="prettyprint lang-js">} else if(hostname.indexOf('bbc.co.uk')&gt;-1 &amp;&amp; pathname.indexOf('/iplayer')&gt;-1){ // PATCH-426, Add to favourites fails on BBC iPlayer because of script loading/parsing timing issue
	document.getElementsByTagName=function(n){
		var elms=getElementsByTagName.call(this, n);
		if(elms.length==0 &amp;&amp; n=='body')return [document.documentElement];
		return elms;
	}
	if(self==top)postError.call(opera, 'Opera has modified the JavaScript on '+hostname+' (Add to favourites fails on BBC iPlayer because of script loading/parsing timing issue). See browser.js for details');</pre>
<p>They&#8217;re rewriting a core function, built into the browser, and it&#8217;s worth noting that this isn&#8217;t a problem with iPlayer that they&#8217;re fixing. It&#8217;s a problem with Opera that they&#8217;re working around for only iPlayer.</p>
<p>I did a little research and found this blog, <a title="Opera - Opera's site patching" href="http://my.opera.com/core/blog/show.dml/3130540" target="_blank">my.opera.com/core/blog/show.dml/3130540</a> (<strong>Update:</strong> Can anyone tell me why this only loads in Opera?) from Opera, stating:</p>
<blockquote><p>&#8220;Opera has more experience with site-specific patches than other browser vendors, since we&#8217;ve been patching the web since Opera 8.01. I believe our solution is also by far the most advanced one&#8221;.</p></blockquote>
<p>Did I just read that right?  Opera are better at developing websites that anyone? That&#8217;s an unbelievable statement to make.</p>
<p>What about GreaseMonkey, you might ask. GreaseMonkey is a great little tool for letting users add functionality to websites that they think is missing. Opera are taking that idea and forcing it onto their users by default. It&#8217;s not even opt in.</p>
<p><strong>Conclusion: </strong>I&#8217;ve met some of the Opera people before today. <a title="Bruce Lawson - Twitter" href="https://twitter.com/#!/brucel" target="_blank">Bruce Lawson</a> is a particularly fine chap. Which is why I&#8217;m confused why they would think that as a software development company, not only do they know web development better than web developers, but that they have a duty to edit those sites which fail in their browser.  The correct course of action, for me, would have been to contact us directly and report the issue.  I just hope they do this in future.</p>
<p><strong>Update:</strong> We got an apology <a title="Opera - Why we broke BBC iPlayer" href="http://my.opera.com/sitepatching/blog/2011/09/12/why-we-broke-2" target="_blank">my.opera.com/sitepatching/blog/2011/09/12/why-we-broke-2</a> from Opera which was extremely nice of them.</p>
<p><strong>Update:</strong> The apology managed to get to #10 on Hacker news <img src='http://www.blackfade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2011/09/13/opera-web-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry Database Hacked</title>
		<link>http://www.blackfade.com/2011/08/09/blackberry-database-hacked/</link>
		<comments>http://www.blackfade.com/2011/08/09/blackberry-database-hacked/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 14:46:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=523</guid>
		<description><![CDATA[Hackers have responded to BlackBerry&#8216;s press release stating they will help police by releasing all information about their customers to help flush out rioters. This hack is a response to this statement by RIM: “We feel for those impacted by this weekend’s riots in London. We have engaged with the authorities to assist in any [...]]]></description>
			<content:encoded><![CDATA[<p>Hackers have responded to <a href="http://www.blackberry.com">BlackBerry</a>&#8216;s press release stating they will help police by releasing all information about their customers to help flush out rioters.</p>
<blockquote><p>
<img src="http://www.blackfade.com/wp-content/uploads/2011/08/p0ison2-582x90.png" alt="TeaMp0isoN" title="TeaMp0isoN" width="582" height="90" class="alignnone size-medium wp-image-527" /><br />
This hack is a response to this statement by RIM:</p>
<p>“We feel for those impacted by this weekend’s riots in London. We have engaged with the authorities to assist in any way we can. As in all markets around the world Where BlackBerry is available, we cooperate with local telecommunications operators, law enforcement and regulatory officials. Similar to other technology providers in the UK we comply with The Regulation of Investigatory Powers Act and co-operate fully with the Home Office and UK police forces.”</p>
<p>Dear Rim;<br />
You Will _NOT_ assist the UK Police because if u do innocent members of the public who were at the wrong place at the wrong time and owned a blackberry will get charged for no reason at all, the Police are looking to arrest as many people as possible to save themselves from embarrassment…. if you do assist the police by giving them chat logs, gps locations, customer information &#038; access to peoples BlackBerryMessengers you will regret it, we have access to your database which includes your employees information; e.g – Addresses, Names, Phone Numbers etc. – now if u assist the police, we _WILL_ make this information public and pass it onto rioters…. do you really want a bunch of angry youths on your employees doorsteps? Think about it…. and don’t think that the police will protect your employees, the police can’t protect themselves let alone protect others….. if you make the wrong choice your database will be made public, save yourself the embarrassment and make the right choice. don’t be a puppet..</p>
<p>p.s – we do not condone in innocent people being attacked in these riots nor do we condone in small businesses being looted, but we are all for the rioters that are engaging in attacks on the police and government…. and before anyone says “the blackberry employees are innocent” no they are not! They are the ones that would be assisting the police</p>
<p>- TriCk – TeaMp0isoN -<br />
- Greets To: iN^SaNe – Hex00010 – MLT – BlackHacker</p>
<p>- Knowledge is Power . . . . .<br />
#FuckTheFeds</p>
<p>Twitter: @TeaMp0isoN_</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2011/08/09/blackberry-database-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disneyland Paris &#8211; Tilt Shift</title>
		<link>http://www.blackfade.com/2011/05/22/disneyland-paris-tilt-shift/</link>
		<comments>http://www.blackfade.com/2011/05/22/disneyland-paris-tilt-shift/#comments</comments>
		<pubDate>Sun, 22 May 2011 10:31:35 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=519</guid>
		<description><![CDATA[Adobe Flash Player is required to view the video. I love this film style. I&#8217;ve been looking for a nice demonstration of it for a while, and I just stumbled upon this one today.]]></description>
			<content:encoded><![CDATA[<p><object class="wp-caption" width="600" height="337" data="http://vimeo.com/moogaloop.swf?clip_id=21118111&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=21118111&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=21118111&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="337"></embed>Adobe Flash Player is required to view the video.</object><br />
I love this film style.  I&#8217;ve been looking for a nice demonstration of it for a while, and I just stumbled upon this one today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2011/05/22/disneyland-paris-tilt-shift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-post: All the tenants I interview aren&#8217;t good enough</title>
		<link>http://www.blackfade.com/2010/12/05/re-post-all-the-tenants-i-interview-arent-good-enough/</link>
		<comments>http://www.blackfade.com/2010/12/05/re-post-all-the-tenants-i-interview-arent-good-enough/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 18:30:31 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=512</guid>
		<description><![CDATA[I found this on CraigsList a long time ago, and it&#8217;s gone, so I thought I would re-post it for someone else to get a good laugh from. It was originally found here: http://vancouver.en.craigslist.ca/rnr/964514051.html. Enjoy I am a born again Christian. Why is this a problem for people????! I have a house that&#8217;s MINE and [...]]]></description>
			<content:encoded><![CDATA[<p>I found this on CraigsList a long time ago, and it&#8217;s gone, so I thought I would re-post it for someone else to get a good laugh from.</p>
<p>It was originally found here: <a href='http://vancouver.en.craigslist.ca/rnr/964514051.html' target='_blank'>http://vancouver.en.craigslist.ca/rnr/964514051.html</a>.  Enjoy <img src='http://www.blackfade.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>I am a born again Christian. Why is this a problem for people????! I have a house that&#8217;s MINE and I PAID FOR IT. I also have a basement apartment for rent. It&#8217;s a great space for I&#8217;m charing very little for it, $480 monthly, for the right tenant. I know it&#8217;s ILLEGAL to require a Christian in the apartment, against the human rights. That&#8217;s why I NEVER put this in my ad. Why then does it keep getting taken down?<br />
<span id="more-512"></span><br />
<strong>HERE IS THE AD I POSTED, AND THE AD THAT KEEPS GETTING REMOVED:</strong></p>
<p>Available Immediately – Broadway and Commercial – Showing Saturday and Sunday – Email for directions and additional information.</p>
<p><strong>What kind of apartment is it?</strong></p>
<ul>
<li>One bedroom basement apartment with separate entrance</li>
<li>Tastefully decorated with modern décor</li>
<li>Approximately 650 square feet</li>
<li>There is even a window! Security bars installed for your safety and to prevent unauthorized activity</li>
<li>Closed circuit camera installed for security and safety. One in your suite, one at the entrance, and one in the exercise yard</li>
</ul>
<p><strong>Rent:</strong></p>
<ul>
<li>$480.00 per month</li>
<li>First month&#8217;s rent + ½ month security deposit due at move in</li>
<li>Small pet allowed with approval and payment of additional ½ month pet damage deposit</li>
<li>One year lease permitted, option to renew lease at end of the term with no increase in rent</li>
<li>LANDLORD&#8217;S SPECIAL! Move in before January 1st and don&#8217;t pay for the remainder of December! That&#8217;s significant savings.</li>
</ul>
<p><strong>Included in the rent:</strong></p>
<ul>
<li>Electricity</li>
<li>Heat – Maintained at 21 degrees with lock box to prevent unauthorized tampering. Additional heating available for $20.00 per extra degree of heating per month. You may not use your oven to heat the apartment. If you do, you will be fined $50.00 per occurrence.</li>
<li>Air conditioning – Maintained at 25 degrees during the summer with lock box to prevent extra cooling from being dispensed. Additional cooling for sale for $20.00 per degree of cooling requested per month.</li>
<li>25&#8243; Zenith color television set with basic cable service &#8211; INCLUDED IN RENT!</li>
<li>Wireless internet (with content filter applied to block forbidden/immoral websites) &#8211; INCLUDED IN RENT!</li>
<li>Provision of coin laundry services &#8211; You will have your own personal coin laundry washer and dryer machines. Washers and dryers are paid using a token system. Tokens can be purchased through the landlord. Washer tokens cost $4.15 each and dryer tokens cost $3.60 each. You are not allowed to use foreign currency or slugs in the washer and dryer. Violators will be fined $100.00 per infraction.</li>
</ul>
<p><strong>About us: (Landlords)</strong><br />
We are conservative, bible believing, God-fearing, born again, evangelical Christians. We interpret the bible literally in every way possible. We live a strict moral code and observe God&#8217;s laws in our everyday life. My wife stays at home and teaches our home-schooled children. I work as a pastor at a local congregation and am active in the faith community.</p>
<p><strong>About you: (Tenant)</strong></p>
<ul>
<li>You are employed</li>
<li>You do not participate in lascivious deviant sexual behavior</li>
<li>You do not choose alternative lifestyles as your lifestyle</li>
<li>You do not have any criminal history</li>
<li>You must have excellent character references</li>
<li>You do not smoke, drink or take drugs. Mandatory drug screening required.</li>
</ul>
<p><strong>Additional Rules/Conditions:</strong></p>
<ul>
<li>CLEANLINESS: You are responsible for the cleanliness and orderliness of your apartment. Beds are to be made before leaving your suite, countertops must be wiped down, and you must remove all trash. Upon inspection, if the tenant&#8217;s basement suite is not clean, the cost of cleaning services plus a fine of $100.00 will be levied.</li>
<li>LIGHTS: The lights in your basement suite and in the day room are not to be tampered with. If a light needs repair, report the condition to the<br />
Landlord.</li>
<li>WAKE-UP: Wake up will be at 5:30am each morning. All ceiling lights in the suite will be turned on automatically. LIGHTS OUT: Ceiling lights in the suite will be turned off at 11:30pm.</li>
<li>CONTRABAND: The following items are considered contraband – alcohol, illegal drugs, tobacco, weapons, lock picking equipment. If any contraband is discovered to be in your possession, you will be subject to a minimum $1,000.00 fine. In addition, your items will be confiscated permanently. Second offense – you will be evicted without notice. A bailiff will escort you and your belongings off the premises. Your security deposit will not be returned.</li>
<li>SMOKING: The basement suite is non-smoking. Anyone in possession of tobacco products of any kind or any lighter or matches, will have their contraband items confiscated and will be fined $100.00.</li>
<li>INSPECTIONS: The Landlord will conduct unannounced inspections to ensure that these rules and regulations are being followed.</li>
<li>VISITATION: Visitation periods will be on Saturdays and Sundays from 1:00 p.m. until 3:00 p.m. All visitors and their vehicles are subject to search while on landlord property. Refusal to allow a search can result in their being barred from all future visitation privileges. All visitors must sign the Visitor&#8217;s Log. Unauthorized visitors will be escorted from the property, and the tenant will be fined $250.00.</li>
<li>I.D. BRACELETS: Each tenant will be issued an I.D. bracelet with his/her photograph. It must be worn at all times. If you lose your I.D. bracelet or it is broken, you will be required to purchase a new one at the nominal cost of $5.00.</li>
<li>EXERCISE YARD: The tenant will have access to the exercise yard in the area to the back of the property for 2 hours per day from 4:00 pm to 6:00 pm. The tenant is not allowed to bring any personal property to the exercise yard. Once the tenant leaves the exercise yard on a particular day, he or she may not return. No boisterous behavior is allowed in the exercise yard. There is no smoking allowed in the exercise yard. Minimum fine for exercise yard infractions is $50.00.</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/12/05/re-post-all-the-tenants-i-interview-arent-good-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK RadioPlayer</title>
		<link>http://www.blackfade.com/2010/11/12/uk-radioplayer/</link>
		<comments>http://www.blackfade.com/2010/11/12/uk-radioplayer/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 08:21:06 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[BBC]]></category>
		<category><![CDATA[iPlayer]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[UK RadioPlayer]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/2010/11/12/uk-radioplayer/</guid>
		<description><![CDATA[Sorry, I&#8217;ve been massively busy lately. This is why I&#8217;ve only really been posting videos I find interesting. I&#8217;m going to post another video now, but this time it&#8217;s a project I&#8217;m working on at the BBC, not that I&#8217;ve been moved to the iPlayer team. I&#8217;ll post some more information in the next couple [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, I&#8217;ve been massively busy lately. This is why I&#8217;ve only really been posting videos I find interesting. </p>
<p>I&#8217;m going to post another video now, but this time it&#8217;s a project I&#8217;m working on at the BBC, not that I&#8217;ve been moved to the iPlayer team.</p>
<p>I&#8217;ll post some more information in the next couple of days (when I&#8217;m not on a train heading into work).  I hope you enjoy, and get a better idea of what I&#8217;m doing.</p>
<h3>UK RadioPlayer</h3>
<p><object class="wp-caption" width="600" height="337" type="application/x-shockwave-flash" data="http://www.youtube.com/v/sFXp3-QEMuc&amp;ap=%2526fmt%3D18&fs=1"><param name="movie" value="http://www.youtube.com/v/sFXp3-QEMuc&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" />Adobe Flash Player is required to view the video.</object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/11/12/uk-radioplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another amazing webimation &#8211; Salesman Pete</title>
		<link>http://www.blackfade.com/2010/11/07/another-amazing-webimation-salesman-pete/</link>
		<comments>http://www.blackfade.com/2010/11/07/another-amazing-webimation-salesman-pete/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 22:33:35 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=509</guid>
		<description><![CDATA[Adobe Flash Player is required to view the video.]]></description>
			<content:encoded><![CDATA[<p><object class="wp-caption" width="600" height="337" data="http://vimeo.com/moogaloop.swf?clip_id=15126262&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=15126262&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=15126262&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="337"></embed>Adobe Flash Player is required to view the video.</object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/11/07/another-amazing-webimation-salesman-pete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scott Pilgrim vs. The Animation</title>
		<link>http://www.blackfade.com/2010/10/04/scott-pilgrim-vs-the-animation/</link>
		<comments>http://www.blackfade.com/2010/10/04/scott-pilgrim-vs-the-animation/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 22:07:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=502</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="600" height="337" data="http://i.adultswim.com/adultswim/video2/tools/swf/viralplayer.swf" class="wp-caption"><param name="allowFullScreen" value="true" /><param name="movie" value="http://i.adultswim.com/adultswim/video2/tools/swf/viralplayer.swf"/><param name="FlashVars" value="id=8a250aae2a65e3fc012a66d7e11f0006" /><embed src="http://i.adultswim.com/adultswim/video2/tools/swf/viralplayer.swf" type="application/x-shockwave-flash" FlashVars="id=8a250aae2a65e3fc012a66d7e11f0006" allowFullScreen="true" width="600" height="337"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/10/04/scott-pilgrim-vs-the-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timelapse Montage</title>
		<link>http://www.blackfade.com/2010/10/04/timelapse-montage/</link>
		<comments>http://www.blackfade.com/2010/10/04/timelapse-montage/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 23:03:39 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=498</guid>
		<description><![CDATA[Adobe Flash Player is required to view the video. Wonderful video, with a beautifully haunting song behind it.]]></description>
			<content:encoded><![CDATA[<p><object class="wp-caption" width="600" height="337" data="http://vimeo.com/moogaloop.swf?clip_id=14352658&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=14352658&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=14352658&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="337"></embed>Adobe Flash Player is required to view the video.</object><br />
Wonderful video, with a beautifully haunting song behind it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/10/04/timelapse-montage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto-Tune the News, (ft. Weezer)</title>
		<link>http://www.blackfade.com/2010/10/03/auto-tune-the-news-ft-weezer/</link>
		<comments>http://www.blackfade.com/2010/10/03/auto-tune-the-news-ft-weezer/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 17:15:09 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.blackfade.com/?p=495</guid>
		<description><![CDATA[Adobe Flash Player is required to view the video.]]></description>
			<content:encoded><![CDATA[<p><object class="wp-caption" width="600" height="337" type="application/x-shockwave-flash" data="http://www.youtube.com/v/KucV8renOfI&amp;ap=%2526fmt%3D18&fs=1"><param name="movie" value="http://www.youtube.com/v/KucV8renOfI&amp;ap=%2526fmt%3D18" /><param name="allowFullScreen" value="true" />Adobe Flash Player is required to view the video.</object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfade.com/2010/10/03/auto-tune-the-news-ft-weezer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.801 seconds -->

