<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>Jason Aaron Kiesel &#187; FreedomSpeaks</title>
	<atom:link href="http://www.jasonkiesel.com/index.php/category/freedomspeaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonkiesel.com</link>
	<description>Does Anyone Actually Read This Stuff?</description>
	<lastBuildDate>Wed, 25 Jan 2012 01:39:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>My Go To Collection of .Net GIS Libraries</title>
		<link>http://www.jasonkiesel.com/index.php/119/my-go-to-collection-of-net-gis-libraries/</link>
		<comments>http://www.jasonkiesel.com/index.php/119/my-go-to-collection-of-net-gis-libraries/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:20:25 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[CitySourced]]></category>
		<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[spatial]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=119</guid>
		<description><![CDATA[For all you .NET wonks out there, I had some serious trouble finding the solution that fit my business (CitySourced &#8211; http://www.citysourced.com) when it came to processing geo spatial elements. Yes, there&#8217;s the SQL Server 2008 and their new spatial types (which I use as well), but there was nothing that allowed me to work [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F119%2Fmy-go-to-collection-of-net-gis-libraries%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F119%2Fmy-go-to-collection-of-net-gis-libraries%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For all you .NET wonks out there, I had some serious trouble finding the solution that fit my business (CitySourced &#8211; <a href="http://www.citysourced.com">http://www.citysourced.com</a>) when it came to processing geo spatial elements. Yes, there&#8217;s the SQL Server 2008 and their new spatial types (which I use as well), but there was nothing that allowed me to work with geo spatial elements directly in my .NET application. We&#8217;re now using ESRI&#8217;s ArcGIS 10technology for a lot of the heavy lifting at <a href="http://www.citysourced.com">CitySourced</a>, but there is definitely a need for doing some of this in-application.</p>
<p>That being said, I&#8217;ve collected the libraries that were most useful to me and zipped them up. I&#8217;m doing this because the library I&#8217;m most fond of was the most difficult to find and get working &#8211; SharpMap 2.0 beta.</p>
<p><a href="http://www.jasonkiesel.com/wp-content/uploads/2010/08/NET_GIS_Libraries.zip">Download my .NET_GIS_Libraries</a></p>
<p>In addition to the download, I&#8217;ve decided to add links to all my favorite websites. Enjoy!</p>
<p><a href="http://sharpmap.codeplex.com/">http://sharpmap.codeplex.com/<br />
</a><a href="http://dotspatial.codeplex.com/">http://dotspatial.codeplex.com/<br />
</a><a href="http://projnet.codeplex.com/">http://projnet.codeplex.com/<br />
</a><a href="http://geoapi.codeplex.com/">http://geoapi.codeplex.com/<br />
</a><a href="http://mssqlspatial.codeplex.com/">http://mssqlspatial.codeplex.com/</a></p>
<p>And a great how to blog for SharpMap 2.0 &#8211; a must read!</p>
<p><a href="http://geekswithblogs.net/JuanDoNeblo/archive/2008/04/13/showing-esri-shapefile-layers-on-a-virtual-earth-map.aspx">http://geekswithblogs.net/JuanDoNeblo/archive/2008/04/13/showing-esri-shapefile-layers-on-a-virtual-earth-map.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/119/my-go-to-collection-of-net-gis-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Redirect and EndResponse in Azure Crashes the AppFrabric Load Balancer</title>
		<link>http://www.jasonkiesel.com/index.php/114/using-redirect-and-endresponse-in-azure-crashes-the-appfrabric-load-balancer/</link>
		<comments>http://www.jasonkiesel.com/index.php/114/using-redirect-and-endresponse-in-azure-crashes-the-appfrabric-load-balancer/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:51:41 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[CitySourced]]></category>
		<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=114</guid>
		<description><![CDATA[Now that CitySourced is on Microsoft&#8217;s Azure cloud services, I&#8217;m a huge fan of what it offers both developers and startup companies. That being said, I wanted to put a quick note out there about a fix to a bug I found to help spread the knowledge I&#8217;ve gained getting into the nuts and bolts [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F114%2Fusing-redirect-and-endresponse-in-azure-crashes-the-appfrabric-load-balancer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F114%2Fusing-redirect-and-endresponse-in-azure-crashes-the-appfrabric-load-balancer%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Now that <a href="http://www.citysourced.com">CitySourced</a> is on <a href="http://www.microsoft.com/windowsazure/">Microsoft&#8217;s Azure</a> cloud services, I&#8217;m a huge fan of what it offers both developers and startup companies. That being said, I wanted to put a quick note out there about a fix to a bug I found to help spread the knowledge I&#8217;ve gained getting into the nuts and bolts of it. With <a href="http://www.citysourced.com">CitySourced</a>, the original application was written in .NET (C#, 3.5 Framework), so the port was relatively simple. Once we started playing around with it though, the development app fabric kept crashing on us for no apparent reason. I searched Google (and Bing) and came up with nothing. Upon closer inspection of the code, it appears that if you redirect and specify the &#8220;EndResponse&#8221; flag as true, the app fabric bombs. So, in summary:</p>
<p>This BOMBS -&gt; Response.Redirect(&#8220;~/my-new-url&#8221;, true);</p>
<p>This WORKS -&gt; Response.Redirect(&#8220;~/my-new-url&#8221;, false);</p>
<p>I guess Azure doesn&#8217;t like ending the response prematurely. Luckily, we had abstracted any and all redirects to a utility class (eg, ContextUtil). So we updated our code in one place and viola! Our code worked perfectly.</p>
<p>I&#8217;ll be doing a pretty in depth post on our complete migration, what I like, what I didn&#8217;t like, etc. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/114/using-redirect-and-endresponse-in-azure-crashes-the-appfrabric-load-balancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CitySourced &amp; The City of San Jose &#8211; Great Stuff!</title>
		<link>http://www.jasonkiesel.com/index.php/89/citysourced-the-city-of-san-jose-great-stuff/</link>
		<comments>http://www.jasonkiesel.com/index.php/89/citysourced-the-city-of-san-jose-great-stuff/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:24:24 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[CitySourced]]></category>
		<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[311]]></category>
		<category><![CDATA[blight]]></category>
		<category><![CDATA[graffiti]]></category>
		<category><![CDATA[pothole]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=89</guid>
		<description><![CDATA[I don&#8217;t know if many of you know, but I founded a company called CitySourced recently. Very simply, we make it really easy to make your city a better place with your smartphone. See a pothole or some graffiti? Snap a picture of it with your iPhone and it automatically gets reported to City Hall. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F89%2Fcitysourced-the-city-of-san-jose-great-stuff%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F89%2Fcitysourced-the-city-of-san-jose-great-stuff%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I don&#8217;t know if many of you know, but I founded a company called CitySourced recently. Very simply, we make it really easy to make your city a better place with your smartphone. See a pothole or some graffiti? Snap a picture of it with your iPhone and it automatically gets reported to City Hall. Cool, eh? Well, I think it is. (Granted, I&#8217;m really, really geeky) While our application works in over 1900 cities nationwide, we recently launched CitySourced as the official mobile platform for the City of San Jose. We held a download day on December 12th, and I have to say, the results are really impressive. In just a few days, hundreds of issues have been reported, and all those issues have been worked into the backend workflow of the city itself. The reports that get filed will be automatically updated when at various stages in the report lifecycle (submission, confirm receipt, resolved, etc.) This is just one of many cities to adopt our platform officially, and we&#8217;re excited to bring on many more as the new year approaches.</p>
<p>If you&#8217;d like to download the CitySourced application for your city, you can do so here (it&#8217;s completely free!) &#8211; <a id="mqyz" title="http://itunes.apple.com/app/citysourced/id336854714" href="http://itunes.apple.com/app/citysourced/id336854714">http://itunes.apple.com/app/citysourced/id336854714</a></p>
<p>And if you have any issues that come up, please don&#8217;t hesitate to email them to me.</p>
<p>Enjoy the app, and have a very safe and happy holiday!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/89/citysourced-the-city-of-san-jose-great-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data.gov &#8211; Destined to Fail From the Onset&#8230;</title>
		<link>http://www.jasonkiesel.com/index.php/85/data-gov-destined-to-fail-from-the-onset/</link>
		<comments>http://www.jasonkiesel.com/index.php/85/data-gov-destined-to-fail-from-the-onset/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:27:52 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Web/Tech]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=85</guid>
		<description><![CDATA[After reading a great article by the Sunlight Foundation on the failure to date of data.gov, I wanted to express my personal view on the matter. I&#8217;m a huge fan of openness and information being freely available. That was one of the main reasons I founded freedomspeaks.com and its corresponding set of APIs. After reading [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F85%2Fdata-gov-destined-to-fail-from-the-onset%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F85%2Fdata-gov-destined-to-fail-from-the-onset%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After reading a <a href="http://sunlightlabs.com/blog/2009/get-your-act-together-datagov/?c=4227">great article by the Sunlight Foundation</a> on the failure to date of data.gov, I wanted to express my personal view on the matter. I&#8217;m a huge fan of openness and information being freely available. That was one of the main reasons I founded <a href="http://www.freedomspeaks.com">freedomspeaks.com</a> and its corresponding set of APIs. After reading some of the comments to the Sunlight Foundation&#8217;s blog post, I was amazed at the faith people have in big government. I, personally, am not surprised one bit in the government&#8217;s inability to produce. In fact, I pretty much expected as much. If history has shown us anything, it&#8217;s that government, when left to its own devices, can&#8217;t produce anything viable or useful to its constituents (with the sole exception of a military and defense). The federal government&#8217;s answer to a downloadable dataset is a .PDF of a scanned document. While technically this is a &#8220;digital&#8221; document, and it would have the data contained therein, it&#8217;s pretty much worthless for someone trying to do anything of value with it. You might as well line the bird cage with it &#8211; you&#8217;ll actually get more use out of it that way. This is pretty much what I expected out of Uncle Sam. Which is why I&#8217;m a firm believer that it&#8217;s a private company that will succeed in this endeavor, that endeavor being, of course, FreedomSpeaks.</p>
<p>UPDATE: Also, I&#8217;d like to express my extreme discontent with the $17 Million use of proceeds to revamp the whitehouse.gov website. Ask any web developer, their site could have been developed in less time with only $170,000. This is a wonderful example of how the government constantly mismanages our taxpayer dollars. Honestly President Obama, do you know how much $17 Million would be to a internet startup? My gosh, that would be an unheard of Series A!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/85/data-gov-destined-to-fail-from-the-onset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Jason Calacanis &#8211; Paying to Present Is Outrageous</title>
		<link>http://www.jasonkiesel.com/index.php/81/go-jason-calacanis-paying-to-present-is-outrageous/</link>
		<comments>http://www.jasonkiesel.com/index.php/81/go-jason-calacanis-paying-to-present-is-outrageous/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 00:20:42 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Web/Tech]]></category>
		<category><![CDATA[funding]]></category>
		<category><![CDATA[jason calacanis]]></category>
		<category><![CDATA[jihad]]></category>
		<category><![CDATA[pay to present]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=81</guid>
		<description><![CDATA[I&#8217;m writing publicly here to support Jason Calacanis&#8217; jihad against angel investment groups and venture capitalists forcing entrepreneurs to pay to present their ideas. These organizations are an abomination, and I will not be a part of them. Jason&#8217;s annual TechCrunch50 conference really opened up some doors for my startup &#8211; CitySourced, and we didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F81%2Fgo-jason-calacanis-paying-to-present-is-outrageous%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F81%2Fgo-jason-calacanis-paying-to-present-is-outrageous%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m writing publicly here to support Jason Calacanis&#8217; <a href="http://calacanis.com/2009/10/05/jason-jihad-keiretsu-forum-must-be-stopped/">jihad against angel investment groups and venture capitalists</a> forcing entrepreneurs to pay to present their ideas. These organizations are an abomination, and I will not be a part of them. Jason&#8217;s annual TechCrunch50 conference really opened up some doors for my startup &#8211; <a href="http://www.citysourced.com">CitySourced</a>, and we didn&#8217;t have to pay a single dime to present. TC50 even threw in a couple comp tickets for the us (as they did all the presenters). Jason runs a real class act, and I appreciate him standing up to the little guy. Go JCal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/81/go-jason-calacanis-paying-to-present-is-outrageous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up to Bat at the 2009 California Republican Party Tech Summit</title>
		<link>http://www.jasonkiesel.com/index.php/4/up-to-bat-at-the-2009-california-republican-party-tech-summit/</link>
		<comments>http://www.jasonkiesel.com/index.php/4/up-to-bat-at-the-2009-california-republican-party-tech-summit/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:06:12 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[CitizenCamp]]></category>
		<category><![CDATA[CRP]]></category>
		<category><![CDATA[Gov 2.0]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/?p=4</guid>
		<description><![CDATA[So my partner, Kurt Daradics, has lined up some really strong power intros into the California Republican Party (which is pretty insane, if you ask me). We had a great lunch with Matt Robbins, their political director, on Wednesday and he&#8217;s asked us to come up to their first annual tech summit and speak as [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F4%2Fup-to-bat-at-the-2009-california-republican-party-tech-summit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F4%2Fup-to-bat-at-the-2009-california-republican-party-tech-summit%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So my partner, Kurt Daradics, has lined up some really strong power intros into the California Republican Party (which is pretty insane, if you ask me). We had a great lunch with Matt Robbins, their political director, on Wednesday and he&#8217;s asked us to come up to their first annual tech summit and speak as to what we&#8217;re up to with FreedomSpeaks. We&#8217;re both really stoked on the reception our product is getting, and we&#8217;re excited to be an integral part of this new &#8220;Government 2.0&#8243; initiative (cheesy, I know). Supposedly, there are going to be some heavy hitters at the summit tomorrow &#8211; Newt&#8217;s Director of New Media, the NRP&#8217;s Director of Media, and a handful of others. I&#8217;ll let you all know how it goes!</p>
<p>On a similar note, we&#8217;ll be pushing out our CitizenCamp concept soon &#8211; probably middle summer launch (maybe July 4 ~ish). The elevator pitch on that one is &#8220;online plus offline equals streamlined&#8221;. We are basically trying to take the concepts of FreedomSpeaks and adapt them to the offline world &#8211; taking our online social circles offline to greater impact civic and social change. We&#8217;ll have how to&#8217;s on any number of things &#8211; from how to start a petition to getting an initiative on the ballot to strategies on getting involved. Ultimately, we want people to give a damn. It&#8217;s time to wake up the neighborhood, y&#8217;all!</p>
<p>Thanks for tuning in. Feel free to contact me if you would like to get involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/4/up-to-bat-at-the-2009-california-republican-party-tech-summit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreedomSpeaks Presents @ MOTM (Meeting of the Minds)</title>
		<link>http://www.jasonkiesel.com/index.php/27/freedomspeaks-presents-motm-meeting-of-the-minds/</link>
		<comments>http://www.jasonkiesel.com/index.php/27/freedomspeaks-presents-motm-meeting-of-the-minds/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:04:55 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[Current Affairs]]></category>
		<category><![CDATA[Food and Drink]]></category>
		<category><![CDATA[FreedomSpeaks]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/index.php/27/freedomspeaks-presents-motm-meeting-of-the-minds/</guid>
		<description><![CDATA[My friend Kurt Daradics &#38; Baron Miller are having their monthly MOTM tonight. They&#8217;ve asked me to present my site, FREEDOMSPEAKS.COM and I&#8217;m honored by their invitation. The night will start off with drinks and networking, followed by my presentation, some Q&#38;A, and finally some more networking. I hope to see everyone there. It should [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F27%2Ffreedomspeaks-presents-motm-meeting-of-the-minds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F27%2Ffreedomspeaks-presents-motm-meeting-of-the-minds%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>My friend Kurt Daradics &amp; Baron Miller are having their monthly MOTM tonight. They&#8217;ve asked me to present my site, <a href="http://www.freedomspeaks.com">FREEDOMSPEAKS.COM</a> and I&#8217;m honored by their invitation. The night will start off with drinks and networking, followed by my presentation, some Q&amp;A, and finally some more networking. I hope to see everyone there. It should be a great night. More info follows:</p>
<p>When: Tonight, October 28th @ 8:00 PM<br />
Where: <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=suki+7,+westlake+village,+ca&amp;sll=37.0625,-95.677068&amp;sspn=50.956929,79.101563&amp;ie=UTF8&amp;ll=34.152088,-118.835764&amp;spn=0.052491,0.077248&amp;z=14&amp;iwloc=A" target="_blank">Suki 7</a> in Westlake Village, CA<br />
Who&#8217;s Going? Everyone who&#8217;s cool&#8230;</p>
<p>Be sure to bring a stack of your business cards!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/27/freedomspeaks-presents-motm-meeting-of-the-minds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreedomSpeaks&#8217; API, Platform &amp; Widgets are Finally Live!</title>
		<link>http://www.jasonkiesel.com/index.php/32/freedomspeaks-api-platform-widgets-are-finally-live/</link>
		<comments>http://www.jasonkiesel.com/index.php/32/freedomspeaks-api-platform-widgets-are-finally-live/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 17:33:39 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Web/Tech]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/index.php/32/freedomspeaks-api-platform-widgets-are-finally-live/</guid>
		<description><![CDATA[Yep, the announcement came over the wire today (click here for the formal release). I was finally able to get FreedomSpeaks&#39; API out the door. I&#39;m really excited about this launch, I&#39;ve been working hard on it for a few months now, and it&#39;s nice to see the fruition of my work. I still have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F32%2Ffreedomspeaks-api-platform-widgets-are-finally-live%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F32%2Ffreedomspeaks-api-platform-widgets-are-finally-live%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Yep, the announcement came over the wire today (<a href="http://content.freedomspeaks.com/news/freedomspeaks-announces-the-launch-of-their-api.aspx">click here for the formal release</a>). I was finally able to get FreedomSpeaks&#39; API out the door. I&#39;m really excited about this launch, I&#39;ve been working hard on it for a few months now, and it&#39;s nice to see the fruition of my work. I still have quite a bit more work ahead of me, but the API will be driving pretty much everything. Here&#39;s a list of what you can do with the API (so far):</p>
<ol>
<li>Get your officials based on your address</li>
<li>Get official data based on id/screen name.&#0160;</li>
<li>Get a letter based on id&#0160;</li>
<li>Write your own letter (and send it to your officials)</li>
<li>Forward a letter already written to your officials&#0160;</li>
<li>Search our database of officials&#0160;</li>
</ol>
<p>We also have a widget (with a couple more due out soon) that members can embed in their blog, website or MySpace profile. This widget performs the &quot;Get Officials&quot; action and allows visitors to their site to lookup their officials. Pretty cool if you&#39;re into getting your friends politically involved.</p>
<p>I don&#39;t have a forum right now for the API, so if you want to leave comments about it, or have questions, just add a comment to my post. I&#39;ll try to answer every one in a timely manner. <img src='http://www.jasonkiesel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Spread the word &#8211; <a href="http://content.freedomspeaks.com/api.aspx">Our API is Finally Here</a>!</p>
<p>Below&#39;s a sample of our &quot;Get Officials&quot; Widget &#8211; <a href="http://www.freedomspeaks.com/unknown/widgets"><strong>Get Your Widget Code Now!</strong></a></p>
<p style="text-align: center;"><img alt="Screenshot of FreedomSpeaks&#39; Widget - Get Officials" src="http://s3.freedomspeaks.com/Web/Images/Widget-GetOfficials-1.jpg" width="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/32/freedomspeaks-api-platform-widgets-are-finally-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our API is Coming Soon!</title>
		<link>http://www.jasonkiesel.com/index.php/36/our-api-is-coming-soon/</link>
		<comments>http://www.jasonkiesel.com/index.php/36/our-api-is-coming-soon/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:16:14 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/index.php/36/our-api-is-coming-soon/</guid>
		<description><![CDATA[I just wanted to give everyone a quick heads up. I have some exciting news about Freedom Speaks. I&#8217;ll be launching our API very soon! The API will have some barebones features to start, but I hope to make almost all the data on our site available through the API. Here are a couple of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F36%2Four-api-is-coming-soon%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F36%2Four-api-is-coming-soon%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I just wanted to give everyone a quick heads up. I have some exciting news about Freedom Speaks. I&#8217;ll be launching our API very soon! The API will have some barebones features to start, but I hope to make almost all the data on our site available through the API. Here are a couple of the features we&#8217;ll be launching with:</p>
<ol>
<li>Who Represents You? <br />(Enter: Your Address; Get: Your Districts + Officials)</li>
<li>Forward A Letter&#8230;<br />(Enter: Any LetterId + Address; Get: Your Districts + Officials + Your Letter Sent)</li>
<li>Get A Letter<br />(Enter: Any LetterId; Get: Letter + Comments)</li>
<li>Get An Official<br />(Enter: Any OfficialId; Get Official + Comments)</li>
<li>Search Officials<br />(Enter: Search Terms; Get Officials)</li>
</ol>
<p>The results sets will be pretty verbose and returned as Xml. You&#8217;ll be able to pick and choose what data you&#8217;d like to display within your application.</p>
<p>We&#8217;re also making available a few widgets that consume our API services. Embed any one of these widgets on your own profile, and you&#8217;ll instantly enable your visitors to take action on any issue you&#8217;d like! That&#8217;s pretty powerful stuff.</p>
<p>Stay Tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/36/our-api-is-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senator Larry Craig now has some internet friends!</title>
		<link>http://www.jasonkiesel.com/index.php/39/senator-larry-craig-now-has-some-internet-friends/</link>
		<comments>http://www.jasonkiesel.com/index.php/39/senator-larry-craig-now-has-some-internet-friends/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:53:33 +0000</pubDate>
		<dc:creator>DotNetAllDay</dc:creator>
				<category><![CDATA[Current Affairs]]></category>
		<category><![CDATA[FreedomSpeaks]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.jasonkiesel.com/index.php/39/senator-larry-craig-now-has-some-internet-friends/</guid>
		<description><![CDATA[An interesting event happened last night around 6 PM. I saw an unusual amount of activity on FREEDOMSPEAKS.COM and thought I may have a potential spammer on my hands. I was pleasantly surprised to find that not only was it not a spammer, buy my site had become the target of a quite intriguing blog [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F39%2Fsenator-larry-craig-now-has-some-internet-friends%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.jasonkiesel.com%2Findex.php%2F39%2Fsenator-larry-craig-now-has-some-internet-friends%2F&amp;source=jasonkiesel&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>An interesting event happened last night around 6 PM. I saw an unusual amount of activity on <a href="http://www.freedomspeaks.com/">FREEDOMSPEAKS.COM</a> and thought I may have a potential spammer on my hands. I was pleasantly surprised to find that not only was it not a spammer, buy my site had become the target of a quite intriguing blog post by <a href="http://wonkette.com/400927/gay-larry-craig-has-no-internet-friends">WONKETTE.COM</a>. The story poked fun at the Senator, making light of the fact that he didn&#8217;t have any friends on my site. If you follow the comments on <a href="http://wonkette.com/400927/gay-larry-craig-has-no-internet-friends">WONKETTE.COM</a>, I think you&#8217;ll find (as I did) the comments are pretty amusing. Some might say that it isn&#8217;t right that we add fodder to the fire of a political scandal, but politicians are fair game in my books. More often than not, they tout themselves as pillars of society. We all know that that couldn&#8217;t be farther from the truth.</p>
<p>So, I&#8217;d like to give a shout out to the <a href="http://wonkette.com/400927/gay-larry-craig-has-no-internet-friends">WONKETTE.COM</a>. One final thought. Now that <a href="http://www.freedomspeaks.com/official/larry-e-craig/federal.us-legislative-senate.id-1">Senator Larry Craig</a> has over 20 friends, what do we do about Senators <a href="http://www.freedomspeaks.com/official/barack-obama/federal.us-legislative-senate.il-2">Obama</a>, <a href="http://www.freedomspeaks.com/official/hillary-rodham-clinton/federal.us-legislative-senate.ny-2">Clinton</a> and <a href="http://www.freedomspeaks.com/official/john-mccain/federal.us-legislative-senate.az-1">McCain</a>? They don&#8217;t even come close! Maybe <a href="http://www.freedomspeaks.com/official/larry-e-craig/federal.us-legislative-senate.id-1">Senator Craig</a> should be running for president.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonkiesel.com/index.php/39/senator-larry-craig-now-has-some-internet-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

