<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>brew manager development blog &#187; design</title>
	<atom:link href="http://blog.brewmanager.com/category/development/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brewmanager.com</link>
	<description>Follwing the development of brewmanager.com</description>
	<lastBuildDate>Sat, 07 Feb 2009 13:44:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Work continues</title>
		<link>http://blog.brewmanager.com/2009/01/01/work-continues/</link>
		<comments>http://blog.brewmanager.com/2009/01/01/work-continues/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 20:58:19 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[brewing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[launching]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=42</guid>
		<description><![CDATA[Work is continuing on brew manager, although not at the pace I&#8217;d like. I was not able to take the extra week off I had been hoping for, perhaps later in January. I have been able to get recipe creation in good enough shape that I think it can be used. This means I&#8217;ll probably [...]]]></description>
			<content:encoded><![CDATA[<p>Work is continuing on brew manager, although not at the pace I&#8217;d like. I was not able to take the extra week off I had been hoping for, perhaps later in January. I have been able to get recipe creation in good enough shape that I think it can be used. This means I&#8217;ll probably launch it in some limited form in the next few weeks. I&#8217;ve been working on trying to get the look and feel to not suck. Thus far I&#8217;ve been unsuccessful on these fronts, but I&#8217;m reading more and working on it so we will see what comes of it. Designing things that look good turns out to be harder than I&#8217;d anticipated. I&#8217;ve been mucking with CSS positioning and really just trying to learn how to do things with CSS. I&#8217;m picking it up, but slowly for sure. Maybe its time to go buy a book.</p>
<p>Even if it looks terrible I&#8217;ll put something up so I don&#8217;t have to keep using google docs to store my recipes. Keeping them in documents isn&#8217;t working out for me. Not enough structure and I lack the self discipline to force myself to do it in a free form document.</p>
<p>I just finished up being able to add steps to a boil and remove them based off the ingredients in the recipe. I&#8217;m going to muck with how hops work one more time, and possibly how the database is seeded and then I should be ready to launch something. woo.</p>
<p>In other news I&#8217;ve been brewing quite a bit and started doing beer reviews for another blog, <a href="http://beerporn.blogspot.com">beerporn</a>. Lately I&#8217;ve been trying to make quicker beers since most of what we have in the fermenters is long term (a lambic and two Flanders reds). We bottled a pale that turned out really well, just bottled a porter and have a breakfast stout in the primary that I&#8217;m really excited about. The breakfast stout should end up with a low ABV and taste a bit like maple syrup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2009/01/01/work-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabbed navigation is starting to happen</title>
		<link>http://blog.brewmanager.com/2008/08/29/tabbed-navigation-is-starting-to-happen/</link>
		<comments>http://blog.brewmanager.com/2008/08/29/tabbed-navigation-is-starting-to-happen/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 02:24:53 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[tabnav]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=36</guid>
		<description><![CDATA[I got some time to work on things again tonight. I&#8217;ve been busy adding the navigation tabs and figuring out how that all works. I decided to use Tabnav because it seemed like the path of least resistance. So far I think that was a good choice. It took me about 20 min to get [...]]]></description>
			<content:encoded><![CDATA[<p>I got some time to work on things again tonight. I&#8217;ve been busy adding the navigation tabs and figuring out how that all works. I decided to use <a href="http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-navigation-to-your-rails-app">Tabnav</a> because it seemed like the path of least resistance. So far I think that was a good choice. It took me about 20 min to get oriented and then I was off and running. Once again I&#8217;m impressed how easy it is to get a basic skeleton going for things in rails.</p>
<p>So far I&#8217;ve got the recipe page with tabs to a users inventory. After writing this I&#8217;ll work on getting the tabs fleshed out more, I&#8217;m still not sure what elements it makes sense to navigate to. I keep having this internal debate that tabs should take you to content and not actions. For instance it should take you to your recipes but we should not have a tab to start a new recipe. I think I might add tabs for recipes, inventory and brews, and possibly the BJCP guidelines (If I choose to reproduce them here, still up in the air on that too). Each of those tabs will have the list you would expect, as well as action links for deleting, editing and adding / starting a new whatever.</p>
<p>Its funny how little time this took, about an hour but how productive it feels because it changed the way the site looks. In my day job I don&#8217;t ever see a user interface change for the work I do&#8230;. instant gratification is nice.</p>
<p>One gotcha I don&#8217;t particularly understand about Tabnav. Whenever I update what a tab links to, or the text in the tab I have to restart mongrel&#8230; what the heck? Not a huge deal but I wasted about 15 min figuring out why my changes wouldn&#8217;t take effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/08/29/tabbed-navigation-is-starting-to-happen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting to work on CSS</title>
		<link>http://blog.brewmanager.com/2008/08/15/starting-to-work-on-css/</link>
		<comments>http://blog.brewmanager.com/2008/08/15/starting-to-work-on-css/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 02:01:17 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=32</guid>
		<description><![CDATA[Tonight I started playing with CSS to get the color scheme that Chris came up with onto a web page. No tabs or navigation or anything yet, but I&#8217;ve splashed the colors on the page. Kinda like that guy that used to paint on MTV. You can take a peek at what we have started [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I started playing with CSS to get the color scheme that Chris came up with onto a web page. No tabs or navigation or anything yet, but I&#8217;ve splashed the colors on the page. Kinda like that guy that used to paint on MTV. You can take a peek at what we have started to play with <a href="http://prealpha.brewmanager.com/recipes">here</a>. I&#8217;ve embellished the original scheme slightly and we will see if Chris beats me up for it. It&#8217;s easy enough to change back I suppose.</p>
<p>Be warned that that page is in no way functional. Anything posted under the pre alpha site is really just for Chris to take a peak and what I&#8217;m doing and is never guaranteed to work (I update things haphazardly and make no effort to ensure that it reflects a consistent image) and it isn&#8217;t really for public consumption. I probably should not have named it pre alpha&#8230;.</p>
<p>Anyway I&#8217;ve learned that I don&#8217;t know much about CSS. This is not a terribley huge suprise. I am muddling my way through and making decent progress. If anyone&#8217;s got a good web page or book on CSS to recommend I&#8217;d appreciate it. I&#8217;ve read some stuff online and haven&#8217;t found any good comprehensive thing I&#8217;m supper happy with. I plan to go pickup a book this weekend maybe. Surley O&#8217;Reilly has something that can help me out.</p>
<p>Anyway, thats my quick update and now I&#8217;m back to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/08/15/starting-to-work-on-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back from vacation</title>
		<link>http://blog.brewmanager.com/2008/08/03/back-from-vacation/</link>
		<comments>http://blog.brewmanager.com/2008/08/03/back-from-vacation/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 01:51:42 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[brewing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=25</guid>
		<description><![CDATA[Starting to think about brew manager again. We had a brew at my house on Friday, 55 gallons of beer, with most of it ending up in my basement for fermenting. Chris has gotten me a logo and a preliminary layout. Both will get revised some more but it&#8217;s something to start coding a view [...]]]></description>
			<content:encoded><![CDATA[<p>Starting to think about brew manager again. We had a brew at my house on Friday, 55 gallons of beer, with most of it ending up in my basement for fermenting. Chris has gotten me a logo and a preliminary layout. Both will get revised some more but it&#8217;s something to start coding a view to so that is exciting. I hope to get some work done this week and next, then its back to school at the end of August. This will probably take some time away from Brew Manager but not too much hopefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/08/03/back-from-vacation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One step forward two steps back</title>
		<link>http://blog.brewmanager.com/2008/07/03/one-step-forward-two-steps-back/</link>
		<comments>http://blog.brewmanager.com/2008/07/03/one-step-forward-two-steps-back/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:07:34 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[look and feel]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=20</guid>
		<description><![CDATA[Chris and I met and had some discussions about a visual theme and layouts. We think we&#8217;ve got a target layout idea for v1. At the risk of articulating it incorrectly I&#8217;ll let Chris talk about it if he wants to comment (Chris if you want to blog stuff here yourself let me know and [...]]]></description>
			<content:encoded><![CDATA[<p>Chris and I met and had some discussions about a visual theme and layouts. We think we&#8217;ve got a target layout idea for v1. At the risk of articulating it incorrectly I&#8217;ll let Chris talk about it if he wants to comment (Chris if you want to blog stuff here yourself let me know and we can make that happen).</p>
<p>During the demo for Chris and playing with the site myself I have come to the realization that I have gotten the relationship wrong between ingredients and recipes. Currently we have the notion of an ingredient that says what it is, but nothing really specific beyond that. For example you would have a malt extract ingredient. There was another object called recipe ingredient that had more specific information about manufacture, extract percentages (60/40 wheat to malt or whatever) and quantity. Recipes and inventories were both constructed using the recipe ingredient object. After working with that I found it became a pain in the ass to build a recipe because you need to link it to a specific instance of a recipe ingredient. This meant you had to fill out manufacturer and all that for things in your recipe. This is wrong and just made things a bear. Its also what caused me to take so long to get recipe creation working (since it had a bunch of dependencies on inventory functionality).</p>
<p>I&#8217;ve decided to ditch that idea and just construct recipes with the base ingredients. So instead of saying Briess Malt Extract you just say Malt Extract as an ingredient in a recipe. This feels better and is how recipes are usually written. I&#8217;ve renamed the recipe ingredients class to be inventory ingredients.</p>
<p>A recipe will control how much of each ingredient it has and what not. There will still be an intermedary object that will encapsulate quanty and the ingredient, this will also be used in the inventory and proably be able to perform converesions (cups to oz etc)). This should reduce the coupling between recipes and inventories and save me a few headaches.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/07/03/one-step-forward-two-steps-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s alive</title>
		<link>http://blog.brewmanager.com/2008/06/19/its-alive/</link>
		<comments>http://blog.brewmanager.com/2008/06/19/its-alive/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 05:50:53 +0000</pubDate>
		<dc:creator>krujos</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.brewmanager.com/?p=14</guid>
		<description><![CDATA[In a clunky Frankensteins sort of way. Recipes can be created and attached to a user. Ingredients can be added to said recipe. At the moment all recipe ingredients are shared between all users&#8230; I&#8217;m not sure how I feel about that. A recipe ingredient is a more specific ingredient. It adds Manufacture, Quantity and [...]]]></description>
			<content:encoded><![CDATA[<p>In a clunky Frankensteins sort of way. Recipes can be created and attached to a user. Ingredients can be added to said recipe. At the moment all recipe ingredients are shared between all users&#8230; I&#8217;m not sure how I feel about that. A recipe ingredient is a more specific ingredient. It adds Manufacture, Quantity and Unit of Measurement&#8230; the more I think about it those last two may belong somewhere else. Anyway. An ingredient would be something like DME, while a Recipe Ingredient would be something like 2 cups of Briess DME.</p>
<p>The nav is still incredibly clunky. Hopefully Chris has had some time to think about what navigation should look like. Next tasks is to figure out if the measurement stuff should move out of the recipe class itself and into a helper of some sort. I&#8217;ll also make it so recipe ingredients aren&#8217;t shared between users (may hap we will have some common pool of them and then you make them your own).</p>
<p>The other task I&#8217;ll tackle is the ability to add steps to a recipe. This should get recipe creation all done and I&#8217;ll have produced something capable of storing recipes per user that can be searchd by everyone.</p>
<p>One thing I&#8217;ve done, that I&#8217;m not sure what to do about is allow recipes to be created by an unregistered user. This is cool, and they can create it and add ingredients and all that. The thing is they can&#8217;t come back and edit it later. Once they click &#8216;save&#8217; that&#8217;s the ball game. I&#8217;m officially soliciting suggestions. One thing I was thinking bout is using <a title="Gravatar" href="http://en.gravatar.com/">gravatar&#8217;s</a>. They have the ability to bind a session to an IP which is kinda cool, and it just looks like it would be a neat thing to integrate. I don&#8217;t think they provide anything I couldn&#8217;t get with a session cookie or the like&#8230;. but eh&#8230; why not. Other ideas appreciated. Should I just restrict recipe creation to registered users (not wild about that).</p>
<p>Also, wordpress has this autosave feature that turns spell check off (when using the wyswig editor)&#8230; anyone know how to disable that?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.brewmanager.com/2008/06/19/its-alive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
