<?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>Zvi Band &#187; My Work</title>
	<atom:link href="http://zviband.com/category/my-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://zviband.com</link>
	<description>Are you with the Band?</description>
	<lastBuildDate>Fri, 01 Jan 2010 23:05:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FixMyCityDC Receives an Honorable Mention</title>
		<link>http://zviband.com/2009/09/04/fixmycitydc/</link>
		<comments>http://zviband.com/2009/09/04/fixmycitydc/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:09:45 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[DC]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[SkeevisArts]]></category>

		<guid isPermaLink="false">http://zviband.com/?p=284</guid>
		<description><![CDATA[The DC 311 application I built and Zach designed received an Honorable Mention in the Apps for Democracy competition!
Read my full post at my other blog
]]></description>
			<content:encoded><![CDATA[<p>The DC 311 <a href="http://fixmycitydc.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/fixmycitydc.com');">application</a> I built and <a href="http://craftymice.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/craftymice.com');">Zach</a> designed received an Honorable Mention in the Apps for Democracy competition!</p>
<p><a href="http://skeevisarts.com/2009/09/skeevisarts-awarded-honorable-mention-in-apps-for-democracy-2/" onclick="javascript:pageTracker._trackPageview('/outbound/article/skeevisarts.com');" target="_blank">Read my full post at my other blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2009/09/04/fixmycitydc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning ImageMagick with Run DMC</title>
		<link>http://zviband.com/2009/06/02/learning-imagemagick-with-run-dmc/</link>
		<comments>http://zviband.com/2009/06/02/learning-imagemagick-with-run-dmc/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:51:54 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[SkeevisArts]]></category>

		<guid isPermaLink="false">http://zviband.com/2009/06/02/learning-imagemagick-with-run-dmc/</guid>
		<description><![CDATA[
Wait &#8212; what?
Every PHP Web Developer, or any other kind of web developer, has, at one point, butted heads with ImageMagick, or its inferior nemesis, GD. We&#8217;ve tussled with setup and installation, debugged scripts, and stolen code, but rarely do we look to it for anything beyond generating a thumbnail or resizing an image.
Armed with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px;" src="http://zviband.com/blog/img/dmc.jpg" alt="" width="435" height="271" /></p>
<p>Wait &#8212; what?</p>
<p>Every PHP Web Developer, or any other kind of web developer, has, at one point, butted heads with ImageMagick, or its inferior nemesis, GD. We&#8217;ve tussled with setup and installation, debugged scripts, and stolen code, but rarely do we look to it for anything beyond generating a thumbnail or resizing an image.</p>
<p>Armed with nothing more than the <a href="http://www.php.net/imagick" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.php.net');" target="_blank">native manual</a>, I started experimenting with its abilities. What could I make with it? I thought it would be cool to start out with making a script to generate your own version of the iconic RUN DMC logo, as I&#8217;ve seen many variations.</p>
<p><a href="http://projects.skeevisarts.com/rundmc/" onclick="javascript:pageTracker._trackPageview('/outbound/article/projects.skeevisarts.com');" target="_blank">And so it was born.</a></p>
<p><a href="http://projects.skeevisarts.com/rundmc/" onclick="javascript:pageTracker._trackPageview('/outbound/article/projects.skeevisarts.com');" target="_blank"><img style="max-width: 800px;" src="http://zviband.com/blog/img/gen_rundmc.png" alt="" /></a><br />
Above is what my script generates&#8230; nearly identical to the original.</p>
<p><a href="http://projects.skeevisarts.com/rundmc/?txt=zvi" onclick="javascript:pageTracker._trackPageview('/outbound/article/projects.skeevisarts.com');" target="_blank"><img style="max-width: 800px;" src="http://zviband.com/blog/img/runzvi.png" alt="" /></a><br />
Of course..</p>
<p>It will also resize appropriately, given how much text you pump in.<br />
<a href="http://projects.skeevisarts.com/rundmc/?txt=forrest%20run" onclick="javascript:pageTracker._trackPageview('/outbound/article/projects.skeevisarts.com');" target="_blank"><img style="max-width: 800px;" src="http://zviband.com/blog/img/forrest_run.png" alt="" /></a></p>
<p><a href="http://projects.skeevisarts.com/rundmc/rundmc.zip" onclick="javascript:pageTracker._trackPageview('/outbound/article/projects.skeevisarts.com');" target="_blank">I&#8217;ve made the source code available. Steal away.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2009/06/02/learning-imagemagick-with-run-dmc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obama Widget, Version 0</title>
		<link>http://zviband.com/2008/11/21/obama-widget-version-0/</link>
		<comments>http://zviband.com/2008/11/21/obama-widget-version-0/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 07:04:07 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://zviband.com/2008/11/21/obama-widget-version-0/</guid>
		<description><![CDATA[I had an idea for a widget, and felt like brushing up on my Flash and Actionscript skills.
Here is a very very rough Version 0, with Clearspring already set up!
I have to work a lot more on the style of course. I&#8217;m also thinking that these narrow dimensions just arent cutting it. 

]]></description>
			<content:encoded><![CDATA[<p>I had an idea for a widget, and felt like brushing up on my Flash and Actionscript skills.</p>
<p>Here is a very very rough Version 0, with Clearspring already set up!</p>
<p>I have to work a lot more on the style of course. I&#8217;m also thinking that these narrow dimensions just arent cutting it. </p>
<div class="youtube-video"><object width="164" height="304" type="application/x-shockwave-flash" quality="high" id="W49265ceb5ec9b7bd" data="http://widgets.clearspring.com/o/49265c2f8eeb317a/49265ceb5ec9b7bd/49265c2f8eeb317a/43120b6a" allowScriptAccess="always" allowNetworking="all" pluginspage="http://www.macromedia.com/go/getflashplayer"><param value="http://widgets.clearspring.com/o/49265c2f8eeb317a/49265ceb5ec9b7bd/49265c2f8eeb317a/43120b6a" name="movie"></param><param name="wmode" value="transparent"></param><param name="allowScriptAccess" value="always"></param></object></div>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2008/11/21/obama-widget-version-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BarcampDC2 Was Awesome</title>
		<link>http://zviband.com/2008/10/20/barcampdc2-was-awesome/</link>
		<comments>http://zviband.com/2008/10/20/barcampdc2-was-awesome/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 12:13:24 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[DC]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://zviband.com/2008/10/20/barcampdc2-was-awesome/</guid>
		<description><![CDATA[BarcampDC2 was this past Saturday. It was an amazing day with a number of great sessions.
Thanks to all the sponsors for making it possible, and CDIA for hosting. The volunteer organizers, primarily Justin, Shaun, Peter, and John, deserve an infinite amount of praise. The DC community has grown by leaps and bounds in the past [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://barcamp.pbwiki.com/BarCampDC2" onclick="javascript:pageTracker._trackPageview('/outbound/article/barcamp.pbwiki.com');" target="_blank">BarcampDC2</a> was this past Saturday. It was an amazing day with a number of great <a href="http://spreadsheets.google.com/ccc?key=p3HMiAX_1-LpHjmzL-QXFVw" onclick="javascript:pageTracker._trackPageview('/outbound/article/spreadsheets.google.com');">sessions</a>.</p>
<p>Thanks to all the <a href="http://barcamp.pbwiki.com/BarCampDC2" onclick="javascript:pageTracker._trackPageview('/outbound/article/barcamp.pbwiki.com');">sponsors</a> for making it possible, and <a href="http://www.cdiabu.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cdiabu.com');">CDIA</a> for hosting. The volunteer organizers, primarily <a href="http://drinkingoatmealstout.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/drinkingoatmealstout.com');" target="_blank">Justin</a>, <a href="http://livinginthedistrict.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/livinginthedistrict.com');">Shaun</a>, <a href="http://istrategylabs.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/istrategylabs.com');">Peter</a>, and <a href="http://jfciii.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/jfciii.com');" target="_blank">John</a>, deserve an infinite amount of praise. The DC community has grown by leaps and bounds in the past year, and were it not for the efforts of people like you, we would not be where we are today, myself included. So thank you. I had attended the first planning meeting, but unfortunately I was unable to attend any others or contribute any time, and I&#8217;m sorry for that.</p>
<p><a href="http://lesliebradshaw.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/lesliebradshaw.com');" target="_blank">Leslie</a>, <a href="http://www.blogpi.net/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.blogpi.net');" target="_blank">Bill</a>, and <a href="http://www.zviband.com"  target="_blank">myself</a> gave a presentation on <a href="http://debatehub-cspan.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/debatehub-cspan.org');" target="_blank">our</a> <a href="http://rnc08.c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/rnc08.c-span.org');" target="_blank">awesome</a> <a href="http://dnc08.c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/dnc08.c-span.org');" target="_blank">work</a> for <a href="http://c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/c-span.org');">C-SPAN</a>, through our respective companies <a href="http://www.newmediastrategies.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.newmediastrategies.net');" target="_blank">New Media Strategies</a> and <a href="http://www.jess3.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.jess3.com');">JESS3</a>. We received great feedback, and high praise for our work throughout the rest of the day. I chose to speak on how I leveraged the codebase in a number of open source projects to turn around each of these complex and high-performing sites in a week (no, I was not kidding), and people kept on coming up to me, shocked that I was able to do that  <img src='http://zviband.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . Slides will be posted soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2008/10/20/barcampdc2-was-awesome/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PygmyBrowse &#8211; a small screen tree browser</title>
		<link>http://zviband.com/2008/10/10/pygmybrowse-a-small-screen-tree-browser/</link>
		<comments>http://zviband.com/2008/10/10/pygmybrowse-a-small-screen-tree-browser/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 16:23:20 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Post Graduation]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flashbacks]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://zviband.com/2008/10/10/pygmybrowse-a-small-screen-tree-browser/</guid>
		<description><![CDATA[Like so many things from my college experience, I never realized how amazing this was until years later.
Rather than taking a &#8220;usual&#8221; internship at a government agency or consulting company for the summer, I instead chose to stay on campus for the summer, and in addition to a lot of relaxing, worked at two amazing [...]]]></description>
			<content:encoded><![CDATA[<p>Like so many things from my college experience, I never realized how amazing this was until years later.</p>
<p>Rather than taking a &#8220;usual&#8221; internship at a government agency or consulting company for the summer, I instead chose to stay on campus for the summer, and in addition to a lot of relaxing, worked at two amazing labs at UMD. One was the <a href="http://www.hynet.umd.edu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.hynet.umd.edu');" target="_blank">Center for Satellite and Hybrid Communication Networks</a>, where I got to play around with awesome gadgets like motion tracking cameras and <a href="http://en.wikipedia.org/wiki/Wireless_Sensor_Networks" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');" target="_blank">sensor networks</a>. The other position, which I kept throughout the following school year, was as a researcher in the <a href="http://www.cs.umd.edu/hcil/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cs.umd.edu');">Human Computer Interaction Lab</a>. I was tasked with working on an Java interface (using Swing) for the <a href="http://malach.umiacs.umd.edu/" onclick="javascript:pageTracker._trackPageview('/outbound/article/malach.umiacs.umd.edu');" target="_blank">MALACH</a> project, which, in a nutshell, was to allow people to browse and view a massive amount of transcripts of recordings of Holocaust victims. The recordings originated from the <a href="http://college.usc.edu/vhi/" onclick="javascript:pageTracker._trackPageview('/outbound/article/college.usc.edu');">Shoah</a> foundation, whose mission is to record and store all memories of survivors of the Holocaust (side note: my grandmother volunteered as one of the interviewers). So I spent the summer working under Ryen White, who now works at <a href="http://research.microsoft.com/~ryenw/" onclick="javascript:pageTracker._trackPageview('/outbound/article/research.microsoft.com');" target="_blank">Microsoft Research</a>.</p>
<p>As we were presented with developing an entirely new interface, we had a number of challenges. We came up with some pretty cool solutions. One thing I came up with was an interface element nicknamed PygmyBrowse. PygmyBrowse is a rather simple and easy method of bi-directional navigation of infinitely complex trees in a compact environment. I thought nothing of it at the time, but the professors around me disagreed, and suggested I pursue it further. After spending a good chunk of the semester holding user trials (in between running one of the largest student groups on campus, being actively involved in my computer, and oh yeah&#8230; double major), we ended up with an <a href="http://portal.acm.org/citation.cfm?id=1125451.1125562" onclick="javascript:pageTracker._trackPageview('/outbound/article/portal.acm.org');" target="_blank">academic paper</a>, with yours truly as the primary author. Which ended up getting accepted to a major human-computer interaction conference. Whiiich I didn&#8217;t attend, because there was one or another extra-curricular event going on (kicking myself 3 years later).</p>
<p><a href="http://www.google.com/search?q=pygmybrowse&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" target="_blank">Now when you do a google search for PygmyBrowse (a lame moniker I concocted with a couple friends), it&#8217;s actually been implemented.</a></p>
<p>If I dig up the Java source code for it, I&#8217;ll release it.</p>
<p><a href="http://zviband.com/files/bandchi2006.pdf" onclick="javascript:pageTracker._trackPageview('/downloads/files/bandchi2006.pdf');" target="_blank">You can download the PDF of my paper here</a>, or view it on <a href="http://www.scribd.com/doc/6378652/PygmyBrowse-a-small-screen-tree-browser" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.scribd.com');" target="_blank">Scribd</a>.<br />
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_209776000901154" name="doc_209776000901154" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="500" width="450"><param name="movie" value="http://documents.scribd.com/ScribdViewer.swf?document_id=6378652&#038;access_key=key-gxuz0inxz7ywfkwk8zu&#038;page=1&#038;version=1&#038;viewMode=list"><param name="quality" value="high"><param name="play" value="true"><param name="loop" value="true"><param name="scale" value="showall"><param name="wmode" value="opaque"><param name="devicefont" value="false"><param name="bgcolor" value="#ffffff"><param name="menu" value="true"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="salign" value=""><param name="mode" value="list"><embed src="http://documents.scribd.com/ScribdViewer.swf?document_id=6378652&#038;access_key=key-gxuz0inxz7ywfkwk8zu&#038;page=1&#038;version=1&#038;viewMode=list" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_209776000901154_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" mode="list" height="500" width="450"></embed></object>
<div style="font-size:10px;text-align:center;width:450"><a href="http://www.scribd.com/doc/6378652/PygmyBrowse-a-small-screen-tree-browser" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.scribd.com');">PygmyBrowse &#8211; a small screen tree browser</a> &#8211; <a href="http://www.scribd.com/upload" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.scribd.com');">Upload a Document to Scribd</a></div>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2008/10/10/pygmybrowse-a-small-screen-tree-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>At it again, the Debate Hub</title>
		<link>http://zviband.com/2008/10/03/at-it-again-the-debate-hub/</link>
		<comments>http://zviband.com/2008/10/03/at-it-again-the-debate-hub/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 05:02:34 +0000</pubDate>
		<dc:creator>Zvi</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[My Work]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[JESS3]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://zviband.com/2008/10/03/at-it-again-the-debate-hub/</guid>
		<description><![CDATA[When I first made the jump from a big consulting company to a tiny creative agency, I was worried I would be spending most of my time doing small boring web projects. Yeah, right.
As if I the C-SPAN Convention Hubs that I wrote on earlier weren&#8217;t successful enough, we at JESS3 teamed up with C-SPAN [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://zviband.com/blog/img/debateHub.jpg" style="float: right" height="716" width="185" />When I first made the jump from a big consulting company to a tiny creative agency, I was worried I would be spending most of my time doing small boring web projects. Yeah, right.</p>
<p>As if I the C-SPAN <a href="http://dnc08.c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/dnc08.c-span.org');" target="_blank">Convention</a> <a href="http://rnc08.c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/rnc08.c-span.org');">Hubs</a> that I wrote on earlier weren&#8217;t successful enough, we at <a href="http://jess3.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/jess3.com');">JESS3</a> teamed up with <a href="http://c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/c-span.org');">C-SPAN</a> and <a href="http://newmediastrategies.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/newmediastrategies.net');">New Media Strategies</a> again to launch the <a href="http://debatehub.c-span.org" onclick="javascript:pageTracker._trackPageview('/outbound/article/debatehub.c-span.org');" target="_blank">Debate Hub</a>. I served as lead developer. Not only does this have the same great features as the Convention Hubs, like embeddable video, Twitter coverage, and blog content from all over the web, we added in some really killer features.<br />
The <strong>Timeline</strong> is one of the best features. We&#8217;re pulling in transcripts as the debate progresses, and have it segmented out by speaker. Click on a piece of the timeline, and magic happens. This is built off of MIT&#8217;s <a href="http://simile.mit.edu/timeline/" onclick="javascript:pageTracker._trackPageview('/outbound/article/simile.mit.edu');">SIMILE</a> project.<br />
The <strong>Transcript Treemap</strong> is another awesome feature. It shows the most used terms of each candidate, based on the transcripts, along with sparklines (more appropriately, the jQuery version). I even managed, thanks to some more jQuery magic, to allow you to dynamically filter what debates/candidates to show. Of particular importance to me, as the <a href="http://www.cs.umd.edu/hcil/treemap/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cs.umd.edu');" target="_blank">Treemap</a> was created at my <a href="http://www.umd.edu" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.umd.edu');">alma-mater&#8217;s</a> <a href="http://www.cs.umd.edu/hcil/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.cs.umd.edu');" target="_blank">Human Computer Interaction Lab</a>, where I was a researcher for a short period of time (more on what I did there later).</p>
<p>It&#8217;s received a ton of press coverage, including <a href="http://blogs.zdnet.com/gadgetreviews/?p=381" onclick="javascript:pageTracker._trackPageview('/outbound/article/blogs.zdnet.com');" target="_blank">ZDNet</a>, <a href="http://arstechnica.com/news.ars/post/20080926-c-span-debate-hub-embraces-bloggers-social-media.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/arstechnica.com');">Ars Technica</a>, <a href="http://www.techcrunch.com/2008/10/02/polling-web-20s-debate-hubs/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.techcrunch.com');">TechCrunch</a>, <a href="http://www.redstate.com/diaries/redstate/2008/sep/26/the-future-is-c-span/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.redstate.com');">RedState</a>, and a number of other sites. It&#8217;s been a wild ride.</p>
<p>I&#8217;m not a very politically involved person. For me, I make sure I vote when possible, care about the issues I choose to care about, but never get more involved. However, I like to think that, when working on projects like these, we&#8217;re giving more people access to more information than they previously had, and allowing them to make more educated decisions when it comes to electing their leaders. It may only make a small difference for a small group of people, but that&#8217;s all that matters.</p>
<p>Hard to believe I graduated college two years ago&#8230;</p>
<p><img src="http://zviband.com/blog/img/debateHubBubble.jpg" style="max-width: 800px" /></p>
<p><img src="http://zviband.com/blog/img/debateHubWordTree.jpg" style="max-width: 800px" /></p>
]]></content:encoded>
			<wfw:commentRss>http://zviband.com/2008/10/03/at-it-again-the-debate-hub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
