Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: http://feeds.fantasybrewmasters.com/fb-rss

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description>
  3.  
  4.  
  5.  
  6.   Blog (Front Page)
  7.  
  8.   Facebook
  9.  
  10.   Twitter
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. join our mailing list
  22.  
  23. Email Address
  24.  
  25.  
  26. Close
  27.  
  28.  
  29.  
  30. try {
  31.    var jqueryLoaded=jQuery;
  32.    jqueryLoaded=true;
  33. } catch(err) {
  34.    var jqueryLoaded=false;
  35. }
  36. if (!jqueryLoaded) {
  37.    var head= document.getElementsByTagName('head')[0];
  38.    var script= document.createElement('script');
  39.    script.type= 'text/javascript';
  40.    script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
  41.    head.appendChild(script);    
  42. }
  43.  
  44.  
  45.  
  46.  
  47. var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='text';var err_style = '';
  48. try{
  49.    err_style = mc_custom_error_style;
  50. } catch(e){
  51.    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
  52. }
  53. var head= document.getElementsByTagName('head')[0];
  54. var style= document.createElement('style');
  55. style.type= 'text/css';
  56. if (style.styleSheet) {
  57.  style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
  58. } else {
  59.  style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
  60. }
  61. head.appendChild(style);
  62. $(document).ready( function($) {
  63.  var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
  64.  var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
  65.  options = { url: 'http://fantasybrewmasters.us1.list-manage1.com/subscribe/post-json?u=57fe5ec4fdc487910e93f3462&amp;id=b4d06aeecb&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
  66.                beforeSubmit: function(){
  67.                    $('#mce_tmp_error_msg').remove();
  68.                    $('.datefield','#mc_embed_signup').each(
  69.                        function(){
  70.                            var txt = 'filled';
  71.                            var fields = new Array();
  72.                            var i = 0;
  73.                            $(':text', this).each(
  74.                                function(){
  75.                                    fields[i] = this;
  76.                                    i++;
  77.                                });
  78.                            $(':hidden', this).each(
  79.                                function(){
  80.                                 if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
  81.                                 this.value = '';
  82. } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
  83.                                 this.value = '';
  84. } else {
  85.                                    this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
  86.                                }
  87.                                });
  88.                        });
  89.                    return mce_validator.form();
  90.                },
  91.                success: mce_success_cb
  92.            };
  93.  $('#mc-embedded-subscribe-form').ajaxForm(options);
  94.  
  95. });
  96. function mce_success_cb(resp){
  97.    $('#mce-success-response').hide();
  98.    $('#mce-error-response').hide();
  99.    if (resp.result=="success"){
  100.        $('#mce-'+resp.result+'-response').show();
  101.        $('#mce-'+resp.result+'-response').html(resp.msg);
  102.        $('#mc-embedded-subscribe-form').each(function(){
  103.            this.reset();
  104.     });
  105.    } else {
  106.        var index = -1;
  107.        var msg;
  108.        try {
  109.            var parts = resp.msg.split(' - ',2);
  110.            if (parts[1]==undefined){
  111.                msg = resp.msg;
  112.            } else {
  113.                i = parseInt(parts[0]);
  114.                if (i.toString() == parts[0]){
  115.                    index = parts[0];
  116.                    msg = parts[1];
  117.                } else {
  118.                    index = -1;
  119.                    msg = resp.msg;
  120.                }
  121.            }
  122.        } catch(e){
  123.            index = -1;
  124.            msg = resp.msg;
  125.        }
  126.        try{
  127.            if (index== -1){
  128.                $('#mce-'+resp.result+'-response').show();
  129.                $('#mce-'+resp.result+'-response').html(msg);            
  130.            } else {
  131.                err_id = 'mce_tmp_error_msg';
  132.                html = ' '+msg+'';
  133.                
  134.                var input_id = '#mc_embed_signup';
  135.                var f = $(input_id);
  136.                if (ftypes[index]=='address'){
  137.                    input_id = '#mce-'+fnames[index]+'-addr1';
  138.                    f = $(input_id).parent().parent().get(0);
  139.                } else if (ftypes[index]=='date'){
  140.                    input_id = '#mce-'+fnames[index]+'-month';
  141.                    f = $(input_id).parent().parent().get(0);
  142.                } else {
  143.                    input_id = '#mce-'+fnames[index];
  144.                    f = $().parent(input_id).get(0);
  145.                }
  146.                if (f){
  147.                    $(f).append(html);
  148.                    $(input_id).focus();
  149.                } else {
  150.                    $('#mce-'+resp.result+'-response').show();
  151.                    $('#mce-'+resp.result+'-response').html(msg);
  152.                }
  153.            }
  154.        } catch(e){
  155.            $('#mce-'+resp.result+'-response').show();
  156.            $('#mce-'+resp.result+'-response').html(msg);
  157.        }
  158.    }
  159. }
  160.  
  161. </description><title>Fantasy Brewmasters Blog</title><generator>Tumblr (3.0; @fantasybrewmasters)</generator><link>https://blog.fantasybrewmasters.com/</link><item><title>SnapGuide: How to wrap your opener handle
  162.  
  163. We wrap the handle of...</title><description>&lt;img src="https://64.media.tumblr.com/7cfbd89c9f26739b0b7c66fcd48694ba/tumblr_mp4odsoXck1qb28v5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;big&gt;SnapGuide: How to wrap your opener handle&lt;/big&gt;&lt;/p&gt;
  164. &lt;blockquote&gt;
  165. &lt;p&gt;We wrap the handle of our bottle openers in genuine leather lacing. It is recommended that you give…&lt;/p&gt;
  166. &lt;/blockquote&gt;
  167. &lt;p&gt;&lt;a href="http://snapguide.com/guides/wrap-your-fantasy-brewmasters-waraxe-bottle-opener/" target="_blank"&gt;http://snapguide.com/guides/wrap-your-fantasy-brewmasters-waraxe-bottle-opener/&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/54138402923</link><guid>https://blog.fantasybrewmasters.com/post/54138402923</guid><pubDate>Fri, 28 Jun 2013 20:08:00 -0400</pubDate></item><item><title>Forums are Back!</title><description>&lt;p class="p1"&gt;Anyone out there remember our old forums? DwarfBrew 2010 and Open Development ringing any bells? Well, it&amp;rsquo;s time to get back to it!&lt;/p&gt;
  168. &lt;p class="p1"&gt;When we settled on the name &amp;ldquo;Fantasy Brewmasters&amp;rdquo; back in 09, it was meant to describe our community as a whole. From day one, this was meant to be a collaborative project where anyone could participate in the development on some level.&lt;/p&gt;
  169. &lt;p class="p1"&gt;Today we are happy to announce the re-release of the Fantasy Brewmasters Development Forums! We&amp;rsquo;re ready to start developing the next beer and will be dropping a few questions over the next week to get an idea on what direction to take it.&lt;/p&gt;
  170. &lt;p class="p1"&gt;Join us at: &lt;a href="http://forum.fantasybrewmasters.com/" title="forums" target="_blank"&gt;forum.fantasybrewmasters.com&lt;/a&gt;&lt;/p&gt;
  171. &lt;p class="p1"&gt;To make things easy, we&amp;rsquo;ve allowed all guests to reply to existing topics and polls. Please register for full forum access including creating new topics.&lt;/p&gt;
  172. &lt;p class="p1"&gt;Note: This is a new platform for us. If you registered for the old forums you will need to create a new account for this one. I do expect to stick with this one from here out.&lt;/p&gt;
  173. &lt;p class="p1"&gt;/cheers&lt;/p&gt;
  174. &lt;p class="p1"&gt;&lt;a href="https://plus.google.com/u/0/117735598251469639838/about" title="profile" target="_blank"&gt;PiC&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/50347616672</link><guid>https://blog.fantasybrewmasters.com/post/50347616672</guid><pubDate>Mon, 13 May 2013 12:12:00 -0400</pubDate></item><item><title>
  175. Our new mobile web app is live! Go to m.fantasybrewmasters.com...</title><description>&lt;img src="https://64.media.tumblr.com/8d4aa19d6dc1e6049abe021116ee9fa1/tumblr_mjikz9vV521qb28v5o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div class="userContentWrapper aboveUnitContent"&gt;
  176. &lt;div class="_wk mbm"&gt;Our new mobile web app is live! Go to &lt;a href="http://m.fantasybrewmasters.com" title="Mobile Web App" target="_blank"&gt;m.fantasybrewmasters.com&lt;/a&gt; from your smartphone to find our beers and upcoming events near you! Don’t forget to add a shortcut to your homescreen for quick access.&lt;br/&gt;&lt;/div&gt;
  177. &lt;div class="_wk mbm"&gt;What do you think, is this helpful?&lt;br/&gt;&lt;/div&gt;
  178. &lt;/div&gt;</description><link>https://blog.fantasybrewmasters.com/post/45132659696</link><guid>https://blog.fantasybrewmasters.com/post/45132659696</guid><pubDate>Mon, 11 Mar 2013 16:59:00 -0400</pubDate></item><item><title>Where to buy Burdisson's online</title><description>&lt;p&gt;Looking to order Burdisson&amp;rsquo;s Dwarven Ale online this holiday, or should we say hobbitday season? Lueken&amp;rsquo;s Liquors has you covered with the best shipping rates we&amp;rsquo;ve seen yet! Check em out here:&lt;/p&gt;
  179. &lt;p&gt;&lt;a href="http://www.luekensliquors.com/beers/domestic/all/fantasy-brewmasters-burdissons-dwarven-ale-6pk-12oz" target="_blank"&gt;http://www.luekensliquors.com/beers/domestic/all/fantasy-brewmasters-burdissons-dwarven-ale-6pk-12oz&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/36904344426</link><guid>https://blog.fantasybrewmasters.com/post/36904344426</guid><pubDate>Fri, 30 Nov 2012 17:26:58 -0500</pubDate></item><item><title>Florida Distribution</title><description>&lt;p&gt;&lt;a href="https://docs.google.com/open?id=0B_4AJ5cscGwEZTlqNWNkY1hVWW8" title="Download PDF" target="_blank"&gt;&lt;img alt="Fan Request Flyer Preview" height="315" src="http://tyrion.fantasybrewmasters.com/docs/bucket/fan-request-flyer.png" width="492"/&gt;&lt;/a&gt;&lt;/p&gt;
  180. &lt;p&gt;Hey Florida! We recently signed with Brown Distributing Co for distribution throughout the state. We&amp;rsquo;ll begin working with them over the next few weeks to introduce our beer to retailers starting in the Tampa / Orlando area. You should start seeing beer on the shelf in the next month.&lt;/p&gt;
  181. &lt;p&gt;We&amp;rsquo;ll be focusing our attention in central Florida to start, but Brown has reps throughout the state. You can help us get into your neighborhood a little quicker by dropping off &lt;a href="https://docs.google.com/open?id=0B_4AJ5cscGwEZTlqNWNkY1hVWW8" title="Download PDF" target="_blank"&gt;one of these flyers&lt;/a&gt; to your favorite beer store.&lt;/p&gt;
  182. &lt;p&gt;/cheers&lt;/p&gt;
  183. &lt;p&gt;&lt;a href="https://plus.google.com/u/0/117735598251469639838/about" target="_blank"&gt;PiC&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/27974298815</link><guid>https://blog.fantasybrewmasters.com/post/27974298815</guid><pubDate>Wed, 25 Jul 2012 05:45:00 -0400</pubDate></item><item><title>"Say Hello to My Little Friend..."</title><description>&lt;p&gt;Got back late last night from a whirlwind trip to Garrattsville, NY. I&amp;rsquo;m happy to announce that we&amp;rsquo;ve officially signed with Chuck Williamson at &lt;a title="BB&amp;amp;A website" target="_blank" href="http://www.butternutsbeerandale.com/"&gt;Butternuts Beer and Ale&lt;/a&gt; for ongoing production of our Dwarven Ale and future releases!&lt;/p&gt;
  184. &lt;p&gt;This has been a long time in the works, and we&amp;rsquo;re very excited to be working with Chuck and his crew at BB&amp;amp;A. At first glance, Butternuts&amp;rsquo; style couldn&amp;rsquo;t be more different from ours, but underneath it all, they&amp;rsquo;re a perfect fit. New York may seem like a long way to go for a Florida based company, but it fits well into our long term national plans. We were fortunate to find a quality brewery with the capacity to bring us in, an enthusiasm for creating the specialty brews we have planned, and a solid vision for paralleled growth.&lt;/p&gt;
  185. &lt;p&gt;So where does all this put us?&lt;/p&gt;
  186. &lt;p&gt;I can commit to announcing a &amp;ldquo;Fall Release&amp;rdquo; at this point. We&amp;rsquo;ve still got a couple mobs to get past. Mostly govt filing, and some equipment installs (&lt;a title="gory details" target="_blank" href="http://help.fantasybrewmasters.com/customer/portal/questions/25376-trials-and-tribulations-august-2-11"&gt;details here&lt;/a&gt; - if you&amp;rsquo;re into that kind of stuff). A solid date will be announced after these pieces come in line.&lt;/p&gt;
  187. &lt;p&gt;/cheers&lt;/p&gt;
  188. &lt;p&gt;&lt;a title="follow me on G+" target="_blank" href="https://plus.google.com/117735598251469639838/posts"&gt;PiC&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/8740545509</link><guid>https://blog.fantasybrewmasters.com/post/8740545509</guid><pubDate>Wed, 10 Aug 2011 14:08:00 -0400</pubDate><category>BBA</category></item><item><title>off to the printers…</title><description>&lt;img src="https://64.media.tumblr.com/tumblr_lp60hdr51J1qb28v5o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;off to the printers…&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/8270241496</link><guid>https://blog.fantasybrewmasters.com/post/8270241496</guid><pubDate>Sat, 30 Jul 2011 17:17:37 -0400</pubDate></item><item><title>A Legend is Born</title><description>&lt;p&gt;The rumors are true&amp;hellip; Burdisson&amp;rsquo;s Dwarven Ale is no longer mere fiction. It is real and it is most definitely legendary.&lt;/p&gt;
  189. &lt;p&gt;A huge thank you to Joey, Ben, and the rest of the crew at &lt;a target="_blank" href="http://www.cigarcitybrewing.com"&gt;Cigar City Brewing&lt;/a&gt; in Tampa for brewing up the pilot batch. These guys are running one of the hottest new breweries in the country right now, and fit a brew in for us just because they dig the idea.&lt;/p&gt;
  190. &lt;p&gt;The pilot batch gave us 264 750ml bottles. We need to keep about half of that in reserve for pitching to distributors and retailers, leaving us with 100+ bottles that we plan to release online as soon as possible.&lt;/p&gt;
  191. &lt;p&gt;&lt;figure class="tmblr-full" data-orig-height="373" data-orig-width="500"&gt;&lt;img src="https://64.media.tumblr.com/490013e822c6ca6f167e5c18b22247e2/4d4f81c5a8315f6a-14/s540x810/66e4ff5a0ace287dc6f57266829978f69dc2eece.jpg" data-orig-height="373" data-orig-width="500"/&gt;&lt;/figure&gt;&lt;/p&gt;
  192. &lt;p&gt;So what&amp;rsquo;s the hold up? Come on&amp;hellip; we&amp;rsquo;re selling beer online, you didn&amp;rsquo;t think it would be easy did you? Short story: we&amp;rsquo;ve got a few things to tie up to get our shipping contract. Could be 1-3 months before we can ship retail sales, but we&amp;rsquo;re looking at ways to speed that up.&lt;/p&gt;
  193. &lt;p&gt;In the mean time, go pick up some CCB brews to tide you over (I recommend the Maduro Brown Ale), and if you&amp;rsquo;re in the Tampa area, stop in to the &lt;a title="directions" target="_blank" href="http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=3924+W+Spruce+St,+Tampa,+FL+33607,+USA&amp;amp;sll=27.958667,-82.509302&amp;amp;sspn=0.011903,0.022252&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=3924+W+Spruce+St,+Tampa,+Hillsborough,+Florida+33607&amp;amp;z=16&amp;amp;iwloc=A"&gt;tasting room&lt;/a&gt; and say thanks for helping make this a reality. Don&amp;rsquo;t forget to follow our blog (&lt;a title="rss feed" href="http://feeds.fantasybrewmasters.com/fb-rss" target="_blank"&gt;RSS&lt;/a&gt;) or sign up for the newsletter (&lt;a title="subscribe" target="_blank" href="http://eepurl.com/cUJ8"&gt;email&lt;/a&gt;) for the release announcement.&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3443241870</link><guid>https://blog.fantasybrewmasters.com/post/3443241870</guid><pubDate>Tue, 22 Feb 2011 07:00:07 -0500</pubDate><category>burdisson brewery</category><category>dwarf brew</category></item><item><title>Something looks different... is that a new braid in your beard?</title><description>&lt;p&gt;So yeah, it&amp;rsquo;s probably a good time to catch everyone up to speed on what we&amp;rsquo;re working on these days&amp;hellip;&lt;/p&gt;
  194. &lt;h2&gt;The Website&lt;/h2&gt;
  195. &lt;p&gt;A year ago the Fantasy Brewmasters site was very different than what you see today. It&amp;rsquo;s member forums, galleries, and personal blogs were a huge part of the development of our first dwarven ale, and a great way to build the community involvement we are pushing for.&lt;/p&gt;
  196. &lt;p&gt;With the coming release of Burdisson&amp;rsquo;s Dwarven Ale, time is short and more complex websites take time to maintain. We started looking at 3rd party solutions and have come up with a suite of established sites (like this tumblr blog) that will help us continue to promote community influence while letting us focus on getting great beer to you.&lt;/p&gt;
  197. &lt;p&gt;&lt;strong&gt;So, what happened to the stories and art?&lt;/strong&gt;&lt;br/&gt;The official Burdisson story, banner, and map of the Burdisson lands will be integrated into the website as we get closer to the official beer release. Until then, you can check out all the background stories and art (as well as fan fiction and art) in our &lt;a target="_blank" href="http://fantasy-brewmasters.deviantart.com/gallery/"&gt;deviantART gallery&lt;/a&gt;.&lt;/p&gt;
  198. &lt;p&gt;&lt;strong&gt;How can I submit ideas for stories, art, beers, etc?&lt;/strong&gt;&lt;br/&gt;If you haven&amp;rsquo;t noticed by now, we&amp;rsquo;re huge fans of Google (they will rule the world one day). We&amp;rsquo;re very excited to be adopting &lt;a target="_blank" href="http://www.google.com/moderator/#16/e=582fb"&gt;Google Moderator&lt;/a&gt; for kicking around ideas. Stop by and take a look, if you see an idea you like vote for it. Got an idea that you don&amp;rsquo;t see listed, post it for others to vote on.&lt;/p&gt;
  199. &lt;p&gt;&lt;strong&gt;What about the contests and collaborative writing projects?&lt;/strong&gt;&lt;br/&gt;We&amp;rsquo;re still planning on doing at least one community development project a year. When the time comes, we&amp;rsquo;ll be turning to Google Groups (forums) and Docs (realtime editing) to continue our Open Development style. Contests will be posted on the website / blog, and promoted through our favorite communities like &lt;a target="_blank" href="http://fantasy-brewmasters.deviantart.com/"&gt;deviantART&lt;/a&gt; and &lt;a target="_blank" href="http://www.thebrewingnetwork.com/"&gt;The Brewing Network&lt;/a&gt;.&lt;/p&gt;
  200. &lt;p&gt;&lt;strong&gt;How about my FantasyBrewmasters.com account / profile?&lt;br/&gt;&lt;/strong&gt;With all these great tools available, it seamed pointless to try to recreate them&amp;hellip; besides, who really wants another online account to keep up with anyways? Member names and email addresses for active accounts have been transferred to our new Mailchimp mailing list. Members should expect to see more reliable delivery and easier subscription features.&lt;/p&gt;
  201. &lt;p&gt;We&amp;rsquo;ve got some exciting news on the beer front too, but this is getting lengthy so break here for now. Until then, what do you guys think of the new site/blog/features so far? Any suggestions?&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3373836160</link><guid>https://blog.fantasybrewmasters.com/post/3373836160</guid><pubDate>Fri, 18 Feb 2011 21:51:41 -0500</pubDate></item><item><title>New T-Shirt Design</title><description>&lt;p&gt;&lt;a target="_blank" href="http://douglasdraco.deviantart.com/"&gt;Douglas&lt;/a&gt; is kicking around some ideas for a new shirt design. What do you all think?&lt;/p&gt;
  202.  
  203. &lt;p&gt;&lt;figure class="tmblr-full" data-orig-height="690" data-orig-width="500"&gt;&lt;img src="https://64.media.tumblr.com/f05a1b4267b633ebcfe774f1da508353/31fc39fb627bf4e8-b4/s540x810/f271dc720aafa77290d35f88c48c1575a4a8dbad.jpg" data-orig-height="690" data-orig-width="500"/&gt;&lt;/figure&gt;&lt;figure class="tmblr-full" data-orig-height="686" data-orig-width="500"&gt;&lt;img src="https://64.media.tumblr.com/e78835f8c988eb632e93e249e08c9176/31fc39fb627bf4e8-cb/s540x810/bd155c7d083f2d6b79512fc9256b8294d5fb7128.jpg" data-orig-height="686" data-orig-width="500"/&gt;&lt;/figure&gt;&lt;figure class="tmblr-full" data-orig-height="690" data-orig-width="500"&gt;&lt;img src="https://64.media.tumblr.com/52333864045125cc0268329953fd7344/31fc39fb627bf4e8-91/s540x810/4c2d0549c54dc91d64f0a39d2b6a092d22da0491.jpg" data-orig-height="690" data-orig-width="500"/&gt;&lt;/figure&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3223466585</link><guid>https://blog.fantasybrewmasters.com/post/3223466585</guid><pubDate>Thu, 10 Feb 2011 18:25:16 -0500</pubDate></item><item><title>Burdisson Banner (Progression)</title><description>&lt;p&gt;
  204. &lt;object height="264" width="500"&gt;
  205. &lt;param name="banner-progression" value="http://tyrion.fantasybrewmasters.com/docs/bucket/Banner_progress.swf"&gt;&lt;embed src="http://tyrion.fantasybrewmasters.com/docs/bucket/Banner_progress.swf" height="264" width="500"&gt;&lt;/embed&gt;&lt;/object&gt;
  206. &lt;/p&gt;
  207. &lt;p&gt;Progression of banner (by &lt;a title="warning - mature content" target="_blank" href="http://howietzer.deviantart.com/"&gt;Howietzer&lt;/a&gt;) on upcoming Burdisson Brewery web page. Final version posted in all it’s glory on deviantART.&lt;/p&gt;
  208. &lt;p&gt;&lt;a target="_blank" href="http://fantasy-brewmasters.deviantart.com/gallery/#/d38fl2x"&gt;View final picture&lt;/a&gt;&lt;br/&gt;&lt;a target="_blank" href="http://tyrion.fantasybrewmasters.com/docs/bucket/Banner_progress.swf"&gt;View full-size flash progression&lt;/a&gt;&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3067685253</link><guid>https://blog.fantasybrewmasters.com/post/3067685253</guid><pubDate>Wed, 02 Feb 2011 10:00:00 -0500</pubDate><category>burdisson brewery</category><category>dwarf brew</category><category>howietzer</category></item><item><title>This is the final map of the Burdisson lands by Djekspek. Our...</title><description>&lt;img src="https://64.media.tumblr.com/tumblr_lfx6cfyGHc1qb28v5o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This is the final map of the Burdisson lands by &lt;a target="_blank" href="http://djekspek.deviantart.com/"&gt;Djekspek&lt;/a&gt;. Our Dwarven Ale label states “Tour the brewery at &lt;a href="http://www.dwarfbrew.com" target="_blank"&gt;www.dwarfbrew.com&lt;/a&gt;”. This will eventually be the main attraction for that link. We’re planning on presenting it as a fully interactive flash map with high resolution, zoom, pan, hover-overs, blow-ups, and cut-aways.&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3042556386</link><guid>https://blog.fantasybrewmasters.com/post/3042556386</guid><pubDate>Mon, 31 Jan 2011 22:43:27 -0500</pubDate><category>burdisson brewery</category><category>dwarf brew</category><category>djekspek</category><category>map</category></item><item><title>New blog - update your RSS</title><description>&lt;a href="http://feeds.fantasybrewmasters.com/fb-rss"&gt;New blog - update your RSS&lt;/a&gt;: &lt;p&gt;We’ve got some major website changes in the works. Old feeds will be killed in the next few weeks, so update your RSS feeds for future posts.&lt;/p&gt;</description><link>https://blog.fantasybrewmasters.com/post/3042068527</link><guid>https://blog.fantasybrewmasters.com/post/3042068527</guid><pubDate>Mon, 31 Jan 2011 22:15:39 -0500</pubDate></item></channel></rss>
  209.  

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=http%3A//feeds.fantasybrewmasters.com/fb-rss

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda