<?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" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Brian Browning</title>
	<atom:link href="http://brianbrowning.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianbrowning.wordpress.com</link>
	<description>coder</description>
	<lastBuildDate>Mon, 13 Apr 2009 17:08:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='brianbrowning.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Brian Browning</title>
		<link>http://brianbrowning.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://brianbrowning.wordpress.com/osd.xml" title="Brian Browning" />
	<atom:link rel='hub' href='http://brianbrowning.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[ASP.NET MVC] How to render a report to excel</title>
		<link>http://brianbrowning.wordpress.com/2009/04/13/aspnet-mvc-how-to-render-a-report-to-excel/</link>
		<comments>http://brianbrowning.wordpress.com/2009/04/13/aspnet-mvc-how-to-render-a-report-to-excel/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:08:44 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=48</guid>
		<description><![CDATA[- First you need to create an action that returns a ContentResult - In that action you create a new ContentResult and set the content type to &#8220;application/vnd.ms-excel&#8221; - In the ContentResult you set the Content to an xml representation of an excel document ( refer to wikipedia: http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats ) - return said ContentResult and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=48&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>- First you need to create an action that returns a ContentResult<br />
- In that action you create a new ContentResult and set the content type to &#8220;application/vnd.ms-excel&#8221;<br />
- In the ContentResult you set the Content to an xml representation of an excel document ( refer to wikipedia: <a href="http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats">http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats</a> )<br />
- return said ContentResult and a user browsing your page will be prompted to open up excel and view your report.</p>
<p>Code Snippet here: <a href="http://gist.github.com/94542">http://gist.github.com/94542</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=48&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/04/13/aspnet-mvc-how-to-render-a-report-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>Encouraging Open Source in .NET</title>
		<link>http://brianbrowning.wordpress.com/2009/03/13/encouraging-open-source-in-net/</link>
		<comments>http://brianbrowning.wordpress.com/2009/03/13/encouraging-open-source-in-net/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 18:44:50 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=43</guid>
		<description><![CDATA[At the seattle alt.net meeting a couple weeks ago there was an interesting talk on encouraging open source in .net. You can check out the video here: http://www.vimeo.com/3487604 There were a bunch of interesting ideas thrown around, but here are some things that stuck with me. One lady said that a problem with open source [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=43&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At the seattle alt.net meeting a couple weeks ago there was an interesting talk on encouraging open source in .net.</p>
<p>You can check out the video here: <a href="http://www.vimeo.com/3487604">http://www.vimeo.com/3487604</a></p>
<p>There were a bunch of interesting ideas thrown around, but here are some things that stuck with me.</p>
<p>One lady said that a problem with open source in .NET is that it is too hard to integrate open source tools and libraries with your visual studio environment. The group kind of dismissed this idea, saying that .NET developers are smart enough to add reference a .dll. </p>
<p>However, if you browse projects on codeplex you will find that many of them don&#8217;t release a dll download. So you are forced to download a zip file with the visual studio project, build it, and then take the created dll and import it into your project. .NET open source developers need to really focus on the end user experience if they want to see any uptake in their products.</p>
<p>On that same note, codeplex should steal some features from github. Github is much more useful than codeplex because github is prettier, more user friendly, more responsive, has a documentation oriented focus ( you can create wikis, pages, embed images, and whatnot ), you can browse code in your browser. Github is really just great and a .net equivalent would be much appreciated. </p>
<p>Documentation is key if you want your open source project to get uptake. Check out hpricot for an example of a project that is managed very well. It is ruby and its creator really focuses on his explanations and teachings.</p>
<p>There was a lot of doom and gloom in the talk, but really I think there is a lot of good open source .net work being done. Obviously nhibernate, nunit, nmock are very popular projects. Also a lot of cool stuff is going on with the mvc contrib. In the past few years open source in .net has really taken off. The future is bright my friends.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=43&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/03/13/encouraging-open-source-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>What is opencalais and how to play with it in ruby</title>
		<link>http://brianbrowning.wordpress.com/2009/03/08/what-is-opencalais-and-how-to-play-with-it-in-ruby/</link>
		<comments>http://brianbrowning.wordpress.com/2009/03/08/what-is-opencalais-and-how-to-play-with-it-in-ruby/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 18:41:00 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=38</guid>
		<description><![CDATA[Opencalais is a really cool project put out by Reuters which lets you categorize blocks of text. If you do any kind of feed aggregating, opencalais is something that you should look into. Also if you use any user generated tags, opencalais could be a solution to replace them automatically with computer generated tags from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=38&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Opencalais is a really cool project put out by Reuters which lets you categorize blocks of text. If you do any kind of feed aggregating, opencalais is something that you should look into. Also if you use any user generated tags, opencalais could be a solution to replace them automatically with computer generated tags from text.</p>
<p>For example, if you submit an article about the houston rockets playing the dallas mavericks, it will extract the team names as well as any quotes that are in the article and the general article topic and then send that back to you via xml. </p>
<p>It definitly is a cool project you should check out: <a href="www.opencalais.com/ ">www.opencalais.com/ </a></p>
<p>Here is some code in ruby to connect:</p>
<p><a href="http://gist.github.com/75861">Ruby code to connect to opencalais</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=38&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/03/08/what-is-opencalais-and-how-to-play-with-it-in-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating a simple datagrid in ASP.NET MVC</title>
		<link>http://brianbrowning.wordpress.com/2009/02/12/creating-a-simple-datagrid-in-aspnet-mvc/</link>
		<comments>http://brianbrowning.wordpress.com/2009/02/12/creating-a-simple-datagrid-in-aspnet-mvc/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:36:39 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=36</guid>
		<description><![CDATA[1) In your controller, query all of the records from the database using LINQ to SQL and pass the data to the view: AppsDataContext appsdata = new AppsDataContext(); var all_apps = from a in appsdata.apps select a; ViewData["apps"] = all_apps; return View(); 2) In your view, iterate through the apps, make sure to cast the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=36&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1) In your controller, query all of the records from the database using LINQ to SQL and pass the data to the view:</p>
<p>AppsDataContext appsdata = new AppsDataContext();<br />
var all_apps = from a in appsdata.apps select a;<br />
ViewData["apps"] = all_apps;<br />
return View();</p>
<p>2) In your view, iterate through the apps, make sure to cast the ViewData value as System.Linq.IQueryable, put the data into a html table</p>
<p>&lt;table border=&#8221;1&#8243;&gt;<br />
&lt;tr&gt;&lt;td&gt;&lt;b&gt;First Name&lt;/b&gt;&lt;/td&gt;&lt;td&gt;&lt;b&gt;Last Name&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;</p>
<p>&lt;%       foreach (var a in (System.Linq.IQueryable)ViewData["apps"]) %&gt;<br />
&lt;% { %&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;%= ((Models.app)a).firstname1 %&gt;&lt;/td&gt; &lt;td&gt;&lt;%= ((Models.app)a).lastname2 %&gt; &lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;% } %&gt;</p>
<p>&lt;/table&gt;</p>
<p>3) style your html table as you like and add links where needed to get whatever traditional datagrid functionality you desire.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=36&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/02/12/creating-a-simple-datagrid-in-aspnet-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>Weekend ruby MMO project</title>
		<link>http://brianbrowning.wordpress.com/2009/01/19/weekend-ruby-mmo-project/</link>
		<comments>http://brianbrowning.wordpress.com/2009/01/19/weekend-ruby-mmo-project/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 05:21:15 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=32</guid>
		<description><![CDATA[Inspired by this post: http://www.gamedev.net/reference/articles/article2259.asp I decided to try my hand at creating an MMO in a weekend with ruby. I always thought it would be cool to have an original 2d zelda style MMO. Using ruby was a breeze. The gosu game engine project is easy to work with and GServer is a great [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=32&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Inspired by this post: <a title="http://www.gamedev.net/reference/articles/article2259.asp" href="http://www.gamedev.net/reference/articles/article2259.asp">http://www.gamedev.net/reference/articles/article2259.asp</a></p>
<p>I decided to try my hand at creating an MMO in a weekend with ruby. I always thought it would be cool to have an original 2d zelda style MMO.</p>
<p>Using ruby was a breeze. The gosu game engine project is easy to work with and GServer is a great library for creating servers of all types.</p>
<p>Well basically, I ran into some scheduling issues and I am not that close to finishing. But I will probably work a few more weekends on this. After one weekend I have:</p>
<ul>
<li>character moving around the screen and firing weapon</li>
<li>world map with 10&#215;10 map tiles and randomly generated rock terrain</li>
<li>Game server working allowing infinite ( theoretically ) connections</li>
<li>Game server chat working</li>
</ul>
<p>Still to come:</p>
<ul>
<li>Game server movement and collision</li>
<li>items</li>
<li>quests/point to the game</li>
</ul>
<p><img class="aligncenter size-medium wp-image-33" title="mmoscreenshot" src="http://brianbrowning.files.wordpress.com/2009/01/3.png?w=300&#038;h=187" alt="mmoscreenshot" width="300" height="187" /></p>
<p>Code is located at<a title="http://github.com/browning/zmmo/tree/master" href="http://github.com/browning/zmmo/tree/master"> http://github.com/browning/zmmo/tree/master</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=32&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/01/19/weekend-ruby-mmo-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>

		<media:content url="http://brianbrowning.files.wordpress.com/2009/01/3.png?w=300" medium="image">
			<media:title type="html">mmoscreenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>How to teach computer programming to blind people</title>
		<link>http://brianbrowning.wordpress.com/2009/01/14/how-to-teach-computer-programming-to-blind-people/</link>
		<comments>http://brianbrowning.wordpress.com/2009/01/14/how-to-teach-computer-programming-to-blind-people/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 03:17:31 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=25</guid>
		<description><![CDATA[Programming is hard to learn. Most people that try to learn it will dislike it and quit. I think there are a few things that help the average programmer learn. Scripting languages &#8211; the instant feedback allows for trial and error and it is a lot easier to get the ball rolling FUN &#8211; programming [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=25&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Programming is hard to learn. Most people that try to learn it will dislike it and quit.<br />
I think there are a few things that help the average programmer learn.</p>
<ul>
<li>Scripting languages &#8211; the instant feedback allows for trial and error and it is a lot easier to get the ball rolling</li>
<li>FUN &#8211; programming should be fun ( at least at first ). For most people this means making games.</li>
<li>Give you something to show off &#8211; again for most people this means making games</li>
</ul>
<p>I think a HUGE number of current programmers learned how to program by making games ( especially in BASIC back in the day ). Of course there are some who were excited by quicksort from day 1 and then whizzed through SICP and never looked back. But for the average person, game programming is a great way to get acquainted with programming. It teaches all the basic skills and it lets you make things that are IMPRESSIVE as well as FUN. Once you learn how to program through games, then you can branch out to whatever specialty you fancy ( web apps, databases, enterprise apps ) and you will be prepared.</p>
<p>However, if you are blind, making games wouldn&#8217;t be that much fun. Screenreaders really aren&#8217;t to the point where they can tell you what a 3d scene looks like. Is there another less visual programming niche that is easy to approach and fun?</p>
<p>Yes, it is</p>
<h3>MUSIC</h3>
<p>Music is fun. And through music, I believe you can learn all of the basics of programming. Songs can be represented as arrays of notes. Instrument -&gt; brass -&gt; tuba hierarchies can illustrate object oriented programming. The different instruments in a band can teach threading. And so on and so on.</p>
<p>The problem with most music libraries for most languages is that they are fairly complex and are difficult to get up and running.</p>
<p>I am working on a midi ruby project with some people that changes that barrier. Playing a note is one line of code.</p>
<blockquote><p>play 44</p></blockquote>
<p>Changing your instrument is also one line of code:</p>
<blockquote><p>instrument 25</p></blockquote>
<p>With these simple building blocks, an entire programming syllabus can be laid out and taught. I&#8217;ll have more on this later, but please leave feedback and if you feel like trying it out or contributing the code is located at in the ruby_tunes.rb and ruby_tunes_play.rb files:</p>
<p><a href="http://github.com/Gabrielg1976/ruby_music_projects/tree/master">http://github.com/Gabrielg1976/ruby_music_projects/tree/master</a></p>
<p>a small tutorial is on the wiki here:</p>
<p><a href="http://wiki.github.com/Gabrielg1976/ruby_music_projects/tutorials">http://wiki.github.com/Gabrielg1976/ruby_music_projects/tutorials</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=25&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2009/01/14/how-to-teach-computer-programming-to-blind-people/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET pro magazine article on XML vs JSON</title>
		<link>http://brianbrowning.wordpress.com/2008/11/11/aspnet-pro-magazine-article-on-xml-vs-json/</link>
		<comments>http://brianbrowning.wordpress.com/2008/11/11/aspnet-pro-magazine-article-on-xml-vs-json/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 18:26:53 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/2008/11/11/aspnet-pro-magazine-article-on-xml-vs-json/</guid>
		<description><![CDATA[There is a really good article in asp.net pro magazine this month about using JSON in .net applications. I highly recommend you check it out. Many .net developers use xml for basic object representation and they rarely use the more advanced features of xml. If you are just wanting to represent an object you should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=24&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is a really good article in <a href="http://asp.net">asp.net</a> pro magazine this month about using JSON in .net applications. I highly recommend you check it out. Many .net developers use xml for basic object representation and they rarely use the more advanced features of xml. If you are just wanting to represent an object you should definitly look into JSON. Its a lot easier on the eyes and parsing JSON in javascript is just a whole lot easier with eval().</p>
<p>In my latest ajax project, I exclusively use json and the whole process has been a breeze. I will write more on that project later, but just wanted to give you a heads up on the article.
<p style="font-size:10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://browning.posterous.com/aspnet-pro-magazine-article-on">Brian&#8217;s posterous</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=24&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2008/11/11/aspnet-pro-magazine-article-on-xml-vs-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>Reset ASP.NET password from the database</title>
		<link>http://brianbrowning.wordpress.com/2008/10/29/reset-aspnet-password-from-the-database/</link>
		<comments>http://brianbrowning.wordpress.com/2008/10/29/reset-aspnet-password-from-the-database/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 15:32:27 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/2008/10/29/reset-aspnet-password-from-the-database/</guid>
		<description><![CDATA[If something goes bad in your application and your passwords get mangled,&#160; you may find yourself locked out of your asp.net application with no way to get in. This is a quick fix to the database that can get you back on the path to recovery. Lets say you have a user called &#39;bob&#39; and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=23&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If something goes bad in your application and your passwords get mangled,&nbsp; you may find yourself locked out of your <a href="http://asp.net">asp.net</a> application with no way to get in.</p>
<p>This is a quick fix to the database that can get you back on the path to recovery.</p>
<p>Lets say you have a user called &#39;bob&#39; and you can&#39;t remember the password:</p>
<p>1) Open up the ASPNETDB database in sql express or whatever sql explorer you use<br />2) Open the aspnet_users table<br />3) Find the line that has the bob value for username and make note of the UserId value<br />
4) Open the aspnet_membership table and find line with that UserId<br />5) Paste this into the password column: VywrWJE0sfZClxYSzhSfL8MZ5BM=<br />6) Paste this into the passwordsalt column: pQ/5FFMkhYpy+H9zdX229w==<br />7) Now you should be able to log into your application using the &#39;bob&#39; username and the password &#39;newpwd@3&#39;<br /> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> You can then change the password using your application&#39;s normal password change mechanism
<p style="font-size:10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://browning.posterous.com/reset-aspnet-password-from-the">Brian&#8217;s posterous</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=23&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2008/10/29/reset-aspnet-password-from-the-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET: cannot log in to site on production server</title>
		<link>http://brianbrowning.wordpress.com/2008/10/29/aspnet-cannot-log-in-to-site-on-production-server/</link>
		<comments>http://brianbrowning.wordpress.com/2008/10/29/aspnet-cannot-log-in-to-site-on-production-server/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:42:30 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/2008/10/29/aspnet-cannot-log-in-to-site-on-production-server/</guid>
		<description><![CDATA[If you are using AspNetSqlMembershipProvider in your web.config, a situation may arise where you can log in fine on your development box, but when you move your app to another server the login fails with a invalid username or password error. This is fixed by adding applicationName=&#34;/&#34; to the AspNetSqlMembershipProvider section like so: &#60;add name=&#34;AspNetSqlMembershipProvider&#34;&#160;&#160;&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=22&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you are using AspNetSqlMembershipProvider in your web.config, a situation may arise where you can log in fine on your development box, but when you move your app to another server the login fails with a invalid username or password error.</p>
<p>This is fixed by adding <span style="font-size:10pt;color:blue;font-family:&#39;"><span></span></span><b><span style="font-size:10pt;color:red;font-family:&#39;">applicationName</span></b><b><span style="font-size:10pt;color:blue;font-family:&#39;">=</span></b><b><span style="font-size:10pt;font-family:&#39;">&quot;<span style="color:blue;">/</span>&quot;</span></b> to the AspNetSqlMembershipProvider section like so:</p>
<p>&lt;add name=&quot;AspNetSqlMembershipProvider&quot;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; type=&quot;System.Web.Security.SqlMembershipProvider, System.Web,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Version=<a href="http://2.0.0.0">2.0.0.0</a>, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&quot;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; connectionStringName=&quot;LocalSqlServer&quot;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; applicationName=&quot;/&quot;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; requiresQuestionAndAnswer=&quot;false&quot;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; requiresUniqueEmail=&quot;false&quot;<br />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; passwordFormat=&quot;Hashed&quot; <br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; minRequiredNonalphanumericCharacters=&quot;0&quot;<br />&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; minRequiredPasswordLength=&quot;3&quot; /&gt;
<p style="font-size:10px;"><a href='http://posterous.com'>Posted by email</a> from <a href="http://browning.posterous.com/aspnet-cannot-log-in-to-site-o">Brian&#8217;s posterous</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=22&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2008/10/29/aspnet-cannot-log-in-to-site-on-production-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
		<item>
		<title>Find related tags in acts_as_taggable_on_steroids</title>
		<link>http://brianbrowning.wordpress.com/2008/10/28/find-related-tags-in-acts_as_taggable_on_steroids/</link>
		<comments>http://brianbrowning.wordpress.com/2008/10/28/find-related-tags-in-acts_as_taggable_on_steroids/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 02:00:56 +0000</pubDate>
		<dc:creator>brianbrowning</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brianbrowning.wordpress.com/?p=20</guid>
		<description><![CDATA[A cool feature in the rails plugin acts_as_taggable_on_steroids that I haven&#8217;t seen documented in a lot of the tutorials that I have seen is the ability to find related tags. So lets say that I have a bunch of shoes that are tagged with different descriptors and I want to find all of the tags [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=20&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A cool feature in the rails plugin acts_as_taggable_on_steroids that I haven&#8217;t seen documented in a lot of the tutorials that I have seen is the ability to find related tags.</p>
<p>So lets say that I have a bunch of shoes that are tagged with different descriptors and I want to find all of the tags that are on objects tagged with &#8216;running&#8217; and &#8216;nike&#8217;</p>
<p>My model name is Shoe.</p>
<blockquote><p>tags = ['running', 'nike']<br />
related_tags = Shoe.find_related_tags(tags)</p></blockquote>
<p>Easy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brianbrowning.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brianbrowning.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brianbrowning.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brianbrowning.wordpress.com&amp;blog=3957419&amp;post=20&amp;subd=brianbrowning&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://brianbrowning.wordpress.com/2008/10/28/find-related-tags-in-acts_as_taggable_on_steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/38411fac98e3ec54590450a491b1dcf9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianbrowning</media:title>
		</media:content>
	</item>
	</channel>
</rss>
