<?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>zombievirus</title>
	<atom:link href="http://zombievir.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://zombievir.us</link>
	<description>sketches &#38; code</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:19:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Heavy sigh</title>
		<link>http://zombievir.us/2010/07/heavy-sigh/</link>
		<comments>http://zombievir.us/2010/07/heavy-sigh/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 00:37:38 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[rage]]></category>
		<category><![CDATA[shitty]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=91</guid>
		<description><![CDATA[This is what I want right now:
I want my job to be just a job and not something I enjoy doing or something I take pride in doing.  This way when one of my coworkers decides he wants to be a total prick to me, I will not want to scream/cry/scream some more.
Here is [...]]]></description>
			<content:encoded><![CDATA[<p>This is what I want right now:</p>
<p>I want my job to be just a job and not something I enjoy doing or something I take pride in doing.  This way when one of my coworkers decides he wants to be a total prick to me, I will not want to scream/cry/scream some more.</p>
<p>Here is a picture drawn with my mouse to express how I feel today.<br />
<a href="http://zombievir.us/wp-content/uploads/2010/07/todaysucked.png"><img src="http://zombievir.us/wp-content/uploads/2010/07/todaysucked.png" alt="" title="todaysucked" width="422" height="421" class="aligncenter size-full wp-image-92" /></a></p>
<p>And here is a rage comic about what transpired.<br />
<a href="http://zombievir.us/wp-content/uploads/2010/07/fuck-my-job.png"><img src="http://zombievir.us/wp-content/uploads/2010/07/fuck-my-job.png" alt="" title="fuck my job" width="636" height="961" class="aligncenter size-full wp-image-95" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/07/heavy-sigh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>console.log(&#8216;just say no to alerts&#8217;)</title>
		<link>http://zombievir.us/2010/06/on-the-subject-of-console-log/</link>
		<comments>http://zombievir.us/2010/06/on-the-subject-of-console-log/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:29:42 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[console.log]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=88</guid>
		<description><![CDATA[If you are using alerts to figure out what&#8217;s going on in your code, you need to quit it.  If you&#8217;re like me, sometimes those alerts say things like 
alert("OMFG Why are you not catching you piece of crap. I hate your stupid face");

or the super fun &#8220;I wonder what this variable is returning&#8230;&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using alerts to figure out what&#8217;s going on in your code, you need to quit it.  If you&#8217;re like me, sometimes those alerts say things like </p>
<pre>alert("OMFG Why are you not catching you piece of crap. I hate your stupid face");
</pre>
<p>or the super fun &#8220;I wonder what this variable is returning&#8230;&#8221; alerts that may or may not contain 1000 data point sets and create the scariest looking popup ever. </p>
<p>And woooo, can you imagine if that accidentally get&#8217;s pushed so a client can see it. I wish I had a funny story about that happening, but beyond a team member accidentally writing Blah on a test page and it getting pushed, I haven&#8217;t had first hand experience.  </p>
<p>Anyway, instead of alert, use Firebug, open console   and in your code write </p>
<pre>
console.log("OMFG Why are you not catching you piece of crap. I hate your stupid face");
</pre>
<p>Oh noes, but what about when IE is my debugging nemesis!  Well don&#8217;t worry because <a href="http://getfirebug.com/firebuglite">Firebug lite</a> is there to help you out.   </p>
<p>And if you need even more from your console.logs like history and preventing array wrapping, you can use helpful wrappers like <a href="http://paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/">this one</a> that Paul Irish made. </p>
<p>Chances are that if your logs accidentally get pushed and the client  opens firebug and sees them, they are probably another idev working long tiring hours for the man and you can high5 about it sometime and talk about your favorite stackoverflow threads and the cutest cats of reddit.  </p>
<p>TL;DR<br />
Using alerts to test code is a bad idea.<br />
Using console.log might make you super friends. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/06/on-the-subject-of-console-log/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 Rocks!</title>
		<link>http://zombievir.us/2010/06/html5-rocks/</link>
		<comments>http://zombievir.us/2010/06/html5-rocks/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 18:05:56 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[deathbear]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[yay]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=86</guid>
		<description><![CDATA[Cause Paul put deathbear in the example!

 HTML5 rocks!
Deathbear = me.   
]]></description>
			<content:encoded><![CDATA[<p>Cause Paul put deathbear in the example!</p>
<p><a href="http://zombievir.us/wp-content/uploads/2010/06/24d08236b4dab12a9291c827355df9ad.png"><img src="http://zombievir.us/wp-content/uploads/2010/06/24d08236b4dab12a9291c827355df9ad.png" alt="" title="24d08236b4dab12a9291c827355df9ad" width="828" height="586" class="aligncenter size-full wp-image-87" /></a><br />
<a href ="http://www.html5rocks.com/tutorials/speed/quick/#toc-webstorage"> HTML5 rocks!</a></p>
<p>Deathbear = me. <img src='http://zombievir.us/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/06/html5-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.map()  Is my new god (but sometimes he&#8217;s angry so use $.each())</title>
		<link>http://zombievir.us/2010/06/map-is-my-new-god/</link>
		<comments>http://zombievir.us/2010/06/map-is-my-new-god/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:44:07 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=64</guid>
		<description><![CDATA[For the project I&#8217;m currently on we are doing an insane amount of ajax calls combined with a ton of canvas visualizations (graphs &#038; maps). 
I&#8217;m finding that performance is in jeopardy based on the size of the json files as well as the number of calls that are made, so I&#8217;m trying to figure [...]]]></description>
			<content:encoded><![CDATA[<p>For the project I&#8217;m currently on we are doing an insane amount of ajax calls combined with a ton of canvas visualizations (graphs &#038; maps). </p>
<p>I&#8217;m finding that performance is in jeopardy based on the size of the json files as well as the number of calls that are made, so I&#8217;m trying to figure out that&#8217;s the best way to approach this.  All of my visualizations are plotted on 2 dimensions, ie: [longitude, latitude], [distance,time] etc.. So a lot of my json returns look like this</p>
<pre>{
    "data": [
        [
            1,
            2
        ],
        [
            2,
            2
        ],
        [
            3,
            2
        ]
    ]
}</pre>
<p>These arrays are easy to plot and require little adjustment to work with the graphing plugins, but I&#8217;d have to make lot of calls to populate every graph.<br />
So one way to deal with this is to lightly modify and reuse json arrays that I get from the back end so that I can use them in multiple visualizations that are on the page.  This involves a little more data fondling on my end to get everything to work and that&#8217;s where the .map() method comes in.</p>
<pre>{
    "data": [
        {
            "lat": 1222,
            "long": 32323,
            "distance": 12,
            "time": 0.35
        },
        {
            "lat": 22,
            "long": 323,
            "distance": 19,
            "time": 0.45
        }
    ]
}</pre>
<p>What .map() does is take an array and then remap it into a new array. For distance, long I would take the json array above and change it to </p>
<pre>var data =[];
data =$.map(json.data, function(n){
return n.distance;
});</pre>
<p>Which should return a new array with [distance, distance, distance] point sets. </p>
<p><strong>FUN FACT:</strong>  There is a bug with $.map where it always flattens your array, making tuples impossible and making Sues pull their hair out. </p>
<p>The way I tackled this issue for a recent project was using $.each(). </p>
<pre>
var longLat =[]
$.each(json, function(i, val){
longLat.push([json[i].long, json[i].lat]);
}
</pre>
<p>Which gave me longLat= [[long,lat],[long,lat],[long,lat]] </p>
<p>When I need to create a new array containing multiple arrays of point sets I use .push without an each instead.<br />
IE- I want this:</p>
<pre>
{
    "metric1": [
        [
            1,
            2
        ],
        [
            3,
            2
        ]
    ],
    "metric2": [
        [
            "blue",
            1
        ],
        [
            "green",
            2
        ]
    ]
}
</pre>
<p>to become:    data = [ [1,2],[3,2] ], [ ["blue",1], ["green",2] ] ];</p>
<p>Then I would write:</p>
<pre>
data =[];
 data.push(json.metric1);
 data.push(json.metric2);
</pre>
<p>This is helpful if you are making multiple calls for datasets and need to put each into the same array.   I will eventually put visualizations up so this makes more sense. </p>
<p>My best friend on this project has been <a href="http://www.jsonlint.com/">JSONlint</a>, making sure that my json returns weren&#8217;t total crap.  And often a &#8221;  or a } was missing in a 1200 line return, which would be impossible to find without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/06/map-is-my-new-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>encodeURIComponent():   Sometimes when you ask for help people are complete jerks</title>
		<link>http://zombievir.us/2010/05/encodeuricomponent-sometimes-when-you-ask-for-help-people-are-complete-jerks/</link>
		<comments>http://zombievir.us/2010/05/encodeuricomponent-sometimes-when-you-ask-for-help-people-are-complete-jerks/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:29:49 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[assholes]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=60</guid>
		<description><![CDATA[Like today!
I was asked about URL encoding today in case we have slashes in the User IDs we are passing, which who knows on this project considering the other team is not getting us real UIDs to work with&#8230; Whole other diff bitchfest there which may end up being called &#8220;Fake Agile projects.&#8221;
Dave linked me [...]]]></description>
			<content:encoded><![CDATA[<p>Like today!</p>
<p>I was asked about URL encoding today in case we have slashes in the User IDs we are passing, which who knows on this project considering the other team is not getting us real UIDs to work with&#8230; Whole other diff bitchfest there which may end up being called &#8220;Fake Agile projects.&#8221;</p>
<p>Dave linked me to this <a href="http://plugins.jquery.com/project/URLEncode">jQuery URLencoding plugin </a>  and asked if it was decent.  I said that I was unsure.  Honestly I have never encoded URLs in javascript and did not know it was BUILT IN to the language.  I asked the iDev chatroom what they thought and got a tag team of why wouldn&#8217;t you use &#8220;<a href="http://www.w3schools.com/jsref/jsref_decodeURIComponent.asp">decodeURIComponent()</a>&#8220;.</p>
<p><code>var url="http://mysite.com?name=stfu&amp;snarkyopinion=do/not/want";<br />
document.write(encodeURIComponent(url));<br />
//gives me:<br />
//http%3A%2F%2Fmysite.com%3Fname%3Dstfu%26snarkyopinion%3Ddo%2Fnot%2Fwant</code><br />
Why wouldn&#8217;t I use it?  Cause I didn&#8217;t know it existed.  I&#8217;m self taught and trying to get my comp sci masters NOW.  There is a lot of things I DON&#8217;T KNOW. Why do people have to be dicks about it? </p>
<p>Like for instance I won&#8217;t to your face tell you that your use of CSS is fucking criminal,  you architect things assbackwards and you&#8217;re 2 positions above me.  You win, you knew about encodeURIcomponent before me. </p>
<p>Monday.  Hate people. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/05/encodeuricomponent-sometimes-when-you-ask-for-help-people-are-complete-jerks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How not to use Github as an SVN</title>
		<link>http://zombievir.us/2010/05/how-not-to-use-github-as-an-svn/</link>
		<comments>http://zombievir.us/2010/05/how-not-to-use-github-as-an-svn/#comments</comments>
		<pubDate>Sun, 02 May 2010 02:08:42 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[work angst]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=59</guid>
		<description><![CDATA[If you are working with a team. do not use the following command when pushing your files to a repository:
git push origin master &#8211;force *
I am not sure if this was the exact command used to write over everyone&#8217;s work this week, but so help me god if I didn&#8217;t want to bean that guy [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working with a team. do not use the following command when pushing your files to a repository:</p>
<p>git push origin master &#8211;force *</p>
<p>I am not sure if this was the exact command used to write over everyone&#8217;s work this week, but so help me god if I didn&#8217;t want to bean that guy in the noggin with the nerf ball after I pulled from the respository.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/05/how-not-to-use-github-as-an-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The funniest joke I&#8217;ve ever read</title>
		<link>http://zombievir.us/2010/05/the-funniest-joke-ive-ever-read/</link>
		<comments>http://zombievir.us/2010/05/the-funniest-joke-ive-ever-read/#comments</comments>
		<pubDate>Sun, 02 May 2010 02:00:10 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[oranges]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=57</guid>
		<description><![CDATA[A man is in a bar having a drink when he notices a well dressed guy come through the door with 5 beautiful women all over him. He also happens to have an Orange for a head.
The man at the bar watches him flirt and buy rounds and flash bankrolls of money and get all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zombievir.us/wp-content/uploads/2010/05/orangehead.png"><img class="aligncenter size-full wp-image-58" title="orangehead" src="http://zombievir.us/wp-content/uploads/2010/05/orangehead.png" alt="" width="590" height="496" /></a>A man is in a bar having a drink when he notices a well dressed guy come through the door with 5 beautiful women all over him. He also happens to have an Orange for a head.</p>
<p>The man at the bar watches him flirt and buy rounds and flash bankrolls of money and get all the attention in the room for an hour before getting up the nerve to approach the man.</p>
<p>&#8220;Excuse me, Sir&#8230;&#8221; he says, &#8220;I have to ask&#8230;I see you here with all these beautiful women, and all this money, and all this attention&#8230;but I noticed you have an Orange for a head. How did all this happen for you?&#8221;</p>
<p>The man with an Orange for a head replies &#8220;Well I was walking on a beach one day when I found a magic lamp. I rubbed it and a genie popped out and granted me three wishes.</p>
<p>First, I wished for all the attention from the hottest women in the world.</p>
<p>Second, I wished for an unlimited supply of money.</p>
<p>Third, and this is where I kind of fucked it up, I wished to have an Orange for a head.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/05/the-funniest-joke-ive-ever-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE hates 1px X 1px transparent backgrounds</title>
		<link>http://zombievir.us/2010/04/ie-hates-1px-x-1px-transparent-backgrounds/</link>
		<comments>http://zombievir.us/2010/04/ie-hates-1px-x-1px-transparent-backgrounds/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:19:36 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=53</guid>
		<description><![CDATA[To quote my client, this totally FAILS and should be covered in the base browser standards.  Like fer sure. Hella. California/XboxLive slang. FTL. Weaksauce. etc etc&#8230;  I don&#8217;t know if he uses those last ones, but he seems like he would.  He seems like the kinda guy who corpse camps and teabags [...]]]></description>
			<content:encoded><![CDATA[<p>To quote my client, this totally FAILS and should be covered in the base browser standards.  Like fer sure. Hella. California/XboxLive slang. FTL. Weaksauce. etc etc&#8230;  I don&#8217;t know if he uses those last ones, but he seems like he would.  He seems like the kinda guy who corpse camps and teabags in halo.</p>
<p>Did you know IE hates 1px X 1px repeating transparent background images? Well it do.   Pain in my ass.   You can make it 1px X 2px,  or 1px X 3px and watch a significant performance increase, but don&#8217;t you dare make it 1X1 or you will get a bizarre gradient effect in your background expanding out from the top corner.</p>
<p><strong>Check these out in IE</strong><br /><span id="1x1" style="width: 200px; height: 200px; display: block; background: url(http://zombievir.us/wp-content/uploads/2010/04/1x1.png) repeat scroll 0pt 0pt transparent;"> 1 x 1 </span></p>
<p><span id="1x1"  class="clearfix" style="width: 200px; height: 200px; display: block; background: url(http://zombievir.us/wp-content/uploads/2010/04/1x2.png) repeat scroll 0pt 0pt transparent;"> 1 x 2 </span></p>
<p>Now that I’m home on a computer that functions, opposed to my work computer which frankly is a piece of shit, I noticed this issue is gone in IE8. I’ll double check IE7 native tomorrow on the ol’ crapbook. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/04/ie-hates-1px-x-1px-transparent-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean CSS hates your hacks.</title>
		<link>http://zombievir.us/2010/04/clean-css-hates-your-hacks/</link>
		<comments>http://zombievir.us/2010/04/clean-css-hates-your-hacks/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:12:19 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[horrible]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[stress]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=52</guid>
		<description><![CDATA[Fun Clean CSS fact:
When minimizing files, it will make zoom:1; into zoom:1px;  Thus making IE lose it&#8217;s shit. 
That was not a fun bug.
I learned a valuable lesson this week.  &#8220;Just say no&#8221;
I am currently working on a project where the client is moody and grumpy.  It doesn&#8217;t help that I, too, [...]]]></description>
			<content:encoded><![CDATA[<p>Fun <a href="http://www.cleancss.com/">Clean CSS</a> fact:<br />
When minimizing files, it will make zoom:1; into zoom:1px;  Thus making IE lose it&#8217;s shit. </p>
<p>That was not a fun bug.</p>
<p>I learned a valuable lesson this week.  &#8220;Just say no&#8221;</p>
<p>I am currently working on a project where the client is moody and grumpy.  It doesn&#8217;t help that I, too, am moody.  Take that and combine it with a project manager who probably gets 3 hours of sleep every week due to new baby screams, and a Client Partner who gives me douchechills, this project has not been fun.  In fact it may be the worst project I&#8217;ve ever worked on in my entire life. </p>
<p>With a moody client, the managers tend to want to give them whatever they want, without thinking it through.  I&#8217;m a big fan of &#8220;NO.&#8221;  Scope creep? No.  Work weekends so a CP can get a bonus? Um&#8230; no.  Give into insane requests? No.</p>
<p>Unfortunately I am so tired of this project, I gave in and minified a bunch of files before we were done with QA because the client was worried about performance and making a big deal about it.  Or rather, my PM was.  I was/am miserable, and all I want is to see the light at the end of this tunnel.  It&#8217;s not even rewarding work.  It&#8217;s not fun or challenging, unless you consider the dev environment being so volatile it could explode any second challenging.  I don&#8217;t.  I hate when you can&#8217;t estimate how long it&#8217;ll take to complete a task because there are too many outside variables. The site could be getting attacked by hackers who don&#8217;t like the client&#8217;s policies.  Their IS team could have upgraded their system and not warned us.  Someone could have checked in bad code over night in China or India. Someone could have checked in bad code locally.  </p>
<p>This project is like a bomb and every commit or update is another wack from a hammer. </p>
<p>Anywho, when it comes to minimizing files, I like to do it a the end of QA.  That way it&#8217;s easy to tell if minizing broke things, opposed to the 50 other code changes you made that day.  </p>
<p>I spent at least 10 hours on a bug for IE trying to figure out why my code from last week was completely screwed up.  I had to read multiple client bugs were the QAers wrote how things FAILED and bitched.  All because of zoom:1px;  which should have been zoom:1;  The client is more upset &#038; to appease them the managers seem to make things worse. </p>
<p>Sure, these things happen on every project. This project is just the worst of all time.  I am so tired and so burnt out.  Beyond the initial meeting in Nov where there was a chance we might use Dojo instead of jQuery, I can&#8217;t think of anything good about this project.  All it&#8217;s done is make me want to boycott the client&#8217;s products. </p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/04/clean-css-hates-your-hacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Harmony</title>
		<link>http://zombievir.us/2010/03/javascript-harmony/</link>
		<comments>http://zombievir.us/2010/03/javascript-harmony/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:55:18 +0000</pubDate>
		<dc:creator>Sue</dc:creator>
				<category><![CDATA[artwork]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gadget]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sketches]]></category>

		<guid isPermaLink="false">http://zombievir.us/?p=42</guid>
		<description><![CDATA[Playing with a javascript and canvas toy called Harmony.
]]></description>
			<content:encoded><![CDATA[
<a href='http://zombievir.us/2010/03/javascript-harmony/picture-3/' title='Picture 3'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/Picture-3-150x150.png" class="attachment-thumbnail" alt="" title="Picture 3" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/spartan/' title='spartan'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/spartan-150x150.png" class="attachment-thumbnail" alt="" title="spartan" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1445/' title='2010-03-09_1445'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1445-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1445" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1449/' title='2010-03-09_1449'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1449-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1449" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1453/' title='2010-03-09_1453'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1453-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1453" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1611/' title='2010-03-09_1611'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1611-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1611" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1623/' title='2010-03-09_1623'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1623-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1623" /></a>
<a href='http://zombievir.us/2010/03/javascript-harmony/2010-03-09_1654/' title='2010-03-09_1654'><img width="150" height="150" src="http://zombievir.us/wp-content/uploads/2010/03/2010-03-09_1654-150x150.png" class="attachment-thumbnail" alt="" title="2010-03-09_1654" /></a>

<p>Playing with a javascript and canvas toy called <a href="http://mrdoob.com/lab/javascript/harmony/">Harmony</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zombievir.us/2010/03/javascript-harmony/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
