<?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>Where energy and creativity meet</title>
	<atom:link href="http://techdabble.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdabble.wordpress.com</link>
	<description>A log of the creative exploits of a geek in the Pacific Northwest</description>
	<lastBuildDate>Wed, 08 Jun 2011 21:50:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techdabble.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Where energy and creativity meet</title>
		<link>http://techdabble.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techdabble.wordpress.com/osd.xml" title="Where energy and creativity meet" />
	<atom:link rel='hub' href='http://techdabble.wordpress.com/?pushpress=hub'/>
		<item>
		<title>UPnP Renderer Proof-Of-Concept</title>
		<link>http://techdabble.wordpress.com/2011/06/08/upnp-renderer-proof-of-concept/</link>
		<comments>http://techdabble.wordpress.com/2011/06/08/upnp-renderer-proof-of-concept/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 21:50:40 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[One Off Tech Projects]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=2033</guid>
		<description><![CDATA[Goal: A headless music player  to use in my music listening station in my room (No video or photo ability needed), re-use hardware if possible, as small and non intrusive as possible to the space.   The biggest key to the non-intrusive requirement is that there be no screen OF ANY KIND in my bedroom, not even for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=2033&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>Goal:</strong></span> A headless music player  to use in my music listening station in my room (No video or photo ability needed), re-use hardware if possible, as small and non intrusive as possible to the space.   The biggest key to the non-intrusive requirement is that there be no screen OF ANY KIND in my bedroom, not even for media selection.</p>
<hr />
<p>Reading around I found exactly what I was looking for in the UPnP AV specification: a role called a &#8220;Media Renderer&#8221;.  It essentially is a player that takes commands from other devices. But it turns out a device or application that ACTUALLY fulfills the role of &#8220;UPnP Media Renderer&#8221; are the endangered species among UPnP AV devices! There are plenty of &#8220;Media Server&#8221; applications that house and share out media and most of the major devices are &#8220;UPnP Media Players&#8221; which means they can connect to a UPnP Media Server and play music but CANNOT be controlled remotely (not with a UPnP Control Point at least!).</p>
<p>Ideally, I would have loved to have a small box with an embedded linux distro that had a UPnP Media Renderer built into it.  Audio out on the back, along with a network cable and I would have been happy but it didn&#8217;t work out quite that way.   First of,  I was looking for functionality in a short amount of time over ideal implementation this time.  This is/was a project for to get me AWAY from screens and there is something about spending more time in front of screens to compile and make it all happen that the word ironic would start to describe. </p>
<hr />
<p>Anyway,  I did get a windows based device working within 36 hours of starting my search and here is the basic recipe:</p>
<p>Old Laptop + Windows XP + FooBar2000 + Foobar2000 UPnP Plugin + Windows 2k3 Resource Tool Kit = headless music upnp renderer solution</p>
<p>Essentially, I setup FooBar2000 to run as a service on a laptop that stayed on when the lid was shut and I could wake it using Wake-On-Lan. </p>
<p>On the laptop I&#8230;</p>
<ol>
<li>Installed of clean version of Windows XP and patched the heck out of it.</li>
<li>Installed Avira anti-virus as a lightweight AV option.  </li>
<li>Installed <a href="http://www.foobar2000.org/">FooBar2000</a> and the <a href="http://www.foobar2000.org/components/view/foo_upnp">UPnP Plugin</a></li>
</ol>
<p>At this point I had a working UPnP Renderer (as long as I turned off the Windows Firewall, was logged in, and launched FooBar2000). The rest of the steps are my ways of making it clean and essentially unmanaged/headless.</p>
<ol>
<li>Downloaded and Installed the Windows 2003 Resource Kit (To get Srvany.exe and Instrsrv.exe)</li>
<li>Used Srvany.exe and Instrsrv.exe to run FooBar2000 as a Windows Service (<a href="http://support.microsoft.com/kb/137890">Like This</a>)</li>
<li>Set the services to run as SYSTEM and Allowed to Interact with the Desktop</li>
<li>Changed the Power Management Settings in windows for &#8220;When the Lid Closes&#8221; for the laptop to do &#8220;nothing&#8221; instead of going to sleep</li>
<li>Set a scheduled task to shutdown the computer at midnight each night</li>
<li>Enabled WOL in the bios</li>
</ol>
<p>Now I have a laptop that sits on a shelf that I wake with a WOL packet, that I can control via ANY UPnP Control Point (Currently using the Samsung &#8220;allshare&#8221; app on my Android phone and <a href="http://oss.linn.co.uk/trac/wiki/KinskyDesktop">KinskyDesktop</a> Control Points).  It works really well as long as FooBar2000 shuts down nicely, sometimes I have to flip open the laptop and click &#8220;Start Normally&#8221; for it to open and be seen by the control points. </p>
<p>This is by no means my ideal solution but it works, fills my criteria, and was a pretty quick build/poof-of-concept. I&#8217;d still love to find a linux based &#8220;one install&#8221; solution but for now&#8230; I can listen to my music without staring at a screen: SUCCESS!</p>
<hr />
<p>Build Comments / Notes / Warnings to Others:</p>
<p>The hardest part of this project was finding a software application that would run as a true media renderer. There were lots of players out there but VERY few software products that even HINTED at being a renderer.  FooBar2000 was by far the simplest and most straight forward of all the ones I played with/googled and so I went with it.  The rest of the build isn&#8217;t technically hard at all (making it a service is a bit but there are plenty of step by step directions out there) and in fact was really simple.  </p>
<p>I even went down the road of looking at purchasing a new device to do this role and got stumped there too.  So many DVD players, embedded video players for TV, etc can SEE UPnP servers and play their content but almost none of them were a true rendered. The only products that were renderers were old and no longer on sale.  Eventually, (after my build was done), I found the the <a href="http://www.wdc.com/en/products/products.aspx?id=320">WD TV Live Plus</a> actually is a Media Renderer (with some glitches) but I still haven&#8217;t jumped the gun yet and bought it just yet. It seems like there should be some software solution out there but what I did was the best I could find. I&#8217;d love it if anyone can point me to the obvious thing I missed that fit my criteria!</p>
<p>I&#8217;ll probably consider working on a linux version over time but linux suffers from the same &#8216;lack of renderers&#8217; problem of windows to start with and the few packages / applications that SEEM to be candidates haven&#8217;t been simple to test yet.  I&#8217;d love to build a UPnP Renderer on Puppy Linux, repackaged it, and upload it for others to use but alas I&#8217;ll see if time and effort prevail.  Of course if I were to do that it might be audio only since that is my goal.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/one-off-tech-projects/'>One Off Tech Projects</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/2033/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/2033/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=2033&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2011/06/08/upnp-renderer-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Step 1 &#8211; Button Mapping</title>
		<link>http://techdabble.wordpress.com/2010/12/12/step-1-button-mapping/</link>
		<comments>http://techdabble.wordpress.com/2010/12/12/step-1-button-mapping/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 17:44:23 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[AudioTron to SqueezeBox]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=2003</guid>
		<description><![CDATA[The first thing I need to do is to map the key outputs from the buttons on the front of the AudioTron. Both the keys to the left of the screen and the knob to the right use a Flex Cable connector so getting directly at the pins with the multimeter would be tricky at [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=2003&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first thing I need to do is to map the key outputs from the buttons on the front of the AudioTron. Both the keys to the left of the screen and the knob to the right use a Flex Cable connector so getting directly at the pins with the multimeter would be tricky at best.</p>
<p><strong>Tools / Prototyping Bits<br />
</strong></p>
<p>I wanted to make testing the buttons as simply as possible so I found so FlexCable to breadboard adapters made by Technological Arts. They were the only brand I could find and could only find them being sold on their site and RobotShop.com.  I eventually settled on RobotShop.com as my supplier because they sold those adapters and a few others even though the shipping and handling was a bit steep.  Anyway, so I&#8217;ve ordered:</p>
<p><a href="http://www.robotshop.com/elenco-9830-breadboard.html">830 Tie Breadboard</a> &#8211; Since I don&#8217;t actually own one right now. Sad isn&#8217;t it.</p>
<p><a href="http://www.robotshop.com/technological-arts-idc-ribbon-cable-breadboard-adapter-14-pin-4.html">14 pin IDE Cable to Breadboard Adapter</a> &#8211; For the LCD screen connection which is a 14 pin IDE cable.</p>
<p><a href="http://www.robotshop.com/technological-arts-1mm-flex-adapter-16-pin-4.html">16 pin Flex Cable to Breadboard Adapter</a> &#8211; For the knob controls (which also house a IR reciever of some sort)</p>
<p><a href="http://www.robotshop.com/technological-arts-1mm-flex-adapter-24-pin-4.html">24 pin Flex Cable to Breadboard Adapter</a> &#8211; For the main button and LED&#8217;s panel</p>
<p><a href="http://www.robotshop.com/ProductInfo.aspx?pc=RB-Spa-433&amp;cf=277306a1">Male Breadboard Pin to IC Hooks</a> &#8211; These will allow me to easily grasp my multimeter probe and then move them around the breadboard. Since that is pretty much what this entire phase the project is about I decided it was worth the few dollars for them.</p>
<p>Right now I am waiting for the parts to show up and then I can start mapping the buttons, LED, and IR receiver pins.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/audiotron-to-squeezebox/'>AudioTron to SqueezeBox</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/2003/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/2003/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/2003/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=2003&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/12/12/step-1-button-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>AudioTron to SqueezeBox Project Scoping: Proof-Of-Concept</title>
		<link>http://techdabble.wordpress.com/2010/12/12/audiotron-to-squeezebox-project-scoping-proof-of-concept/</link>
		<comments>http://techdabble.wordpress.com/2010/12/12/audiotron-to-squeezebox-project-scoping-proof-of-concept/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 17:15:30 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[AudioTron to SqueezeBox]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1988</guid>
		<description><![CDATA[Scoping Considerations I&#8217;ve been batting around this project for the past few days and there are 2 &#8216;realities&#8217; I have work within: 1) I don&#8217;t have the best hardware for the project long term. &#8211; My Mini-ITX board&#8217;s onboard VGA is blown but with a cheap PCI card it works &#8211; There is no parallel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1988&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_2013" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/12/prototyperig.jpg"><img class="size-full wp-image-2013" title="Prototyping Rig" src="http://techdabble.files.wordpress.com/2010/12/prototyperig.jpg?w=510&#038;h=305" alt="Prototyping Rig" width="510" height="305" /></a><p class="wp-caption-text">Prototyping Rig</p></div>
<p><strong>Scoping Considerations</strong></p>
<p>I&#8217;ve been batting around this project for the past few days and there are 2 &#8216;realities&#8217; I have work within:</p>
<p>1) I don&#8217;t have the best hardware for the project long term.</p>
<p>&#8211; My Mini-ITX board&#8217;s onboard VGA is blown but with a cheap PCI card it works<br />
&#8211; There is no parallel port which will likely be needed to drive the LCD<br />
&#8211; No digital IO pins/etc (Not surprising but it would be ideal)<br />
&#8211; No power supply to run it outside of a mini-ITX case I have (see #2 why this matters)</p>
<p>and</p>
<p>2) I don&#8217;t want to spend a lot of money on the project. Not yet. Right now I&#8217;d need&#8230;</p>
<p>&#8211; Digital IO board<br />
&#8211; Power supply<br />
&#8211; Parallel Port adapter</p>
<p>So where does that leave me? Prototyping only!</p>
<p>I think I&#8217;ve managed to scrap up most of the things I need to create a proof-0f-concept EASILY based on windows at the moment. Ideally, I would like to make it run embedded Linux basically but I know myself and if I make the project to hard or cost to much up front I will just not do it. And that is pointless. So I think it is better to scale my own expectations to making a franken-computer proof-of-concept that in no WAY will fit or mount inside the AudioTron&#8217;s case at this moment BUT will at least confirm what I think can be done.  Once a Windows, Franken-Computer, messy proof-of-concept is working well enough I can look at acquiring the most perfect hardware, etc.</p>
<p><strong>Proof-Of-Concept Hardware</strong></p>
<p><a href="http://en.wikipedia.org/wiki/AudioTron">AudioTron </a>-  Where it all started.  My intention right now is to use the buttons, LEDs, LCD, knob, and the enclosure. If I am lucky I will also be able to reuse the power supply but I&#8217;m less immediately hopeful on that one.<strong><br />
</strong></p>
<p><a title="3677B" href="http://www.logicsupply.com/products/3677b">Morex 3677B Mini-ITX Case </a>- This is being used for the power supply and the power button more than the normal &#8216;containing&#8217; feature a case normally provides.  Because my board needs a pci video card to work I can&#8217;t truly mount the board IN the case at this time. But providing the power is no small need to overlook.</p>
<p><a href="http://www.via.com.tw/en/products/embedded/ProductDetail.jsp?id=399">VIA EN15000G Mini-ITX Motherboard</a> -  This is the Lazarus of the group or the prodigal child if you will.  Over a year ago I declared the board dead and set it aside because the video stopped working reliably (and other quirks). But after clearing my mind for a year I was able to get it up and working last night IF I had a PCI video card installed.</p>
<p><a href="http://www.jaton.com/VGA/graphics_card_detail.php?pid=9">Jaton Video-118PCI Video Card</a> &#8211; A necessary evil because the EN15000G hates it&#8217;s onboard video. But honestly, doing the same thing repeatedly right now is good enough for me.</p>
<p><a href="http://www.usa-battery.com/hitachi-htc424020f7at00-hard-drive-20-gb-18-ide-p-4416.html">1.8&#8243; Hitachi TravelStar C4K40  Hard Drive </a>-  I pulled this from my old Creative Zen Touch MP3 Player when it died. It is particularly nice because it sports a standard 2.5&#8243; IDE connection on it :)</p>
<p>Digital I/O Card &#8211; I&#8217;m still working on borrowing a digital I/O card for a proof-of-concept but I have some leads on a Phidgets board I&#8217;m hoping will pan out.  I believe it will dump switch actions as HID events that my software can EASILY see. The main concern outside of price for me on a digital I/O board is how do I easily monitor it.  I&#8217;m only trying to watch for closed switches and running 3 LEDs at the most. I don&#8217;t need an overly complicated digital I/O board / communication language. I have a few good candidates depending on what OS direction I choose.</p>
<p><strong>Proof-Of-Concept Software</strong></p>
<p>Windows &#8211; It is what I know best and so prototyping will be easiest here.  I have software that I already use that should be able to do what I need it to do with little coding and so that is of value to me.</p>
<p><a href="http://wiki.slimdevices.com/index.php/SqueezeSlave">SqueezeSlave</a> &#8211; A command-line SqueezeServer player that runs on both Windows and Linux</p>
<p><a href="http://www.eventghost.org/">EventGhost</a> &#8211; A ridiculously simple and robust software that allows to set actions to incoming events.  In this case the actions will be button pushes and the events will be SqueezeSlave media player commands.  EventGhost is the main reason this project is even tangibly easy for me.  As long as I can get the IO board to dump out actions in a form EventGhost can see them the proof-of-concept is solid.</p>
<p><strong>Proof-Of-Concept Goal</strong></p>
<p>To get the button&#8217;s working on the AudioTron&#8217;s case to change the state of the SqueezeSlave player.  My initial idea is simply to connect the AudioTron&#8217;s buttons to the digial I/O board, monitor that board with EventGhost, and when EventGhost sees a button pressed it will send the corresponding CLI command to SqueezeSlave.</p>
<p>A secondary goal would to get the 2&#215;40 LCD screen on the AudioTron to display the &#8216;Now Playing&#8217; information.  Right now with a lack of parallel port to drive the build in display this is pretty much more effort than it is is worth.</p>
<p><strong>Next Phase:Implimentation</strong></p>
<p>Once the proof-of-concept is up and running well the next phase will be to make the hardware so it all fits inside the AudioTron case and it can seamlessly be used in a stack of stereo equipment.  Not only will this require hardware revisions but based on what hardware is selected ideally this would involve changing the OS over to Linux and running off a small solid state device.  At that point EventGhost can no longer be the middle-man software and that role will have to be rehashed.</p>
<p>This phase may or may not ever really happen based on the amount of money and time it will take. Of course only prototyping will tell. Onwards!!!!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/audiotron-to-squeezebox/'>AudioTron to SqueezeBox</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1988/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1988/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1988/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1988&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/12/12/audiotron-to-squeezebox-project-scoping-proof-of-concept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/12/prototyperig.jpg" medium="image">
			<media:title type="html">Prototyping Rig</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Redux #3 &#8211; Part II &#8211; Shortcut Based User Interface</title>
		<link>http://techdabble.wordpress.com/2010/09/13/software-redux-3-part-ii-shortcut-based-user-interface/</link>
		<comments>http://techdabble.wordpress.com/2010/09/13/software-redux-3-part-ii-shortcut-based-user-interface/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 05:38:57 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1832</guid>
		<description><![CDATA[The User Interface. The part of every media system that makes or breaks it for me.  Is it to hard to earn? To simple to be functional? Etc.  If someone can&#8217;t figure out how to use the HTPC then in a way its pretty worthless but on the other hand I don&#8217;t want to spend [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1832&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The User Interface. The part of every media system that makes or breaks it for me.  Is it to hard to earn? To simple to be functional? Etc.  If someone can&#8217;t figure out how to use the HTPC then in a way its pretty worthless but on the other hand I don&#8217;t want to spend hours making it so they don&#8217;t have to learn 3 steps.  It&#8217;s a balancing act for sure. To quote Billy Joel slightly inaccurately &#8220;I&#8217;ve finally found what I&#8217;m looking for&#8230;&#8221;</p>
<p><em><strong>StarDock&#8217;s ObjectDock 1.9 Plus</strong></em></p>
<p>A simple to use program that allows me to create big ass icons in the middle of the screen organized well. Did I mention it was simple? Oh good&#8230;. I had considered writing my own &#8216;Big Button&#8217; UI but decided it was too much effort and always leaned towards just using a standard windows desktop icons because it was SIMPLE.  But ObjectDock has won my heart. It won it so well that I actually paid the $20 to upgrade to the Plus edition JUST to get tabs to make it even cleaner.</p>
<p>So why did ObjectDock win my heart? Well lets look at the follow screen capture of my &#8216;home&#8217; screen&#8230;.</p>
<div id="attachment_1927" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/disksnolabel.png"><img class="size-full wp-image-1927" title="ObjectDock UI Disks Tab" src="http://techdabble.files.wordpress.com/2010/09/disksnolabel.png?w=510&#038;h=286" alt="ObjectDock UI Disks Tab" width="510" height="286" /></a><p class="wp-caption-text">ObjectDock UI Disks Tab</p></div>
<p>Notice how there is no Windows Task Bar across the bottom? It&#8217;s a check box in ObjectDock.  If ObjectDock doesn&#8217;t launch guess what&#8230; the Task Bar comes back. It&#8217;s a beautifully simple fall back plan that makes any UI based emergency NOT exist.  My roommate can easily use Windows to play her DVD.  Notice how there are big buttons that clearly say DVD and one that has a musical note on the Disks tab.  One click and the disk type of your choice starts playing. Lets continue looking at the screen caps as I review what I like about ObjectDock&#8230;</p>
<div id="attachment_1930" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/webcontent.png"><img class="size-full wp-image-1930" title="UI Web Content Tab" src="http://techdabble.files.wordpress.com/2010/09/webcontent.png?w=510&#038;h=286" alt="UI Web Content Tab" width="510" height="286" /></a><p class="wp-caption-text">UI Web Content Tab</p></div>
<p>This next easy to use tab contains my programs for streaming web content: Clicker.com (for videos), Pandora, and Enhanced SHOUTcast Player.  Do you know how I got them there? I right clicked and said &#8216;Add Shortcut&#8217;&#8230; and then exactly like in Windows I browsed to the path of the executable file. And if I wanted to add a nice icon I clicked &#8216;change image&#8217; and navigated to a PNG I got from the internet.  Done. That is it for each icon.  Simple. Next&#8230;</p>
<div id="attachment_1929" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/servermedia.png"><img class="size-full wp-image-1929" title="UI Server Media Tab" src="http://techdabble.files.wordpress.com/2010/09/servermedia.png?w=510&#038;h=286" alt="UI Server Media Tab" width="510" height="286" /></a><p class="wp-caption-text">UI Server Media Tab</p></div>
<p>Oh on the Server Media tab you can see the fancy built-in setting that shows a nice large description of an icon when you hover over it. In this case my cursor (you can&#8217;t see it) is over the green transmitting button which calls a WOL program with the correct parameters to &#8230; wake up my server to play music off of.  Those white words sure reflect that usage really well and easily&#8230; and built-in&#8230;. so convenient!</p>
<div id="attachment_1928" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/misc.png"><img class="size-full wp-image-1928" title="UI Misc Tab" src="http://techdabble.files.wordpress.com/2010/09/misc.png?w=510&#038;h=286" alt="UI Misc Tab" width="510" height="286" /></a><p class="wp-caption-text">UI Misc Tab</p></div>
<p>Ah the Miscellaneous Tab. Where else would I put the Standby button (see Power Management post to understand how cool and simple this button REALLY is) and the weather button&#8230; which is a built-in part of ObjectDock so I kept it.</p>
<div id="attachment_1926" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/admin.png"><img class="size-full wp-image-1926" title="UI Admin Tab" src="http://techdabble.files.wordpress.com/2010/09/admin.png?w=510&#038;h=286" alt="UI Admin Tab" width="510" height="286" /></a><p class="wp-caption-text">UI Admin Tab</p></div>
<p>And the last Admin Tab where there is a ObjectDock specific button to launch the Start Menu, Open my Server Folders, Launch my Home Server Admin Panel, and Search Google.  A few tools I either use infrequently or mostly for troubleshooting. Right there. In a tab. Easy to use and yet out-of-the-way. Simply amazing!</p>
<p>When it comes down to ObjectDock allowed me to make a custom, big icon, simple to use UI with a single app configuration panel, adequate/simple built-in skin options, AND some Windows Shortcuts. It fits so perfectly into my easy to support and easy to use re-framing its a bit ridiculous honestly. In fact, finding this app is what precipitated me to redo my entire HTPC setup and bail on Boxee because I finally found a way to make a &#8216;Front End&#8217; to all my other apps that work better than the all-in-one solution of Boxee.</p>
<p><strong><em>The Best Part?</em></strong></p>
<p>Only a day after I finished setting the UI up my roommate was using the DVD playing feature. I had given her maybe a 30 second overview of how to work this iteration and she was already using it without asking any new questions.  Proof to me that it worked because she never once used Boxee to play DVDs. Not that she couldn&#8217;t have learned but she wasn&#8217;t using the device because she needed to ask a question about it and now with no questions/qualms she was using it &#8230; success!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/htpc-project/'>HTPC Project</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1832&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/09/13/software-redux-3-part-ii-shortcut-based-user-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/disksnolabel.png" medium="image">
			<media:title type="html">ObjectDock UI Disks Tab</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/webcontent.png" medium="image">
			<media:title type="html">UI Web Content Tab</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/servermedia.png" medium="image">
			<media:title type="html">UI Server Media Tab</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/misc.png" medium="image">
			<media:title type="html">UI Misc Tab</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/admin.png" medium="image">
			<media:title type="html">UI Admin Tab</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Redux #3 &#8211; Part I &#8211; Media Player Selection</title>
		<link>http://techdabble.wordpress.com/2010/09/10/software-redux-3-part-i-media-player-selection/</link>
		<comments>http://techdabble.wordpress.com/2010/09/10/software-redux-3-part-i-media-player-selection/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 00:00:16 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1799</guid>
		<description><![CDATA[Right now there are 4 main content &#8216;types&#8217; that I use that I want to account for off the bat: 1) DVDs (Actual Disks) 2) CDs 3) Not Site Specific Streaming Video Options 4) Server Based Music Library DVD&#8217;s My main concern for this one is supported formats. I have a few PAL DVDs that I would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1799&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Right now there are 4 main content &#8216;types&#8217; that I use that I want to account for off the bat:</p>
<p>1) DVDs (Actual Disks)<br />
2) CDs<br />
3) Not Site Specific Streaming Video Options<br />
4) Server Based Music Library</p>
<h2>DVD&#8217;s</h2>
<p>My main concern for this one is supported formats. I have a few PAL DVDs that I would like to not have to think about<br />
&#8220;which player to use&#8221; when playing them.  The UI isn&#8217;t terribly important for this category but there are a few UI &#8220;niceties&#8221; I was looking for in the DVD player &#8212; such as if it gets minimized I just want folks to be able to maximize it, a way to close the application, and an obvious place to click to get to other commands.</p>
<p><em><strong>Winner &#8211; VLC + Blissta Skin</strong></em></p>
<p>From a content playing perspective VLC is always my preference for video playing because it does pratically&#8230;play everything.  Or at least anything I&#8217;ve tried to throw at it thus far.  The skin choice took a bit more work but I was happy to find the Blissta Skin as shown below.</p>
<p style="text-align:center;">
<div id="attachment_1808" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/blisstanoted.png"><img class="size-full wp-image-1808 " title="VLC Blissta Skin (1. = Fullscreen Mode, 2. = Close Application, 3. = Other Commands)" src="http://techdabble.files.wordpress.com/2010/09/blisstanoted.png?w=510&#038;h=408" alt="VLC Blissta Skin (1. = Fullscreen Mode, 2. = Close Application, 3. = Other Commands)" width="510" height="408" /></a><p class="wp-caption-text">VLC Blissta Skin (1. = Fullscreen Mode, 2. = Close Application, 3. = Other Commands)</p></div>
<p style="text-align:left;">The functionality in the Blissta Skin is perfect and the only remote downside is that it looks a little bit like Windows Media Player but honestly that isn&#8217;t such a big deal.</p>
<h2 style="text-align:left;">CDs</h2>
<p style="text-align:left;">I originally was going to use VLC to play CDs to but when I started playing with the remote control setup I quickly realized it was going to make more sense to have 2 sets of controls (ie &#8211; stop on DVD returns to the main menu while CDs its a true stop playing completely).  The easiest way to do that is to use 2 different apps.  My goal at that point was a CD player that would show album art, CDDB the track titles, and be simple to use (CD only not too much music library oriented apps).  Nothing really stand out came up in my Googling so I resorted to&#8230;</p>
<p style="text-align:left;"><strong><em>Winner &#8211; Windows Media Player</em></strong></p>
<p style="text-align:left;">Ironically WMP meets all my goals and it is already installed.  I don&#8217;t really like WMP for any sort of digital music management but for playing a CD it does great.  The album art is on the right hand side with the CDDBed tracks below it and to boot it has a nice visualization in the middle of the player.  So it won this spot for now.</p>
<h2 style="text-align:left;">Not Site Specific Streaming</h2>
<p style="text-align:left;"><em><strong> Winner &#8211; Clicker.com in a web browser</strong></em></p>
<div id="attachment_1815" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/clickerdotcom.png"><img class="size-full wp-image-1815" title="Clicker.com Website" src="http://techdabble.files.wordpress.com/2010/09/clickerdotcom.png?w=510&#038;h=397" alt="Clicker.com Website" width="510" height="397" /></a><p class="wp-caption-text">Clicker.com Website</p></div>
<p style="text-align:left;">A simple reality is that I don&#8217;t have any one show or station I watch all the time.  When it comes to streaming media for the moment it&#8217;s all about what I feel like right now and what I feel like searching. Hulu is great but not everything is on it.  Clicker.com is a great streaming video aggregate website. It tells me how many episodes are available online, how many are free, how many are paid, and where each is located. It&#8217;s entirely a click-through site so if I search there a few clicks later I&#8217;m on whatever Flash based website is hosting the video and I&#8217;ll just click full screen on their browser-based player.</p>
<p style="text-align:left;">What this gains in flexibility for one stop video streaming window shopping is the ability to do start/stop/play/pause remote control.  I&#8217;ll still be able to control Windows volume or the TV&#8217;s volume but the rest is lost.  For the amount I use it right now that is an acceptable trade-off. If I find myself wishing I had it I&#8217;ll install Hulu&#8217;s desktop app and go from there (or something similar when the time comes).  It also means I&#8217;m using a 3&#8242; UI for media selection but that falls into my scope of my HTPC project.</p>
<h2 style="text-align:left;">Server Based Music</h2>
<p style="text-align:left;">This was by far the hardest one to come up with. This is the category many of the all-in-one media center apps fall short in my experience or at least for my expectations.  Also my favorite media player fell short because I couldn&#8217;t find any skins that were even a hybrid 10&#8242; and 3&#8242; UI.  ALL of the ones I found I liked were good 3&#8242; UI&#8217;s but still nothing wowed me.  Enter&#8230;</p>
<p style="text-align:left;"><em><strong>Winner &#8211; SongBird</strong></em></p>
<p style="text-align:left;">For its &#8216;region&#8217; based skinning mechanism.</p>
<p style="text-align:center;">
<div id="attachment_1820" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/songbirdregions.png"><img class="size-full wp-image-1820 " title="SongBird Skinnable Regions (Native Skin)" src="http://techdabble.files.wordpress.com/2010/09/songbirdregions.png?w=510&#038;h=329" alt="SongBird Skinnable Regions (Native Skin)" width="510" height="329" /></a><p class="wp-caption-text">SongBird Skinnable Regions (Native Skin)</p></div>
<p style="text-align:left;">SongBird allows you to apply a Feather (aka &#8211; skin) to the player but it also allows you to change the Media View Area.  This let me pick a skin that I like player placement, album art placement, media view location that I liked but also choose a better Media View that is closer to a 10&#8242; view.</p>
<div id="attachment_1822" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/songbirdmurphywithgridview.png"><img class="size-full wp-image-1822" title="SongBird w/Murphy Feather and Ideal Media View -- GridView" src="http://techdabble.files.wordpress.com/2010/09/songbirdmurphywithgridview.png?w=510&#038;h=354" alt="SongBird w/Murphy Feather and Ideal Media View -- GridView" width="510" height="354" /></a><p class="wp-caption-text">SongBird w/Murphy Feather and Ideal Media View -- GridView</p></div>
<p style="text-align:left;">For the overall Feather I choose Murphy because I like the location of the Player Controls/Info better. I don&#8217;t know if you can see it but on the native skin (1st image) the currently playing info is across the top and quite tiny.  In the Murphy Feather the text is larger and even if the space isn&#8217;t as long to accommodate long file names I&#8217;d rather have it cut out and/or scroll so I can see it a bit farther away. I also placed the Album art square at the bottom to display the album art of what is currently playing.</p>
<p style="text-align:left;">For the Media View I had to compromise.  I want to use GridView which is what is paired with Murphy in the image above.  It stacks all the album art from each artist into a stack and presents it in a grid format.  Across the top is an alphabet to jump to that location in the artists.  However, this Media View is not compatible with the most current SongBird v. 1.8. I played with older versions and decided I would stick with the new version and use a different media view for now hoping GridView will be updated. We shall see. For the moment I settled on MediaFlow&#8230;</p>
<div id="attachment_1823" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/09/mediaflow.png"><img class="size-full wp-image-1823" title="MediaFlow Media View in a Different Feather" src="http://techdabble.files.wordpress.com/2010/09/mediaflow.png?w=510&#038;h=372" alt="MediaFlow Media View in a Different Feather" width="510" height="372" /></a><p class="wp-caption-text">MediaFlow Media View in a Different Feather</p></div>
<p style="text-align:left;">It shows the album art in  line with the center focus being large. I can click on album art in the distance and it will bring it to the front or I can click on tracks below and it will bring their album art to the center.  If I do a search for say a string &#8216;The Beatles&#8221; it will only list the tracks that fit that search and subsequently only the albums of that search result will be displayed above. This isn&#8217;t perfect but it is significantly better than a text only option so I&#8217;m rolling with it for now.</p>
<p style="text-align:left;">I&#8217;ll update this as I add more media types and their players but for now this is what I am working with.</p>
<h2>[Update] Added Media Players&#8230;.</h2>
<h2>SHOUTcast Player</h2>
<p>This was a hard category to even find contenders worth looking at.  Ironically after loading Pandora I remembered an internet radio station I listened to in college that I enjoyed because it was super eclectic! I checked it out and sure enough it is still around. What I wanted was a lightweight ShoutCast player that I could basically put favorites into.  I don&#8217;t do a lot of searching around for new shoutcast stations so something simple that would just play streams and I could save any ones I come across I wanted to listen to regularly.  This immediately ruled out Winamp AND SongBird because they play so many other media types.  And because those and iTunes play ShoutCast streams and have built-in directories there weren&#8217;t a plethora of options in my google searches.  But I did find a few&#8230;</p>
<p><em><strong>Winner &#8212; Enhanced ShoutCast Player</strong></em></p>
<div id="attachment_1911" class="wp-caption aligncenter" style="width: 516px"><a href="http://techdabble.files.wordpress.com/2010/09/esp-main-player.jpg"><img class="size-full wp-image-1911" title="ESP Main Player" src="http://techdabble.files.wordpress.com/2010/09/esp-main-player.jpg?w=506&#038;h=177" alt="ESP Main Player" width="506" height="177" /></a><p class="wp-caption-text">ESP Main Player</p></div>
<p>Ironically I actually passed this player up because I couldn&#8217;t get it to work the first time because the SHOUTcast website had changed and was no longer compatible&#8230;. or so I thought. ESP uses the website as the directory service and grabbing the stream location/information from the directory when you select it.  The NEW SHOUTcast website pops up a flash-based player instead of passing the pls stream file so ESP had nothing to work with and I was bummed. Well it turns out SHOUTcast&#8217;s website has &#8220;Settings&#8221; where you can choose if you want to use the flash player or &#8220;Save the pls stream location file.&#8221; Once I changed the setting ESP worked like a charm! And with that little heart I can save my favorite stations so it&#8217;s now part of my HTPC.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/htpc-project/'>HTPC Project</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1799&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/09/10/software-redux-3-part-i-media-player-selection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/blisstanoted.png" medium="image">
			<media:title type="html">VLC Blissta Skin (1. = Fullscreen Mode, 2. = Close Application, 3. = Other Commands)</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/clickerdotcom.png" medium="image">
			<media:title type="html">Clicker.com Website</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/songbirdregions.png" medium="image">
			<media:title type="html">SongBird Skinnable Regions (Native Skin)</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/songbirdmurphywithgridview.png" medium="image">
			<media:title type="html">SongBird w/Murphy Feather and Ideal Media View -- GridView</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/mediaflow.png" medium="image">
			<media:title type="html">MediaFlow Media View in a Different Feather</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/09/esp-main-player.jpg" medium="image">
			<media:title type="html">ESP Main Player</media:title>
		</media:content>
	</item>
		<item>
		<title>HTPC Redux #3 &#8211; Lessons Learned and A New Plan</title>
		<link>http://techdabble.wordpress.com/2010/09/10/htpc-redux-3-lessons-learned-and-a-new-plan/</link>
		<comments>http://techdabble.wordpress.com/2010/09/10/htpc-redux-3-lessons-learned-and-a-new-plan/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 17:16:11 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1739</guid>
		<description><![CDATA[Introduction &#38; Lessons Learned My goals on building my HTPC can be summed up in 2 parts: 1) Usability and 2) Support.  In the past I tried to accomplish much of these two goals with a common process: a single media center application that does it all.  However, this approach doesn&#8217;t seem to be meeting my goals when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1739&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Introduction &amp; Lessons Learned</h2>
<p>My goals on building my HTPC can be summed up in 2 parts: 1) Usability and 2) Support.  In the past I tried to accomplish much of these two goals with a common process: a single media center application that does it all.  However, this approach doesn&#8217;t seem to be meeting my goals when I look back over the past few months. </p>
<p>During those same few past months I&#8217;ve been learning a lot about Usability of Systems in conjunction with a users skill set.  This sounds a lot more technical than it is but it boils down to: sometimes the simplest answer is the one that is closest to what a user already knows.  This leads directly into the other thing I&#8217;ve learned: When a process is more in line with a users skill set support is considerably less.  This sounds really obvious but in IT experience there is a tendency to want the &#8216;technically superior&#8217; solution and belief that users need to &#8216;learn the new system&#8217; and that is that.  Much of the time this is 100% accurate but I am learning there are times when this isn&#8217;t the best approach often this involves when many users will be using a common system infrequently.  While written documentation can really help in this scenario it can be overwhelming and discarded easily. </p>
<p>Another thing I&#8217;m experiencing/learning is that supporting things that I already know is much simpler than having to switch my mindset into another application/method. In one way this is really obvious but what I&#8217;ve learned is that there are different methods to accomplish this. In this case I know Windows. I know windows shortcuts, I know TweakUI, My roommate and I know Windows, and we both know Media Players.  Learning new ways to make shortcuts in a speciality one fits all app isn&#8217;t bad but it isn&#8217;t a no brainer for me.</p>
<p>With this experience and usage data I&#8217;m ready to try another approach to my same goals: use action specific applications with simple windows icon based &#8221;HTPC UI&#8221;.  The standout benefit of this approach is I can select and/or &#8216;install&#8217; any and all applications I decide I want to play media.  My decision on media player may be UI based (SongBird vs Winamp), content availability based (using clicker.com instead of Hulu), or content access based (streaming content vs local server content) but as programs and experiences change through time I can easily &#8216;integrate&#8217; any new program or content into the setup; no need to wait for someone (or myself) to write code to load into a pre-defined framework like Boxee. Additions are as easy as installing the app and creating a shortcut to it. </p>
<p>The second stand out benefit is one the support side is that  any &#8220;HTPC Specific UI&#8221; failure never results in an emergency support situation/a non-usable device state and makes it a relatively easy fix when I get to it. There are 2 main UI tweaks that could fail: the icon/shortcut based UI and the remote control setup. If the icon setup fails the standard Windows Task bar reappears and if the remote control doesn&#8217;t work the keyboard and mouse hard-corded to it works fine.  That gives any user the ability to fall back on a known skill set (windows) and continue to use the pc minus the value added HTPC control options. The easy of fixing comes from a consolidation of customizations tools that have easy to use GUIs for configuration, can back their own settings up, and be re-imported settings upon a failure.  This will give me 3 distinct places to check for the majority of settings in a failure/rebuild situation. </p>
<h2>How to Implement The Above Theory&#8230;</h2>
<p>One observation that refocused my method for my goals was the realization that I wouldn&#8217;t use a true 10&#8242; UI in some cases.  For example, a 10&#8242; UI is considerable more limited and therefore more effort than using a standard music library application with mouse based UI. That realization allowed me to broaden my range of applications to choose from.  I still wanted 10&#8242; start/stop/next track and DVD Menu selecting to work but choosing what music or putting in a DVD would still require me to visit the device so why worry about finding a UI that I wasn&#8217;t going to use.  So I settled on a mixed 3&#8242; and 10&#8242; UI scenario depending on the action.</p>
<p>I&#8217;m working on this in 3 major steps (from the necessary to more optional/value added steps):</p>
<p>1) Media Applications / UI &#8212; Install and Configure the media players to my UI liking<br />
2) &#8220;HTPC UI&#8221; &#8212; Install and Configure a large icon Media Center UI<br />
3) Remote Configuration/Automation &#8211; Get the value added 10&#8242; control working and any other media center automation tasks setup.</p>
<p>I think I&#8217;ll document the process in 3 posts detailing each one of the above steps for the moment and 1 post summarizing what I am carrying over from the past configurations.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/htpc-project/'>HTPC Project</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1739/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1739&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/09/10/htpc-redux-3-lessons-learned-and-a-new-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Egg in a Biscuit? Yes Please!</title>
		<link>http://techdabble.wordpress.com/2010/08/22/egg-in-a-biscuit-yes-please/</link>
		<comments>http://techdabble.wordpress.com/2010/08/22/egg-in-a-biscuit-yes-please/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 00:07:21 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[edible Community Publication]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1733</guid>
		<description><![CDATA[I just tasted our first one of these and they are amazing!! I love biscuits and I&#8217;m pretty sure I would just eat these as biscuits even without the egg in them honestly although the egg adds a nice touch.  These came to be via Australia, a lot of nothing, and then a ferry ride! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1733&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1734" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/08/baconeggmuffin.jpg"><img class="size-full wp-image-1734" title="Bacon, Egg, in a MUFFIN" src="http://techdabble.files.wordpress.com/2010/08/baconeggmuffin.jpg?w=510&#038;h=382" alt="Bacon, Egg, in a MUFFIN" width="510" height="382" /></a><p class="wp-caption-text">Bacon, Egg, in a MUFFIN</p></div>
<p>I just tasted our first one of these and they are amazing!! I love  biscuits and I&#8217;m pretty sure I would just eat these as biscuits even  without the egg in them honestly although the egg adds a nice touch.   These came to be via Australia, a lot of nothing, and then a ferry ride!  Basically my travel partner and I ran into this type of  egg-in-a-biscuit-muffin at a cart in Cairns, Australia in the mall and  they were fabulous.  At the time I wondered how they got the egg in  muffins exactly and wished to make them at home but never really  investigated that thought until I was on a ferry and saw a complimentary issue of our local edible magazine. Flipping through the pages low and behold I found a recipe for them! WHAM! So we made them finally.  And they were totally worth it!!!!</p>
<p>They are chives, bacon, and Parmesan cheese biscuit batter surrounding a cooked whole egg.</p>
<p>From the July / August 2010 Edition of an edible Communities Publication (pg 39):</p>
<p>Bacon and Egg Muffins<br />
Serves 6 | Start to Finish: 1 hour</p>
<p>Stuffed with a half pound of crumbled bacon, chopped chives, Parmesan cheese, and an egg baked right into the center, these biscuity muffins aren&#8217;t the kind that leave you hungry an hour later.</p>
<ul>
<li>Nonstick vegetable oil spray</li>
<li>2 cups all purpose flour</li>
<li>3/4 teaspoon salt</li>
<li>2 teaspoons baking powder</li>
<li>1 tablespoon sugar</li>
<li>1/2 lb thick-cut bacon, cooked crisp and finely chopped</li>
<li>1/4 cup chopped fresh chives</li>
<li>1/2 cup grated Parmesan cheese</li>
<li>1 cup whole milk</li>
<li>7 large eggs (we used medium)</li>
<li>5 tablespoons unsalted butter, melted (we used margarine)</li>
</ul>
<ol>
<li>Preheat the oven to 375 degrees</li>
<li>Grease 6 jumbo muffin tins (or 1 cup ramekins) with the oil spray and set aside</li>
<li>Whisk the flour, salt, baking powder, sugar, bacon, chives, and cheese in a large bowl. Combine the milk and one egg in a small bowl, and add to the dry ingredients, along with the melted butter. Fold the ingredients together gently until no dry spots remain.</li>
<li>Spoon about 1/4 cup batter into each of the muffin tins. Using a soft spatula spread the batter up the sides of the tins a bit, leaving a depression in the middle of the batter.  Crack an egg into the center of each cup, and divide the remaining batter between the cups, making sure you cover the yolk. (It&#8217;s easiest if you work with small dollops of batter.)</li>
<li>Bake the muffins for 20-25 minutes, until the visible egg white is set and the muffins are just barely beginning to crack (they will not be very brown.) Cool 5 minutes, then run a small knife around the edges of each muffin to release. Serve hot.</li>
</ol>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/edible-community-publication/'>edible Community Publication</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1733/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1733&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/08/22/egg-in-a-biscuit-yes-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/08/baconeggmuffin.jpg" medium="image">
			<media:title type="html">Bacon, Egg, in a MUFFIN</media:title>
		</media:content>
	</item>
		<item>
		<title>Enegy Consumption: Correctly Scaled Power Supply</title>
		<link>http://techdabble.wordpress.com/2010/06/22/energy-consumption-scaled-power-supply/</link>
		<comments>http://techdabble.wordpress.com/2010/06/22/energy-consumption-scaled-power-supply/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:38:20 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Building a Low Power NAS]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1727</guid>
		<description><![CDATA[One of my main goals of the NAS project was to make it as low power as possible while still functioning.  For me that meant a system that was largely in standby mode and that when running consumed as little power as possible. My first step was the use of low power hardware (motherboard, disk [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1727&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my main goals of the NAS project was to make it as low power as possible while still functioning.  For me that meant a system that was largely in standby mode and that when running consumed as little power as possible. My first step was the use of low power hardware (motherboard, disk drive, etc) and then my latest step just this week was to move it to a case with a much more efficient power supply.  In this brief post I want to focus on the power supply overhead I saw in my project.</p>
<p>I had an opportunity to look at the impact on badly matched power supplys in my stepwise process of building my home server.  I first built it in a standard ATX case with a standard ATX power supply (350 W I think?) but I used low power Atom board and hard drives (1 2.5&#8243; PATA and 1 3.5&#8243; Green Series WD)  running Windows Home Server 1.0.  After using it in that configuration I moved it into a Chenbro ES34069 with a 120 W power supply that was more efficient at lower loads.  I took advantage of that opportunity and took some notes about energy consumption.  The following are the measurements in 4 different power states, the energy consumption of the 2 configurations, and the percent change between the two:</p>
<table border="1" align="center">
<tbody>
<tr>
<td></td>
<th>ATX</th>
<th>Chenbro</th>
<th>% Change</th>
</tr>
<tr>
<th>Off</th>
<td>3 W</td>
<td>2.5 W</td>
<td>-16.5%</td>
</tr>
<tr>
<th>Standby</th>
<td>3 W</td>
<td>2.5 W</td>
<td>-16.5%</td>
</tr>
<tr>
<th>Running &#8211; Load</th>
<td>42 W</td>
<td>32 W</td>
<td>-23.8%</td>
</tr>
<tr>
<th>Running &#8211; Idle</th>
<td>39.5 W</td>
<td>28 W</td>
<td>-29.1%</td>
</tr>
</tbody>
</table>
<p>In all states the power consumption decreased.  In the off and standby states the drop is really negligible but in the load and idle states the reduction is fairly impressive considering the only thing that changed was the efficiency of the power supply in the setup.  After looking at the numbers I wondered how they compared to if I was to run a desktop in the similar setup.  So I measured the usage of my 1 year old Dell Vostro 220 system to throw into the mix.  I did the same measurements but unlike the other two setups the consumption was highly variable.  To account for that I decided to use the consumption specifications that dell provides because they were right in the range I was measuring.  Here is the beautiful graph I made&#8230;</p>
<div id="attachment_1728" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/06/chenbro.png"><img class="size-full wp-image-1728" title="Graphical Representation of Measured Energy Consumption" src="http://techdabble.files.wordpress.com/2010/06/chenbro.png?w=510&#038;h=351" alt="Graphical Representation of Measured Energy Consumption" width="510" height="351" /></a><p class="wp-caption-text">Graphical Representation of Measured Energy Consumption</p></div>
<p>Eventually I&#8217;d like to take this data and expand it to energy usage in 1 year but for now here are the immediate measurements and comparisons.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/building-a-low-power-nas/'>Building a Low Power NAS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1727/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1727&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/06/22/energy-consumption-scaled-power-supply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/06/chenbro.png" medium="image">
			<media:title type="html">Graphical Representation of Measured Energy Consumption</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Redux: Boxee</title>
		<link>http://techdabble.wordpress.com/2010/06/21/software-redux-boxee/</link>
		<comments>http://techdabble.wordpress.com/2010/06/21/software-redux-boxee/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 18:54:32 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1706</guid>
		<description><![CDATA[Yes I&#8217;m using Boxee now.  The reason? I got &#8216;new&#8217; hardware.  I inherited a used machine with a working onboard video card that was enough for Boxee to run.  So I installed Boxee and overall really like it.  It&#8217;s nice to be able to watch The Daily Show on Saturday morning when I don&#8217;t even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1706&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yes I&#8217;m using Boxee now.  The reason? I got &#8216;new&#8217; hardware.  I inherited a used machine with a working onboard video card that was enough for Boxee to run.  So I installed Boxee and overall really like it.  It&#8217;s nice to be able to watch The Daily Show on Saturday morning when I don&#8217;t even have cable.  But I do have one major qualm with Boxee: the inability for it to sleep. My only annoyance with Boxee is that if I have my media sources set to a network share and set to scan daily&#8230; if that network share isn&#8217;t available it REMOVES all the media that previous was in there.  Not a big deal if the network share is always on but mine isn&#8217;t.  My eventual build has a WOL packet sent to my server every time windows logins in to prevent this but it was annoying at first.</p>
<p><span style="text-decoration:underline;"><strong>Power Saving Boxee Box: Is it really this hard?</strong></span></p>
<p>Goal: To have a media center box that goes to sleep while it&#8217;s not in use and comes back on quickly when needed.</p>
<p>Boxee doesn&#8217;t make that easy, or at least not that I can find.</p>
<p>Problems with Boxee and Power Savings:</p>
<p>1) It overrides Window&#8217;s Power Settings so you can&#8217;t just set the box to go to sleep after a period of Idle time.  This process worked fine for the old setup but not for Boxee.</p>
<p>2) It doesn&#8217;t include anyway to do this within Boxee. It does have a sleep mode but that only goes for the monitor it is attached to.</p>
<p>3) Boxee does NOT come out of sleep well.  In face it basically freezes and after a Ctrl+Alt+Del kill it will work again.</p>
<p><strong>Solution:</strong></p>
<p>1) Don&#8217;t use sleep; use shutdown instead.  I set the computer to auto login (with Tweak UI), wake the server, and auto start Boxee with each boot so its easy. It takes a little longer than sleep but not terribly long.</p>
<p>2) <a href="http://www.ampsoft.net/utilities/WinOFF.php">AMP WinOFF</a> &#8212; I tried a few other shutdown apps to monitor on network traffic, etc but none of them seemed to really fit my needs.  I had to change directions and this one came up amazing. I set it to immediately start a 3 hour countdown to shutdown when the computer boots. I hide the window and when that 3 hours are up it pops a window with 2 options:</p>
<p>a) Restart Timer &#8211; It will start another 3 hour countdown from that point and repeat the cycle<br />
b) Cancel Shutdown &#8211; This stops the timer and the computer will be on until you turn it off</p>
<p>If neither of those options are chosen it will shutdown.</p>
<p>For an apartment of 2 people it means AT MOST it will be on for 6 hours a day IF someone turns it on walks away and someone else is using it mid 3 hour point.  The likelihood of that happening with its usage is very small in my living situation. Most days it doesn&#8217;t get turned on and when it does 95% of the time it will turn itself off in 3 hours. Not a perfect energy-saving plan but better than the alternative of leaving it on all the time accidentally.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/htpc-project/'>HTPC Project</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1706/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1706/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1706&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/06/21/software-redux-boxee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Case Migration &#8211; Chenbro ES34069</title>
		<link>http://techdabble.wordpress.com/2010/06/21/case-migration-chenbro-es34069/</link>
		<comments>http://techdabble.wordpress.com/2010/06/21/case-migration-chenbro-es34069/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 16:07:57 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Building a Low Power NAS]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1691</guid>
		<description><![CDATA[The day was finally here! I decided that due to reworking my living space it was worth it to officially buy the Chenbro ES34169 case. That&#8217;s a lovely stock photo and perhaps I&#8217;ll get a photo of my build up there, but the key to that photo is that it is 5&#8243;x10&#8243;x10&#8243;. TINY for 4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1691&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The day was finally here! I decided that due to reworking my living space it was worth it to officially buy the <a href="http://usa.chenbro.com/corporatesite/products_detail.php?sku=79">Chenbro ES34169 case</a>.</p>
<div id="attachment_1692" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/06/chnebro.jpg"><img class="size-full wp-image-1692" title="Chenbro ES34069 Dreamy Case" src="http://techdabble.files.wordpress.com/2010/06/chnebro.jpg?w=300&#038;h=300" alt="Chenbro ES34069 Dreamy Case" width="300" height="300" /></a><p class="wp-caption-text">Chenbro ES34069 Dreamy Case</p></div>
<p>That&#8217;s a lovely stock photo and perhaps I&#8217;ll get a photo of my build up there, but the key to that photo is that it is 5&#8243;x10&#8243;x10&#8243;. TINY for 4 full hot swappable drives and 1 2.5&#8243; PATA space.  I had already speced out my parts I was using in a hope to one day upgrade to the Chenbro case I sought after so I was theoretically ready to go to just move my parts.</p>
<p>And it worked! On the first boot of the new case install everything came up and worked correctly. It was awesome! Many sites by this point have gone over the Chenbro case but here are a few starter things for folks who might have just stumbled across this:</p>
<p>1) The case is tight! To pack everything in there isn&#8217;t a lot of space for cables. For example my IDE cable for the 2.5&#8243; PATA OS drive pretty much takes up an entire corner to wrap it around and into.</p>
<p>2) The case isn&#8217;t difficult to get apart but it isn&#8217;t intuitive either: read the directions.  Getting the bezel off is the hardest part and I found once I could hing it 15 degrees (as the pdf directions tell me to do) I could actually get to the tabs from the front side of the bezel with a small flat head screw driver and push them down to release.  I got one undone by the published directions (I had to google for them under &#8220;Chenbro ES34069 manual&#8221;) and then the second one I could get to release by the screwdriver method.  I&#8217;m not sure if you can do both with the screwdriver from the start but I don&#8217;t see why not.  Give it a shot.</p>
<p>3) Sadly the case has more fancy lights than my motherboard has headers. This isn&#8217;t a big deal but I get the standard 2 lights on the front: Power and HDD Activity. No separate lights for each NIC or a fault light.  It&#8217;s really okay as I&#8217;m sharing a bedroom with it :)</p>
<p>Over the next few days I&#8217;m going to try to put together a case study for the energy savings of my setup.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/building-a-low-power-nas/'>Building a Low Power NAS</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1691&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/06/21/case-migration-chenbro-es34069/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/06/chnebro.jpg" medium="image">
			<media:title type="html">Chenbro ES34069 Dreamy Case</media:title>
		</media:content>
	</item>
		<item>
		<title>Goat Cheese and Herb Stuffed Squash Blossoms</title>
		<link>http://techdabble.wordpress.com/2010/06/15/goat-cheese-and-herb-stuffed-squash-blossoms/</link>
		<comments>http://techdabble.wordpress.com/2010/06/15/goat-cheese-and-herb-stuffed-squash-blossoms/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 04:33:44 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1686</guid>
		<description><![CDATA[  Fried Squash Blossoms    What we learned tonight&#8230;. use squash blossoms RIGHT AWAY.  Ours were a bit more wilt-y than we would have liked them. The sous chef did an amazing job of removing the stamins and stuffed them in these tough wilted situation.  We stuffed them with a mixture of goat chevre, basil, thyme, garlic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1686&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div class="mceTemp mceIEcenter"> </div>
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://techdabble.files.wordpress.com/2010/06/squashblossoms-14.jpg"><img class="size-full wp-image-1688" title="Fried Squash Blossoms" src="http://techdabble.files.wordpress.com/2010/06/squashblossoms-14.jpg?w=510&#038;h=382" alt="Fried Squash Blossoms" width="510" height="382" /></a></dt>
<dd class="wp-caption-dd">Fried Squash Blossoms</dd>
</dl>
</div>
<p> </p>
<p> What we learned tonight&#8230;. use squash blossoms RIGHT AWAY.  Ours were a bit more wilt-y than we would have liked them. The sous chef did an amazing job of removing the stamins and stuffed them in these tough wilted situation.  We stuffed them with a mixture of goat chevre, basil, thyme, garlic powder, and white pepper.  They got battered in a simple beer batter and fried for 30 seconds on each side.  They were yummy but not blow my mind amazing. Not this time anyway&#8230; and here they are BEFORE we lathered them with goodness and dipped them in hot oil!</p>
<div id="attachment_1687" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/06/squashblossoms-7.jpg"><img class="size-medium wp-image-1687" title="Stuffed but not battered and friend squash blossoms" src="http://techdabble.files.wordpress.com/2010/06/squashblossoms-7.jpg?w=300&#038;h=225" alt="Stuffed but not battered and friend squash blossoms" width="300" height="225" /></a><p class="wp-caption-text">Stuffed but not battered and friend squash blossoms</p></div>
<div class="mceTemp mceIEcenter"> </div>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/3-id-do-it-again/'>3 - I'd do it again</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1686/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1686&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/06/15/goat-cheese-and-herb-stuffed-squash-blossoms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/06/squashblossoms-14.jpg" medium="image">
			<media:title type="html">Fried Squash Blossoms</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/06/squashblossoms-7.jpg?w=300" medium="image">
			<media:title type="html">Stuffed but not battered and friend squash blossoms</media:title>
		</media:content>
	</item>
		<item>
		<title>Sous Chef Reports: What&#8217;s Been Cookin&#8217;</title>
		<link>http://techdabble.wordpress.com/2010/05/01/sous-chef-reports-whats-been-cookin/</link>
		<comments>http://techdabble.wordpress.com/2010/05/01/sous-chef-reports-whats-been-cookin/#comments</comments>
		<pubDate>Sat, 01 May 2010 18:55:50 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1677</guid>
		<description><![CDATA[Clockwise, starting with the top left: 1) chocolate rhubarb bread with pear 2) curried potato-corn burgers with avocado mango salsa 3) smoked salmon (fresh from the farmer&#8217;s market!) pot pie gloriously using up leftover fiddleheads, carrots, potatos, and with lots of dill 4) bacon, avocado &#38; tomato sandwich; spread made of cream cheese, shredded goat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1677&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1678" class="wp-caption aligncenter" style="width: 519px"><a href="http://techdabble.files.wordpress.com/2010/05/whatscookin.jpg"><img class="size-full wp-image-1678" title="whatscookin" src="http://techdabble.files.wordpress.com/2010/05/whatscookin.jpg?w=509&#038;h=769" alt="" width="509" height="769" /></a><p class="wp-caption-text">We&#039;ve been eating, I swear!</p></div>
<p>Clockwise, starting with the top left:</p>
<p>1) chocolate rhubarb bread with pear</p>
<p>2) curried potato-corn burgers with avocado mango salsa</p>
<p>3) smoked salmon (fresh from the farmer&#8217;s market!) pot pie gloriously using up leftover fiddleheads, carrots, potatos, and with lots of dill</p>
<p>4) bacon, avocado &amp; tomato sandwich; spread made of cream cheese, shredded goat cheddar and fresh garlic; toasted up like a grilled cheese</p>
<p>5) poached eggs on toast with avocado and tomato slices</p>
<p>6) lime yogurt cake, sprinkled with powdered sugar</p>
<p>7) sweet potatos, tomatillos, refried beans and salsa in a delicious tortilla!</p>
<p>8) the beginnings of a soup using purple cabbage, potatos, andoille sausage from the farmer&#8217;s market&#8230;DELICIOUS.</p>
<p>The Chef is once again out of town. It is my hope that he&#8217;ll put up some posts soon regarding the 1950&#8242;s bike repair project, but also &#8211; if you see him &#8211; ask him about his lemon basil iron chef adventure! If only I had access to the sorbet in the freezer at his apartment&#8230;.!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1677/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1677/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1677&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/05/01/sous-chef-reports-whats-been-cookin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/05/whatscookin.jpg" medium="image">
			<media:title type="html">whatscookin</media:title>
		</media:content>
	</item>
		<item>
		<title>Sous Chef Reports: Using the Blasted Fiddleheads</title>
		<link>http://techdabble.wordpress.com/2010/04/15/sous-chef-reports-using-the-blasted-fiddleheads/</link>
		<comments>http://techdabble.wordpress.com/2010/04/15/sous-chef-reports-using-the-blasted-fiddleheads/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 20:40:29 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1660</guid>
		<description><![CDATA[Last spring, the Chef became obsessed with fiddleheads. I can&#8217;t recall whether it was just that they were new and exciting, or he&#8217;d heard about them before and wanted to try them, or had fond childhood memories, or what the deal was. Fiddleheads are pretty cool, in theory &#8211; they look neat, and HEY, you&#8217;re [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1660&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last spring, the Chef became <a href="http://techdabble.wordpress.com/?s=fiddleheads">obsessed with fiddleheads</a>. I can&#8217;t recall whether it was just that they were new and exciting, or he&#8217;d heard about them before and wanted to try them, or had fond childhood memories, or what the deal was. Fiddleheads <em>are </em>pretty cool, in theory &#8211; they look neat, and HEY, you&#8217;re eating FERNS! They taste pretty good too &#8211; reminiscent of asparagus, excellent with bacon!</p>
<p>My enthusiasm for fiddleheads wanes when it&#8217;s time to prep them for cooking. They come with lots of &#8220;feathers&#8221; you have to clean off, and it&#8217;s not easy. You really need running water to do it effectively, and since using hot water would partially cook them, you have to use COLD water &#8211; and your fingers freeze off. Also, it&#8217;s hard to fit more than one person in front of the sink at a time, so one person has to do it solo and it takes FOREVER. I think, in general, they aren&#8217;t necessarily worth the trouble &#8211; for me, anyway.</p>
<p>But, it was not too much effort for the Chef, and in his excitement, he <a href="http://techdabble.wordpress.com/2009/04/13/lady-fern-fiddleheads-freezer-time/">blanched a batch of these bad boys</a> toward the end of fiddlehead season and we put them in the freezer to enjoy over the winter.</p>
<p>Two or three weeks ago, fresh fiddleheads returned to the farmer&#8217;s market. And the frozen ones were still in my freezer. The Chef, to his credit, hasn&#8217;t tried to buy any fresh ones yet, but I would have refused to let him &#8211; not until the ones in the freezer are used up.</p>
<p>Awhile ago, he suggested a <strong>fiddlehead quiche</strong>, and I latched onto this brilliant idea, and waited til the time was right. Last night, I made it happen.</p>
<div id="attachment_1668" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/04/img_1687.jpg"><img class="size-medium wp-image-1668" title="fiddleheadquiche-slice" src="http://techdabble.files.wordpress.com/2010/04/img_1687.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">CHOMP.</p></div>
<p>Over at <a href="http://parsnipsaplenty.com/2009/05/13/fiddlehead-quiche/">Parsnips Aplenty</a>, the blog where I found this post&#8217;s recipe, fiddleheads are referred to as a &#8220;recently yuppified foraging treat&#8221;. At our farmer&#8217;s market, we have one vendor that deals in foraged goods &#8211; a rotating cast of mushrooms, fiddleheads, stinging nettles, knotweed, miner&#8217;s lettuce, etc. Foraged goods just cost more in general. They are, however, mostly delicious. Parsnips Aplenty doesn&#8217;t care how yuppified or expensive they are &#8211; Parsnips Aplenty buys them anyway. (And so do we.)</p>
<p>This recipe is adapted from the other blog, which is funny because that recipe is also adapted from somewhere else. Sometimes cooking from internet recipes feels like a game of telephone.</p>
<p>One reason a quiche was a perfect idea is that it meant using the fiddleheads <em>in </em>something, rather than serving them alone: they didn&#8217;t survive well in the freezer after a whole year (and I wouldn&#8217;t expect them to). They were freezer burned and, after thawed, pretty mushy. NOT TO WORRY! First, we chopped them roughly and sauteed them in a pan with approximately 2tbsp of chopped leeks, then we put them in a tasty egg mixture and cooked them up in a fancy egg pie. No need for crunchy!</p>
<p>As far as the game of telephone goes: we used soy milk instead of half and half, replaced the cheddar cheese with goat cheese, didn&#8217;t bother buying parsley and completely forgot to put in the parmesan. And as much as I&#8217;d have loved to make it in my tart pan, I had no designs on making my own crust &#8211; thus it was baked in a store-bought pie crust.  I also added what turned out to be <em>quite a bit</em> of green garlic from the farmer&#8217;s market.</p>
<div id="attachment_1669" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/04/img_1680.jpg"><img class="size-medium wp-image-1669" title="fiddleheadquiche-unbaked" src="http://techdabble.files.wordpress.com/2010/04/img_1680.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">It was at this point that I realized I completely forgot the tomatillo I wanted to put in.</p></div>
<p>I&#8217;m a fan of the finished product. It&#8217;s deliciously garlicky and goat-cheesey. Honestly, I can&#8217;t taste the fiddleheads &#8211; they don&#8217;t really have a strong flavor to begin with, and when you start adding strong ingredients like garlic and goat cheese, combined with the fact that the fiddleheads were WAY past their prime &#8211; that&#8217;s to be expected, I think. But as a green veggie filler they were excellent. Otherwise the quiche would probably just have broccoli in it. BORING!</p>
<p>Additionally: I&#8217;m not sure I&#8217;d actually choose this recipe/preparation for fresh fiddleheads. They are so much damn work that if I am going to make them, I want to be able to TASTE them, rather than bury them. Although it&#8217;s entirely possible that, when fresh, they&#8217;d be able to hold their own against the garlic and goat cheese.</p>
<div id="attachment_1670" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/04/img_1684.jpg"><img class="size-medium wp-image-1670" title="fiddleheadquiche-final" src="http://techdabble.files.wordpress.com/2010/04/img_1684.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">The chicken potholder really enhances the baking experience</p></div>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1660/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1660&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/04/15/sous-chef-reports-using-the-blasted-fiddleheads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/04/img_1687.jpg?w=300" medium="image">
			<media:title type="html">fiddleheadquiche-slice</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/04/img_1680.jpg?w=300" medium="image">
			<media:title type="html">fiddleheadquiche-unbaked</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/04/img_1684.jpg?w=300" medium="image">
			<media:title type="html">fiddleheadquiche-final</media:title>
		</media:content>
	</item>
		<item>
		<title>Ingredient Challenge 1: Dark Chocolate</title>
		<link>http://techdabble.wordpress.com/2010/02/27/ingredient-challenge-1-dark-chocolate/</link>
		<comments>http://techdabble.wordpress.com/2010/02/27/ingredient-challenge-1-dark-chocolate/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:06:03 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1563</guid>
		<description><![CDATA[Man I&#8217;m still cooking but blogging about it is becoming longer and longer between the cooking and the writing.  The longest still is Thanksgiving of last year that isn&#8217;t done yet. So in some cases I&#8217;m starting to adopt a less verbose or detailed posting style just to keep myself moving. At the bare minimum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1563&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1643" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/chocolatedindin1.jpg"><img class="size-full wp-image-1643" title="Chocolate is in all of them!" src="http://techdabble.files.wordpress.com/2010/02/chocolatedindin1.jpg?w=510&#038;h=371" alt="Chocolate is in all of them!" width="510" height="371" /></a><p class="wp-caption-text">Chocolate is in all of them!</p></div>
<p>Man I&#8217;m still cooking but blogging about it is becoming longer and longer between the cooking and the writing.  The longest still is Thanksgiving of last year that isn&#8217;t done yet. So in some cases I&#8217;m starting to adopt a less verbose or detailed posting style just to keep myself moving. At the bare minimum I&#8217;ll post a final photo, a short review, and a link to the recipe if it is on the web.  So this one is about 2 weeks late but enjoy:  </p>
<p>What do you do when you have lots of dark chocolate bars around your apartment, a dinner scheduled with your teacher, and a teacher who weekly has been using Facebook to get her chocolate fix? You act on that idea you&#8217;d had for a while: Chocolate themed dinner.  I scoured the web for recipes that use chocolate that aren&#8217;t a mole sauce and aren&#8217;t someone boring like a salad with chocolate nibs in it. Cooking boring I guess. I wanted to have to do SOMETHING with the chocolate besides just crush it up and sprinkle.  That was NOT easy; especially for a main course. So what did I come up with? A four dish meal (and a bonus dessert!):  </p>
<ul>
<li><strong>Appetizer</strong> &#8211; <a href="http://www.secondhelpingonline.com/?p=1675">Grilled Figs with Dark Chocolate and Sea Salt Bruschetta</a></li>
<li><strong>Main Dish #1</strong> &#8211; <a href="http://www.taste.com.au/recipes/1826/catalan+beef+stew">Catalan Beef Stew</a></li>
<li><strong>Main Dish #2</strong> - <a href="http://allthingsnice.typepad.com/tastebuddies/2009/02/ricotta-ravioli-with-dark-chocolate-sauce-1.html">Homemade Spelt Ravioli with Lemon-Soy Ricotta Filling served with a Chocolate Sauce</a> &#8211; Naturally made with spelt for my wheat-free guest and with my homemade soy ricotta for the dairy allergic me.</li>
<li><strong>Planned Dessert</strong> &#8211; <a href="http://www.flickr.com/photos/cutecupcakes/2779352404/">Chocolate Covered Chocolate Chip Cookie Dough Balls</a></li>
<li><strong>Bonus Dessert</strong> &#8211; Orange Flavored Chocolate Cups with Orange Slices to Garnish</li>
</ul>
<p>Sadly we didn&#8217;t get to the make the Grilled Fig with Dark Chocolate and Sea Salt Bruschetta because we couldn&#8217;t get figs that particular day but we did pick up a bonus dessert! So how&#8217;d it go? AWESOME!  </p>
<p><strong><span style="text-decoration:underline;">Catalan Beef Stew</span></strong>  </p>
<div id="attachment_1646" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/catlanstew.jpg"><img class="size-full wp-image-1646" title="Catalan Beef Stew served over Rice" src="http://techdabble.files.wordpress.com/2010/02/catlanstew.jpg?w=510&#038;h=340" alt="Catalan Beef Stew served over Rice" width="510" height="340" /></a><p class="wp-caption-text">Catalan Beef Stew served over Rice</p></div>
<p>Where&#8217;s the chocolate?:  There is about 2 ounces in the sauce along with orange peel and cinnamon stick! It has a great deep flavor and lovely burst of orange if you got some of the peel.  It was delightful served over rice. And for the 10 lunches afterwards. :)  </p>
<p>The only problem? I left the cinnamon sticks in to big of chunks and it looks EXACTLY like the beef when it starts to pull apart; only its still kinda hard.   </p>
<p><strong><span style="text-decoration:underline;">Homemade Spelt Ravioli with Lemon-Soy Ricotta Filling served with a Choclate Sauce</span></strong>  </p>
<div id="attachment_1649" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/chocolatesoyricotta.jpg"><img class="size-full wp-image-1649" title="Savory on the inside; Sweet on the outside!" src="http://techdabble.files.wordpress.com/2010/02/chocolatesoyricotta.jpg?w=510&#038;h=382" alt="Savory on the inside; Sweet on the outside!" width="510" height="382" /></a><p class="wp-caption-text">Savory on the inside; Sweet on the outside!</p></div>
<p>Where&#8217;s the Chocolate?: In the sauce. Duh. Which is just melted dark chocolate, some soy cream, and coconut cream.   </p>
<p>This is a great example of tweaking a recipe so folks can eat it. Instead of normal wheat flour we used spelt to make the pasta. Instead of regular ricotta I made it with soy cream cheese and tofu.  Flavored it with lemon zest and a bit of powdered sugar per the instructions and off we went.  It turned out great! Slightly sweet on the inside but mostly savory with a sweet sauce. Totally worth it. If you make it cut the sauce in half; we still have chocolate sauce in the fridge!  </p>
<p><strong><span style="text-decoration:underline;">Chocolate Covered Chocolate Chip Cookie Dough Balls</span></strong>  </p>
<div id="attachment_1651" class="wp-caption aligncenter" style="width: 519px"><a href="http://techdabble.files.wordpress.com/2010/02/chocdoughballs2.jpg"><img class="size-full wp-image-1651" title="Chocolate Inside; Chocolate Outside. What more could you want?!" src="http://techdabble.files.wordpress.com/2010/02/chocdoughballs2.jpg?w=509&#038;h=190" alt="Chocolate Inside; Chocolate Outside. What more could you want?!" width="509" height="190" /></a><p class="wp-caption-text">Chocolate Inside; Chocolate Outside. What more could you want?!</p></div>
<p>Where&#8217;s the Chocolate?: Outside and inside. QED.  </p>
<p>These were made with spelt again and also sans egg for that whole raw-eating-not-killing-you thing.  The texture of the dough was a bit off for me but I think that had to do with the recipe being different from my normal chocolate chip cookie dough.  Next time I&#8217;ll use my standard dough sans eggs and let it chill for an hour before I roll it out. These were still REALLY good just not perfect.  </p>
<p><strong><span style="text-decoration:underline;">Orange Chocolate Cups with Orange Slices</span></strong>  </p>
<div id="attachment_1655" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/orangechoc-1.jpg"><img class="size-full wp-image-1655" title="Mmmmmmmmmmm" src="http://techdabble.files.wordpress.com/2010/02/orangechoc-1.jpg?w=510&#038;h=382" alt="Mmmmmmmmmmm" width="510" height="382" /></a><p class="wp-caption-text">Mmmmmmmmmmm</p></div>
<p>Where&#8217;s the Chocolate?: You need to ask?  </p>
<p>This is what happens when you have quite a bit of melted dark chocolate left over from dipping the dough balls.  We also had 1/2 of an orange zest left so we finished that off and stirred it into the chocolate. Lined muffin tin with muffin paper cups and filled them up with what we hoped would be orange flavored chocolate.  And then we had these left over slices so we stuck 1 in the top of half the chocolate cups.  Boom! No chocolate waste.  </p>
<p>How&#8217;d it go over? Really, really well! Not only was the food good but the company was great and the sous chef had a good time making it; even in the day fraught with annoyances :)  </p>
<p>****</p>
<p>BONUS:  </p>
<p>Alternate beggining written while I was searching for recipes:  </p>
<p>People love to give me chocolate more than I love to eat it. Don&#8217;t get me wrong I love eating chocolate but it isn&#8217;t part of my normal craving cycle and so it often goes uneaten for a period of time. At his point I have 4-5 bars of various dark chocolate types at my house. I thought of the idea of doing a chocolate themed dinner and the time has come because one of my guests for this weekend dinner is a self proclaimed &#8221;Not Chocaholic&#8221;&#8230; which translates to she can&#8217;t get enough.  :) So this post starts earlier in the process than usual: finding a recipe.  </p>
<p>Things this search has solidified for me: 1) Most chocolate recipes are for deserts 2) If they are main meals they are either mole sauce, chili, or a cacao rub for meat.  None of those mail meal options are where I want to take the meal for no apparent reason so I&#8217;m searching for something else and I&#8217;m not finding much. At all.  </p>
<p>I&#8217;m looking for a 3 course meal plan that in each dish the chocolate is some how incorprated in a unique way.  I&#8217;ve found salad recipes with nibs of chocolate on top which sounds good but feels more like &#8220;assembling&#8221; a meal than cooking a meal. My preference for this meal is for the chocolate to disappear into the dish or at least change forms from broken up bar.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/straight-up-creation-no-recipe-included/'>Straight up Creation No Recipe Included</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1563/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1563/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1563/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1563&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/27/ingredient-challenge-1-dark-chocolate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/chocolatedindin1.jpg" medium="image">
			<media:title type="html">Chocolate is in all of them!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/catlanstew.jpg" medium="image">
			<media:title type="html">Catalan Beef Stew served over Rice</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/chocolatesoyricotta.jpg" medium="image">
			<media:title type="html">Savory on the inside; Sweet on the outside!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/chocdoughballs2.jpg" medium="image">
			<media:title type="html">Chocolate Inside; Chocolate Outside. What more could you want?!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/orangechoc-1.jpg" medium="image">
			<media:title type="html">Mmmmmmmmmmm</media:title>
		</media:content>
	</item>
		<item>
		<title>Sweet Potato and Sausage Soup</title>
		<link>http://techdabble.wordpress.com/2010/02/21/sweet-potato-and-sausage-soup/</link>
		<comments>http://techdabble.wordpress.com/2010/02/21/sweet-potato-and-sausage-soup/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 05:14:43 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1609</guid>
		<description><![CDATA[This is truly a tag team effort! This morning I mentioned to the sous chef that I was thinking we could make a soup out of lonely sweet potato we had left over. I was headed to class and we were going to the farmers market right after that so the power was left up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1609&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1622" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/sweettatersoup.jpg"><img class="size-full wp-image-1622" title="Sweet Potato and Sausage Soup" src="http://techdabble.files.wordpress.com/2010/02/sweettatersoup.jpg?w=510&#038;h=382" alt="Sweet Potato and Sausage Soup" width="510" height="382" /></a><p class="wp-caption-text">Sweet Potato and Sausage Soup</p></div>
<p>This is truly a tag team effort! This morning I mentioned to the sous chef that I was thinking we could make a soup out of lonely sweet potato we had left over. I was headed to class and we were going to the farmers market right after that so the power was left up to her and she rocked it! She came back with 2 recipes and we selected this <a href="http://smittenkitchen.com/2007/10/sweet-potato-and-sausage-soup/">one</a> from her now favorite food blog (which isn&#8217;t this one?!.. sadly its true): Smitten Kitchen.  But the recipe was great because not only did it use the sweet potato but also a few other extras we had lying around: frozen garlic cubes, 7 tiny ozette potatoes, and spinach. We got some Andouille sausage, leeks, and a sweet potato at the farmers market and we were off!</p>
<p>What an amazing soup! The slightly spicy sausage goes great with the 1/2 lightly mashed sweet potato. And even the wilted spinach was not too much for me (which is surprising).   The texture was thick but not smooth and the contents were nice and chunky; just the way I like soup!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1609&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/21/sweet-potato-and-sausage-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/sweettatersoup.jpg" medium="image">
			<media:title type="html">Sweet Potato and Sausage Soup</media:title>
		</media:content>
	</item>
		<item>
		<title>Baby Spinach, Strawberry, and Goat Cheese Salad with Fig Walnut Salad Dressing</title>
		<link>http://techdabble.wordpress.com/2010/02/21/baby-spinach-strawberry-and-goat-cheese-salad-with-fig-walnut-salad-dressing/</link>
		<comments>http://techdabble.wordpress.com/2010/02/21/baby-spinach-strawberry-and-goat-cheese-salad-with-fig-walnut-salad-dressing/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:44:42 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1613</guid>
		<description><![CDATA[This was a quick salad we took to a friends for dinner one night. I hadn&#8217;t told the sous chef that we were taking anything because it wasn&#8217;t confirmed yet so I just it upon myself to provide the salad I promised.  The only idea I had was to  do something with spinach (&#8217;cause I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1613&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1618" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/spinachstrawberrysalad.jpg"><img class="size-full wp-image-1618" title="The sous chef MADE me take this picture. Thank her later!" src="http://techdabble.files.wordpress.com/2010/02/spinachstrawberrysalad.jpg?w=510&#038;h=382" alt="The sous chef MADE me take this picture. Thank her later!" width="510" height="382" /></a><p class="wp-caption-text">The sous chef MADE me take this picture. Thank her later!</p></div>
<p style="text-align:center;">
<p>This was a quick salad we took to a friends for dinner one night. I hadn&#8217;t told the sous chef that we were taking anything because it wasn&#8217;t confirmed yet so I just it upon myself to provide the salad I promised.  The only idea I had was to  do something with spinach (&#8217;cause I love it) and make a salad dressing from some honey a co-worker gave me from someone who harvested it in their or a friends backyard (can&#8217;t remember how long the chain of people is?) but I forgot the honey and wasn&#8217;t going to go back to work to get it before dinner.  So what did I do? Went to the grocery store, stepped inside, and saw the strawberries on sale and immediately knew what I had to do.</p>
<p>I got the spinach, strawberries, and some herbed goat cheese.  Done.   Except the dressing. So I went looking for something pre-made (French my personal stand-by wasn&#8217;t going to cut it one this one) but I managed to find some Fig Walnut Dressing which was really good. But honestly the huge chunks of goat cheese with the spinach and strawberries was all it needed in my opinion.  And any salad that doesn&#8217;t need a dressing is AMAZING because I think I like dressing more than I like greens. Sadly. I loved how the goat cheese acted like a nice glue to hold my strawberry  to my pile of spinach without any tine action.  It was wonderful!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/straight-up-creation-no-recipe-included/'>Straight up Creation No Recipe Included</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1613&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/21/baby-spinach-strawberry-and-goat-cheese-salad-with-fig-walnut-salad-dressing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/spinachstrawberrysalad.jpg" medium="image">
			<media:title type="html">The sous chef MADE me take this picture. Thank her later!</media:title>
		</media:content>
	</item>
		<item>
		<title>Lemon Lime and Bitters &#8211; Australia Inspiration Part 1</title>
		<link>http://techdabble.wordpress.com/2010/02/21/lemon-lime-and-bitters-australia-inspiration-part-1/</link>
		<comments>http://techdabble.wordpress.com/2010/02/21/lemon-lime-and-bitters-australia-inspiration-part-1/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 03:20:09 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1602</guid>
		<description><![CDATA[A few months ago I traveled to Australia and my travel partner and I stumbled across a lovely drink called Lemon Lime and Bitters. It was made by a few recognizable companies and a few ones we had never heard off.  Every time I drank it I liked it that much more. I&#8217;d place it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1602&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1606" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/02/lemonlimeandbitters.jpg"><img class="size-full wp-image-1606" title="Lemon Lime &amp; Bitters Fixin's and Soda" src="http://techdabble.files.wordpress.com/2010/02/lemonlimeandbitters.jpg?w=510&#038;h=382" alt="Lemon Lime &amp; Bitters Fixin's and Soda" width="510" height="382" /></a><p class="wp-caption-text">Lemon Lime &amp; Bitters Fixin&#39;s and Soda</p></div>
<p>A few months ago I traveled to Australia and my travel partner and I stumbled across a lovely drink called Lemon Lime and Bitters. It was made by a few recognizable companies and a few ones we had never heard off.  Every time I drank it I liked it that much more. I&#8217;d place it in the genre of Ale 8-1 or ginger ale type sodas. Not exactly but that same light taste with some sort of twist or tang to it.  Obviously, a taste I like! In this case the twang was the bitters. We took photos of the bottles hoping to order/find some when we got back to the States.  But my local grocery store had other plans for me.  When I was walking down the aisle I looked up and saw a bottle of bitters and I thought of the name again: Lemon Lime and Bitters.  That doesn&#8217;t sound complicated I bet I could make that&#8230; I have lemon lime soda at home&#8230; and now I have bitters. DONE! So I bought it and tonight I made it.</p>
<p>And it pretty much tastes exactly like what I had in Australia. Light and refreshing with a bit of a tang to it. Yum!</p>
<p>Thank you internet for <a href="http://www.cocktailmaking.co.uk/displaycocktail.php/1207-lemon-lime-and-bitters">this recipe </a>(which is reprinted below in American vernacular):</p>
<p>Lemon Lime and Bitters</p>
<ul>
<li>Splash of bitters</li>
<li>5 parts Lemon Lime Soda</li>
<li>1 part Lime Juice or Lime Cordial</li>
</ul>
<ol>
<li>Splash a few drops of bitters onto the ice in glass</li>
<li>Cover with 1 part Lime Juice and 5 parts Lemon Lime Soda</li>
<li>Enjoy!</li>
</ol>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1602/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1602&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/21/lemon-lime-and-bitters-australia-inspiration-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/lemonlimeandbitters.jpg" medium="image">
			<media:title type="html">Lemon Lime &#38; Bitters Fixin's and Soda</media:title>
		</media:content>
	</item>
		<item>
		<title>Sprouts (Reprise) and Baked Ozettes</title>
		<link>http://techdabble.wordpress.com/2010/02/04/sprouts-reprise-and-baked-ozettes/</link>
		<comments>http://techdabble.wordpress.com/2010/02/04/sprouts-reprise-and-baked-ozettes/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 04:02:22 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1590</guid>
		<description><![CDATA[The Chef isn&#8217;t really a fan of brussell sprouts, and who can blame him? They are a totally unpopular vegetable. I myself had never eaten a single sprout until I moved to Seattle. But, it&#8217;s all about preparation, and after this post, the Chef mentioned he could probably get behind trying sprouts prepared this way [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1590&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1592" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0426.jpg"><img class="size-medium wp-image-1592" title="sprout" src="http://techdabble.files.wordpress.com/2010/02/img_0426.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">A tiny green forest inside. </p></div>
<p>The Chef isn&#8217;t really a fan of brussell sprouts, and who can blame him? They are a totally unpopular vegetable. I myself had never eaten a single sprout until I moved to Seattle. But, it&#8217;s all about <strong>preparation</strong>, and after <a href="http://techdabble.wordpress.com/2009/11/03/sprouts-shrooms-2/">this post</a>, the Chef mentioned he could probably get behind trying sprouts prepared this way &#8211; with a crap-ton of butter and, this time, BACON.</p>
<div id="attachment_1593" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0430.jpg"><img class="size-medium wp-image-1593" title="ozettesgarlic" src="http://techdabble.files.wordpress.com/2010/02/img_0430.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Ready for baking, just add olive oil.</p></div>
<p>Since I knew that I was going to be loading on the butter and olive oil when I sauteed the brussell sprouts, I decided against frying these ozettes, choosing instead to bake them with some garlic chunks, drizzled with olive oil. I&#8217;m solidly pleased with that choice &#8211; it took only 25 minutes (in a 350 degree oven) for these to be completely done and delicious.</p>
<div id="attachment_1594" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0437.jpg"><img class="size-medium wp-image-1594" title="rawbacon" src="http://techdabble.files.wordpress.com/2010/02/img_0437.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Behold! The glory of the fresh bacon!</p></div>
<p>GUYS FOR REAL. I finally caved and bought fresh bacon from the farmer&#8217;s market &#8211; Sea Breeze Farms has their usual meat counter, and they had the bacon hanging from an honest-to-god meat hook. They cut their slices THICK, so half a pound of bacon was a grand total of 4 slices, and set me back nine bucks. I don&#8217;t even regret it.</p>
<p>We&#8217;ve reached the point in the cooking adventure wherein I ran to Facebook and said: &#8220;This is not your usual bacon. Calling for backup.&#8221; I&#8217;m a total newbie when it comes to cooking <em>regular</em> bacon from the store &#8211; the thin, cheap kind. Either it&#8217;s been cooked FOR me or it&#8217;s been cooked in between layers of paper towels in the microwave.  (Midwest holla!) So cooking this thick-cut bacon was seriously like trying to fry up a steak. Eventually I didn&#8217;t know if I&#8217;d be able to tell when it was done or if I&#8217;d burn it, so I pulled it off the stove and texted the Chef for backup. Half of it we chopped up and mixed with the sprouts on the stove, and we each took one of the remaining two pieces to eat alone.</p>
<div id="attachment_1595" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0450.jpg"><img class="size-medium wp-image-1595" title="sproutsozettesbaconplated" src="http://techdabble.files.wordpress.com/2010/02/img_0450.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">My spiraly pink plate is pretty awesome, right?!</p></div>
<p>OVERALL: Satisfactory meal. The sprouts were not as mindblowing as the first time I made them, which was disappointing considering I was trying to sell the Chef on this vegetable. Where I fell short this time around was that, upon reading the recipe, I realized it was meant for a pound and a half of sprouts. And while I was not sure how much I had, I knew I didn&#8217;t have THAT much, so I cut out some of the olive oil and butter. I also cooked the sprouts too hot in the olive oil, and they were browned way before they should have been.  Still, they were tasty &#8211; just not AWESOME.</p>
<p>The potatoes were excellent &#8211; could have used a wee more salt. Unfortunately we did end up burning the bacon.  So, I&#8217;ll probably do all of these things again, but next time I&#8217;ll be sure to give the cooking the care and attention it needs.</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/3-id-do-it-again/'>3 - I'd do it again</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1590/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1590/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1590/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1590&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/04/sprouts-reprise-and-baked-ozettes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0426.jpg?w=300" medium="image">
			<media:title type="html">sprout</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0430.jpg?w=300" medium="image">
			<media:title type="html">ozettesgarlic</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0437.jpg?w=300" medium="image">
			<media:title type="html">rawbacon</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0450.jpg?w=300" medium="image">
			<media:title type="html">sproutsozettesbaconplated</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Apple Bread</title>
		<link>http://techdabble.wordpress.com/2010/02/04/simple-apple-bread/</link>
		<comments>http://techdabble.wordpress.com/2010/02/04/simple-apple-bread/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 22:38:46 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1578</guid>
		<description><![CDATA[Something really clicked with those pear muffins. (Oh yeah: Sous Chef reporting!) Part of it was: &#8220;Hey, baking&#8217;s not so hard! And actually, it&#8217;s kind of fun!&#8221; But the other part, and the point I&#8217;m making here, is that I realized how easy it was the grab a muffin for breakfast on the go. Sure, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1578&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Something really clicked with those pear muffins. (Oh yeah: Sous Chef reporting!) Part of it was: &#8220;Hey, baking&#8217;s not so hard! And actually, it&#8217;s kind of fun!&#8221; But the other part, and the point I&#8217;m making here, is that I realized how easy it was the grab a muffin for breakfast on the go. Sure, muffins aren&#8217;t the healthiest thing I could eat for breakfast. But the alternative <em>so far</em> has been I buy something twice as large at a coffee shop when I pick up my morning espresso, and that&#8217;s no good either. Lesser evil, here,  people.</p>
<p>It was great to have access to easy breakfast all week, until the pear muffins were gone. And wouldn&#8217;t it be great to do something like that every weekend? Bake something &#8211; or cook something, or whatever &#8211; every weekend, so that I have something all week? (This week I hardboiled a batch of eggs for breakfast eating, but that&#8217;s probably not advisable long term considering the Sous Chef&#8217;s inherited legacy of bad cholesterol.)</p>
<div id="attachment_1579" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0173.jpg"><img class="size-medium wp-image-1579" title="applespeeled" src="http://techdabble.files.wordpress.com/2010/02/img_0173.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Peeled and delicious! 3 varieties of Washington apples. </p></div>
<p><strong>Apples</strong> are pretty much the only other fruit, aside from pears, that you can get at the farmer&#8217;s market right now &#8211; so apples it was. Incidentally, you probably already know that Washington is a <strong>huge </strong>apple state. That&#8217;s what we grow here. Like Iowa has corn, and Idaho has potatos, we have apples. I clearly remember the first time I heard a commercial for apples <em>on the radio</em>. I was like really? You have a commercial to tell me to eat Pink Ladies? There are dozens of apple varieties, and I wanted to mix mine up. I got a Granny Smith (the recipe I followed used them), a Galaxy Gala and a Braeburn. (I looked for some Jazz apples, which I&#8217;d tried at the farmer&#8217;s market before and loved, but saw none.)</p>
<div class="mceTemp mceIEcenter">
<div id="attachment_1580" class="wp-caption aligncenter" style="width: 210px"><a href="http://techdabble.files.wordpress.com/2010/02/bakingaccoutremants.jpg"><img class="size-medium wp-image-1580" title="bakingaccoutrements" src="http://techdabble.files.wordpress.com/2010/02/bakingaccoutremants.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a><p class="wp-caption-text">Baking is easy! And then you spill. </p></div>
</div>
<p>A little googling introduced me to <a href="http://www.peterandrewryan.com/baking/2009/01/apple-bread/">this guy named Pete, who bakes!</a> There were dozens of recipe websites that came up in the search results, but I liked Pete&#8217;s writing style, and his recipe looked simple, so I found a great guide for my bread (and a new food blog to follow!).</p>
<p>This was the first use of the bundt cake pan. As the Chef correctly pointed out, it&#8217;s much easier to travel with this stuff in muffin form, but I was decided. The pear bread was supposed to be bread, and so was this. Plus, I was just imagining how AWESOME it was going to look with sifted powdered sugar on top!</p>
<div id="attachment_1584" class="wp-caption aligncenter" style="width: 210px"><a href="http://techdabble.files.wordpress.com/2010/02/batter1.jpg"><img class="size-medium wp-image-1584" title="batter" src="http://techdabble.files.wordpress.com/2010/02/batter1.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a><p class="wp-caption-text">The recipe didn&#39;t call for vanilla. I called shenanigans.</p></div>
<p>The story actually goes like this: I pulled out all the ingredients and put them on the kitchen table, where the mixing/magic was to happen. As I added and stirred and this and that, I realized I&#8217;d pulled out vanilla on autopilot, and there was NO vanilla in the recipe! I didn&#8217;t even hesitate: I whipped out my measuring spoons and added maybe a tablespoon of vanilla. Snap! (Sorry, Pete.)</p>
<p>Conveniently, the afternoon of this adventure I ended up with not one, not two but THREE guests in my apartment who were willing guinea pigs for my baking adventure. One was on study break, one was pirating my wireless (it&#8217;s not really pirating if they have permission, is it), and one was the Chef. Imagine me basking publicly in the glory of this beautiful bread.</p>
<div id="attachment_1585" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0188.jpg"><img class="size-medium wp-image-1585" title="finishedapplebread" src="http://techdabble.files.wordpress.com/2010/02/img_0188.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">CHOMP</p></div>
<p>If I&#8217;d had any forethought at all I wouldn&#8217;t have turned it over onto an <em>orange</em> towel, but what&#8217;s done is done. I took some photos and then my friends and I ate nearly half of this in one sitting. Thankfully I had enough left for my breakfasts.</p>
<p>I can&#8217;t wait until more fruit is available at the market &#8211; the summer will explode with baking!</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/4-very-good-as-it-is/'>4 - Very Good as it is</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1578/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1578/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1578/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1578&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/04/simple-apple-bread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0173.jpg?w=300" medium="image">
			<media:title type="html">applespeeled</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/bakingaccoutremants.jpg?w=200" medium="image">
			<media:title type="html">bakingaccoutrements</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/batter1.jpg?w=200" medium="image">
			<media:title type="html">batter</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0188.jpg?w=300" medium="image">
			<media:title type="html">finishedapplebread</media:title>
		</media:content>
	</item>
		<item>
		<title>Bittersweet Chocolate and Pear Cake</title>
		<link>http://techdabble.wordpress.com/2010/02/04/bittersweet-chocolate-and-pear-cake/</link>
		<comments>http://techdabble.wordpress.com/2010/02/04/bittersweet-chocolate-and-pear-cake/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:20:22 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1565</guid>
		<description><![CDATA[Sous Chef reporting! Another Smitten Kitchen obsession&#8230; and yet another chance to showcase pears, the winter fruit of champions. (Don&#8217;t worry, there will be another post to highlight apples, so don&#8217;t be sad!) It took me a bit longer that I intended to try this recipe, even though I bought the pears at the farmer&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1565&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1568" class="wp-caption aligncenter" style="width: 235px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0376.jpg"><img class="size-medium wp-image-1568" title="pearsneggs" src="http://techdabble.files.wordpress.com/2010/02/img_0376.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a><p class="wp-caption-text">The Main Ingredients</p></div>
<p><strong>Sous Chef reporting! </strong>Another <a href="http://smittenkitchen.com/2009/01/bittersweet-chocolate-and-pear-cake/">Smitten Kitchen</a> obsession&#8230; and yet another chance to showcase pears, the winter fruit of champions. (Don&#8217;t worry, there will be another post to highlight apples, so don&#8217;t be sad!) It took me a bit longer that I intended to try this recipe, even though I bought the pears at the farmer&#8217;s market almost immediately after discovering it.</p>
<p>I mean, pears and eggs and chocolate &#8211; how can this go wrong?!</p>
<p>My hesitations were thus: 1) A certain fluffiness was required of the eggs, meaning I&#8217;d need a motorized mixer to make it happen, and I&#8217;d need to be careful not to lose volume, and 2) it involved browning butter &#8211; at the same time as you&#8217;re beating the eggs, no less &#8211; and I was pretty sure leaving me in charge of browning anything would result in blackening it instead.</p>
<p>For awhile I thought, <em>I need to wait for the Chef to be available to aid and oversee this process. </em>But as time wore on and the pears became more in danger of going to waste, I convinced myself that <strong>I could do it</strong>. More importantly, I realized there was very good chance this cake would be delicious whether or not I managed to successfully fluffify the eggs. And with that mindset, I moved forward.</p>
<div id="attachment_1569" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0390.jpg"><img class="size-medium wp-image-1569" title="prebaking-pearchoc" src="http://techdabble.files.wordpress.com/2010/02/img_0390.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">As it bakes, the batter rises up and envelopes the pear and chocolate.</p></div>
<p>I borrowed a handmixer from the Chef, but in the end, it just didn&#8217;t have enough power. The recipe said if you had a commercial stand mixer it would take 5 minutes, and if you had a home model it would take 9 minutes. I&#8217;m pretty sure she actually meant if I had a home model of, say, a super-fancy Kitchen Aid. 9 minutes of mixing with the handmixer did not produce the desired results, and really it hadn&#8217;t increased in volume since 4 minutes, so I knew extra mixing wouldn&#8217;t help. However, I didn&#8217;t let it faze me &#8211; it just meant I didn&#8217;t have to worry about over-mixing and losing volume, because I didn&#8217;t have the volume to begin with. No problem!</p>
<p>Browning the butter worked out pretty well. At first I wasn&#8217;t sure if I had the heat on high enough. What was interesting is I turned my back for a few seconds, and when I turned back it had gone brown in like <em>an instant</em>. I immediately removed it from the burner and voila, perfectly browned butter &#8211; totally on accident.</p>
<p>(I turned my back in the first place because I realized that, in the process of browning the butter, <strong>I was melting my spatula. </strong>Thankfully I am confident that no evil toxicness leaked into the butter, so I went ahead and used it &#8211; but the spatula unfortunately went into the trash.)</p>
<p>As you can see from the photo above, once you pour the batter into the pan, you add the diced pear and bittersweet chocolate chunks (I used Ghirardelli) on top, and the batter bakes up around them.</p>
<div id="attachment_1572" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/02/img_0397.jpg"><img class="size-medium wp-image-1572" title="finishedpearchocolatecake" src="http://techdabble.files.wordpress.com/2010/02/img_0397.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">The delicious, delicious finale.</p></div>
<p>After the pear muffin adventure &#8211; it was originally slated to be pear BREAD, in a bundt cake pan like this, but I had no bread pan of any kind &#8211; I found one at Goodwill and thought, here&#8217;s something I can use and reuse to make my breads look more impressive! I am all for that. Before using it for this adventure, I made sure to check with the internet &#8211; a pan conversion site assured me that this bundt cake pan, with its specific measurements, was a satisfactory replacement for the springform pan for which the recipe called, baking-wise.</p>
<p>The final product, fresh out of the oven, was orgasmically delicious. Although I&#8217;m certain the final cake should have been springier &#8211; which would have happened had I been able to get the eggs right &#8211; I absolutely don&#8217;t miss it.</p>
<p>The sad side effect of not having the appropriate springform pan is that there was no way of getting the cake out of the pan, for proper (and prettier) presentation. When I last baked in the pan (which I&#8217;ll tell you about when I write the apple-bread post) I was able to turn it over and dump it right out &#8211; however, this cake has a solid layer of just fruit and chocolate, and turning the pan over just made the top layer of cake and all the pear chocolate layer fall out, with the rest of the cake inside.</p>
<p>Ooops.</p>
<p>I put the top back in, and have since been serving it with a scoop. It still tastes just as delicious. (To me, anyway. I was flabbergasted to hear the Chef say he&#8217;s on the fence about pear and bittersweet chocolate in the same food. He tried a bite of it, and has left the rest of the eating to me. Hopefully I&#8217;ll be able to share some with friends this weekend, so as to not have eaten it all by myself.)</p>
<br />Filed under: <a href='http://techdabble.wordpress.com/category/cooking-creations/'>Cooking Creations</a> Tagged: <a href='http://techdabble.wordpress.com/tag/5-its-a-winner-will-repeat-this-one/'>5 - Its a winner! WILL repeat this one.</a>, <a href='http://techdabble.wordpress.com/tag/web-recipe/'>Web Recipe</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1565/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1565/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1565/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1565&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/02/04/bittersweet-chocolate-and-pear-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0376.jpg?w=225" medium="image">
			<media:title type="html">pearsneggs</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0390.jpg?w=300" medium="image">
			<media:title type="html">prebaking-pearchoc</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/02/img_0397.jpg?w=300" medium="image">
			<media:title type="html">finishedpearchocolatecake</media:title>
		</media:content>
	</item>
		<item>
		<title>WHS: WOL from S3 Fixed</title>
		<link>http://techdabble.wordpress.com/2010/01/21/whs-wol-from-s3-fixed/</link>
		<comments>http://techdabble.wordpress.com/2010/01/21/whs-wol-from-s3-fixed/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:29:02 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Building a Low Power NAS]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1560</guid>
		<description><![CDATA[Finally got the WHS to wake on LAN from S3 again today after I reinstalled the OS a bit back. I knew for sure it was an OS setting when it WOL from an off state accidentally. Turns out you have to turn off the &#8220;allow this device to turn off to save power&#8221; check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1560&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Finally got the WHS to wake on LAN from S3 again today after I reinstalled the OS a bit back. I knew for sure it was an OS setting when it WOL from an off state accidentally.</p>
<p>Turns out you have to turn off the &#8220;allow this device to turn off to save power&#8221; check box in the network card adapter settings. DONE!</p>
<br />Posted in Building a Low Power NAS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1560/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1560/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1560/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1560&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/21/whs-wol-from-s3-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Sous Chef Reports: Fresh Pear Muffins</title>
		<link>http://techdabble.wordpress.com/2010/01/20/sous-chef-reports-fresh-pear-muffins/</link>
		<comments>http://techdabble.wordpress.com/2010/01/20/sous-chef-reports-fresh-pear-muffins/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:45:56 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1551</guid>
		<description><![CDATA[Apparently, I like to bake now. Who would have guessed? I especially like to bake when the Chef is out of town, because I actually have a ton of downtime in my own apartment that I can spend on baking. Also, I&#8217;ve got Smitten Kitchen in my Google Reader, and everything I bookmark from that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1551&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1552" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/01/img_0018.jpg"><img class="size-medium wp-image-1552" title="row-of-pears" src="http://techdabble.files.wordpress.com/2010/01/img_0018.jpg?w=300&#038;h=255" alt="" width="300" height="255" /></a><p class="wp-caption-text">Double file line.</p></div>
<p><strong>Apparently, I like to bake now.</strong> Who would have guessed? I especially like to bake when the Chef is out of town, because I actually have a ton of downtime in my own apartment that I can spend on baking.</p>
<p>Also, I&#8217;ve got Smitten Kitchen in my Google Reader, and everything I bookmark from that blog is a sugary food of some kind.</p>
<div id="attachment_1553" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/01/img_0019.jpg"><img class="size-medium wp-image-1553" title="pears2" src="http://techdabble.files.wordpress.com/2010/01/img_0019.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Local pears from the neighborhood farmer&#39;s market.</p></div>
<p>This <a href="http://smittenkitchen.com/2009/12/pear-bread/">pear bread recipe</a> was one I knew I wanted to try as soon as possible. Obviously bananas are NOT grown here, and as it&#8217;s winter, the whole fruit thing is pretty sparse &#8211; just tons of pears and apples at the farmer&#8217;s market, and a stack of satsumas at the grocery store. I picked up four pears one weekend and put them in the fridge as prep for my 3 day weekend without the Chef.</p>
<p>The recipe was incredibly easy to put together &#8211; the most difficult part is grating the pears. My pears were probably a bit more firm than they should have been, but that may have also made them easier to grate.</p>
<div id="attachment_1555" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/01/img_0021.jpg"><img class="size-medium wp-image-1555" title="grated pears" src="http://techdabble.files.wordpress.com/2010/01/img_0021.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">The recipe called for 2 cups of grated pears - I threw in a little extra.</p></div>
<p>You&#8217;re also supposed to peel the pears before you cut them, which I of course forgot on the first one, and begrudgingly did with the rest. I have a tendency to not a) wash or b) peel most fruits or vegetables. For some reason it feels like unnecessary, painful effort. But, I reminded myself what the Chef said, which is that you should follow a recipe to the letter at least once, to give it a chance to be good on it&#8217;s own &#8211; and <em>after </em>that you can tweak it to your tastes, if you want to.  So I heaved a heavy sigh to no one but myself, and peeled the pears. With a carrot peeler.</p>
<p>Later, I may or may not have accidentally doubled the amount of cinnamon in the recipe, which started a great conversation on Facebook about whether or not you can actually have too much cinnamon, or if there&#8217;s no such thing.  (Cinnamon, incidentally, is actually really good for you. Several days after all this went down I was in the drugstore buying vitamin D and saw you can actually buy cinnamon pills.)</p>
<div id="attachment_1556" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/01/img_0028.jpg"><img class="size-medium wp-image-1556" title="muffinsinpan" src="http://techdabble.files.wordpress.com/2010/01/img_0028.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">As you can see, I didn&#39;t exactly make &quot;bread&quot;.</p></div>
<p>Since I&#8217;m &#8211; as I said before &#8211; totally new to this interest-in-baking thing, I have very few actual baking accoutremants. I have zero bread pans (although I picked up the pretty pan Smitten Kitchen uses at Goodwill this weekend), but I recently acquired two muffin tins from the remains of my paternal grandparents&#8217; things, and decided that would do &#8211; reminding myself to adjust baking time to accommodate different size/thickness of pan. (Woo! Learning is fun!)</p>
<p>They turned out fantastic. If there <em>is </em>such a thing as too much cinnamon, this ain&#8217;t it. They have the same texture and &#8220;vibe&#8221; of banana bread (if that makes sense) but with a delicious pear twist.</p>
<div id="attachment_1557" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2010/01/img_0032.jpg"><img class="size-medium wp-image-1557" title="pearfinal" src="http://techdabble.files.wordpress.com/2010/01/img_0032.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Voila! </p></div>
<p>Having these guys around for breakfast this weekend has been brilliant, and I&#8217;m heavily considering doing some kind of baking endeavor every weekend that could provide me with easy,  carb-based breakfast throughout the week. (I&#8217;m also kind of excited to try out the new pan!)</p>
<p>The rest of a sliced pear went into the blender the next day with some yogurt, a handful of blueberries, and two chocolate strawberries. I am never returning the Chef&#8217;s Magic Bullet blender.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1551/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1551/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1551/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1551&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/20/sous-chef-reports-fresh-pear-muffins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/img_0018.jpg?w=300" medium="image">
			<media:title type="html">row-of-pears</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/img_0019.jpg?w=300" medium="image">
			<media:title type="html">pears2</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/img_0021.jpg?w=300" medium="image">
			<media:title type="html">grated pears</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/img_0028.jpg?w=300" medium="image">
			<media:title type="html">muffinsinpan</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/img_0032.jpg?w=300" medium="image">
			<media:title type="html">pearfinal</media:title>
		</media:content>
	</item>
		<item>
		<title>Poultry Stew with Herb Dumplings – TDay Leftovers Part III</title>
		<link>http://techdabble.wordpress.com/2010/01/12/poultry-stew-with-herb-dumplings-%e2%80%93-tday-leftovers-part-iii/</link>
		<comments>http://techdabble.wordpress.com/2010/01/12/poultry-stew-with-herb-dumplings-%e2%80%93-tday-leftovers-part-iii/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 06:15:12 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1518</guid>
		<description><![CDATA[Poultry stew you ask? Well the stock is homemade turkey stock from our Thanksgiving turkey but the meat was chicken from the grocery store.  It was either double bill them and have to decide which one was going to be the headliner or lump them all together into a generalization that marginalizes both of them equally.  The latter [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1518&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div id="attachment_1543" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/01/turkeystew.jpg"><img class="size-full wp-image-1543" title="Poulty Stew" src="http://techdabble.files.wordpress.com/2010/01/turkeystew.jpg?w=510&#038;h=341" alt="Poulty Stew" width="510" height="341" /></a><p class="wp-caption-text">Poulty Stew</p></div>
</div>
<p style="text-align:center;">
<p style="text-align:left;">Poultry stew you ask? Well the stock is homemade turkey stock from our Thanksgiving turkey but the meat was chicken from the grocery store.  It was either double bill them and have to decide which one was going to be the headliner or lump them all together into a generalization that marginalizes both of them equally.  The latter was easier so it was what I did.  Anyway this is a &#8220;made for the internet&#8221; post that was inspired by real posts (read google and other recipes). </p>
<p style="text-align:left;">I had the idea to do a turkey stew with chicken already but googling for a recipe landed me the idea of dumplings; which adding carbs to a stew is pretty much my MO so baking them on top of it and with it just seemed perfect for the day.  Anyway, so idea in hand I googled some more and landed on a recipe page which I lost with a computer crash.  Technically I could look it up in the browser history but as it is just a minor point in this post it was a better idea to type two extra sentences than to hit a few hotkeys to just post the link. Anyway, I found this website and used it mostly to bounce my ingredients I had off of it and see if I should add anything.  It said no. Very politely. So off I went forging my own way.  And now I will journal my own way (read recipe) in prose because I don&#8217;t have it distilled to bullet points yet. I haven&#8217;t sold out. Yet. So without further ado a story that will make you dinner if you follow along with it at home&#8230; or technically breakfast depending on when you start. Details!</p>
<p style="text-align:left;"><strong>Part A &#8211; Chicken Prep</strong></p>
<p style="text-align:left;">Well it turns out that using pre-cooked poultry gives you that freshly torn feel rather than the &#8220;chunked and dunked&#8221; feel of cubed poultry pieces.  I supposed you&#8217;d probably cooked it before you cubed it but anyway.  I followed the technique from last nights dinner:   </p>
<ol style="text-align:left;">
<li>Put 1 Tablespoon olive oil and 2 Tablespoons butter in a frying pan and melt</li>
<li>Cook 2  chicken breasts about 4 minutes on each side until they are nice and seared (read looking kinda like they got grilled) </li>
<li>Pour/place enough thawed/frozen stock in the pan until they are sitting in approximately 1/2 &#8221; of stock.  I started with 1/4&#8243; of stock and ended up adding about 6 &#8220;ice cube&#8221; pieces of frozen stock to the pan over time (this is approximately 1.5 cups of stock)</li>
<li>Place lid on the frying pan and let the chicken cook about 15-20 minutes until it is done through</li>
<li>Remove from pan with a slotted spoon, let cool, and &#8220;pull&#8221;/tear into chicken pieces.</li>
<li>Let them hang out until they are ready for their cameo in the cauldron shot.</li>
</ol>
<p style="text-align:left;"><strong>Part B - Stock Prep</strong></p>
<ol style="text-align:left;">
<li>Put 10-12 cups of frozen stock cubes or thawed actual stock</li>
<li>Heat until melted and warm to cauldron scene level (read boiling). Slowly.</li>
</ol>
<p style="text-align:left;"><strong>Part C &#8211; Potato And Onion Prep</strong></p>
<ol style="text-align:left;">
<li>Cut 14 Ozette Potatoes in half-lengthwise</li>
<li>Chop 1 onion into bits the size of your choice.  &#8212; Now honestly after I did this I realized I was using homemade stock and the onions already did their bits there. And I also realized I was going to end up with onion bits floating around in my stew; which was not appetizing to me.  Eventually I saved them from the cameo cauldron shot and put them into a cut scene bowl&#8230; SO if you don&#8217;t like onions like me. Skip this part. If you like onions. DO IT!</li>
<li>Melt 2 Tablespoons of butter in that very same frying pan we had our chicken in.</li>
<li>Put all 28 pieces of potato face down into the beautifully bubbling butter and enjoy the &#8220;Psssss&#8221; sound of the water in the potatoes hitting the oil for a few seconds before you cut yourself off from the sound by covering the pan.</li>
<li>Give the potatoes 3-4 minutes of alone time in the frying pan and then add the onions on top of the potatoes checking to make sure you aren&#8217;t going to set the smoke alarm with your potatoes.  If they are passing the no smoking/no burning test then cover them with onions.   And give them their private time with the lid on.  If you want to keep an eye on the kids use a clear lid like the sous chef owns.   They will steam it up good though be warned!</li>
<li>Let the onions and the potatoes have their private room for a few more minutes with the lid on before interrupting them by spatulaing the crap out of them until they are all mixed up and facing all kinds of directions.</li>
<li>Cook them for another 4-5 minutes until the onions are looking translucent and the potatoes seem nice and golden. Yum! Try not to eat it right now.  The onions should be enough of a deterrent for you but if they aren&#8217;t then remember: STEW!</li>
<li>Check the cauldron and make sure it is ready for its cameo and then pour in the onions and potatoes into the bubbling and boiling stock! MUAHAHAHAHA &#8211; Part I. Goto Part E in about 5 minutes after you start Part D now.</li>
</ol>
<p style="text-align:left;"><strong>Part D &#8211; Carrots, Parsnips, and Celery Root Prep</strong></p>
<ol style="text-align:left;">
<li>Cut 2/3 lbs of carrots into 1&#8243; pieces</li>
<li>Cut 2 medium parsnips into chunks approximately 1.5&#8243; cubed in volume, not shape necessarily</li>
<li>Cut a medium celery bulb into actual 1&#8243; cubes&#8230; and what ever size pieces are left over from that.  No need to peel it or anything.</li>
<li>Place Celery Root in that frying pan that is seeing all the action with about 1.5 cups of stock</li>
<li>Cook the celery root in the stock covered until it is nice and soft</li>
<li>Now that the celery root has been nice, you need to punish it by putting it all in with the stock into a MagicBullet (Read blender!) and make it into tiny, tiny, tiny pureed bits. TAKE THAT CELERY ROOT! The goal with this was to use it to thicken the stock in lieu of corn starch and/or flour. </li>
</ol>
<p style="text-align:left;"><strong>Part E &#8211; Cauldron Cameo (To bad we aren&#8217;t at &#8220;Eat&#8221; for Part E &#8212; Now that&#8217;d be some  serendipitous alliteration!)</strong></p>
<p style="text-align:center;">
<ol style="text-align:left;">
<li>Add the carrots and parsnips to the boiling madness and trap them in with the lid for a bit. You know how ever long you feel like punishing them until they get soft and give in.  Probably around 20-30 minutes for the average tough guy carrot and parsnips!</li>
<li>Remove the lid and see how its going in there. This is when I got onion regret and fished them all out with a slotted spoon but if you are feeling good about your choice forge ahead.  Forge ahead my dear readers with your onion love. I couldn&#8217;t fake it anymore!</li>
<li>Add the chicken and let it cook for a bit longer. You know like another 10  minutes or so.</li>
<li>Add the celery root puree!!! And hope that it thickens the soup into stew.</li>
<li>After letting it boil for 10 minutes and you just aren&#8217;t feeling the thickening  in the room mix 3-4 Tablespoons flour in a mug and add 1/2 cup of the boiling stock to dissolve the flour into.  Turns out my meanness to the celery root back fired and it  refused to thicken anything but the tension in the room. :/ Sad; cooking isn&#8217;t supposed to end this way!</li>
<li>Once you have a nice flour-y soup in a cup pour it back in and share with everyone in the soup!</li>
<li>Stir and let it go until it starts to thicken up.  This will take some more hope as mine never got terribly thick.  But once you are done waiting and ready to eat&#8230;.</li>
</ol>
<p style="text-align:left;"><strong>Part F &#8211; Favorite Dumpling Recipe</strong></p>
<p style="text-align:left;">Locate your favorite recipe for dumplings and make it happen.  Ironically, the recipe I used from my best bread cookbook was called &#8221;My Favorite Dumplings&#8221; and the batter looked just like Bisquick drop biscuits&#8230; and right then I knew that book had won my heart again!</p>
<p style="text-align:left;">Anyway, mine called for using parsley but I had fresh Thyme so we went that direction and it called not to peak but trust the recipe on the cooking time. We followed that one to the T and well dumplings were birthed just as promised!</p>
<p style="text-align:left;">So yeah make some dumplings&#8230; with some&#8230; herbs. Yeah. Copyrights and such. Yeah make this part&#8230;. ummm boring. Moving on!</p>
<p style="text-align:left;"><strong>Part G &#8211; EAT!</strong></p>
<ol style="text-align:left;">
<li>Invite over a friend who just made homemade bread to share with you and give her some soup/stew like this in return.</li>
<li>Recover a dumpling with a slotted spoon for each bowl and move enough stock and chunks into the bowl to balance the massive amount of amazing bread-product we placed there first.  And then make people eat it.</li>
<li>They will like it. Like it. Share it! Like it!</li>
</ol>
<p style="text-align:left;"><strong>Part H &#8211; Blog about it!</strong></p>
<ol style="text-align:left;">
<li>Log into WordPress and write what you just did.</li>
<li style="text-align:left;">Then sit back and think to yourself &#8220;Holy Crap that is a lot of steps to write out but when you are in the throes of it it seems like nothing!&#8221; and now go to bed! I insist!</li>
</ol>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Straight up Creation No Recipe Included, The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1518/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1518/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1518/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1518&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/12/poultry-stew-with-herb-dumplings-%e2%80%93-tday-leftovers-part-iii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/turkeystew.jpg" medium="image">
			<media:title type="html">Poulty Stew</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Cider Chicken served with Avocado Pasta with Pumpkin Sauce</title>
		<link>http://techdabble.wordpress.com/2010/01/10/apple-cider-chicken-served-with-avocado-pasta-with-pumpkin-sauce/</link>
		<comments>http://techdabble.wordpress.com/2010/01/10/apple-cider-chicken-served-with-avocado-pasta-with-pumpkin-sauce/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 05:28:44 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1483</guid>
		<description><![CDATA[I&#8217;m all backed up with posts so we are going to go with &#8220;pictures say a 1000 words&#8221; and keep my words to a minimum to get myself back on track. The chicken was actually going to be served on the pasta but when I got home it just seemed better served on the side [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1483&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1484" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/01/avocadopastaandappleciderpasta.jpg"><img class="size-full wp-image-1484" title="Apple Cider Braised Chicken and Avocado Pasta with Pumpkin Sauce" src="http://techdabble.files.wordpress.com/2010/01/avocadopastaandappleciderpasta.jpg?w=510&#038;h=341" alt="Apple Cider Braised Chicken and Avocado Pasta with Pumpkin Sauce" width="510" height="341" /></a><p class="wp-caption-text">Apple Cider Braised Chicken and Avocado Pasta with Pumpkin Sauce (Photo levels adjusted)</p></div>
<p>I&#8217;m all backed up with posts so we are going to go with &#8220;pictures say a 1000 words&#8221; and keep my words to a minimum to get myself back on track. The chicken was actually going to be served on the pasta but when I got home it just seemed better served on the side and I had bought some apple cider from the grocery store.  So a google search later I ran across <a href="http://www.foodnetwork.com/recipes/sunny-anderson/apple-cider-chicken-recipe/index.html">this recipe</a> and went with it. I didn&#8217;t use any apples and I changed from just thyme to Herbs de Providence but other than that it was pretty much the same.  The chicken turned out tender and delicious!</p>
<p>The pasta on the other hand was a dinner long time coming. I bought the pasta months ago at an import shop because it was avocado flavored and looked like leaves but I was saving it for the perfect meal and anytime I save something like that I never use it.  Anyway,  so after months of not using it we made <a href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/">the pumpkin soup</a> and that special idea came around: make pumpkin sauce from the left over soup. What a perfect use for some fancy pasta.  My original idea was to put some roasted red peppers in the pasta as well and go with it.  Well the sous chef had preserved some roasted red peppers but they had a problem and became unusable so we just went ahead without them.  I reheated maybe 2 cups of pumkin soup in a sauce pan and added some pepper and Herbs de Providence.  Maybe 1/2 teaspoon of pepper and 1.5 Tablespoons of Herbs de Providence.  Heated it and poured it over the avocado pasta.  The sauce didn&#8217;t cover the pasta as much as I imagined so I served it with some grated soft white cheese we had left over.  The resulting cheese, avocado, and light pumpkin flavor worked great together into a nice full flavored savory pasta side dish that went great with the chicken.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Straight up Creation No Recipe Included, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1483/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1483/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1483/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1483&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/10/apple-cider-chicken-served-with-avocado-pasta-with-pumpkin-sauce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/avocadopastaandappleciderpasta.jpg" medium="image">
			<media:title type="html">Apple Cider Braised Chicken and Avocado Pasta with Pumpkin Sauce</media:title>
		</media:content>
	</item>
		<item>
		<title>Butternut Squash, Sage, and Goat Cheese Ravioli with Hazelnut Brown-Butter Sauce</title>
		<link>http://techdabble.wordpress.com/2010/01/09/butternut-squash-sage-and-goat-cheese-ravioli-with-hazelnut-brown-butter-sauce/</link>
		<comments>http://techdabble.wordpress.com/2010/01/09/butternut-squash-sage-and-goat-cheese-ravioli-with-hazelnut-brown-butter-sauce/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:39:46 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1491</guid>
		<description><![CDATA[This is another one of those recipes &#8220;we&#8217;ve meant&#8221; to make; as in we bought the ingredients 3 weeks ago and haven&#8217;t done it yet. The biggest hold up? Making pasta dough from scratch without a pasta press. Lucky for us when I actually read the recipe I found online on tiny pocket internet while [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1491&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1493" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/01/squashraviolidish.jpg"><img class="size-full wp-image-1493" title="Squash Ravioli in Brown Butter and Hazelnut Sauce" src="http://techdabble.files.wordpress.com/2010/01/squashraviolidish.jpg?w=510&#038;h=341" alt="Squash Ravioli in Brown Butter and Hazelnut Sauce" width="510" height="341" /></a><p class="wp-caption-text">Squash Ravioli in Brown Butter and Hazelnut Sauce</p></div>
<p>This is another one of those recipes &#8220;we&#8217;ve meant&#8221; to make; as in we bought the ingredients 3 weeks ago and haven&#8217;t done it yet. The biggest hold up? Making pasta dough from scratch without a pasta press. Lucky for us when I actually read <a href="http://www.epicurious.com/recipes/food/views/Butternut-Squash-Sage-and-Goat-Cheese-Ravioli-with-Hazelnut-Brown-Butter-Sauce-14287">the recipe I found online on tiny pocket internet while at the farmers market</a> used won ton wrappers instead of actual pasta! The bonus? We can buy them pre-made and they are also nice and thin and already rolled out.  The con they aren&#8217;t exactly pasta.  I think our guest put it best when she said they were benign; they don&#8217;t really add or subtract from the dish they are just sort of there.  So was it worth it? In this case yes because otherwise we wouldn&#8217;t have made the dish and the veggies would have gone bad.  Ideally fresh pasta or even store-bought rolled pasta would be used.  I looked in a few stores where  I was for sheets of pasta but I couldn&#8217;t find any.</p>
<p>The won ton wrappers were only containers for the amazing butternut squash filling and tasty hazelnut sauce.  The filling was simply fresh herbed goat cheese, spiced onions, and mashed butternut squash. Not many ingredients or steps but very tasty.  The sauce was simply browned goat butter with toasted hazelnuts from the farmers market. It wasn&#8217;t to over powering for my taste but we also made the raviolis VERY large so perhaps it was a ratio of filling to sauce that made it so good.  I would definitely do this recipe again only I&#8217;d try harder to have pasta instead of won ton wrappers but in a pinch I&#8217;d use the won ton wrappers again. And now for some action shots:</p>
<p style="text-align:center;">
<div id="attachment_1500" class="wp-caption aligncenter" style="width: 394px"><a href="http://techdabble.files.wordpress.com/2010/01/squashraviolimontage.jpg"><img class="size-full wp-image-1500 " title="(Top to Bottom) Baked Squash, Mixed Filling, Filling the skins, Filled Raviolis" src="http://techdabble.files.wordpress.com/2010/01/squashraviolimontage.jpg?w=384&#038;h=1462" alt="(Top to Bottom) Baked Squash, Mixed Filling, Filling the skins, Filled Raviolis" width="384" height="1462" /></a><p class="wp-caption-text">(Top to Bottom) Baked Squash, Mixed Filling, Filling the skins, Filled Raviolis</p></div>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1491&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/09/butternut-squash-sage-and-goat-cheese-ravioli-with-hazelnut-brown-butter-sauce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/squashraviolidish.jpg" medium="image">
			<media:title type="html">Squash Ravioli in Brown Butter and Hazelnut Sauce</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/squashraviolimontage.jpg" medium="image">
			<media:title type="html">(Top to Bottom) Baked Squash, Mixed Filling, Filling the skins, Filled Raviolis</media:title>
		</media:content>
	</item>
		<item>
		<title>2x Goat Cheese and Farmers Market Pepperoni Pizza</title>
		<link>http://techdabble.wordpress.com/2010/01/05/2x-goat-cheese-and-farmers-market-pepperoni-pizza/</link>
		<comments>http://techdabble.wordpress.com/2010/01/05/2x-goat-cheese-and-farmers-market-pepperoni-pizza/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:56:44 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1507</guid>
		<description><![CDATA[Thanks to the farmers market and Trader&#8217;s Joe for making the most expensive and cheapest pizza at the same time! We bought 2 kinds of semi-soft goat cheese at the farmers market (they didn&#8217;t have enough of the one we liked better) which I think cost about 17 dollars for the cheese&#8230; or maybe 24 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1507&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1509" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/01/goatcheesepizza.jpg"><img class="size-full wp-image-1509" title="(Left to Right) Grsidale Goat Cheese, Cecilia Goat Cheese, and Pepperonis Hidding under the cheeses!" src="http://techdabble.files.wordpress.com/2010/01/goatcheesepizza.jpg?w=510&#038;h=382" alt="(Left to Right) Grsidale Goat Cheese, Cecilia Goat Cheese, and Pepperonis Hidding under the cheeses!" width="510" height="382" /></a><p class="wp-caption-text">(Dark to Light: L to R) Grsidale Goat Cheese, Cecilia Goat Cheese, and Pepperonis Hiding under the cheeses!</p></div>
<p>Thanks to the farmers market and Trader&#8217;s Joe for making the most expensive and cheapest pizza at the same time! We bought 2 kinds of semi-soft goat cheese at the farmers market (they didn&#8217;t have enough of the one we liked better) which I think cost about 17 dollars for the cheese&#8230; or maybe 24 dollars! Anyway, then we bought some fresh pepperoni and decided to pick up a crust at Trader Joe&#8217;s for $2.00 or so.  A few minutes later we had a wonderful pizza with 2 distinct colored sides and different tastes. The darker side (Grisdale) has a bit of a bite to it that was really yummy. The lighter side (Cecilia) was a bit more mild but tasty as well. The pepperonis were certainly good if not a little large in diameter for my own taste.  And best of all I could digest it better than its cow counterparts so my stomach AND my taste buds were happy.</p>
<p style="text-align:center;">
<div id="attachment_1514" class="wp-caption aligncenter" style="width: 316px"><a href="http://techdabble.files.wordpress.com/2010/01/goatcheese.jpg"><img class="size-full wp-image-1514 " title="Goat Cheeses" src="http://techdabble.files.wordpress.com/2010/01/goatcheese.jpg?w=306&#038;h=229" alt="Goat Cheeses" width="306" height="229" /></a><p class="wp-caption-text">Goat Cheeses</p></div>
<div id="attachment_1513" class="wp-caption aligncenter" style="width: 235px"><a href="http://techdabble.files.wordpress.com/2010/01/farmersmarketpepperoni.jpg"><img class="size-medium wp-image-1513" title="Farmers Market Pepperoni" src="http://techdabble.files.wordpress.com/2010/01/farmersmarketpepperoni.jpg?w=225&#038;h=300" alt="Farmers Market Pepperoni" width="225" height="300" /></a><p class="wp-caption-text">Farmers Market Pepperoni</p></div>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Straight up Creation No Recipe Included <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1507/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1507&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2010/01/05/2x-goat-cheese-and-farmers-market-pepperoni-pizza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/goatcheesepizza.jpg" medium="image">
			<media:title type="html">(Left to Right) Grsidale Goat Cheese, Cecilia Goat Cheese, and Pepperonis Hidding under the cheeses!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/goatcheese.jpg" medium="image">
			<media:title type="html">Goat Cheeses</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/farmersmarketpepperoni.jpg?w=225" medium="image">
			<media:title type="html">Farmers Market Pepperoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas Ham Leftovers Pt II – Country Ham and Cornbread Casserole</title>
		<link>http://techdabble.wordpress.com/2009/12/31/christmas-ham-leftovers-pt-ii-%e2%80%93-country-ham-and-cornbread-casserole/</link>
		<comments>http://techdabble.wordpress.com/2009/12/31/christmas-ham-leftovers-pt-ii-%e2%80%93-country-ham-and-cornbread-casserole/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 06:05:22 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1473</guid>
		<description><![CDATA[There is nothing more appropriate to ring out the old year than a cornbread casserole? Why do my 4&#8242;s of readers ask? Because this blog&#8217;s first food related entry (and the last of last year) was 1/2 about cornbread so it bring us all full circle together.  It wasn&#8217;t planned and I didn&#8217;t even think [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1473&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1504" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2010/01/hamcorncasserole.jpg"><img class="size-full wp-image-1504" title="Ham Corn Casserole" src="http://techdabble.files.wordpress.com/2010/01/hamcorncasserole.jpg?w=510&#038;h=382" alt="Ham Corn Casserole" width="510" height="382" /></a><p class="wp-caption-text">Ham Corn Casserole (Photo Autoleveled)</p></div>
<p>There is nothing more appropriate to ring out the old year than a cornbread casserole? Why do my 4&#8242;s of readers ask? Because this blog&#8217;s <a href="http://techdabble.wordpress.com/2008/12/29/vegetable-basil-soup-and-corn-bread/">first food related entry</a> (and the last of last year) was 1/2 about cornbread so it bring us all full circle together.  It wasn&#8217;t planned and I didn&#8217;t even think about when I found <a href="http://www.cdkitchen.com/recipes/recs/2048/Country-Ham-And-Cornbread-Cass89103.shtml">this recipe</a> on Sunday but when Thursday came around I knew it was the overly dramatic RightThingTM to make that evening.</p>
<p>We omitted the peppers and the cheese and ended up with as expected semi-dry cornbread like crumbled with ham in it. At first this was to dry and had to many onion bits in it for me to like. However, after melting some butter into it (just like my normal corn bread ritual) it was actually really good and I was surprised.  A great way to use some leftover ham and to start a new year.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1473/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1473/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1473/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1473&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/31/christmas-ham-leftovers-pt-ii-%e2%80%93-country-ham-and-cornbread-casserole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2010/01/hamcorncasserole.jpg" medium="image">
			<media:title type="html">Ham Corn Casserole</media:title>
		</media:content>
	</item>
		<item>
		<title>Skyline Chili &#8211; From a Can</title>
		<link>http://techdabble.wordpress.com/2009/12/29/skyline-chili-from-a-can/</link>
		<comments>http://techdabble.wordpress.com/2009/12/29/skyline-chili-from-a-can/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:11:00 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1470</guid>
		<description><![CDATA[Two chili cheese sandwiches, no mustard, no onions.  There isn&#8217;t anything else to say about this one except: Hmmmmmmmmmm. Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Friends / Family / Word Of Mouth Recipe<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1470&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1471" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/skyline.jpg"><img class="size-full wp-image-1471" title="Skyline - So far from home..." src="http://techdabble.files.wordpress.com/2009/12/skyline.jpg?w=510&#038;h=382" alt="Skyline - So far from home..." width="510" height="382" /></a><p class="wp-caption-text">Skyline - So far from home...</p></div>
<p>Two chili cheese sandwiches, no mustard, no onions.  There isn&#8217;t anything else to say about this one except: Hmmmmmmmmmm.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Friends / Family / Word Of Mouth Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1470/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1470/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1470/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1470&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/29/skyline-chili-from-a-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/skyline.jpg" medium="image">
			<media:title type="html">Skyline - So far from home...</media:title>
		</media:content>
	</item>
		<item>
		<title>Swedish Christmas Ham &#8211; Stucco Style</title>
		<link>http://techdabble.wordpress.com/2009/12/27/swedish-christmas-ham-stucco-style/</link>
		<comments>http://techdabble.wordpress.com/2009/12/27/swedish-christmas-ham-stucco-style/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 23:03:01 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[2 - With some work it might be good]]></category>
		<category><![CDATA[The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1437</guid>
		<description><![CDATA[This was one recipe I can&#8217;t figure out. Either the cook book printed it wrong, I don&#8217;t understand the word glaze, they don&#8217;t understand the word brush, or I really, really, really missed something.  We used a smoked ham from the store as our base and I cooked it according to the directions that came [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1437&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1443" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/xmasham.jpg"><img class="size-full wp-image-1443" title="Swedish Christmas Ham with Stucco Croutons" src="http://techdabble.files.wordpress.com/2009/12/xmasham.jpg?w=510&#038;h=408" alt="Swedish Christmas Ham with Stucco Croutons" width="510" height="408" /></a><p class="wp-caption-text">Swedish Christmas Ham with Stucco Croutons</p></div>
<p>This was one recipe I can&#8217;t figure out. Either the cook book printed it wrong, I don&#8217;t understand the word glaze, they don&#8217;t understand the word brush, or I really, really, really missed something.  We used a smoked ham from the store as our base and I cooked it according to the directions that came with the ham instead of the recipe since the recipe mostly differed at the glaze part. And it is the glaze part that went terrible confusing.</p>
<p>The directions were simple: mix all glaze ingredients together and brush on the ham and cook some more.  Ok fine. No problem. I mixed everything together and it ended up the consistency of spackle and/or stucco.  There was no way to brush this mixture no matter how hard I tired.  I figured I must have done something wrong so I double and triple checked the ingredients list with what I used and it was dead on.  I had the sous chef check the ingredients. As best I can tell it all matched up.  I just starred.  So I watered it down with some water run through the mustard bottle until it was at least a wet mixture; around the consistency of chocolate chip cookie dough before you add the flour.  It still wasn&#8217;t brush-able by my standards nor a glad but I was a bit to concerned to take it farther towards a liquid.  I wishfully hoped it would melt some in the oven so I spackled it onto the ham the best I could before I cooked it for another 15 minutes or so.</p>
<p>No dice.  The stucco just hardened some and got a crisp; now I had ham croutons.   I served it up and everyone loved the ham and seemed to really like the croutons too so it wasn&#8217;t a disaster but it certainly was no match to the picture in the cookbook. I have no idea what I missed or the cook book missed but this was certainly one recipe that I didn&#8217;t master as written.</p>
<div id="attachment_1444" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/xmasham-3.jpg"><img class="size-medium wp-image-1444" title="&quot;Glazing&quot; the ham with the &quot;stucco&quot; glaze" src="http://techdabble.files.wordpress.com/2009/12/xmasham-3.jpg?w=300&#038;h=225" alt="&quot;Glazing&quot; the ham with the &quot;stucco&quot; glaze" width="300" height="225" /></a><p class="wp-caption-text">&quot;Glazing&quot; the ham with the &quot;stucco&quot; glaze</p></div>
<br />Posted in Cooking Creations Tagged: 2 - With some work it might be good, The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1437/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1437/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1437/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1437&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/27/swedish-christmas-ham-stucco-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/xmasham.jpg" medium="image">
			<media:title type="html">Swedish Christmas Ham with Stucco Croutons</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/xmasham-3.jpg?w=300" medium="image">
			<media:title type="html">&#34;Glazing&#34; the ham with the &#34;stucco&#34; glaze</media:title>
		</media:content>
	</item>
		<item>
		<title>Christmas Ham Leftovers Pt I &#8211; Split Pea Soup</title>
		<link>http://techdabble.wordpress.com/2009/12/26/christmas-ham-leftovers-pt-i-split-pea-soup/</link>
		<comments>http://techdabble.wordpress.com/2009/12/26/christmas-ham-leftovers-pt-i-split-pea-soup/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 04:39:38 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1417</guid>
		<description><![CDATA[Man this reusing food thing is actually happening and its pretty cool.  For Christmas Eve dinner we &#8216;made&#8217; a Swedish Ham; which was just a Western Family Smoked Ham with a Swedish &#8216;glaze&#8217;.  Anyway, I took what was left of the ham and cut off all the meat I could get (which certainly is less [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1417&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1468" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/splitpeasoup-2.jpg"><img class="size-full wp-image-1468" title="Split Pea Soup" src="http://techdabble.files.wordpress.com/2009/12/splitpeasoup-2.jpg?w=510&#038;h=382" alt="Split Pea Soup" width="510" height="382" /></a><p class="wp-caption-text">Split Pea Soup - a bit on the thick side</p></div>
<p>Man this reusing food thing is actually happening and its pretty cool.  For Christmas Eve dinner we &#8216;made&#8217; a Swedish Ham; which was just a Western Family Smoked Ham with a Swedish &#8216;glaze&#8217;.  Anyway, I took what was left of the ham and cut off all the meat I could get (which certainly is less than someone with any experience would have been able to do) and used the ham &#8216;carcass&#8217; to make some homemade split pea soup with ham. YUMMY!</p>
<p>Anyway, I think this is the best split pea soup I&#8217;ve ever made.  Part of it has to be the fact that I used most of a whole ham and that I let it cook for about 6 hours without turning it into mortar right out.  It was a bit of a in-between-lots-of-things cooking adventure so there aren&#8217;t many pictures so instead I&#8217;ll include the recipe!  Anyway, the soup is fairly thick but still soupy when warm with a hint of smoke flavor from the smoked ham. The potatoes and carrots are done enough and just starting to fall apart but still holding shape while the ham eventually just fell off the bones. I also cut a bit more the leftover ham into chunks and threw it in for good measure.</p>
<p>EDIT &#8211; The taste is great for this soup but it is a little on the too thick side.  I think next time I would lean more towards the 3:1 ratio of water:split peas but for this batch its easy enough to resolve with a reheating with some more water.  So it ended up more like concentrate :)</p>
<div id="attachment_1432" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/splitpeasoupcooking.jpg"><img class="size-medium wp-image-1432" title="One Full Pot Of Split Pea Soup" src="http://techdabble.files.wordpress.com/2009/12/splitpeasoupcooking.jpg?w=300&#038;h=225" alt="One Full Pot Of Split Pea Soup" width="300" height="225" /></a><p class="wp-caption-text">One Full Pot Of Split Pea Soup</p></div>
<h4><span style="text-decoration:underline;">Split Pea Soup</span></h4>
<ul>
<li>16 cups water</li>
<li>meaty ham bone &#8211; I used the bones with meat still attached from our Christmas ham</li>
<li>3 bay leaves</li>
<li>4 cups dried green split peas</li>
<li>3 russet potatoes &#8211; 1&#8243; cubes</li>
<li>4 carrots &#8211; sliced</li>
<li>salt and pepper to taste (I usually leave it very low salt and then when I am serving it let folks salt it to their own preference)</li>
</ul>
<p><em><strong>Note:</strong> This is only a guideline for the amounts of ingredients.  The most important thing is that there is enough water to cover the ham at least and then for each 4 cups of water you use put in 1 cup of dried split peas.  I used a 4:1 ratio because I like it thicker but if you like a thinner soup use a 3:1 ratio.</em></p>
<ol>
<li>Place meaty ham bone in middle of pan and cover with water.  Add bay leaves and split peas and bring to low boil.</li>
<li>Let boil until the peas have started to dissolve into the water and the ham meat is starting to fall off the bone making sure to stir occasionally to prevent burning to the bottom.  I think this took about 3-4 hours.</li>
<li>Throughout the cooking when the water drops about 1&#8243; in the pan fill it back up to the original line with tap water.</li>
<li>Add the potatoes and left cook for another 30 minutes or so and then add the carrots.</li>
<li>Let cook for another 2 hours-ish or until you can&#8217;t wait any longer.</li>
<li>20 minutes before you want to eat it cube any extra leftover ham you have and put it into the pot.  This will assure you have a few bigger chunks of ham floating around if like that.</li>
<li>Cool to &#8220;not burning your tongue temperature&#8221; and serve.</li>
</ol>
<p><em><strong>Note 1: </strong>The cooking times here are extreme approximations.  Once the peas are dissolved to your liking the soup can be done. So if you like to have some of the peas still around put all the ingredients in at the beginning  and just cook until the meat falls off the bones. </em></p>
<p><em><strong>Note 2:</strong> I don&#8217;t think there is a wrong way or amount of time for making split pea soup that from my experience the longer the ham bones cook in the soup the better it will be and the longer the peas have to fall apart and create a creamy soup the better. </em></p>
<p><em><strong>Note 3:</strong> The only other thing to consider is how you like your veggies in your split pea soup. If you like them chunky like me add them later in the cooking process and use firmer potatoes like russets but if you like them to cream into your soup more use softer potatoes and add them all earlier. </em></p>
<p><em><strong>Note 4:</strong> The biggest culprit of split soup ruination is burning the soup. Since it is such a thick soup with nice potato and carrot chunks floating around it is very susceptible to burning to the bottom of the pan so make sure to keep the heat as low as you can to keep it boiling and stir often. I think I stirred mine every 30 minutes or so and it seemed to work out well.  The bigger the pot the less often you have to sir and it gets more important later in the cooking process when the peas are starting to break down.</em></p>
<p><em> </em></p>
<div id="attachment_1431" class="wp-caption aligncenter" style="width: 310px"><em><em><a href="http://techdabble.files.wordpress.com/2009/12/splitpeabones.jpg"><img class="size-medium wp-image-1431" title="Ham Bones san Meat after a 6 hr bath in soup" src="http://techdabble.files.wordpress.com/2009/12/splitpeabones.jpg?w=300&#038;h=225" alt="Ham Bones san Meat after a 6 hr bath in soup" width="300" height="225" /></a></em></em><p class="wp-caption-text">Ham Bones san Meat after a 6 hr bath in soup</p></div>
<p><em> </em></p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Friends / Family / Word Of Mouth Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1417/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1417&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/26/christmas-ham-leftovers-pt-i-split-pea-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/splitpeasoup-2.jpg" medium="image">
			<media:title type="html">Split Pea Soup</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/splitpeasoupcooking.jpg?w=300" medium="image">
			<media:title type="html">One Full Pot Of Split Pea Soup</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/splitpeabones.jpg?w=300" medium="image">
			<media:title type="html">Ham Bones san Meat after a 6 hr bath in soup</media:title>
		</media:content>
	</item>
		<item>
		<title>Rum Poached Pear and Hazelnut Tart</title>
		<link>http://techdabble.wordpress.com/2009/12/25/rum-poached-pear-and-hazelnut-tart/</link>
		<comments>http://techdabble.wordpress.com/2009/12/25/rum-poached-pear-and-hazelnut-tart/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 23:31:09 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1447</guid>
		<description><![CDATA[After a very successful pear hazelnut tart we made in October the sous chef wanted to do it again so we were planning on making it for Christmas day dinner with a friend of ours.  The only problem was that we didn&#8217;t have any white wine and it was Christmas day so shopping was out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1447&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1449" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/rumpeartart.jpg"><img class="size-full wp-image-1449" title="Rum Poached Pear Tart still in the tart pan" src="http://techdabble.files.wordpress.com/2009/12/rumpeartart.jpg?w=510&#038;h=382" alt="Rum Poached Pear Tart still in the tart pan" width="510" height="382" /></a><p class="wp-caption-text">Unglazed Rum Poached Pear Tart still in the tart pan </p></div>
<p>After a very <a href="http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/">successful pear hazelnut tart we made in October</a> the sous chef wanted to do it again so we were planning on making it for Christmas day dinner with a friend of ours.  The only problem was that we didn&#8217;t have any white wine and it was Christmas day so shopping was out of the question.  We had planned to use some leftover red wine to poach the pears in but instead use some spiced rum! I have no idea if it tasted that different but the smell was incredible in the apartment while the pears were poaching.</p>
<p>The other unexpected &#8216;suprise&#8217; in regards to making this tart was that we don&#8217;t own a tart pan. The past &#8216;tart&#8217;s we&#8217;ve made I did in pie pans in a way that allowed me to life them out and serve them sort of like a tart.  This worked fine and was our plan again until the sous chef opened her Christmas gifts and low and behold an 11&#8243; tart pan appeared out one of the wrapping paper bundles!  Let me repeat the important part of that story &#8211; 11&#8243;.  That is one HUGE tart pan!</p>
<p>As the recipe made an 8&#8243; or 9&#8243; tart I have to 1.5 times the crust dough and the filling to make sure we had enough.  The filling was no problem but the tart crust this time around was very sticky and I difficult to roll out into 1/8&#8243; sheet.  I think part of that was because we used margarine for the crust and partially because how much bigger I had to roll the dough out to get to 11&#8243; inches.  Either way it was a bit rough but once I got it into the tart pan and patched the ripped spots with leftover dough the tart cooking and tasting went perfectly fine.  The above picture is before we glazed it with melted apricot jam; which sealed the fruit in and gaze it a shiny appearance.  And the picture below is showing the beautiful crinkly crust edge the fancy new tart pan gave us; a bit of a step up in looks from the pie pan tarts I was making but totally equal in taste.</p>
<div id="attachment_1450" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/rumpeartart2.jpg"><img class="size-medium wp-image-1450" title="Tart Crust Close Up" src="http://techdabble.files.wordpress.com/2009/12/rumpeartart2.jpg?w=300&#038;h=225" alt="Tart Crust Close Up" width="300" height="225" /></a><p class="wp-caption-text">Tart Crust Close Up</p></div>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1447&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/25/rum-poached-pear-and-hazelnut-tart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/rumpeartart.jpg" medium="image">
			<media:title type="html">Rum Poached Pear Tart still in the tart pan</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/rumpeartart2.jpg?w=300" medium="image">
			<media:title type="html">Tart Crust Close Up</media:title>
		</media:content>
	</item>
		<item>
		<title>St. Lucia Bread</title>
		<link>http://techdabble.wordpress.com/2009/12/23/st-lucia-bread/</link>
		<comments>http://techdabble.wordpress.com/2009/12/23/st-lucia-bread/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:15:47 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1454</guid>
		<description><![CDATA[According to our Scandinavian Cookbook these breads come to us from a Swedish tradition on the feast of St. Lucia involving daughters and saffron bread. I claim no real knowledge of how St. Lucia&#8217;s feast day is celebrated in Sweden but I do have some experience with bread and these certainly fall into the tasty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1454&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1455" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/stluciabread.jpg"><img class="size-full wp-image-1455" title="St. Lucia Bread" src="http://techdabble.files.wordpress.com/2009/12/stluciabread.jpg?w=510&#038;h=382" alt="St. Lucia Bread" width="510" height="382" /></a><p class="wp-caption-text">St. Lucia Bread</p></div>
<p>According to our Scandinavian Cookbook these breads come to us from a <a href="https://pantherfile.uwm.edu/dgs/www/santa_lucia.htm">Swedish tradition on the feast of St. Lucia</a> involving daughters and saffron bread. I claim no real knowledge of how St. Lucia&#8217;s feast day is celebrated in Sweden but I do have some experience with bread and these certainly fall into the tasty category and not terribly difficult to make either.</p>
<p>Anyway, its a standard mix dry and wet ingredients separately and then together to make a dough.  In this case the main difference was the dry ingredients had raisins in it and the wet ingredients were infused with 1/8 ounce of saffron; or in my case however much I put in till I stopped because I didn&#8217;t know how much saffron I had&#8230; about 2 big pinches of it.  I think I should have used more but I didn&#8217;t.  Anyway, once it was all mixed and kneaded into a dough it got to rise for an hour before the dough was divided into 22 parts and rolled and twisted into the &#8220;S&#8221; shape of the finished bread/roll product.  The kicker to that? Each end of the &#8216;S&#8217; got its own special raisin placed in it before it was rolled. Awwwwww&#8230;&#8230;&#8230;</p>
<p style="text-align:center;">
<div id="attachment_1460" class="wp-caption aligncenter" style="width: 367px"><a href="http://techdabble.files.wordpress.com/2009/12/stluciaprep1.jpg"><img class="size-full wp-image-1460 " title="Preping the Bread: kneeding, dough after rising, rolling out the spirals, finished &quot;S&quot; dough" src="http://techdabble.files.wordpress.com/2009/12/stluciaprep1.jpg?w=357&#038;h=1086" alt="Preping the Bread: kneeding, dough after rising, rolling out the spirals, finished &quot;S&quot; dough" width="357" height="1086" /></a><p class="wp-caption-text">Prepping the Bread: kneading, dough after rising, rolling out the spirals, finished &quot;S&quot; dough</p></div>
<p>One they were all rolled out we let them rise for another 30 minutes and then did an egg wash on them. They went into the oven for 25 minutes and they came out looking BEAUTIFUL!</p>
<p style="text-align:center;">
<div id="attachment_1462" class="wp-caption aligncenter" style="width: 394px"><a href="http://techdabble.files.wordpress.com/2009/12/stluciatray.jpg"><img class="size-full wp-image-1462 " title="Baking Sheet Full of St. Lucia Saffron Rolls" src="http://techdabble.files.wordpress.com/2009/12/stluciatray.jpg?w=384&#038;h=512" alt="Baking Sheet Full of St. Lucia Saffron Rolls" width="384" height="512" /></a><p class="wp-caption-text">Baking Sheet Full of St. Lucia Saffron Rolls</p></div>
<p>In this case let their looks deceive you as they tasted just as good or better than they looked.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1454/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1454&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/23/st-lucia-bread/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stluciabread.jpg" medium="image">
			<media:title type="html">St. Lucia Bread</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stluciaprep1.jpg" medium="image">
			<media:title type="html">Preping the Bread: kneeding, dough after rising, rolling out the spirals, finished &#34;S&#34; dough</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stluciatray.jpg" medium="image">
			<media:title type="html">Baking Sheet Full of St. Lucia Saffron Rolls</media:title>
		</media:content>
	</item>
		<item>
		<title>Taco Serving Adventure</title>
		<link>http://techdabble.wordpress.com/2009/12/16/taco-serving-adventure/</link>
		<comments>http://techdabble.wordpress.com/2009/12/16/taco-serving-adventure/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:22:40 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1411</guid>
		<description><![CDATA[There isn&#8217;t anything special about what we put in the tacos. In facts its just taco powder, ground beef, diced roma tomatoes, spinach and some ground up cheese. Oh and some lovely canned re-fried beans. BUT that doesn&#8217;t mean they have to be served like good old fashion American grocery store tacos. No siry!  We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1411&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1413" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/tacotraysalad.jpg"><img class="size-full wp-image-1413" title="Taco Tray Salad" src="http://techdabble.files.wordpress.com/2009/12/tacotraysalad.jpg?w=510&#038;h=382" alt="Taco Tray Salad" width="510" height="382" /></a><p class="wp-caption-text">Taco Tray Salad</p></div>
<p>There isn&#8217;t anything special about what we put in the tacos. In facts its just taco powder, ground beef, diced roma tomatoes, spinach and some ground up cheese. Oh and some lovely canned re-fried beans. BUT that doesn&#8217;t mean they have to be served like good old fashion American grocery store tacos. No siry!  We bought Taco Trays! For when you want a beautiful taco salad but Tostado shell are to voluminousness for your taste you can turn to Taco Trays to save the day.  Holding a mere 2 tacos worth of filling (instead of the 12 of a tostada bowl) its easy to impress your guests with beautiful taco salads displayed on single bed of taco shell shaped into a shallow bowl .</p>
<div id="attachment_1414" class="wp-caption aligncenter" style="width: 235px"><a href="http://techdabble.files.wordpress.com/2009/12/tacotraysalad2.jpg"><img class="size-medium wp-image-1414" title="Close-up of The Trayness!" src="http://techdabble.files.wordpress.com/2009/12/tacotraysalad2.jpg?w=225&#038;h=300" alt="Close-up of The Trayness!" width="225" height="300" /></a><p class="wp-caption-text">Close-up of The Trayness!</p></div>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Straight up Creation No Recipe Included <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1411/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1411/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1411/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1411&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/16/taco-serving-adventure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/tacotraysalad.jpg" medium="image">
			<media:title type="html">Taco Tray Salad</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/tacotraysalad2.jpg?w=225" medium="image">
			<media:title type="html">Close-up of The Trayness!</media:title>
		</media:content>
	</item>
		<item>
		<title>Turkey Pot Pie &#8211; TDay Leftovers Part II</title>
		<link>http://techdabble.wordpress.com/2009/12/08/turkey-pot-pie-tday-leftovers-part-ii/</link>
		<comments>http://techdabble.wordpress.com/2009/12/08/turkey-pot-pie-tday-leftovers-part-ii/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 06:36:46 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1385</guid>
		<description><![CDATA[HOLY TACOS this was good! What do you do with left over turkey bits and a left over frozen pie crust after Thanksgiving? If you are lucky about a week after the fact you stand in your kitchen and go &#8220;holy taco: we should make a turkey pot pie!&#8221; Then you text the sous chef [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1385&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1387" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/img_1635.jpg"><img class="size-full wp-image-1387" title="Homemade Turkey Pot Pie" src="http://techdabble.files.wordpress.com/2009/12/img_1635.jpg?w=510&#038;h=382" alt="Homemade Turkey Pot Pie" width="510" height="382" /></a><p class="wp-caption-text">Homemade Turkey Pot Pie</p></div>
<p>HOLY TACOS this was good! What do you do with left over turkey bits and a left over frozen pie crust after Thanksgiving? If you are lucky about a week after the fact you stand in your kitchen and go &#8220;holy taco: we should make a turkey pot pie!&#8221; Then you text the sous chef if it sounds good to her and she responds with &#8220;YES!&#8221; and we are off to another dinner and another post!</p>
<p>In what seems to be the theme of November and December I was busy Sunday morning so the sous chef headed to the farmers market alone to acquire the allotted ingredients for <a href="http://www.foodnetwork.com/recipes/turkey-pot-pie-recipe/index.html">this pot pie recipe</a> she found online.  I think she even went to the grocery store to get the celery that is WAY out season around here.  Anyway, armed with the veggies, frozen pie crust, leftover turkey, and our secret weapon (homemade turkey stock and meat  from VERY SAME TURKEY) we were ready to create a masterpiece.  Ok DorkMomentTM: as a biologist by training that last sentence made me very happy to know that our stock and meat where from the same bird so they wouldn&#8217;t reject each other.  Har har :/ Now moving on.</p>
<p style="text-align:center;">
<div id="attachment_1390" class="wp-caption aligncenter" style="width: 367px"><a href="http://techdabble.files.wordpress.com/2009/12/potpieingredients.jpg"><img class="size-full wp-image-1390" title="Pot Pie Ingredients" src="http://techdabble.files.wordpress.com/2009/12/potpieingredients.jpg?w=357&#038;h=540" alt="Pot Pie Ingredients" width="357" height="540" /></a><p class="wp-caption-text">Top: Veggies! Bottom: Homemade Turkey Stock</p></div>
<p>So we followed the directions except we replaced 1 potato with a sweet potato, used thyme instead of parsley, put a bottom crust in to make a pie, and added 2-3 more tablespoons of flour to the liquid before we poured it into the crust.  Baked it for 30 minutes or so and out popped not only an amazing tasting pot pie but also a gorgeous looking pot pie! AMAZING!</p>
<p style="text-align:center;">
<div id="attachment_1391" class="wp-caption aligncenter" style="width: 367px"><a href="http://techdabble.files.wordpress.com/2009/12/potpieassemble.jpg"><img class="size-full wp-image-1391" title="Potpie Assembly" src="http://techdabble.files.wordpress.com/2009/12/potpieassemble.jpg?w=357&#038;h=1086" alt="Potpie Assembly" width="357" height="1086" /></a><p class="wp-caption-text">Top to Bottom: Filling the potpie, Filled potpie, Capped with crust, BEAUTIFUL finished product</p></div>
<p>Consider me back in the saddle again of cooking and posting! Although the sous chef deserves much of the praise as well because she did much of the prep/research work that made this dish possible. GO SOUS CHEF! And now the for the individual serving shot:</p>
<div id="attachment_1392" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/img_1632.jpg"><img class="size-full wp-image-1392" title="Single Served Pot Pie" src="http://techdabble.files.wordpress.com/2009/12/img_1632.jpg?w=510&#038;h=382" alt="Single Served Pot Pie" width="510" height="382" /></a><p class="wp-caption-text">Single Served Pot Pie</p></div>
<p>BONUS ROUND: So what do you do with leftover pie crust? After a quick google I rolled it out, spread some boysenberry jam on it, rolled it back up, sliced it into spirals, and baked. Behold!</p>
<div id="attachment_1393" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/boysenberrydeseerts.jpg"><img class="size-full wp-image-1393" title="Boysenberry Desert" src="http://techdabble.files.wordpress.com/2009/12/boysenberrydeseerts.jpg?w=510&#038;h=189" alt="Boysenberry Desert" width="510" height="189" /></a><p class="wp-caption-text">Boysenberry Desert</p></div>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1385&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/08/turkey-pot-pie-tday-leftovers-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/img_1635.jpg" medium="image">
			<media:title type="html">Homemade Turkey Pot Pie</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/potpieingredients.jpg" medium="image">
			<media:title type="html">Pot Pie Ingredients</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/potpieassemble.jpg" medium="image">
			<media:title type="html">Potpie Assembly</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/img_1632.jpg" medium="image">
			<media:title type="html">Single Served Pot Pie</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/boysenberrydeseerts.jpg" medium="image">
			<media:title type="html">Boysenberry Desert</media:title>
		</media:content>
	</item>
		<item>
		<title>Homemade Turkey Stock &#8211; TDay Leftovers Part I</title>
		<link>http://techdabble.wordpress.com/2009/12/08/homemade-turkey-stock-tday-leftovers-part-i/</link>
		<comments>http://techdabble.wordpress.com/2009/12/08/homemade-turkey-stock-tday-leftovers-part-i/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:15:22 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1396</guid>
		<description><![CDATA[In keeping with our traditional of making turkey stock I&#8217;m writing this pretty late at night and kind of falling a sleep. Did you get the bad joke? Probably not because I&#8217;m tired and it made sense to me which means it is probably to subtle for anyone else! explanation? We were up late last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1396&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1397" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.files.wordpress.com/2009/12/stock.jpg"><img class="size-full wp-image-1397" title="Finshed Turkey Stock" src="http://techdabble.files.wordpress.com/2009/12/stock.jpg?w=510&#038;h=382" alt="Finshed Turkey Stock" width="510" height="382" /></a><p class="wp-caption-text">Finished Turkey Stock</p></div>
<p>In keeping with our traditional of making turkey stock I&#8217;m writing this pretty late at night and kind of falling a sleep. Did you get the bad joke? Probably not because I&#8217;m tired and it made sense to me which means it is probably to subtle for anyone else! explanation? We were up late last night making our first batch ever of turkey stock soooo the tradition is last night.  And we were up late then. And I&#8217;m up late now. There you have the bad joke. I don&#8217;t ask that you find it funny; just that you &#8216;get&#8217; it. That is all.</p>
<p>Anyway so turkey stock&#8230;. This year for Thanksgiving we roasted an on-the-bone turkey breast using a Scandinavian Roasted Chicken recipe. And like most folks who go a bit more traditional at the end of it we were sleepy and had a turkey carcass with bones, a bit of meat (maybe too much because this is my first time carving a bird), and all those other bio-bits left on the carcass which this year for the first time screamed &#8220;STOCK!&#8221; to me. In the past generally the bird bits have been fairly quiet to be honest.  So we froze the carcass and took it home with us where I gave it a nice nitch in my freezer until it was stock making time.</p>
<div id="attachment_1402" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/frozencarcass.jpg"><img class="size-medium wp-image-1402" title="Frozen Turkey Carcass" src="http://techdabble.files.wordpress.com/2009/12/frozencarcass.jpg?w=300&#038;h=225" alt="Frozen Turkey Carcass" width="300" height="225" /></a><p class="wp-caption-text">Frozen Turkey Carcass</p></div>
<p>The sous chef headed this recipe up again as I was distracted by my weekend plans.  Her googling turned up this <a href="http://www.cookingforengineers.com/recipe/75/Turkey-or-Chicken-Stock">recipe for turkey stock written by engineers for engineers</a>. Very detailed and specific with charts and photos. Perfect!  The sous chef acquired the needed veggies from the farmers market and the grocery store while I was in class on Sunday and I made the call to acquire a pot big enough for our bird and veggies bits to float around in.</p>
<p>I&#8217;d like to say that making stock is hard but it isn&#8217;t. Making amazing stock may be but right now I wouldn&#8217;t know the difference.  Anyway, I thawed the turkey in the microwave and then dumped it into the bottom of the fancy pot we borrowed. It is one of the double deckers that has a strainer basket inside of it so at the end we just lifted it up and ended up big bits free stock! Magical.  Anyway, after the bird was in place we put in rough chopped carrots, celery, onion, and some herbs in. Covered it all with water and then a plate and simmered for 4 hours.</p>
<p style="text-align:center;">
<div id="attachment_1404" class="wp-caption aligncenter" style="width: 367px"><a href="http://techdabble.files.wordpress.com/2009/12/stockstages.jpg"><img class="size-full wp-image-1404" title="Stages of Stock" src="http://techdabble.files.wordpress.com/2009/12/stockstages.jpg?w=357&#038;h=1086" alt="Stages of Stock" width="357" height="1086" /></a><p class="wp-caption-text">Stages of Stock</p></div>
<p style="text-align:left;">After of 4 hours of simmering and adding water 2 times we split the stock (get the bad finance joke in there?!) into the stock and the chunks.  We cooled the stock in 2 pans with a very cold water bath in the sink and an immersion cooler of a metal water bottle filled with cold water.  The stock amazingly enough cooled to room temperature in about 15 minutes.</p>
<div id="attachment_1405" class="wp-caption aligncenter" style="width: 367px"><a href="http://techdabble.files.wordpress.com/2009/12/stockdivided.jpg"><img class="size-full wp-image-1405" title="Split Stock" src="http://techdabble.files.wordpress.com/2009/12/stockdivided.jpg?w=357&#038;h=540" alt="Split Stock" width="357" height="540" /></a><p class="wp-caption-text">Split Stock</p></div>
<p style="text-align:left;">We put the stock and carrots in the fridge for later use.  The rest of the former bird and bits were thrown away this marking after having done a job well done.</p>
<p style="text-align:left;">
<div id="attachment_1406" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/formerbird.jpg"><img class="size-medium wp-image-1406" title="Evidence this was once a bird: vertebrate" src="http://techdabble.files.wordpress.com/2009/12/formerbird.jpg?w=300&#038;h=225" alt="Evidence this was once a bird: vertebrate" width="300" height="225" /></a><p class="wp-caption-text">Evidence this was once a bird: vertebrate</p></div>
<p>Our stock is cloudy which either is because we let it boil rather than simmer or that we didn&#8217;t do the final small particulate strain because we didn&#8217;t have a fine mesh strainer at the time. Likely it&#8217;s both reasons.  And the hardest thing about making stock? Starting at 8pm when you know it takes AT LEAST 4 hours. We we really lucky that we got the stock cooled down in only 15 minutes so we could get to bed around 12:45 am.  All for a potpie the next night. And it was totally worth it!</p>
<p>The biggest challenge now? What to do with around 2 gallons of stock. We used 1 quart the next night a potpie; other than that we have no plans and only 1.75 gallons of stock left.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1396/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1396/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1396/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1396&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/08/homemade-turkey-stock-tday-leftovers-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stock.jpg" medium="image">
			<media:title type="html">Finshed Turkey Stock</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/frozencarcass.jpg?w=300" medium="image">
			<media:title type="html">Frozen Turkey Carcass</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stockstages.jpg" medium="image">
			<media:title type="html">Stages of Stock</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/stockdivided.jpg" medium="image">
			<media:title type="html">Split Stock</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/formerbird.jpg?w=300" medium="image">
			<media:title type="html">Evidence this was once a bird: vertebrate</media:title>
		</media:content>
	</item>
		<item>
		<title>Pluot Cake</title>
		<link>http://techdabble.wordpress.com/2009/12/06/pluot-cake/</link>
		<comments>http://techdabble.wordpress.com/2009/12/06/pluot-cake/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 23:26:10 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Farmers Market Find]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1370</guid>
		<description><![CDATA[It all started with this recipe: plum cake. I (sous chef, here) came across it a month or so ago, and became almost immediately obsessed with the idea of making it. First, I thought I&#8217;d make it just in time for the chef&#8217;s return from his two week vacation, as  welcome back surprise. When that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1370&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It all started with <a href="http://smittenkitchen.com/2008/08/dimply-plum-cake/">this recipe</a>: <strong>plum cake</strong>.</p>
<p>I (sous chef, here) came across it a month or so ago, and became almost immediately obsessed with the idea of making it. First, I thought I&#8217;d make it just in time for the chef&#8217;s return from his two week vacation, as  welcome back surprise. When that didn&#8217;t pan out, I wanted to make it the week before Thanksgiving, but there really wasn&#8217;t time.</p>
<p>As the days went by and frost covered the grass and everyone&#8217;s windshields in the morning, I began to despair. What if plums were out of season already? What if they <em>were </em>still in season, but the frost ruined them all and I&#8217;d never find them again? Yesterday, in a fever of sudden desire to bake, I visited two grocery stores &#8211; I figure grocery stores always have out-of-season or non-regional fruit, grown in secret labs or shipped in from South America &#8211; surely I could find some plums! However, I found none. Had I totally missed plum season? What, was it like two weeks long? <strong>Was I going to have to wait a whole year to make my plum cake?!</strong></p>
<p>Today, the farmer&#8217;s market pulled through. After several loops around the market, I spotted them: <strong>pluots.</strong></p>
<div id="attachment_1371" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/img_1534.jpg"><img class="size-medium wp-image-1371" title="pluots" src="http://techdabble.files.wordpress.com/2009/12/img_1534.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Beautiful bowl of pluots in the window, where the light is good.</p></div>
<p>Pluots are &#8211; fairly obviously &#8211; a blend between plums and apricots. You can learn more <a href="http://www.wisegeek.com/what-are-pluots.htm">here</a>. They aren&#8217;t entirely plums, it&#8217;s true, but this is all there was, and I was sold. (Thanks,<a href="http://www.ilovetiny.com/"> Tiny&#8217;s</a>!) I picked out 8 pluots, paid the friendly vendor, and went on my way.</p>
<p>There were a few other minor hurdles <strong>standing between me and my cake</strong>. The recipe called for an 8 x 8 cake pan, which I did not have. Although I <em>could </em>have been patient and waited for the chef to be available so I could borrow something, I instead decided to buy a cheap one-use guy from the grocery store. It being the week after Thanksgiving, however, they were short on all one-off pans &#8212; in the end I bought an oblong pan and hoped it would work. Additionally, the recipe I was using called for everything to be blended with a mixer, which I don&#8217;t have. Obviously things can be mixed by hand, but it takes a lot longer &#8211; and I was worried I wouldn&#8217;t get everything mixed together <em>well </em>enough.</p>
<div id="attachment_1372" class="wp-caption aligncenter" style="width: 210px"><a href="http://techdabble.files.wordpress.com/2009/12/teamflourmess.jpg"><img class="size-medium wp-image-1372" title="teamflourmess" src="http://techdabble.files.wordpress.com/2009/12/teamflourmess.jpg?w=200&#038;h=300" alt="" width="200" height="300" /></a><p class="wp-caption-text">Top: mixing by hand! Below: making a mess!</p></div>
<p style="text-align:left;">As usual, I managed to get flour all over myself and all over the floor. No surprise there! The recipe makes a pretty small amount of batter, and as I poured it into the pan I really started to feel concerned. It was very thin, and when I put in the plum slices, they were taller than the batter. However, my brain reminded me that the batter would expand and rise as it baked. The recipe called for baking it about 30 minutes, but since the pan was larger, the batter more spread out, I knew to be careful for quicker baking. I checked at ten minutes, then at twenty, and in the end it was done at about 25 minutes.</p>
<p style="text-align:left;">
<div id="attachment_1373" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/img_1545.jpg"><img class="size-medium wp-image-1373" title="finishedcake" src="http://techdabble.files.wordpress.com/2009/12/img_1545.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">The finished cake!</p></div>
<p style="text-align:left;">It&#8217;s a little browner on top than the one in the picture, and thus not quite as beautiful, but it still turned out pretty attractive! At this point I was still worried about the pluots &#8211; had the baking dried them out? After letting it cool, I sprinkled the top with a little powdered sugar.</p>
<p style="text-align:left;">From reading the recipe and some comments on it, and talking to the chef, I think the challenge with this cake is making sure your plums &#8211; or whatever fruit you use &#8211; is good and juicy. These pluots are definitely ready for eating, but a little firm &#8211; when you cut into the cake with a fork the fruit is still firm enough that it sometimes just slides right out of the cake rather than easily slicing. It sounds like pluots are always like that.</p>
<p style="text-align:left;">The batter here is very simple: the standards of flour, eggs and baking soda, combined with brown sugar, orange zest and vanilla. It&#8217;s a great cake for eating with coffee, I&#8217;d wager! The chef and I agree, the cake is tasty. Finally, <strong>success!</strong></p>
<p style="text-align:left;">
<div id="attachment_1374" class="wp-caption aligncenter" style="width: 310px"><a href="http://techdabble.files.wordpress.com/2009/12/img_1551.jpg"><img class="size-medium wp-image-1374" title="pluotcakeslice" src="http://techdabble.files.wordpress.com/2009/12/img_1551.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><p class="wp-caption-text">Have a slice!</p></div>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Farmers Market Find, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1370/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1370/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1370/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1370&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/12/06/pluot-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/img_1534.jpg?w=300" medium="image">
			<media:title type="html">pluots</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/teamflourmess.jpg?w=200" medium="image">
			<media:title type="html">teamflourmess</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/img_1545.jpg?w=300" medium="image">
			<media:title type="html">finishedcake</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/12/img_1551.jpg?w=300" medium="image">
			<media:title type="html">pluotcakeslice</media:title>
		</media:content>
	</item>
		<item>
		<title>Crock Pot Tortilla Casserole</title>
		<link>http://techdabble.wordpress.com/2009/11/22/crock-pot-tortilla-casserole/</link>
		<comments>http://techdabble.wordpress.com/2009/11/22/crock-pot-tortilla-casserole/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:54:45 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1362</guid>
		<description><![CDATA[So how do you get back into the food blogging after you&#8217;ve been running around on another continent for 2 weeks? A midwest casserole is how. Every ingredient almost comes out of a can or a bag and to boot it goes into the crock pot! Heaps of easy to get back into the swing of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1362&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1361" class="wp-caption aligncenter" style="width: 519px"><a href="http://techdabble.files.wordpress.com/2009/11/tortillacasserole-4.jpg"><img class="size-full wp-image-1361" title="Tortillas inside, tortillas outside.  And some casserole to boot!" src="http://techdabble.files.wordpress.com/2009/11/tortillacasserole-4.jpg?w=509&#038;h=382" alt="Tortillas inside, tortillas outside. And some casserole to boot!" width="509" height="382" /></a><p class="wp-caption-text">Tortillas inside, tortillas outside. And some casserole to boot!</p></div>
<p>So how do you get back into the food blogging after you&#8217;ve been running around on another continent for 2 weeks? A midwest casserole is how. Every ingredient almost comes out of a can or a bag and to boot it goes into the crock pot! Heaps of easy to get back into the swing of things (and give me more time to sort through my vacation pictures!). </p>
<p>So this afternoon while taking a break from photo-sorting/computer upgrading/watching Lightroom instructional videos I noticed my vegetarian crock pot cookbook and thought to myself &#8216;hmmm that would be easy for dinner&#8217; but I didn&#8217;t find anything of real interested in it.  So I turned to the internet. After a few false starts and minor &#8216;leads&#8217; I ended up the idea of a casserole in the crock pot which was very exciting because soup, stew, and large chunks of meat weren&#8217;t calling my name today.  A few searches later I came across this <a href="http://www.cooks.com/rec/doc/0,168,145174-229200,00.html">Tortilla Casserole recipe</a>.  I was on my out of the house so I wrote down the proper canned ingredients I would need for dinner.  For some reason I can&#8217;t remember now I decided not to stop and buy the food; eventually the Sous Chef called and we decided it was a go.</p>
<p>The only problem was this mythical &#8220;Hunts Special Sauce&#8221; listed in the ingredients.  Everything else we found in their respective cans / bags but even pocket internet didn&#8217;t yield any help with what is was and if it still existed. In the end we decided to bring home a Prego jar of spaghetti sauce (sticking with the midwest theme). However, when we got home big internet told me it was more a kin to hot sauce than spaghetti sauce.  Huh.  I ended up using maybe a few tablespoons or teaspoons (its hard for me to tell) of Tabasco sauce and to add liquid to it some Iowa&#8217;s own Cookie&#8217;s BBQ Sauce.  Besides this the only divergence I made from the recipe was to add 1 delicata squash into it. The sous chef finely diced it and we put it in with the meat filling.  The BBQ added a bit of flavor but also gave enough sauce to cover the extra squash.</p>
<p>Anyway the assembly was easy. Brown ground beef and onions. Add sauce, &#8216;special sauce&#8217; 1/2 can of green chilis,  a packet of taco seasoning, and in our case squash. Mix and simmer for 5 minutes.  Layer in a crock pot with white flour tortillas in a tinfoil lined crock pot.  Cook on high for 2 hours.  HIGH being the key word.  Turns out I had turned it to low for 2 hours.  I had to flip it to high and cook it for another hour.  And we had to wait to eat dinner :/</p>
<p>The last step was to make a cheese sauce to go over the top.  The first thing was to make a roux (butter flour mixture to thicken things) in a pot and then add 2 cups milk (we used soy) and then forget to let it sit long enough to thicken.  Opps. And add 2 cups cheese and the rest of the cans of chilis.  Heat and mix until it melts together.  Well we did this when we thought it was going to be done and let it sit on a cool burner for an hour while the casserole actually finished.  I was expecting to have to reheat/remelt it before I served it but oddly enough an hour later there was just a small film on the top and the sauce was still quite warm. </p>
<p>It didn&#8217;t come out of the crock pot in slices but rather in piles that I served with the sauce and some fresh tortilla slices. Yum! The spicy level was just right but I doubt I can do it again as I didn&#8217;t measure the Tabasco AND the Western Family Taco cheese we used had jalapenoes in it? So I have no idea how much of what really went it.  Overall this was a good, easy, filling, and warm meal that tasted a bit like a pile of tacos with some zip to it.  One of my friends has a great tortilla casserole recipe for the crock put and now I am itching to try it!</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1362&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/11/22/crock-pot-tortilla-casserole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/tortillacasserole-4.jpg" medium="image">
			<media:title type="html">Tortillas inside, tortillas outside.  And some casserole to boot!</media:title>
		</media:content>
	</item>
		<item>
		<title>Instructables.com: How to Milk an Almond</title>
		<link>http://techdabble.wordpress.com/2009/11/14/instructables-com-how-to-milk-an-almond/</link>
		<comments>http://techdabble.wordpress.com/2009/11/14/instructables-com-how-to-milk-an-almond/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 22:19:56 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1351</guid>
		<description><![CDATA[I have never, ever thought about making almond milk before now. Where would I have gotten such a preposterous idea? Sure, I&#8217;ve always been impressed with folks who make their own soy milk, and I&#8217;ve eaten the tasty food items made with the leftover soybean mash. (Thanks, weird vegan potluck at a house in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1351&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have never, ever thought about making almond milk before now. Where would I have gotten such a preposterous idea? Sure, I&#8217;ve always been impressed with folks who make their own soy milk, and I&#8217;ve eaten the tasty food items made with the leftover soybean mash. (Thanks, weird vegan potluck at a house in the U-District where I went to a basement show to see a very strange one-man band from Omaha!)</p>
<p>Thanks to the magic of Google Reader and the ability to share reader items, a friend shared <a href="http://www.instructables.com/id/How-to-Milk-an-Almond-fresh-homemade-almond-milk/">this article</a> &#8211; &#8220;How to Milk an Almond&#8221; &#8211; and I thought to myself, &#8220;Wait&#8230; this looks <em>easy!&#8221;</em></p>
<p><em> </em></p>
<div id="attachment_1352" class="wp-caption aligncenter" style="width: 310px"><em><em><img class="size-medium wp-image-1352" title="soakedalmonds" src="http://techdabble.files.wordpress.com/2009/11/img_0991.jpg?w=300&#038;h=225" alt="soakedalmonds" width="300" height="225" /></em></em><p class="wp-caption-text">Soaked overnight and ready to rock.</p></div>
<p><em></em>I had it starred in my reader for awhile&#8230; then I bookmarked the original page in my browser&#8230; then I actually asked a friend if I could borrow a food processor or blender&#8230; then I got sick. The original plan to make this last weekend didn&#8217;t happen, but the dream was still alive. Finally I came home with a borrowed food processor in a bag and, having properly prepared by soaking the almonds overnight, I went to work.</p>
<p>Of course I should have known it wouldn&#8217;t be as easy as the internet made it look &#8211; especially considering I don&#8217;t really understand some of the basics of things like food processors. The first thing I did was put in too much at one time. First water leaked out the bottom, then when I started the blending it exploded out the sides. Awesome!</p>
<div id="attachment_1353" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1353" title="almondexplosion" src="http://techdabble.files.wordpress.com/2009/11/img_0994.jpg?w=300&#038;h=225" alt="almondexplosion" width="300" height="225" /><p class="wp-caption-text">It doesn&#39;t look like much of a disaster because water is clear.</p></div>
<p>I scooped out about half of the almonds (I started with a pound), dumped some water, and started over. At this point I had absolutely no idea how much water was left in there. I&#8217;d already had some confusion reading the recipe and figuring out how much water I should have. So really, the water was the big wild card here. However, the good thing about this is you can always add more &#8211; so I opted for less to start.</p>
<p>After two batches through the food processor, I lined a large bowl with cheesecloth, scooped the the mix into it, and squeezed.</p>
<p>At this point <strong>I really did feel like I was milking an almond.</strong></p>
<div id="attachment_1354" class="wp-caption aligncenter" style="width: 209px"><img class="size-medium wp-image-1354" title="straining" src="http://techdabble.files.wordpress.com/2009/11/straining.jpg?w=199&#038;h=300" alt="straining" width="199" height="300" /><p class="wp-caption-text">The first and second strainings.</p></div>
<p>The first straining is done with cheesecloth; for the second the website recommended a wire mesh coffee filter, and I borrowed an extra from the office. I soaked that coffee filter in soapy water even longer than I soaked the almonds, just so the milk wouldn&#8217;t pick up any weird flavors. As you can see I had to rig up something weird, because it wasn&#8217;t cone shaped and didn&#8217;t fit neatly into any of the containers I had. That&#8217;s a chopstick it&#8217;s hanging from.</p>
<p>I set all the meal aside for the time being and poured the milk into a glass jar, and added about a cup and a half more water.</p>
<div id="attachment_1355" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1355" title="milkinjar" src="http://techdabble.files.wordpress.com/2009/11/milkinjar.jpg?w=300&#038;h=199" alt="milkinjar" width="300" height="199" /><p class="wp-caption-text">Almond milk, pre-&quot;blooming&quot;.</p></div>
<p>Now, the waiting. The instructions call for letting it &#8220;bloom&#8221; in the fridge for 24 hours. It does some settling, but you give it some shakes and you keep it covered and then you add pinches of salt and flavoring of your choice. I planned to add some vanilla, depending on what it tasted like then. I did taste it before stowing it in the fridge, but it was just funny-tasting water at that point.</p>
<div id="attachment_1356" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1356" title="almondmeal" src="http://techdabble.files.wordpress.com/2009/11/img_1012.jpg?w=300&#038;h=225" alt="almondmeal" width="300" height="225" /><p class="wp-caption-text">Drying the meal!</p></div>
<p>I rounded out the first phase of the adventure by toasting the almond meal in the oven for later, undetermined baking uses. I overtoasted some of it a little, but still ended up with quite a bit of good, usable meal.</p>
<p>Over the next 24 hours I did the shake-and-wait.</p>
<div id="attachment_1358" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1358" title="milkseparation" src="http://techdabble.files.wordpress.com/2009/11/img_1015.jpg?w=300&#038;h=225" alt="milkseparation" width="300" height="225" /><p class="wp-caption-text">Here it is, in the fridge, doing exactly what it&#39;s supposed to do.</p></div>
<p>Once 24 hours had officially passed, I added a bit of vanilla and two pinches of salt. To be honest, I&#8217;m not entirely sure what I&#8217;m trying to get to! Funny that I should be so excited about making my own almond milk, when I don&#8217;t even drink it on a regular basis.</p>
<div id="attachment_1359" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1359" title="finished" src="http://techdabble.files.wordpress.com/2009/11/img_1022.jpg?w=300&#038;h=225" alt="finished" width="300" height="225" /><p class="wp-caption-text">DONE!</p></div>
<p>I think it&#8217;s good in terms of water level&#8230; and I don&#8217;t want to add too much sweetener, so it can be used for more things. I don&#8217;t want to add too much salt because I&#8217;m afraid of over-salting it&#8230; but maybe it hasn&#8217;t hit that &#8220;perfect&#8221; state yet. I shall keep experimenting today. :)</p>
<br />Posted in Cooking Creations  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1351&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/11/14/instructables-com-how-to-milk-an-almond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0991.jpg?w=300" medium="image">
			<media:title type="html">soakedalmonds</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0994.jpg?w=300" medium="image">
			<media:title type="html">almondexplosion</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/straining.jpg?w=199" medium="image">
			<media:title type="html">straining</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/milkinjar.jpg?w=300" medium="image">
			<media:title type="html">milkinjar</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_1012.jpg?w=300" medium="image">
			<media:title type="html">almondmeal</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_1015.jpg?w=300" medium="image">
			<media:title type="html">milkseparation</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_1022.jpg?w=300" medium="image">
			<media:title type="html">finished</media:title>
		</media:content>
	</item>
		<item>
		<title>Mini Peanut Butter Cup Cookies</title>
		<link>http://techdabble.wordpress.com/2009/11/08/mini-peanut-butter-cup-cookies/</link>
		<comments>http://techdabble.wordpress.com/2009/11/08/mini-peanut-butter-cup-cookies/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 23:34:11 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1344</guid>
		<description><![CDATA[Awwww yeah&#8230; somebody pass me that delicious tower o&#8217; cookies, right?! Everybody all together now: &#8220;You baked?!?&#8221; It&#8217;s true, and your shock is completely warranted. I mean, the first obvious point of shock is that I had all the ingredients to bake cookies in my kitchen. (Point one for the Chef.) The second point of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1344&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1343" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1343" title="cookiesfinal" src="http://techdabble.files.wordpress.com/2009/11/img_0956.jpg?w=225&#038;h=300" alt="cookiesfinal" width="225" height="300" /><p class="wp-caption-text">Tower o&#39; cookies!</p></div>
<p>Awwww yeah&#8230; somebody pass me that delicious tower o&#8217; cookies, right?! Everybody all together now: &#8220;You baked?!?&#8221;</p>
<p>It&#8217;s true, and your shock is completely warranted. I mean, the first obvious point of shock is that I had all the ingredients to bake cookies in my kitchen. (Point one for the Chef.) The second point of shock is that I <em>actually utilized them</em>.</p>
<p>Here&#8217;s the thing: I&#8217;ve been sick. As I was getting all geared up for a three day weekend, I apparently let my guard down and in crept&#8230; sinus pain. I&#8217;ve spent the last three (full) days in bed, and even today, though I&#8217;m feeling pretty okay, moving around a lot makes me tired and I subsequently have not left the house.</p>
<p>So I guess it was the boredom that led me to such insane levels of domesticity. I&#8217;ve already watched a dozen movies and played (and lost) about a thousand games of solitaire, and when you&#8217;ve run out of blogs to read, what else can you do?!</p>
<div id="attachment_1346" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1346" title="morsels" src="http://techdabble.files.wordpress.com/2009/11/img_0928.jpg?w=225&#038;h=300" alt="morsels" width="225" height="300" /><p class="wp-caption-text">Who needs chocolate chips?!</p></div>
<p>This &#8220;recipe&#8221; was originally done by the Chef and his roommate &#8211; who decided to replace the chocolate chips with a tub of mini peanut butter cups from Trader Joe&#8217;s. Of course they were insanely good, so I actually kept an eye out for them at TJ&#8217;s for awhile. Either they weren&#8217;t in stock or they were hidden &#8211; but I didn&#8217;t find them until just recently. I bought a container of them and put them in the cupboard for exactly this eventuality &#8211; that they&#8217;d become cookies.</p>
<div id="attachment_1347" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1347" title="woodenspoon" src="http://techdabble.files.wordpress.com/2009/11/img_0934.jpg?w=225&#038;h=300" alt="woodenspoon" width="225" height="300" /><p class="wp-caption-text">This spoon was meant for cookies.</p></div>
<p>Incidentally, I feel it important to mention that this wooden spoon was <em>meant </em>for chocolate chip cookies. I took this spoon from my dad&#8217;s house recently, because I was moving into my own place and actually needed my own kitchen stuff. And when I started using it in my apartment I started seeing it, in my head, covered in dough and chocolate chips just like this. My mom made cookies with it all the time! So it&#8217;s finally achieved its destiny in Seattle, and it is to make me some damn cookies.</p>
<div id="attachment_1348" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1348" title="cookiedone" src="http://techdabble.files.wordpress.com/2009/11/img_0937.jpg?w=225&#038;h=300" alt="cookiedone" width="225" height="300" /><p class="wp-caption-text">OMNOMNOM</p></div>
<p>Unfortunately it was at this point in the story that Our Hero discovered her sense of taste was totally jacked from being sick. However, I do remember how awesome they were last time, hence the &#8220;it&#8217;s a winner!&#8221; tag for this post.</p>
<p>CHOMP!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1344/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1344/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1344/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1344&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/11/08/mini-peanut-butter-cup-cookies/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0956.jpg?w=225" medium="image">
			<media:title type="html">cookiesfinal</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0928.jpg?w=225" medium="image">
			<media:title type="html">morsels</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0934.jpg?w=225" medium="image">
			<media:title type="html">woodenspoon</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0937.jpg?w=225" medium="image">
			<media:title type="html">cookiedone</media:title>
		</media:content>
	</item>
		<item>
		<title>Sprouts &amp; Shrooms</title>
		<link>http://techdabble.wordpress.com/2009/11/03/sprouts-shrooms-2/</link>
		<comments>http://techdabble.wordpress.com/2009/11/03/sprouts-shrooms-2/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:48:36 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Farmers Market Find]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1327</guid>
		<description><![CDATA[When it comes to foods I enjoy that the Chef doesn&#8217;t like, he is always encouraging me to buy them and prepare them for myself sometime. There are two problems with this: Cook? For myself? No comprende. The Chef does such a good job of meal-planning for the week, and we have so many leftovers, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1327&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When it comes to foods I enjoy that the Chef doesn&#8217;t like, he is always encouraging me to buy them and prepare them for myself sometime. There are two problems with this:</p>
<ol>
<li>Cook? For myself? <em>No comprende.</em></li>
<li>The Chef does such a good job of meal-planning for the week, and we have so many leftovers, it rarely makes sense for me to cook a meal for myself!</li>
</ol>
<p>However, with the Chef safely in another hemisphere,  I transitioned from <strong>oggling the</strong> <strong>chanterelles </strong>to purchasing the chanterelles rather quickly. (The German word is <em>pfifferlinge, </em>which I think is better. Thanks to <a href="http://cndrnh.blogspot.com/2009/10/amiexpats-kaninchen-mit-pilzen-rabbit.html">my favorite ex-pat blogger!</a>)</p>
<p>Chanterelles, on first glance, are a bit sticker-shock-inducing. $10 a pound?! But then you slow down, breathe a minute, and remember you&#8217;re cooking for yourself. You don&#8217;t need that many! You hand-pick a few and escape with a $1.50 bill.</p>
<p>Most suggestions for preparing said chanterelles involved cream sauce &#8211; but making cream sauce was more than I was up for, and I didn&#8217;t want to compromise the pfifferlinge with mediocre Trader Joe&#8217;s alfredo sauce. But, I probably <em>did </em>need something like pasta to eat with them. In the end, I kept it simple. After washing the mushrooms, I sliced them in half and sauteed them in butter and fresh garlic. I then cooked a small amount of wheat spagetti noodles, added a tiny bit of olive oil and fresh ground pepper. Dumped on the shrooms, grated some gruyere on top&#8230; voila!</p>
<div id="attachment_1333" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1333" title="pfifferlinge" src="http://techdabble.files.wordpress.com/2009/11/img_0758.jpg?w=300&#038;h=234" alt="pfifferlinge" width="300" height="234" /><p class="wp-caption-text">On Flickr the title of this image is: &quot;You know as well as I do the pasta is just a vehicle for the mushrooms.&quot;</p></div>
<p>C&#8217;est magnifique!</p>
<p>(As an aside, that garlic &#8211; a fancy Killarney Red &#8211; was very nearly the same price as the handful of chanterelles. A brief web search turned up an online store selling the stuff for $16/lb. It is good, but I&#8217;m still on the fence about fancy garlics. Because I&#8217;m always cooking them with something else, I don&#8217;t notice the difference in taste, heat, etc.)</p>
<p>The other featured food item this week, in the theme of I-love-but-Chef-does-not-love, is <strong>brussel sprouts.</strong> Truth: I never ate a brussell sprout until moving to Seattle. Once I tried them, prepared a specific way, I continued preparing them in the exact same way for, oh I don&#8217;t know, four years? Because that was how I knew to cook them, and they tasted good that way, so why not? (For reference: steamed, then served with a mustard/butter sauce. That&#8217;s it.)</p>
<p>I based my preparation of the sprouts on <a href="http://community.livejournal.com/picturing_food/5073385.html">this recipe</a>. First, the shocking confession: although the recipe calls for bacon, <strong>I did not use bacon. </strong>My excuses are &#8211; it was dark when I got off work and I didn&#8217;t feel like going to the store. However, in my defense, I think it&#8217;s probably best that I started slow on this one &#8211; it was very, very good, and if I had included the bacon I may very well not be alive to write this post. No, seriously.</p>
<div id="attachment_1334" class="wp-caption aligncenter" style="width: 285px"><img class="size-medium wp-image-1334" title="sprouts" src="http://techdabble.files.wordpress.com/2009/11/img_0858.jpg?w=275&#038;h=300" alt="sprouts" width="275" height="300" /><p class="wp-caption-text">Sprouts, cleaned and cut.</p></div>
<p>After quartering the brussel sprouts, I put 4 tsp. of olive oil into a pan with 2 cloves of crushed garlic and some leftover green onions, chopped. (The recipe I linked calls for caramelizing onions, and while I did have an onion, I wasn&#8217;t sure I wanted to eat that much onion. You can&#8217;t caramelize green onions apparently, so I just sauteed them to use them up, since they were about to die.) I let the oil heat, then threw in the sprouts, and added salt and pepper. You cook this until the edges start to brown just a bit, then you throw in half a cup of water and &#8211; <strong>I&#8217;m not even kidding you here</strong> &#8211; 3 tbsp of melted butter (or more heart-friendly approximation). UM YES LET&#8217;S JUST BOIL THEM IN BUTTER.</p>
<div id="attachment_1335" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1335" title="addbutter" src="http://techdabble.files.wordpress.com/2009/11/img_0870.jpg?w=300&#038;h=225" alt="addbutter" width="300" height="225" /><p class="wp-caption-text">YES. BOIL THEM IN A VAT OF BUTTER.</p></div>
<p>Ahem. Keep cooking until most of the liquid has boiled off. Then you eat them. And let me tell you, anything cooked with that much butter is going to be AWESOME. The moral of this story is that I think it would be one hundred percent worthwhile to try the whole recipe sometime, with the caramelized onions and <em>especially </em>with the bacon. When that happens, I will probably die of happiness. <strong>Next time I am definitely adding the bacon.</strong></p>
<div id="attachment_1336" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1336" title="sproutfinal" src="http://techdabble.files.wordpress.com/2009/11/img_0875.jpg?w=225&#038;h=300" alt="sproutfinal" width="225" height="300" /><p class="wp-caption-text">Perfectly browned!</p></div>
<p>What is that orange business over there in the corner, you ask? I found two large carrots in the fridge that were getting a little sad, so I cut them, boiled them, and stirred in goat butter and brown sugar. Mmmm&#8230;.!</p>
<p>(Since I&#8217;m here&#8230; can I show you how I totally roasted a red pepper all by myself? The Chef is totally going to be like WTF because I kind of hate roasting red peppers, and also I don&#8217;t really like to eat peppers all that much. But this was all about saving the pepper from otherwise certain death! One thing about this sous chef is that she <strong>hates wasting food. </strong>So, better to roast it and save it for a bit longer than to see it wilt and mold and have to throw it away. I followed <a href="http://www.ochef.com/158.htm">this guy&#8217;s</a> advice and roasted the thing whole in my oven with the broiler on.</p>
<div id="attachment_1337" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1337" title="roastedpepper" src="http://techdabble.files.wordpress.com/2009/11/img_0859.jpg?w=300&#038;h=225" alt="roastedpepper" width="300" height="225" /><p class="wp-caption-text">Oh yeah, lookin good...</p></div>
<p>I let it sit under a towel for twice as long on accident, then peeled it, cut it in half, pulled out the seeds. My coworker told me I could store it in a jar of oil and it would be good in the fridge for a few weeks. Facebook folks gave me some great suggestions on how to use it when I&#8217;m ready &#8211; mostly involving mashing it up with things like FETA and GARLIC and spread it on crackers. Yes, please!</p>
<div id="attachment_1339" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1339" title="redpepperstored" src="http://techdabble.files.wordpress.com/2009/11/img_08651.jpg?w=225&#038;h=300" alt="redpepperstored" width="225" height="300" /><p class="wp-caption-text">Swimming in oil in a nice, pretty jar. </p></div>
<p>Plenty of time for the chef to return and eat them! Oh happy day. Another food death averted.)</p>
<p>Sous chef OUT!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Farmers Market Find, Straight up Creation No Recipe Included, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1327/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1327/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1327/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1327&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/11/03/sprouts-shrooms-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0758.jpg?w=300" medium="image">
			<media:title type="html">pfifferlinge</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0858.jpg?w=275" medium="image">
			<media:title type="html">sprouts</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0870.jpg?w=300" medium="image">
			<media:title type="html">addbutter</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0875.jpg?w=225" medium="image">
			<media:title type="html">sproutfinal</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_0859.jpg?w=300" medium="image">
			<media:title type="html">roastedpepper</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/11/img_08651.jpg?w=225" medium="image">
			<media:title type="html">redpepperstored</media:title>
		</media:content>
	</item>
		<item>
		<title>Stocking the Fridge for Winter; or, How I Learned to Stop Worrying and Love Leftovers</title>
		<link>http://techdabble.wordpress.com/2009/10/31/stocking-the-fridge-for-winter-or-how-i-learned-to-stop-worrying-and-love-leftovers/</link>
		<comments>http://techdabble.wordpress.com/2009/10/31/stocking-the-fridge-for-winter-or-how-i-learned-to-stop-worrying-and-love-leftovers/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 05:07:47 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1319</guid>
		<description><![CDATA[We all knew this time was coming. We were cooking up a storm, as usual, but the Chef was getting ready to leave on a two-week overseas vacation, and due to various circumstances we weren&#8217;t really eating our leftovers. Sure, we joked about how really it was so he could make sure I ate a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1319&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We all knew this time was coming. We were cooking up a storm, as usual, but the Chef was getting ready to leave on a two-week overseas vacation, and due to various circumstances we weren&#8217;t really eating our leftovers. Sure, we joked about how really it was so he could make sure I ate a decent meal even while he was gone instead of reverting back to my steady diet of tortillas and butter. But when the Chef&#8217;s ride to the airport finally arrived and I trudged back to my apartment with a very large bag of leftovers, I started to get concerned.</p>
<p>This was a race against time. Some of the leftovers had already been in the fridge for over a week. Sure, in two weeks I could probably handle ingesting a good chunk of those leftovers, but how was I going to do it <em>before they went bad?! </em>And what happened when I just didn&#8217;t feel like eating beet salad? Make mac n cheese &#8211; but then I have MORE leftovers!</p>
<p>When I tried to eat leftover <a href="http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/">onion &amp; potato salad</a> for lunch &#8211; without the arugula (too soggy!) and the onions (too much!) and the duck eggs (all gone!) &#8211; and discovered several instances of what may or may not have been pink mold, I ended up deciding to throw the whole thing out (there were easily 3 servings left) and I went into full-on anxiety mode. Then: a flash of brilliance. FREEZE IT!</p>
<div id="attachment_1325" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1325" title="freezer" src="http://techdabble.files.wordpress.com/2009/10/img_0732.jpg?w=300&#038;h=225" alt="Behold!" width="300" height="225" /><p class="wp-caption-text">Good thing I have a big freezer!</p></div>
<p>Some quick internet searches advised on the best way to freeze beets. I had three beets leftover that we&#8217;d cooked but not used for salad &#8211; I sliced those. Then I picked the endive out of the leftover beet salad and dumped the diced beets onto a cookie sheet with the beet slices and put the whole thing in the freezer for 30 minutes. Then took them out, bagged them up, and put them back in.</p>
<p>Though the internet advised against freezing potatos &#8211; we had a meatloaf and roasted veggies meal that hasn&#8217;t appeared here yet &#8211; I did slice the meatloaf chunk in half and freeze one part, leaving the other for everyone&#8217;s favorite, meatloaf sandwiches. (At least it seems to be everyone&#8217;s favorite, considering how many times people have mentioned it since I came into possession of said leftover meatloaf.)</p>
<p>So, I found myself standing at the fridge, looking inside and thinking &#8220;What else can I freeze? This is fun!&#8221;</p>
<p>Last weekend, I had the good fortune to visit a small farm that a friend worked on this summer. The farm did produce for summer CSA boxes, and were growing a very small amount of winter veggies, even though they weren&#8217;t really employing too many people. There were still a few tomatoes on the vine, and I came away with a quart of sun golds. I knew it might be a challenge to use them, but considering how much we loved them this summer, I couldn&#8217;t say no.</p>
<p>Unfortunately, the week came and went and the sun golds stayed in my fridge. Today, I zeroed in on them and thought, what about a sauce? I could make a sauce, and then FREEZE IT!</p>
<p>While looking for a recipe, I came upon something slightly different: <a href="http://www.fourgreenacres.com/2009/09/savoring-harvest-sungold-tomato-nuggets.html">sungold nuggets</a>. Described as a &#8220;January mental-health remedy&#8221;, this blogger goes on to claim that sun golds actually ward off Seasonal Affective Disorder. Well <em>shite!</em> Sign me up because by February I&#8217;ll have gone mad from another long, gray Seattle winter!</p>
<p>This blog also uses the cooking phrase I dread the most: &#8220;Use your judgement.&#8221; Still, even without very specific instructions I was determined to move forward.</p>
<p><img class="aligncenter size-medium wp-image-1321" title="presliced" src="http://techdabble.files.wordpress.com/2009/10/img_0709.jpg?w=300&#038;h=225" alt="Sun golds on the chopping blog!" width="300" height="225" /></p>
<p>The first step is easy: slice the sun golds in half and scoop out the seeds! My blog-guide suggested feeding the innards to the chickens, but when I found myself without a source of hungry chickens, I fed the innards to my garbage can.</p>
<p><img class="aligncenter size-medium wp-image-1320" title="sungold" src="http://techdabble.files.wordpress.com/2009/10/sungold.jpg?w=199&#038;h=300" alt="Sun golds halved and &quot;stuffed&quot;. " width="199" height="300" /></p>
<p>Next up, mix parmigiana and olive oil and salt and pepper and garlic and thyme. Well&#8230; no parmigiana on hand, so I replaced it with shredded gruyere, since I had some in the fridge from the pumpkin soup adventure. No thyme, or oregano, so I left that out altogether.</p>
<p>Next, bake for a million years. No, seriously, I actually have no idea how long I baked them. This is where the &#8220;use your judgement&#8221; part came in &#8211; I got a temperature range to cook at but no time frame. My only guide was that hopefully at the end they would look like tomato raisins.</p>
<p><img class="aligncenter size-medium wp-image-1322" title="Tomato raisins?" src="http://techdabble.files.wordpress.com/2009/10/img_0718.jpg?w=300&#038;h=225" alt="Tomato raisins?" width="300" height="225" /></p>
<p>Well, not exactly. I suspect too much olive oil. Some of them looked ok, some of them were getting there, some were burned. I checked them every 10/15 minutes, eventually deciding I didn&#8217;t want them to burn anymore, even if I didn&#8217;t think they were all quite done. Still, they look pretty tasty&#8230; I will definitely enjoy eating them with SOMETHING. Probably they won&#8217;t end up a sauce, but they&#8217;d be delicious on a pizza!</p>
<p><img class="aligncenter size-medium wp-image-1323" title="jar-o-sungolds" src="http://techdabble.files.wordpress.com/2009/10/img_0729.jpg?w=225&#038;h=300" alt="The final product. For FREEZING!" width="225" height="300" /></p>
<p>The quart-box of sun golds yielded a half-size jar of &#8220;nuggets&#8221; (sorry, I can&#8217;t be more specific on size, I know nothing about standard jar sizes). And now I&#8217;m FREEZIN&#8217; EM!</p>
<p>Thus, our in-the-freezer-for-winter inventory is:</p>
<ul>
<li>4 bags of pumpkin soup.</li>
<li>Half of our meatloaf leftovers.</li>
<li>One mid-sized tupperware of chili.</li>
<li>One larger-sized tupperware of veggie soup we made when we were about to lose some veggies to not-so-freshness if we didn&#8217;t ACT QUICKLY!</li>
<li>2 small bags of sliced beets.</li>
<li>2 small bags of seasoned/diced beet salad.</li>
<li>1 large bag of fiddlehead ferns the Chef blanched and froze in the early summer when they were in season.</li>
<li>2 maple-bacon waffles I stole from the Chef&#8217;s freezer because he can&#8217;t eat them while he&#8217;s overseas! Snap!</li>
</ul>
<p>Whew! So, it&#8217;s not your typical end-of-summer stash. I didn&#8217;t can/freeze/process a bunch of fresh summer veggies. BUT, it&#8217;s a respectable bunch of meals we can eat when we are feeling lazy. As long as we remember to look in the freezer.</p>
<br />Posted in Cooking Creations Tagged: Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1319&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/31/stocking-the-fridge-for-winter-or-how-i-learned-to-stop-worrying-and-love-leftovers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0732.jpg?w=300" medium="image">
			<media:title type="html">freezer</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0709.jpg?w=300" medium="image">
			<media:title type="html">presliced</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/sungold.jpg?w=199" medium="image">
			<media:title type="html">sungold</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0718.jpg?w=300" medium="image">
			<media:title type="html">Tomato raisins?</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0729.jpg?w=225" medium="image">
			<media:title type="html">jar-o-sungolds</media:title>
		</media:content>
	</item>
		<item>
		<title>Three-Beet Caviar with Endive and Goat Cheese</title>
		<link>http://techdabble.wordpress.com/2009/10/26/three-beet-caviar-with-endive-and-goat-cheese/</link>
		<comments>http://techdabble.wordpress.com/2009/10/26/three-beet-caviar-with-endive-and-goat-cheese/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:47:30 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1310</guid>
		<description><![CDATA[As the chef prepares for a two week vacation, the sous chef inherits more leftovers to eat while he is away &#8211; and does a little more cooking while he downloads games for his phone to keep him from going all Peter Buck on the flight. Tonight he was quite ready to eat leftovers from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1310&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As the chef prepares for a two week vacation, the sous chef inherits more leftovers to eat while he is away &#8211; and does a little more cooking while he downloads games for his phone to keep him from <a href="http://en.wikipedia.org/wiki/Peter_Buck#Airline_incident">going all Peter Buck on the flight.</a> Tonight he was quite ready to eat <a href="http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/">leftovers from last week</a>, but I &#8211; ever the planner &#8211; reasoned it out. Tonight we actually had a little time to cook &#8211; whereas tomorrow I work late, Wednesday he has class late, and Friday he&#8217;s leaving earlier rather than later for the airport. Larger meal for Thursday, easy meal for tonight: beet salad.</p>
<p>The fancier name is Three-Beet Caviar with Endive and Goat Cheese, and tonight it was an experiment in making-it-up-as-you-go-along.</p>
<p><img class="aligncenter size-medium wp-image-1311" title="3beetbowls" src="http://techdabble.files.wordpress.com/2009/10/img_0678.jpg?w=300&#038;h=225" alt="The beet varieties, chopped!" width="300" height="225" /></p>
<p>The recipe called for three different beets: Red, Golden, and Chioggia (which is a pink and white concentric-circle-striped beet). When we were browsing the market, I was initially concerned that we wouldn&#8217;t find beets individually &#8211; only in bundles of a zillion extra beets we didn&#8217;t need. Thankfully, that was not the case. We picked up one large red and one large chioggia, and two small goldens. (The recipe called for six beets but we weren&#8217;t feeding an army!)</p>
<p><img class="aligncenter size-medium wp-image-1312" title="goatcheese" src="http://techdabble.files.wordpress.com/2009/10/img_0676.jpg?w=300&#038;h=225" alt="Fresh goat cheese! Mmmmmmm..." width="300" height="225" /></p>
<p>We LOVE the goat cheese from Port Madison Farm; of course we went straight there once we decided to go for this recipe. It comes in these awesome fat little cheese pucks &#8211; which doesn&#8217;t sound appetizing BUT IT IS, I promise you. I could eat it like a dinner roll.</p>
<p>The hardest part was steaming the beets: should I steam them all? How long will it take? Are they done yet? Am I overcooking them? Are the red beets staining the rest of the beets? Etc, etc. After they&#8217;re steamed, I peeled off the skin just like I learned to peel potatoes at my first job in a restaurant when I was, like, 16. Chop into small pieces!</p>
<p>This is where some of the substitution comes in. The recipe says to toss 3 tablespoons of white wine vinegar with a finely diced red onion. We had: pear infused balsamic vinegar, two green onions and two tiny scallions. So I figured, hey what the hell, these should work! Then, you toss each bowl of beets with 1/3rd of this mixture, taste for salt &amp; pepper, then toss again with 2 tablespoons chopped parsley or chervil. Had no parsley, had no idea what chervil even IS &#8211; left it out entirely. (The chef suggested replacing the parsley with oregano, but I was skeptical and chose to overrule this suggestion.)</p>
<p><img class="aligncenter size-medium wp-image-1313" title="Beet salad, unmixed." src="http://techdabble.files.wordpress.com/2009/10/img_0688.jpg?w=300&#038;h=225" alt="&quot;Okay now let's make some pretty piles.&quot;" width="300" height="225" /></p>
<p>So you make pretty piles! 3 beet varieties, one pile of chopped endive (we had both green and red endives, to further maximize the color variety in this meal), and one pile of tasty, tasty goat cheese. Drizzle the cheese and endive with olive oil, pepper, and SERVE!</p>
<p><img class="aligncenter size-medium wp-image-1314" title="truthkitchen" src="http://techdabble.files.wordpress.com/2009/10/img_0692.jpg?w=300&#038;h=225" alt="The truth: cooking is messy." width="300" height="225" /></p>
<p>All the pictures that end up this blog are usually very gorgeous and the clutter has all been moved somewhere else. TRUTH: COOKING IS MESSY! Especially in a tiny kitchen. It&#8217;s okay, everyone, I promise total messes are TOTALLY NORMAL.</p>
<p>Once you&#8217;ve taken a sufficient amount of pictures, you&#8217;ve given your beets sufficient time to cool! Theoretically you are supposed too chill this dish and eat it cold, but I was having NONE of that. Serve it pretty, eat it messy: mix your piles together into a tasty, red pile of delicious:</p>
<p><img class="aligncenter size-medium wp-image-1315" title="mixed" src="http://techdabble.files.wordpress.com/2009/10/img_0693.jpg?w=300&#038;h=225" alt="Beet salad, mixed. " width="300" height="225" /></p>
<p>One of my main fears with this dish was that I had added too much vinegar. In fact, a short story: I kept getting Easter flashbacks, because the smell of the vinegar coupled with the dark red beet juice everywhere was triggering memories of dying Easter eggs. However, my fears proved unnecessary. This dish is AWESOME.</p>
<p>Not too vinegary, not too oniony. Each beet variety has a distinct flavor: the golden is the richest, the red is the sweetest. The endive lends a refreshing crunch and the goat cheese is the zinger! Dudes, this one is awesome, no joke. Not hard either! I mean, here&#8217;s the thing: I MADE IT MYSELF! Yes, the chef was in the vicinity and I asked him a bunch of questions. But I probably could even have done it without him around! And that, my friends, is the true test of an easy recipe.</p>
<p>Sous chef OUT!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1310/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1310/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1310/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1310&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/26/three-beet-caviar-with-endive-and-goat-cheese/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0678.jpg?w=300" medium="image">
			<media:title type="html">3beetbowls</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0676.jpg?w=300" medium="image">
			<media:title type="html">goatcheese</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0688.jpg?w=300" medium="image">
			<media:title type="html">Beet salad, unmixed.</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0692.jpg?w=300" medium="image">
			<media:title type="html">truthkitchen</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0693.jpg?w=300" medium="image">
			<media:title type="html">mixed</media:title>
		</media:content>
	</item>
		<item>
		<title>Cinderella Pumpkin Continued</title>
		<link>http://techdabble.wordpress.com/2009/10/25/cinderella-pumpkin-continued/</link>
		<comments>http://techdabble.wordpress.com/2009/10/25/cinderella-pumpkin-continued/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:59:32 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1302</guid>
		<description><![CDATA[Sous chef here, with part two of our pumpkin adventure! Since making soup from a 13 pound pumpkin is quite an undertaking, we left the very small side project of roasting seeds for another day. I put them in a tupperware and stuck them in my fridge, and earlier this week I decided to go [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1302&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sous chef here, with part two of our pumpkin adventure!</p>
<p>Since making soup from a 13 pound pumpkin is quite an undertaking, we left the very small side project of roasting seeds for another day. I put them in a tupperware and stuck them in my fridge, and earlier this week I decided to go ahead and get them roasted!</p>
<p>We&#8217;d looked at a few seed-roasting recipes on the internet, knowing that in general roasting pumpkin seeds is pretty simple and doesn&#8217;t involve too many ingredients. One was still up in my browser, so I went with that one by default.</p>
<div id="attachment_1303" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1303" title="rawseeds" src="http://techdabble.files.wordpress.com/2009/10/img_0517.jpg?w=225&#038;h=300" alt="Pre-roasted pumpkin seeds. " width="225" height="300" /><p class="wp-caption-text">Pre-roasted pumpkin seeds. </p></div>
<p>When we first cut open the pumpkin, we were pretty surprised at how few seeds we pulled out. (As it turns out, the Cinderella pumpkin is pretty much all &#8220;meat&#8221;.) As I took them back out to clean them, I ended up measuring and all told we had half a cup of pumpkin seeds. Not a lot, but enough to satisfy the craving for roasted pumpkin seeds.</p>
<p>The recipe I used called for boiling the seeds in salt water for ten minutes before baking them. 2 cups of water for every half cup of seeds, and 1/2 tablespoon of salt for every cup of water. So the seeds get salty BUT they don&#8217;t get salt all over your fingers when you eat them: brilliant!</p>
<p>These guys baked on the topmost shelf of the oven for about 18 minutes total &#8211; though I checked them every five minutes so as not to burn them. The recipe advises 10-20, to your preferred roasting level.</p>
<div id="attachment_1304" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1304" title="seedsdone" src="http://techdabble.files.wordpress.com/2009/10/photo-0093.jpg?w=300&#038;h=240" alt="The enticing photo I texted to the chef." width="300" height="240" /><p class="wp-caption-text">The enticing photo I texted to the chef.</p></div>
<p>Once I pulled the seeds out of the oven to cool, I immediately took a photo with my cell phone and texted it to the chef as proof of my accomplishment!</p>
<p>The recipe I used gave us very solid, traditional pumpkin seeds: salty and delicious! In the event that I once again find myself roasting pumpkin seeds, I think I&#8217;ll get a little more creative with the spices and try my hand at &#8220;gourmet&#8221; pumpkin seeds.</p>
<p>Stay tuned for part three of the Cinderella pumpkin extravaganza!</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1302&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/25/cinderella-pumpkin-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0517.jpg?w=225" medium="image">
			<media:title type="html">rawseeds</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/photo-0093.jpg?w=300" medium="image">
			<media:title type="html">seedsdone</media:title>
		</media:content>
	</item>
		<item>
		<title>A Morning at the Market</title>
		<link>http://techdabble.wordpress.com/2009/10/25/a-morning-at-the-market/</link>
		<comments>http://techdabble.wordpress.com/2009/10/25/a-morning-at-the-market/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 23:30:30 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Farmers Market Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1228</guid>
		<description><![CDATA[A few weeks ago, I got a little camera crazy, and off-handedly commented that I should make a food-blog post about a typical trip to the farmer&#8217;s market! A sort of day-in-the-life thing &#8212; since a lot of his blog has been about cooking and eating what we can get at the farmer&#8217;s market rather [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1228&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I got a little camera crazy, and off-handedly commented that I should make a food-blog post about a typical trip to the farmer&#8217;s market! A sort of day-in-the-life thing &#8212; since a lot of his blog has been about cooking and eating what we can get at the farmer&#8217;s market rather than doing the bulk of our shopping at the farmers market.</p>
<p>The chef is holding me to that off-handed comment, so here I am.</p>
<h1 style="text-align:center;"><strong>WEEK ONE!</strong></h1>
<div id="attachment_1231" class="wp-caption aligncenter" style="width: 277px"><img class="size-medium wp-image-1231" title="fmarketcollage" src="http://techdabble.files.wordpress.com/2009/10/fmarketcollage1.jpg?w=267&#038;h=300" alt="Look at all the colorful veggies!" width="267" height="300" /><p class="wp-caption-text">Look at all the colorful veggies!</p></div>
<p>The chef, I know, has already kind of talked about the process: we make several loops around the market each time we go. It&#8217;s really his process &#8211; if left to my own devices I tend to get very excited and buy everything within the first two or three stands &#8211; <em>then </em>finish my loop and discover I missed out on a few things.</p>
<p>One of my favorite parts about eating this way is discovering fruits or vegetables I&#8217;ve never seen before, or things I&#8217;ve never thought about buying. The chef&#8217;s fantastic farmer&#8217;s market cookbooks are a total prize in this regard, especially if we have them with us: we can see something interesting and immediately find a use for it.</p>
<div id="attachment_1232" class="wp-caption aligncenter" style="width: 242px"><img class="size-medium wp-image-1232" title="hazelnuts" src="http://techdabble.files.wordpress.com/2009/10/img_0105.jpg?w=232&#038;h=300" alt="We've discovered hazelnuts!" width="232" height="300" /><p class="wp-caption-text">We&#39;ve discovered hazelnuts!</p></div>
<p>One produce stand had fresh, locally grown hazelnuts for a few weeks. As you can see, the chef is busily consulting a cookbook for uses of hazelnuts. We bought several cups worth of them that week, and used some of them for a pear hazelnut tart, the rest for roasted yams in hazelnut butter. The chef had more ideas; unfortunately we did not see any this past weekend.</p>
<div id="attachment_1233" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1233" title="garbanzo basket" src="http://techdabble.files.wordpress.com/2009/10/img_0127.jpg?w=300&#038;h=243" alt="Fighting some guy for garbanzo beans!" width="300" height="243" /><p class="wp-caption-text">Fighting some guy for garbanzo beans!</p></div>
<p>That was also the weekend we spotted fresh garbanzo beans! I, for one, had no idea they came in tiny little individual pods. Later we discovered that some pods will have two or three garbanzo beans in them. Fresh, undried garbanzo beans are green like peas, but almost with the consistency of fresh, undried/unroasted peanuts. Again, the window for these was tiny &#8211; the next weekend we were hoping to buy a few more so we could make a decent sized batch of hummus, but they were nowhere to be found. Our batch of hummus was, therefore, miniscule. Miniscule but delicious.</p>
<div id="attachment_1234" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1234" title="yams" src="http://techdabble.files.wordpress.com/2009/10/img_0132.jpg?w=300&#038;h=225" alt="Zero beauregards. The chef is cleanin' 'em out." width="300" height="225" /><p class="wp-caption-text">Zero beauregards. The chef is cleanin&#39; &#39;em out.</p></div>
<p>We got the bottom of the bucket on these Beauregards, but we cleaned &#8216;em out.</p>
<div id="attachment_1236" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1236" title="meatstand" src="http://techdabble.files.wordpress.com/2009/10/img_01161.jpg?w=300&#038;h=225" alt="They sell meat!" width="300" height="225" /><p class="wp-caption-text">They sell meat!</p></div>
<p>We&#8217;ve never purchased anything from this stand (so far), but I am always kind of wishing we could get some bacon. Today the chef discovered they have chicken and beef stock. Made a mental note!</p>
<div id="attachment_1238" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1238" title="pumpkinflowers" src="http://techdabble.files.wordpress.com/2009/10/img_0117.jpg?w=300&#038;h=225" alt="See? It's cute because they use pumpkins for vases." width="300" height="225" /><p class="wp-caption-text">See? It&#39;s cute because they use pumpkins for vases.</p></div>
<p>The market has gorgeous flowers year-round, and I am pretty much always lusting after a bouquet, although I rarely buy them. It&#8217;s amazing to go through the summer and watch flowers come in and out of season &#8211; daffodils, tulips, lilies. Right now we&#8217;re reading the end of the fresh summer flowers &#8211; dahlias and sunflowers are both late summer flowers &#8211; and vendors are moving into dried bouquets for the winter. I&#8217;ll admit I don&#8217;t like them as much as fresh ones, but they still come up with brilliant ways to make them exciting, and put things in flower bouquets I&#8217;d never imagined, such as decorative kale.</p>
<div id="attachment_1239" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1239" title="music1" src="http://techdabble.files.wordpress.com/2009/10/img_0129.jpg?w=300&#038;h=298" alt="Raw Corn" width="300" height="298" /><p class="wp-caption-text">Raw Corn</p></div>
<div id="attachment_1240" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1240" title="music2" src="http://techdabble.files.wordpress.com/2009/10/img_0138.jpg?w=300&#038;h=269" alt="Gypsy Cello" width="300" height="269" /><p class="wp-caption-text">Gypsy Cello</p></div>
<p>Music! The farmer&#8217;s market is NEVER short on buskers playing for dollars and selling their self-pressed CDs. Miraculously, they always managed to be spaced out just enough that they aren&#8217;t trying to play over each other, and you always hear JUST the music you&#8217;re nearest. Lately these are two of my favorites: at the top, Raw Corn, a two-man cover band singing classic rock to guitar and accordion only (their cover of &#8220;Wish You Were Here&#8221; is to die for, for realz) and at the bottom, Gypsy Cello, always haunting and gorgeous. (He&#8217;s not too bad to look at, either! Ooooh snap!) Not pictured is a Ballard favorite, our local square dancing band the Tall Boys.</p>
<div id="attachment_1241" class="wp-caption aligncenter" style="width: 210px"><img class="size-medium wp-image-1241" title="pretzelcider" src="http://techdabble.files.wordpress.com/2009/10/pretzelcider.jpg?w=200&#038;h=300" alt="German-style pretzels and apple cider." width="200" height="300" /><p class="wp-caption-text">German-style pretzels and apple cider.</p></div>
<p>A few more &#8220;montages&#8221; of great stuff from the farmer&#8217;s market &#8211; German style pretzels from the Tall Grass Baker (we had another one today, NOM!) and a bucket of chilled apple cider. The cider stand sells these small chilled jars, plus large jugs of cider, bottles of apple wine, apple cider vinegar, etc etc. In the summer they have a slushie machine. In the winter they sell it hot.</p>
<div id="attachment_1242" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1242" title="radsnip" src="http://techdabble.files.wordpress.com/2009/10/radsnip.jpg?w=300&#038;h=200" alt="Radishes and GIANT PARSNIPS." width="300" height="200" /><p class="wp-caption-text">Radishes and GIANT PARSNIPS.</p></div>
<p>I wish I&#8217;d included something for scale in the case of those parsnips. Because seriously, they are MASSIVE.</p>
<div id="attachment_1243" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1243" title="tomabroc" src="http://techdabble.files.wordpress.com/2009/10/tomabroc.jpg?w=300&#038;h=200" alt="Tomatillos and purple broccoli. " width="300" height="200" /><p class="wp-caption-text">Tomatillos and purple broccoli. </p></div>
<p>I am really starting to love the tomatillo. Also, overheard at the market: the purple broccoli <em>stays purple</em> when you cook it, unlike most purple vegetables. If you put lemon juice on it, however, it turns <em>pink. </em>No lie. The lady selling it said so, so it MUST be true. If the purple broccoli is still in season when the chef gets back from vacation, I think we&#8217;re gonna use it for a soup.</p>
<div id="attachment_1244" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1244" title="IMG_0140" src="http://techdabble.files.wordpress.com/2009/10/img_0140.jpg?w=300&#038;h=225" alt="The final haul (official photo). " width="300" height="225" /><p class="wp-caption-text">The final haul (official photo). </p></div>
<h1 style="text-align:center;"><strong>WEEK TWO!</strong></h1>
<p style="text-align:left;">
<div id="attachment_1290" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1290" title="tastetest" src="http://techdabble.files.wordpress.com/2009/10/img_0441.jpg?w=300&#038;h=225" alt="Taste testing the smoked fish." width="300" height="225" /><p class="wp-caption-text">Taste testing the smoked fish.</p></div>
<p style="text-align:left;">Including a second week is a great way to show you the amazing variety you can find at our farmer&#8217;s market, and also the variety of what we&#8217;ll buy there. The next weekend we went through, we had seen a recipe for a salad that involved smoked albacore &#8211; and lo &amp; behold, we found some. As you can see, this place sells smoked fish as well as canned.</p>
<p style="text-align:left;">
<div id="attachment_1291" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1291" title="happyshark" src="http://techdabble.files.wordpress.com/2009/10/img_0442.jpg?w=300&#038;h=225" alt="Tastes like... " width="300" height="225" /><p class="wp-caption-text">Tastes like... </p></div>
<p style="text-align:left;">As you can see, the sign indicates that their fish tastes like happy. Who could say no to that content little shark guy?!</p>
<p style="text-align:left;">
<div id="attachment_1292" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-1292" title="geoduck" src="http://techdabble.files.wordpress.com/2009/10/img_0445.jpg?w=225&#038;h=300" alt="The Chicken of the Pacific Northwest?" width="225" height="300" /><p class="wp-caption-text">The Chicken of the Pacific Northwest?</p></div>
<p style="text-align:left;">A few stands down&#8230; are you asking yourself, what the&#8230;?! That, my friends, is a geoduck, pronounced GOOEY duck, the largest burrowing clam in the WORLD, sometimes known as the king clam. The geoduck is the mascot of Evergreen State College in Oregon. China, Korea, and Japan highly favor eating this thing. Some of us do, too &#8211; but I don&#8217;t think the chef and I will be trying it anytime soon. These are not often at the farmer&#8217;s market, and when there is one, it definitely causes a ruckus!</p>
<p style="text-align:left;">
<div id="attachment_1293" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1293" title="squashlineup" src="http://techdabble.files.wordpress.com/2009/10/img_0446.jpg?w=300&#038;h=225" alt="Line up the squash!" width="300" height="225" /><p class="wp-caption-text">Line up the squash!</p></div>
<p style="text-align:left;">Winter is obviously squash season, so we&#8217;re seeing a LOT more of these guys. But this is also to allow you to fully appreciate just how fantastic the displays are at the farmer&#8217;s market. Not only does everything look delicious, but sometimes it looks like it&#8217;s having a party. Hey squashes, can I come too?!</p>
<p style="text-align:left;">
<div id="attachment_1294" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1294" title="cashorcarrots" src="http://techdabble.files.wordpress.com/2009/10/img_0455.jpg?w=300&#038;h=225" alt="Cash or carrots accepted here!" width="300" height="225" /><p class="wp-caption-text">Cash or carrots accepted here!</p></div>
<p style="text-align:left;">I have no idea whether or not the carrots were actually offered as a form of payment/appreciation for the performance of these buskers, however, I LOVED the fact that they were there at all. This photo was taken by the chef, because by that time I had an armful of beautiful Cinderella pumpkin that I was hauling around. (But I <em>did </em>ask him to take it.)</p>
<p style="text-align:left;">
<div id="attachment_1296" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1296" title="rcrg" src="http://techdabble.files.wordpress.com/2009/10/img_0448.jpg?w=300&#038;h=225" alt="Rat City Roller Girls promote eating locally this Thanksgiving!" width="300" height="225" /><p class="wp-caption-text">Rat City Rollergirls promote eating locally this Thanksgiving!</p></div>
<p>File this one under &#8220;You Never Know What You&#8217;re Going to Find at the Farmer&#8217;s Market&#8221; &#8211; two dozen or so Rat City Rollergirls showed up that Sunday to help promote eating locally for Thanksgiving. Teaming up with a handful of folks dressed as carrots, RCRG was asking folks to <a href="http://www.pugetsoundfresh.org/eatlocal/index.asp">sign a pledge</a> that they would eat at least one thing for their Thanksgiving meal that was locally raised/grown. Camera crews were everywhere as the girls (yes, on stakes) made their way through the market, chanting. The chef and I, being pretty massive fans, were TOTALLY STOKED.</p>
<p style="text-align:left;">
<div id="attachment_1295" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-1295" title="thehaul" src="http://techdabble.files.wordpress.com/2009/10/img_0459.jpg?w=300&#038;h=225" alt="The Haul in its Natural Habitat" width="300" height="225" /><p class="wp-caption-text">The Haul in its Natural Habitat</p></div>
<p style="text-align:left;">In the end, we had some time to kill before a friend met us at the market, so we decided to take the weekly photograph of the haul, this time in its natural habitat &#8211; the farmer&#8217;s market! It probably seemed strange to passers-by that we were photographing our food on the street&#8230; but that was pretty unimportant to us. I arranged the haul, but the chef got the idea to photograph it from far enough away that we could catch the market in the background as well.</p>
<p style="text-align:left;">This week, we had so much food that we didn&#8217;t need to buy ANYTHING to feed ourselves the rest of the week. I used this chance to spend the cash on a Raw Corn CD. Woohoo!</p>
<p style="text-align:left;">
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Farmers Market Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1228&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/25/a-morning-at-the-market/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/fmarketcollage1.jpg?w=267" medium="image">
			<media:title type="html">fmarketcollage</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0105.jpg?w=232" medium="image">
			<media:title type="html">hazelnuts</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0127.jpg?w=300" medium="image">
			<media:title type="html">garbanzo basket</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0132.jpg?w=300" medium="image">
			<media:title type="html">yams</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_01161.jpg?w=300" medium="image">
			<media:title type="html">meatstand</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0117.jpg?w=300" medium="image">
			<media:title type="html">pumpkinflowers</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0129.jpg?w=300" medium="image">
			<media:title type="html">music1</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0138.jpg?w=300" medium="image">
			<media:title type="html">music2</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/pretzelcider.jpg?w=200" medium="image">
			<media:title type="html">pretzelcider</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/radsnip.jpg?w=300" medium="image">
			<media:title type="html">radsnip</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/tomabroc.jpg?w=300" medium="image">
			<media:title type="html">tomabroc</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0140.jpg?w=300" medium="image">
			<media:title type="html">IMG_0140</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0441.jpg?w=300" medium="image">
			<media:title type="html">tastetest</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0442.jpg?w=300" medium="image">
			<media:title type="html">happyshark</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0445.jpg?w=225" medium="image">
			<media:title type="html">geoduck</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0446.jpg?w=300" medium="image">
			<media:title type="html">squashlineup</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0455.jpg?w=300" medium="image">
			<media:title type="html">cashorcarrots</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0448.jpg?w=300" medium="image">
			<media:title type="html">rcrg</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0459.jpg?w=300" medium="image">
			<media:title type="html">thehaul</media:title>
		</media:content>
	</item>
		<item>
		<title>Sunday Lunch Sandwiches</title>
		<link>http://techdabble.wordpress.com/2009/10/25/sunday-lunch-sandwhiches/</link>
		<comments>http://techdabble.wordpress.com/2009/10/25/sunday-lunch-sandwhiches/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 22:53:48 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1284</guid>
		<description><![CDATA[The sous chef creates! It&#8217;s late in the day but for lunch but neither of us really has eaten since breakfast and in fact neither of us really ate breakfast either I don&#8217;t think.  Both of us were sort of hovering over the fridge looking at our leftovers and debating if we should just snack till [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1284&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1286" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1286" href="http://techdabble.wordpress.com/2009/10/25/sunday-lunch-sandwhiches/sundaylunchsandwhiches/"><img class="size-full wp-image-1286" title="Sunday Lunch Sandwhich" src="http://techdabble.files.wordpress.com/2009/10/sundaylunchsandwhiches.jpg?w=510&#038;h=341" alt="Sunday Lunch Sandwhich" width="510" height="341" /></a><p class="wp-caption-text">Sunday Lunch Sandwich</p></div>
<p>The sous chef creates! It&#8217;s late in the day but for lunch but neither of us really has eaten since breakfast and in fact neither of us really ate breakfast either I don&#8217;t think.  Both of us were sort of hovering over the fridge looking at our leftovers and debating if we should just snack till dinner or actually eat something more substantial.  I was headed down the leftovers route when the sous chef came up with easy, quick, and tasty sandwich idea.  It was especially nice because it used bagels the sous chef had, a tomato she got from a friend&#8217;s farm that we didn&#8217;t have a plan for, some of the fancy cheese we have from my work perk, and avocado left over from our breakfast burritos from yesterday.  All things we have and all things we needed something to do with them soon!</p>
<p><strong><em>Sunday Lunch Sandwiches</em></strong></p>
<p><em>Ingredients</em></p>
<ul>
<li>Bagel, we used an everything bagel</li>
<li>Heirloom Tomato, sliced</li>
<li>Cheese, sliced</li>
<li>Avocado</li>
</ul>
<p><em>Directions</em></p>
<ol>
<li>Toast the bagel</li>
<li>Spread the avocado on one side</li>
<li>Place slices of cheese on the other side</li>
<li>Put the tomato slices in the middle</li>
<li>Assemble and eat</li>
</ol>
<p>The biggest flaw in these sandwiches? Our cheese.  One of the two type of cheese we used is great on crackers but its taste overpowers the tomato and avocado.  The second lighter cheese matched the rest of the flavors better.  Both were good the lighter cheese was just better :)</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Straight up Creation No Recipe Included <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1284&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/25/sunday-lunch-sandwhiches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/sundaylunchsandwhiches.jpg" medium="image">
			<media:title type="html">Sunday Lunch Sandwhich</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Cider Search Part III – The Triple Play</title>
		<link>http://techdabble.wordpress.com/2009/10/25/apple-cider-search-part-iii-the-triple-play/</link>
		<comments>http://techdabble.wordpress.com/2009/10/25/apple-cider-search-part-iii-the-triple-play/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 21:49:49 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Farmers Market Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1248</guid>
		<description><![CDATA[My search continues for a comparable apple cider thanks to the farmers market and the sous chef.  First up&#8230;. Rockridge Farms Honeycrisp Apple Cider Rockridge Farms at the year-long farmers market defacto apple cider people. I&#8217;ve already tried their Strawberry Apple Cider on accident.  This time I was going to try their &#8216;standard&#8217; apple cider [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1248&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div id="attachment_1251" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1251" href="http://techdabble.wordpress.com/2009/10/25/apple-cider-search-part-iii-the-triple-play/tripleplay/"><img class="size-full wp-image-1251" title="Left to Right: Rockridge Orchards Honeycrisp Cider, Minea Farms Granny Smith Cider, Jerzy Boyz Farm Honeycrip/Heirloom Apple Juice" src="http://techdabble.files.wordpress.com/2009/10/tripleplay.jpg?w=510&#038;h=686" alt="Left to Right: Rockridge Orchards Honeycrisp Cider, Minea Farms Granny Smith Cider, Jerzy Boyz Farm Honeycrip/Heirloom Apple Juice" width="510" height="686" /></a><p class="wp-caption-text">Left to Right: Rockridge Orchards Honeycrisp Cider, Minea Farms Granny Smith Cider, Jerzy Boyz Farm Honeycrip/Heirloom Apple Juice</p></div>
</div>
<p>My search continues for a comparable apple cider thanks to the farmers market and the sous chef.  First up&#8230;.</p>
<p><strong><em>Rockridge Farms Honeycrisp Apple Cider</em></strong></p>
<p>Rockridge Farms at the year-long farmers market defacto apple cider people. I&#8217;ve already tried their Strawberry Apple Cider on accident.  This time I was going to try their &#8216;standard&#8217; apple cider and made sure to find a cap that was unmarked but the woman at the stand pointed out that the ones with the &#8220;H&#8221;s on top where honeycrisp which peaked my interest.  I haven&#8217;t formally reviewed their standard apple cider but my experience is that it isn&#8217;t a match for Hollmeyers but perhaps the honey crisp was&#8230;so Ibought some!</p>
<p>So how did the Honeycrisp cider stack up? Colloquially: A sweeter version of Rockridge&#8217;s standard apple cider.  Very good but no Hollmeyers.  And on the formal scale? It is light in color, medium to heavy opacity, but still doesn&#8217;t taste like liquid apples.  A step up from the strawberry but not a step to the top. Sadly not a surprise to me.</p>
<p><em><strong>Minea Farms Granny Smith Cider</strong></em></p>
<p>The sous chef picked this up at the heeding of a friend when they were out trampsing through a corn maze.  Evidentially there were 3 kinds: Aurora, Granny Smith, and a mix of the two.  The sous chef choose the Granny Smith variety to bring home for comparison.</p>
<p>The color is getting on the nice brown end of the spectrum (but not deep brown) and the opacity is good.  So far it is boding well.  And how about the liquid apple taste test? Yes it does taste like liquid Granny Smith apples!!! Its got the same bite the Granny Smiths have when you bit into them and it even has a bit of a delay like a Granny Smith.  It starts sweet and ends up bitter? I&#8217;m not sure the word to use there exactly. [EDIT - the sous chef wins the word I am looking for is: tart]. If you like Granny Smiths this is the cider for you! For me though I&#8217;m looking for something between the tang of the Granny Smith Cider and the really sweet ciders. Overall a very good cider just not what I am looking for.</p>
<p><strong><em>Jerzy Boyz Farm Honeycrisp/Heirloom Apple Juice</em></strong></p>
<p>Visually this one has the most promise which is ironic because they call it juice and to me visually it is squarely in the apple cider category.  Anyway, this is from my local farmers market today and I almost missed it.  There was a single half-gallon jug on the table behind people but it caught my eye quick enough. Ironically, the folks at the stand didn&#8217;t know how much they were supposed to sell it for so even though I was ready to buy it right then I had to make a lap round the market to purchase it.  They made the phone call and I got my cider to try.  They also gave me a small sample before I made my lap and I knew at that point it was a strong contender.  Now let&#8217;s get &#8220;official&#8221;&#8230;</p>
<p>The color is a great dark brown and it is very opaque.  Right on target! Smell has not been in my formal review but this ones smells great too so far: not to sweet but VERY full of apples in its bouquet. Actually its entire bouquet is apples. Ironic? I think not. And what about taste? Liquid apples: check. Not to sweet but not to tart: Check.  Finally a cider that is a worthy contender for the Hollmeyer&#8217;s throw down!! Without having them right next to each other I can&#8217;t say which one I would like better (but I have to say if it comes down to tasting equal I&#8217;m going with my childhood memories and voting for Hollmeyers).   Congrats to Jerzy Boyz Farm for being the first Washington apple cider to make it to the final round with the Ohio apple cider. Ironic statement I know.</p>
<div id="attachment_1270" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-1270" href="http://techdabble.wordpress.com/2009/10/25/apple-cider-search-part-iii-the-triple-play/jerzyboyzfarmlabel/"><img class="size-medium wp-image-1270" title="Jerzy Boyz Farm Apple Cider Label - Simple and Tasty!" src="http://techdabble.files.wordpress.com/2009/10/jerzyboyzfarmlabel.jpg?w=300&#038;h=200" alt="Jerzy Boyz Farm Apple Cider Label - Simple and Tasty!" width="300" height="200" /></a><p class="wp-caption-text">Jerzy Boyz Farm Apple Cider Label - Simple and Tasty!</p></div>
<p><strong><em>Lesson Learned About Apple Cider: Apple variety matters!</em></strong></p>
<p>Intellectually, I probably would have said that different apples make apple ciders with different properties and tastes. But I had NO IDEA how tuned my preference was to a certain variety. A mystery variety at that since I have no idea what apples Hollmeyer&#8217;s use in their cider but I sure want to ask next time I&#8217;m there.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, 5 - Its a winner! WILL repeat this one., Farmers Market Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1248/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1248/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1248/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1248&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/25/apple-cider-search-part-iii-the-triple-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/tripleplay.jpg" medium="image">
			<media:title type="html">Left to Right: Rockridge Orchards Honeycrisp Cider, Minea Farms Granny Smith Cider, Jerzy Boyz Farm Honeycrip/Heirloom Apple Juice</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/jerzyboyzfarmlabel.jpg?w=300" medium="image">
			<media:title type="html">Jerzy Boyz Farm Apple Cider Label - Simple and Tasty!</media:title>
		</media:content>
	</item>
		<item>
		<title>Potato and Onion Salad with Smoked Albacore garnished with Hard Cooked Duck Eggs</title>
		<link>http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/</link>
		<comments>http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 04:40:01 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1210</guid>
		<description><![CDATA[Simple! So simple the sous chef asked if she should keep cooking and realized that there was nothing more to cook after she started boiling the potatoes and eggs, and had cut the onions.  That was it. The smoked albacore tuna we found at the market flaked easily and was delicious on its own (in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1210&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1215" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1215" href="http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/onionpotatoalabacoresalad/"><img class="size-full wp-image-1215" title="Potato and Onion Salad with Smoke Albacore" src="http://techdabble.files.wordpress.com/2009/10/onionpotatoalabacoresalad.jpg?w=510&#038;h=341" alt="Potato and Onion Salad with Smoke Albacore" width="510" height="341" /></a><p class="wp-caption-text">Potato and Onion Salad with Smoke Albacore</p></div>
<p>Simple! So simple the sous chef asked if she should keep cooking and realized that there was nothing more to cook after she started boiling the potatoes and eggs, and had cut the onions.  That was it. The smoked albacore tuna we found at the market flaked easily and was delicious on its own (in fact I like it better than smoked salmon!).  The onions and tuna got tossed with pear infused balsamic vinaigrette and salt. In fact it turns out we were supposed to add olive oil too, I just realized this while writing this post.  The word oil and olive are right next to each other in the directions. I omitted the olives on purpose but the oil must have gotten caught up in my mental filter! Good thing we have leftovers to right this with. Anyway, once the potatoes were done they were cubed and the arugula was ripped up. All this went into the bowl and viola! Salad! 2 duck eggs quarters to garnish and we were ready for photos and more importantly ready for eating.</p>
<p>How did it go despite my total omission of olive oil? Pretty darn good.  The onions were sweet walla wallas and I actually didn&#8217;t hate them. Normally the sous chef and I aren&#8217;t raw onion people but both of us found them quite yummy although our limit for them less than the other items in the salad.  The yellow finn potatoes we used were more crumbly than I expected but tender and creamy none the less.  The warm potatoes next to the cool onions and smoked tuna was really good.  Perhaps next time we will add the olive oil and see how it really is supposed to be.</p>
<p>Food post script &#8211; The sous chef wants me to highlight our egg cooking method: hard-cooked eggs vs hard boiled. Turns out to hard cook an egg you place it in cold water and once it starts boiling you remove it from the heat for a certain amount of time. In the case of chicken eggs the cookbook says 6-7 minutes and in the case of duck eggs 10-12 minutes.  Not only are duck eggs larger but the whites are contain more protein so they are a bit more solid than chicken eggs.  I love the taste of duck eggs but I&#8217;m not sure about them hard-cooked.  It took me 25 years to tolerate chicken egg whites so I&#8217;m not surprised that 3 experiences with duck eggs hasn&#8217;t been enough for me to really get myself around duck egg whites. Oh well.</p>
<div id="attachment_1217" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1217" href="http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/smokedalbacore/"><img class="size-full wp-image-1217" title="Smoked Albacore" src="http://techdabble.files.wordpress.com/2009/10/smokedalbacore.jpg?w=510&#038;h=341" alt="Smoked Albacore" width="510" height="341" /></a><p class="wp-caption-text">Smoked Albacore</p></div>
<div id="attachment_1216" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1216" href="http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/smokedalbacoreduckeggpackage/"><img class="size-full wp-image-1216" title="Packaging from the duck eggs and smoked albacore tuna" src="http://techdabble.files.wordpress.com/2009/10/smokedalbacoreduckeggpackage.jpg?w=510&#038;h=341" alt="Packaging from the duck eggs and smoked albacore tuna" width="510" height="341" /></a><p class="wp-caption-text">Packaging from the duck eggs and smoked albacore tuna</p></div>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1210&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/20/potato-and-onion-salad-with-smoked-albacore-garnished-with-hard-cooked-duck-eggs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/onionpotatoalabacoresalad.jpg" medium="image">
			<media:title type="html">Potato and Onion Salad with Smoke Albacore</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/smokedalbacore.jpg" medium="image">
			<media:title type="html">Smoked Albacore</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/smokedalbacoreduckeggpackage.jpg" medium="image">
			<media:title type="html">Packaging from the duck eggs and smoked albacore tuna</media:title>
		</media:content>
	</item>
		<item>
		<title>Cinderella Pumpkin Soup Baked in the Pumpkin</title>
		<link>http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/</link>
		<comments>http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 04:12:05 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1136</guid>
		<description><![CDATA[ Short Version: We made pumpkin soup! Longer Version: We made pumpkin soup in a pumpkin! They say a picture is worth a 1,000 words so I am going to try something different with his post by making it photocentric. By the end of this post you will have gotten 22,000 worth of words in only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1136&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div id="attachment_1155" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1155" href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/pumpkinsoupmainphoto/"><img class="size-full wp-image-1155" title="Pumpkin Soup Double Feature: Left - Original Style, Right - Complete Pumpkin Style" src="http://techdabble.files.wordpress.com/2009/10/pumpkinsoupmainphoto1.jpg?w=510&#038;h=169" alt="Pumpkin Soup Double Feature: Left - Original Style, Right - Complete Pumpkin Style" width="510" height="169" /></a><p class="wp-caption-text">Pumpkin Soup Double Feature: Left - Original Style, Right - Complete Pumpkin Style</p></div>
</div>
<p> Short Version: We made pumpkin soup!</p>
<p>Longer Version: We made pumpkin soup in a pumpkin!</p>
<p>They say a picture is worth a 1,000 words so I am going to try something different with his post by making it photocentric. By the end of this post you will have gotten 22,000 worth of words in only a few short feet of web page and as a bonus I&#8217;ll throw the words in between the photos for free (and I&#8217;m even going to use sections if you order now!)</p>
<p><em><strong>Introduction</strong></em></p>
<p>Pumpkin soup was NOT in our plans. It wasn&#8217;t even on our radar when we arrived at the farmers market on Sunday.  In fact even after we made our customary first round it wasn&#8217;t on our mind.  Even after the first cookbook consultation it wasn&#8217;t on our mind. Not even a fleck on our minds even. The second cookbook consultation though, those glossy full page photos of pumpkins made me stop, for a brief second but long enough for my eyes and mind to linger.  Pumpkin soup IN a pumpkin it said.  Its October and there were pumpkins at the market.  All kinds but we were after a Cinderella pumpkin as Ms. Deborah Madison had instructed us to find.  And we found it.  I was buying some arugula when the sous chef yelled from outside the other end of the stall: &#8220;Chef! I think I found the pumpkin we need. Its behind that guy [stand worker] so you can&#8217;t see it!&#8221; 5 minutes later and one bewildered worker later we had paid our $6.50 for our beautiful 13 lb Cinderella pumpkin.  It was so beautiful that as the sous chef carried it for the rest of our market time numerous people complimented her on her gorgeous pumpkin! You would have thought she had a baby or an adorable puppy the way folks loved her pumpkin from afar.</p>
<p><em><strong>Prepping the Pumpkin to Go Into the Oven</strong></em></p>
<div id="attachment_1158" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1158" href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/preppingthepumpkinsmall/"><img class="size-full wp-image-1158" title="Prepping The Pumpkin" src="http://techdabble.files.wordpress.com/2009/10/preppingthepumpkinsmall1.jpg?w=510&#038;h=743" alt="Prepping The Pumpkin" width="510" height="743" /></a><p class="wp-caption-text">Prepping The Pumpkin</p></div>
<p>The first major step was prepping the pumpking and getting it ready to go in the oven.  The main two steps as illustrated in the beautiful montage above (made in Irfanview &#8211; thanks sous chef for the tip!) was gutting the pumpkin and then making the pre-soup to fill it with.  The cinderella pumpkin is much squatter than I am used to so gutting it was a bit on the acrobatic end of pumpkin gutting. I started using a flat ice cream scope to pull the strings and the seeds out but it wasn&#8217;t nimble enough to reach the far corners of the squat pumpkin.  Eventually I moved to using a combination of my own hand and a soup spoon. I was able to scrape small sections, sweep the innards to the center, and then pull them out in a clump.  Scrape, Grab, Repeat. </p>
<p>As for the pre-soup, the recipe casually mentioned (there weren&#8217;t really explicit directions, in fact it was much like my past blog posts)  that you would need about 2 quarts of milk for a 5 lb pumpkin. Strangely enough it turns out we only needed about 2.5 quarts of soy milk to fill a 13 lb pumpkin. Who knew?!  The soy milk was heated over the stove with a handful of sage leaves, some pepper, and salt.  Once it was the pre-soup was heated and ready to go it got poured into the pumpkin and capped with a combination of foil and pumpkin hat. The ~20 lb pumpkin (it was retaining water!) was ready for the oven.   </p>
<p><em><strong>&#8220;Making&#8221; The Pumpkin Soup Proper</strong></em></p>
<div id="attachment_1161" class="wp-caption aligncenter" style="width: 490px"><a rel="attachment wp-att-1161" href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/makingthesoupsmall/"><img class="size-full wp-image-1161" title="Making the Soup" src="http://techdabble.files.wordpress.com/2009/10/makingthesoupsmall1.jpg?w=480&#038;h=543" alt="Making the Soup" width="480" height="543" /></a><p class="wp-caption-text">Making the Soup</p></div>
<p>After 2 hours of roasting we pulled the pumpkin was soft to the touch and ready for its next duties: fall apart into soup! The recipe recommend just reaching into the pumpkin pit of boiling soy milk and gently &#8216;drawing&#8217; the pumpkin into the milk to make soup.  I turned to the trust ice cream scoop and started to pull the pumpkin from the side. Well it turns out drawing the pumpkin doesn&#8217;t translate to making &#8216;pumpkin icebergs&#8217; with an ice cream scoop like I was doing. I had huge chunks 1&#8243; deep and 3&#8243;-4&#8243; square floating around in the soy milk. It wasn&#8217;t really soup yet and the hot soy milk presented an entirely new problem:  reduced visibility with scalding hot conditions.  I was concerned about puncturing the pumpkin skin and spilling all my pre-soup into the roasting pan.  Eventually I had to turn to the recipe&#8217;s backup plan to create soup from this mess I was creating: blending.  Not only did it reduce the huge icebergs into pumpkin icee but it also allowed me to drain the pumpkin so I could see/feel how much of the pumpkin I was scooping out.  That little bit of security went a long way and allowed me to be a bit more aggressive with my pumpkin scraping.  In contrast to the icebergs, the pumpkin I was scraping out towards the end was very, very moist and probably would have mixed right into the soup so I only blended out the big chunks. And left much of the rest to be mixed in by hand.</p>
<p> Once it was all blended and ready to go I poured it back into the pumpkin to serve for dinner but low and behold I had more soup than I did space in the pumpkin! I ended up with about 3-4 bowls of soup left in the holding pot.  I suspect the top of the pumpkin sagged, reducing the volume of the cavity in the pumpkin.   The last step for soup prep was putting in 2 handfuls of grated Gruyere cheese into the pumpkin hatch and into the lowly overflow pot.  With a ladle and gravity the cheese just melted and mixed into the soup.</p>
<p><em><strong>Serving the Soup</strong></em></p>
<div class="mceTemp mceIEcenter">
<div id="attachment_1176" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1176" href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/servingsmall-2/"><img class="size-full wp-image-1176" title="Serving" src="http://techdabble.files.wordpress.com/2009/10/servingsmall2.jpg?w=510&#038;h=352" alt="Serving" width="510" height="352" /></a><p class="wp-caption-text">Serving</p></div>
</div>
<p> <br />
This part is mostly pictures! I used a ladle and put into bowls with a bit of Gruyere on the top and we sliced up sourdough rye from a local bread place at the market to serve it with.  But perhaps this is the place to talk about how it tasted finally?  Shall we? Ok!</p>
<p>Sweet.  Actually the soup was considerable sweet and not as &#8220;pumpkin-y&#8221; as I expected it to be.   I believe the cinderella pumpkin is a fairly sweet pumpkin but it seemed there was more sugar than the pumpkin could have provided. Turns out I was right: we had used sweetened soy milk.  Not a big deal but on first serving it was noticable to me.  Others at the table didn&#8217;t notice it all though.  Oh well. As for the pumpkin taste it certainly tasted like pumpkin just not like &#8220;liquid pumpkin&#8221; as I expected it to.</p>
<p>Even with these two &#8220;faults&#8221; the soup was hearty, warm, and delicious! The sourdough rye was a perfect pairing for the soup and all 4 folks eating it just kept eating and eating it.  Delicious!</p>
<p><em><strong>Cleanup and Hidden Treasure</strong></em></p>
<div id="attachment_1159" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1159" href="http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/round2small/"><img class="size-full wp-image-1159" title="Clean Up and Treasures" src="http://techdabble.files.wordpress.com/2009/10/round2small1.jpg?w=510&#038;h=372" alt="Clean Up and Treasures" width="510" height="372" /></a><p class="wp-caption-text">Clean Up and Treasures</p></div>
<p>You know what I never considered before? How to empty soup from the inside of a pumpkin after the ladle is no longer effective.  The answer? Cut a drainage hole in the side of the pumpkin! After I drained the pumpkin completely of liquid (and ironically after the sous chef had already filled 3 pint mason jars and 1 quart juice bottle with soup) I cut open the pumpkin to find almost an 1&#8243; of pumpkin flesh still lining our shell! So with the precision of a sushi chef and the clumsiness of me cutting cantaloupe out of the rind I removed all the edible flesh from the skin.  I ended up with a big bowl and small Tupperware FULL of pumpkin. The small Tupperware traveled with our dinner guests but the rest got blended back into the soup; re-soiling the blender that had already been cleaned.  In the end the second round of soup was a heck of a lot more pumpkin-y AND much, much less sweet.  And not surprisingly we ended up with another 1.25 quarts of left over soup!!!!</p>
<p><em><strong>And last but not least what &#8220;I learned from making pumpkin soup in a pumpkin&#8221;:</strong></em></p>
<ul>
<li>Check for sweetened soy milk when making soup and don&#8217;t use it</li>
<li>The more you scoop out the better the soup will be but the more likely it will be to fall in on itself; the quest for perfect soup requires these two to be balanced. Perfectly.</li>
<li>The more pictures you take, the less you want to post due to the time to sort them. Consider this carefully in  how fast you want to post. (this has taken 3 days to create)</li>
<li>pumpkin soup is a lot like squash soup. No surprise!</li>
<li>Sweet pumpkin soup goes well with sourdough rye bread</li>
<li>Buy the 13 lb pumpkin at the <strong>end</strong> of the farmers market trip. Not the beginning.</li>
<li>A good pumpkin can bring more compliments than a cute child or dog; just make sure to carry it outside a bag!</li>
<li>13 lbs of pumpkin makes a lot of friggin&#8217; soup</li>
<li>Emptying the pumpking of the scaling liquid helps you to gauge how far you can push scooping the flesh out without puncturing the shell; even if the texture of the soup is right and no blending is needed.</li>
<li>Flat ice cream scoops are great pumpkin/squash cutting tools</li>
<li>When in doubt a measuring cup is a great size to scrape the inside of a pumpkin (1/3 cup I believe)</li>
<li>Taking pictures before you&#8217;re guests arrive is brilliant, waiting to figure out that your soup can still be better until after all the dishes have been done and all the photo opportunities go away is not as brilliant.</li>
</ul>
<p>Footnote: This actually took place on Oct 18th but since links were already made I don&#8217;t want to change it.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1136&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/20/cinderella-pumpkin-soup-baked-in-the-pumpkin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/pumpkinsoupmainphoto1.jpg" medium="image">
			<media:title type="html">Pumpkin Soup Double Feature: Left - Original Style, Right - Complete Pumpkin Style</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/preppingthepumpkinsmall1.jpg" medium="image">
			<media:title type="html">Prepping The Pumpkin</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/makingthesoupsmall1.jpg" medium="image">
			<media:title type="html">Making the Soup</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/servingsmall2.jpg" medium="image">
			<media:title type="html">Serving</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/round2small1.jpg" medium="image">
			<media:title type="html">Clean Up and Treasures</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh Garbanzo Hummus</title>
		<link>http://techdabble.wordpress.com/2009/10/18/fresh-garbanzo-hummus/</link>
		<comments>http://techdabble.wordpress.com/2009/10/18/fresh-garbanzo-hummus/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 04:50:01 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1123</guid>
		<description><![CDATA[  Introducing the worlds smallest batch of hummus made with nature&#8217;s own bubble wrap! That&#8217;s right garbanzo beans in the pod pop like bubble wrap and are super fun to shell; almost to a point of absurdity! But what about this claim of the worlds smallest batch of hummus? Well I&#8217;m probably exaggerating but it was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1123&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<div id="attachment_1127" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1127" href="http://techdabble.wordpress.com/2009/10/18/fresh-garbanzo-hummus/freshgarbanzohummus/"><img class="size-full wp-image-1127" title="Fresh Green Garbanzo Bean Hummus" src="http://techdabble.files.wordpress.com/2009/10/freshgarbanzohummus.jpg?w=510&#038;h=341" alt="Fresh Green Garbanzo Bean Hummus" width="510" height="341" /></a><p class="wp-caption-text">Fresh Green Garbanzo Bean Hummus</p></div>
<p>Introducing the worlds smallest batch of hummus made with nature&#8217;s own bubble wrap! That&#8217;s right garbanzo beans in the pod pop like bubble wrap and are super fun to shell; almost to a point of absurdity! But what about this claim of the worlds smallest batch of hummus? Well I&#8217;m probably exaggerating but it was a tiny amount none-the-less. </p>
<p>Last weekend the sous chef and I found raw, fresh, in shelled garbanzo (chickpeas) beans at one of the stands at the farmers market.  Having never seen much less cooked with them we decided to make hummus with them.  I asked the folks at the stand and they said you can use them just like normal garbanzo beans so we decided it wasn&#8217;t a terrible idea. I bought a red pepper and had intended to make roasted red pepper hummus  but today plans changed. </p>
<div class="mceTemp mceIEcenter" style="text-align:left;">I had found a recipe for roasted red pepper hummus online but it called for 16 ounces of garbanzos and I had 1 cup so I turned to the internet for help reconciling my units so I could scale the recipe properly.  In the process I ended up finding recipes specifically for <a href="http://www.califresh.net/basic_garbanzo_hummus.html">fresh garbanzo bean hummus</a>.  And so we changed tacks.</div>
<p>After we shelled all the beans to the beat of their own &#8216;pops&#8217; we had 1 cup of beans that we steamed for 20 minutes.  In the mean time I scaled the rest of the recipe to 1/3 of the original amounts and mixed everything in the blender; just waiting for the steamed beans to make it happen!  In they went and on the blender went but it turned out the 1 Tablespoon of olive oil and tahini weren&#8217;t enough the hummus. I ended up doubling each of them (2/3rds of the original recipe) and then the texture turned for the better.</p>
<div id="attachment_1138" class="wp-caption aligncenter" style="width: 490px"><a href="http://techdabble.wordpress.com/?attachment_id=1138"><img class="size-full wp-image-1138  " title="Top to Bottom: Fresh Garbanzo Beans In Shell, Miniature Plant Brains, Shelled Garbanzos, Steamed Garbazos" src="http://techdabble.files.wordpress.com/2009/10/garbanzobeanstogether.jpg?w=480&#038;h=1381" alt="Top to Bottom: Fresh Garbanzo Beans In Shell, Shelled Green Garbanzo Beans or Miniature Plant Brains?, Shelled Garbanzos, Steamed Garbazos" width="480" height="1381" /></a><p class="wp-caption-text">Top to Bottom: Fresh Garbanzo Beans In Shell, Miniature Plant Brains, Shelled Garbanzos, Steamed Garbazos</p></div>
<p>And the result? It was delicious.  A slightly different flavor than normal hummus but tangy none the less.  The main thing was that it looked like guacamole but it  wasn&#8217;t.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1123&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/18/fresh-garbanzo-hummus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/freshgarbanzohummus.jpg" medium="image">
			<media:title type="html">Fresh Green Garbanzo Bean Hummus</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/garbanzobeanstogether.jpg" medium="image">
			<media:title type="html">Top to Bottom: Fresh Garbanzo Beans In Shell, Miniature Plant Brains, Shelled Garbanzos, Steamed Garbazos</media:title>
		</media:content>
	</item>
		<item>
		<title>Garnet Yams with Hazelnut Butter</title>
		<link>http://techdabble.wordpress.com/2009/10/17/garnet-yams-with-hazelnut-butter/</link>
		<comments>http://techdabble.wordpress.com/2009/10/17/garnet-yams-with-hazelnut-butter/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 06:08:50 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1083</guid>
		<description><![CDATA[&#8220;Oh Man! These are AMAZING!&#8221; were the first words I heard from the sous chef after I served her these yams. And I was a room away, with the door shut, changing from my cookin&#8217; pants into my eatin&#8217; pants.  After my pants situation was all settled and I got to take my first bite. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1083&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1086" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1086" href="http://techdabble.wordpress.com/2009/10/17/garnet-yams-with-hazelnut-butter/garnetyamsandhazelnutbutter/"><img class="size-full wp-image-1086" title="Garnet Yams And Hazelnut Butter" src="http://techdabble.files.wordpress.com/2009/10/garnetyamsandhazelnutbutter.jpg?w=510&#038;h=341" alt="Garnet Yams And Hazelnut Butter" width="510" height="341" /></a><p class="wp-caption-text">Garnet Yams And Hazelnut Butter</p></div>
<p>&#8220;Oh Man! These are AMAZING!&#8221; were the first words I heard from the sous chef after I served her these yams. And I was a room away, with the door shut, changing from my cookin&#8217; pants into my eatin&#8217; pants.  After my pants situation was all settled and I got to take my first bite. I couldn&#8217;t agree more!</p>
<p>I love yams. I love yams and brown sugar. I love yams with so much melted margarine that the yams literally could float away on it. And I loved candied yams from cans.  All forms of yams I grew up and by no means am I dismissing those recipes; like I said I loved them and I still do! But luckily the word &#8220;hazelnut&#8221; has taken me an entirely different direction and added to my ability to work with yams on a symbiotic level.  They give me amazing taste and I give them a reason to have lived and grown. Check. </p>
<p>Anyway, this week at the farmers market I had found hazelnuts and was flipping through the cook book to make final plans for the week. As a side note the sous chef and I&#8217;s farmers market game plan almost always goes like this: 1) do some research on the farmers market blog and in the cookbooks/internet for some general genre ideas for the week, 2) walk around the entire farmers market once to see what they have, 3) consult cookbooks, the internet, and our own ideas to make a menu plan for the week, 4) walk around the farmers market as many times as it takes to find all the ingredients or until the sous chef or I gets grumpy (whichever comes first), and 5) then head home stopping at the grocery store for any supplementary ingredients we may need. So this week one of the things I knew I saw was the hazelnuts and in the back of my mind I swore I saw one stand with the word &#8220;Beauregard&#8221; on a sign; which conveniently was a type of yam* listed in the cookbook.  So off we went in search. Luckily while we were on the home stretch of the farmers market booths I saw the sign and saw the yams.  3 lbs later of yams I had basically wiped them out and I was a happy kid. Of course I picked up the hazelnuts and the green onions too but those weren&#8217;t all that interesting to talk about :)</p>
<p>So back to the recipe at hand: it was simple! Peel and wedge the yams, toss with olive oil, salt, and pepper, and bake at 400 degrees F for 40 minutes.  In the mean time grind the roasted hazelnuts and mix them with butter.  Once the yams are soft and tender mix with 1/2 of the hazelnut butter and top with some green onions. Done. The sous chef said that it was so simple even she could do it alone! (For the record she is a good cook so there are many things I think she could do alone so I had no doubts about this one.)  The best part was that while I was cutting the yams into &#8216;wedges&#8217;, which ended up being quarters because the thin yams I had, that the pan looked like I was cutting up carrots.  It was pretty funny to me for no apparent reason. </p>
<p>Either way at the end the yams were delicious at the end and not solely spruced up with some form of sugar. They were tender and the hazelnut better complimented the earthy flavor of the yams themselves. I&#8217;d have to say as much as I love candied yams, right now this recipe has won my heart for the &#8216;favorite yam&#8217; category.  Admittedly, it is a small category but that shouldn&#8217;t diminish the achievement of the &#8216;Garnet Yams and Hazelnut Butter Recipe.&#8217;</p>
<p style="text-align:center;"> ******</p>
<p style="text-align:left;">* Disclaimer &#8211; I realize sweet potato and yams aren&#8217;t the same and that &#8220;Beauregard&#8221; are more technically on the sweet potato side. However, the cookbook calls them yams for this recipe so I&#8217;m sticking with it until I personally and truly understand not only the technical difference between sweet potatoes and yams but also the &#8216;marketing&#8217; difference that seems to have causede the problem in the first place. Ms. Ivy Manning tried to explain it to me as a foot note in the recipe but I honeslty didn&#8217;t try to hard to figure it all out.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1083/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1083/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1083/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1083&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/17/garnet-yams-with-hazelnut-butter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/garnetyamsandhazelnutbutter.jpg" medium="image">
			<media:title type="html">Garnet Yams And Hazelnut Butter</media:title>
		</media:content>
	</item>
		<item>
		<title>Oven Baked &#8216;Mural of Flavor&#8217; Breaded Pork Chops</title>
		<link>http://techdabble.wordpress.com/2009/10/17/oven-baked-mural-of-flavor-breaded-pork-chops/</link>
		<comments>http://techdabble.wordpress.com/2009/10/17/oven-baked-mural-of-flavor-breaded-pork-chops/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:40:22 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1080</guid>
		<description><![CDATA[What do you do when you&#8217;ve got plans for yams and frozen pork chops in the freezer? Step 1 &#8211; Remember you have them and then make no exact plans to use them until right before you should be cooking them! Check.   Oh the real answer? Look in your cupboard and make a plan! Step 2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1080&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1085" href="http://techdabble.wordpress.com/2009/10/17/oven-baked-mural-of-flavor-breaded-pork-chops/breadedporkchops/"></a></p>
<div id="attachment_1085" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1085" href="http://techdabble.wordpress.com/2009/10/17/oven-baked-mural-of-flavor-breaded-pork-chops/breadedporkchops/"><img class="size-full wp-image-1085" title="Mural of Flavor Breaded Pork Chops" src="http://techdabble.files.wordpress.com/2009/10/breadedporkchops.jpg?w=510&#038;h=341" alt="Mural of Flavor Breaded Pork Chops" width="510" height="341" /></a><p class="wp-caption-text">Mural of Flavor Breaded Pork Chops</p></div>
<p>What do you do when you&#8217;ve got plans for yams and frozen pork chops in the freezer? Step 1 &#8211; Remember you have them and then make no exact plans to use them until right before you should be cooking them! Check.   Oh the real answer? Look in your cupboard and make a plan! Step 2 &#8211; Determine the cooking method to base plan off of: well yams are already in the oven and there is another rack. Baked pork chops: Check! As a departure from the norm I&#8217;m going include a real recipe on what I actually did to them tonight but I should note that they were very tasty.  Moist, and not dry. The breading was crunchy and full of flavor BUT I still think my favorite way to eat pork chops is with apple sauce.</p>
<p><span style="text-decoration:underline;"><strong>Oven Baked &#8216;Mural of Flavor&#8217; Breaded Pork Chops</strong></span></p>
<p><em>Ingredients:</em></p>
<p>3 &#8211; 3/4 in thick pork chops<br />
1 egg<br />
1-2 Tablespoons of water<br />
~6 Tablespoons flour<br />
1 cup of panko bread crumbs (regular bread crumbs probably would have worked just as well but panko tend to stay crunchier and when breading for the oven the more help I can get to stay crunchy, the more I&#8217;ll take!)<br />
0.3 ounces (1/2 small jar) of <a href="http://www.penzeys.com/cgi-bin/penzeys/p-penzeysmuralofflavor.html">Penzey&#8217;s Mural of Flavor</a></p>
<p><em>Directions:</em></p>
<p>1. Trim any fat from the pork chops, rinse with water and set aside </p>
<p>2. Beat the egg in a small mixing bowl with the water, and set aside</p>
<p>3. Mix the bread crumbs and &#8216;Mural of Flavor&#8217; in a small bowl until the spices are evenly distributed among the bread crumbs</p>
<p>4. Cover each pork chop with a layer of flour, dip in the egg mixture, and lay on the breading mixture. Pat the breading into each side and the edges of the pork chop until thoroughly covered.  Place on a lightly greased baking sheet (I used spray oil to cover the pan). </p>
<p>5. In a 400 degree F oven; bake 10-12 minute uncovered and flip the pork chops. Bake another 10-12 minutes or until the chop is cooked to your liking and/or all the way through.  This will depend on the thickness of your pork chops and how you like them. </p>
<p>6. Remove from oven, let cool, serve, and enjoy the Mural of Flavor covering your pork chop.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1080/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1080/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1080/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1080&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/17/oven-baked-mural-of-flavor-breaded-pork-chops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/breadedporkchops.jpg" medium="image">
			<media:title type="html">Mural of Flavor Breaded Pork Chops</media:title>
		</media:content>
	</item>
		<item>
		<title>HTPC: VLC for videos and UI Tweaks</title>
		<link>http://techdabble.wordpress.com/2009/10/17/htpc-vlc-for-videos-and-ui-tweaks/</link>
		<comments>http://techdabble.wordpress.com/2009/10/17/htpc-vlc-for-videos-and-ui-tweaks/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:46:25 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1074</guid>
		<description><![CDATA[So this week I tweaked the HTPC some more.  The first thing I did was to get the video libraries working and playing in Xlobby.  My goal was to get VLC to play all videos and DVDs while still using Winamp to play music.  Video Playback It took two lines for my VLC settings in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1074&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So this week I tweaked the HTPC some more.  The first thing I did was to get the video libraries working and playing in Xlobby.  My goal was to get VLC to play all videos and DVDs while still using Winamp to play music. </p>
<p><strong><span style="text-decoration:underline;">Video Playback</span></strong></p>
<p>It took two lines for my VLC settings in Xlobby:</p>
<p>1) DVDs -<br />
Extensions: ifo,video_ts<br />
Command Line Switches: %path% &#8211;fullscreen</p>
<p>2) Video Files<br />
Extensions: mov, avi<br />
Command Line Switches: %file% &#8211;fullscreen</p>
<p>Now Xlobyy will open DVDs from disk, Full DVD Copies on my NAS, and MOVs. Which thus far are the only files I&#8217;ve tried to play.  I did notice that Xlobby didn&#8217;t automatically recognize MOVs as &#8216;Video&#8217; files and didn&#8217;t import it into the library. So I had to go manually add it to the Library but once I did everything works fine.  This process was amazingly simple compared to gettng all my audio things worked out :)</p>
<p><strong><span style="text-decoration:underline;">General UI Tweaks</span></strong></p>
<p>So now that I&#8217;m actually using the HTPC more s a home theater system than I am building it. I decided its time to do some of those final tweaks to how it works.</p>
<p>1) Autologin &#8211; Using TweakUI I set the correct media playing user to automatically login.  That way when the power button is pushed comes up into windows and no need for a keyboard to login.</p>
<p>2) Autolaunch of Xlobby2 and WOL Packet &#8211; I put the Xlobby2 shortcut in the &#8216;Startup&#8217; folder so it will automatically launch upon login and therefore boot as well.  The WOL program I used was &#8216;wolcmd&#8217; its free to download and use. I created a batch file to wake the media server and put it into the &#8216;Startup&#8217; folder.  I found out to make the the batch file work the path to the program needs to be in quotes but the parameters can&#8217;t be. So my line looks like this:</p>
<p>&#8220;C:\Program Files\wolcmd\wolcmd.exe&#8221; MACMACMAC IP.IP.IP.IP Subnet.Subnet.Subnet.Subnet Port</p>
<p>3) Screensaver &#8211; Off</p>
<p>4) Pwer Settings &#8211; Windows doesn&#8217;t make this easy.  I wish I could say if this program is running do this and if this program is running do this. For now I set it to go into Standy in 2 hours. Enough watch a movie in one sitting.  I&#8217;m going to have to work on this one though but I need something now because the home server power down is dependnt upon the oer comptuers statuses.</p>
<p>5) Ialso enabled RDP and enabled my restricted user to RDP in so I could configure the HTPC from my laptop :)</p>
<br />Posted in HTPC Project  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1074/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1074&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/17/htpc-vlc-for-videos-and-ui-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Maple Bacon Waffles</title>
		<link>http://techdabble.wordpress.com/2009/10/16/maple-bacon-waffles/</link>
		<comments>http://techdabble.wordpress.com/2009/10/16/maple-bacon-waffles/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 06:21:48 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1072</guid>
		<description><![CDATA[Honestly, I can&#8217;t believe I found a recipe for this idea.  In fact, it sounded similar to the &#8216;monkey brain&#8217; biscuits my dad made a long time ago: they sound great on paper but in real life it should never be tried! (The monkey brain biscuits were the child of the thought &#8220;I put grape jelly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1072&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1084" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1084" href="http://techdabble.wordpress.com/2009/10/16/maple-bacon-waffles/baconwaffles/"><img class="size-full wp-image-1084" title="Bacon IN the Waffles" src="http://techdabble.files.wordpress.com/2009/10/baconwaffles.jpg?w=510&#038;h=341" alt="Bacon IN the Waffles" width="510" height="341" /></a><p class="wp-caption-text">Bacon IN the Waffles</p></div>
<p>Honestly, I can&#8217;t believe I found a <a href="http://find.myrecipes.com/recipes/recipefinder.dyn?action=displayRecipe&amp;recipe_id=1714541">recipe</a> for this idea.  In fact, it sounded similar to the &#8216;monkey brain&#8217; biscuits my dad made a long time ago: they sound great on paper but in real life it should never be tried! (The monkey brain biscuits were the child of the thought &#8220;I put grape jelly on my biscuits when I eat them. Why not just put it on/in BEFORE I bake them.&#8221;  Great idea but the grey biscuits that looked like monkey brains were a bad, bad execution and thankfully never tried again!)  I thought for sure the &#8216;Bacon IN the waffles&#8221; idea I was having was along those same lines so I did what my dad couldn&#8217;t do all those years ago in the dark ages: asked the internet.  And what did it tell me? Not only had people done it before but they posted recipes and other people liked it.  That did it. We were doing it; IF I had bacon at home. Which I did.</p>
<p>So what can I say now that I&#8217;ve experience bacon in my waffles and not as a side dish?  Mostly &#8220;wow there is bacon in here!&#8221; We used 4 strips of thick bacon that I cut into chunks and then crumbled after that.  Some bits of bacon were small and others were rather large like the one in the photo above.  The variation made for a subtle and yet pronounced bacon experience with every bite of the waffle. Amazingly enough there wasn&#8217;t anything wierd about it nor really stand out about it. Literally there was just bacon in the waffle and that was that.  The waffle was still the right texture and flavor. The bacon was still crisp and a bit salty.  In fact the salt/sweet balance was probably the biggest addition to flavor.  These waffles already had some maple syrup in the batter but I could hardly taste it but I do wonder if it toned down the salty bacon some.  I added plenty of syrup as an aftermarket addition and it was great but the plain bacon-in-waffles were also really pleasant to just munch on by themselves.  Not AMAZING but I wasn&#8217;t craving anything like syrup, butter, or orange juice to go with them. Just munch, munch, munch. Mmmm waffle. Mmmm bacon.</p>
<p>So there you have it. Bacon in your waffle isn&#8217;t out of the question and it isn&#8217;t bad either.  So go for it and give it a shot and see how you like it. If you try it I&#8217;d be interested to hear your experiences/options of the buried bacon treasure in the carb heartland!</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1072/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1072&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/16/maple-bacon-waffles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/baconwaffles.jpg" medium="image">
			<media:title type="html">Bacon IN the Waffles</media:title>
		</media:content>
	</item>
		<item>
		<title>Delicata Squash Tacos with Spicy Black Bean Salsa</title>
		<link>http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/</link>
		<comments>http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 05:14:34 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1053</guid>
		<description><![CDATA[This pictures isn&#8217;t justice for this dish. To be fair I didn&#8217;t bring my nice camera tonight but more importantly I stopped taking photos before I got a great shot because I REALLY wanted to eat these. Bad. As the sous chef and our guest&#8217;s reviews were taunting me. So tonight I let the photo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1053&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1050" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1050" href="http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/squashtacos/"><img class="size-full wp-image-1050" title="Squash Tacos" src="http://techdabble.files.wordpress.com/2009/10/squashtacos.jpg?w=510&#038;h=382" alt="Squash Tacos" width="510" height="382" /></a><p class="wp-caption-text">Squash Tacos</p></div>
<p>This pictures isn&#8217;t justice for this dish. To be fair I didn&#8217;t bring my nice camera tonight but more importantly I stopped taking photos before I got a great shot because I REALLY wanted to eat these. Bad. As the sous chef and our guest&#8217;s reviews were taunting me. So tonight I let the photo go to grainy and called it a dinner!</p>
<p>And it was worth it! These tacos were filling and warming. They were exactly as our friends had describe them even though we didn&#8217;t use their exact recipe.  For once it was my stomach that stoped me from eating more and not my mind/emotions! And the complexity of cooking to yummyness ratio wasn&#8217;t even on the scale as hard. At all!</p>
<p>This dinner started as a verbal idea from a friend of ours while at the farmers market this weekend. We picked up the major ingredients he mentioned: squash (actually the sous chef had that), onion, and tomatillos. All brilliant until we went to make them tonight and didn&#8217;t get any of the details on how, what, when, anything. The internet has to stand in for friends at that point.  But let it be known we did try and call before we turned to the impersonal library that is the internet.  One google later I came across a taco recipe on a blog entitled dietporn; that was almost enough right there for me to use that recipe. But honestly <a href="http://dietporn.blogspot.com/2009/03/butternut-squash-tacos-with-spicy-black.html">the recipe</a> spoke for itself.  And ironically we had almost all the needed ingredients either as plan or leftover from our chili earlier in the week.</p>
<p>When we started preping it our guest decided to go home and get her knife to cut the squash with and in the process also brough back the black beans we lacked.  At first glance I had just gotten rid of them in the recipe but when it came to eating time it was AWESOME that she went and got them.  I&#8217;m not going to get into to many details on prep today because I&#8217;m actually going to post a recipe on here today.  <a href="http://dietporn.blogspot.com/2009/03/butternut-squash-tacos-with-spicy-black.html">Tonight&#8217;s internet recipe </a>was based off of another <a href="http://www.digginfood.com/2008/11/butternut-squash-tacos-with-spicy-black-beans/">internet recipe</a> and I made some changes I thought I&#8217;d post in detail.</p>
<p>Three of the major differences were that a) we used Delicata squash, b) We used tomatillos, and c) we made a blackbean/tomato/salsa mix instead of just beans. The orignal recipe called for cooking the tomatoes down, adding the black beans with liquid, and then serving drained beans.  Something didn&#8217;t sit right with me so instead we reduced the tomatoes a bit, added 1 can of drained beans, and reduced them together into a lovely tomato/black bean salsa like sauce. Yum! And now for the recipe and inline pictures!</p>
<p style="text-align:center;"><strong><span style="text-decoration:underline;">Delicata Squash Tacos with Spicy Black Bean Salsa</span></strong></p>
<p>1 Delicata squash, cut into ½ inch cubes with skin on<br />
3/4 white onion, chopped <br />
3 medium tomatillos, cut into 1/2 inch cubes<br />
3 tablespoons olive oil <br />
1 ½ teaspoons cumin <br />
1 ½ teaspoons coriander <br />
2 teaspoons plus 1 tablespoon chili powder <br />
1 teaspoon salt <br />
2 cloves garlic, pressed<br />
~1.5 cups diced tomatoes, we used heirloom tomatoes that had been diced 3 days prior<br />
1 15-ounce cans black beans <br />
1 jalapenos<br />
1/2 avocado, cubed<br />
some flour tortillas and some hard taco shells<br />
shredded cheese of choice</p>
<p>Cook jalapenos until the skins are charred. (Either broil or on a hot skillet.) Set aside.</p>
<p>In a large bowl, toss squash, onions, and tomatillos together with 2 Tablespoons olive oil. Add cumin, coriander, 2 teaspoons of the chili powder, and a teaspoon salt. Toss until well coated. Roast for 20 to 25 minutes, or until the edges of the squash and onions begin to brown. Rotate the pan(s) and stir halfway through cooking. (The tomatillos mostly &#8216;disappeared&#8217; from the baking tray; all that was left was the skins and a bit of flesh.  But when they cooked down the squash must have absorbed them because there was no more liquid in the pan besides the original oil!)</p>
<div>
<div id="attachment_1051" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1051" href="http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/squashtacos-2/"><img class="size-full wp-image-1051" title="Squash, Onions, and Tomatillos before being baked" src="http://techdabble.files.wordpress.com/2009/10/squashtacos-2.jpg?w=510&#038;h=382" alt="Squash, Onions, and Tomatillos before being baked" width="510" height="382" /></a><p class="wp-caption-text">Squash, Onions, and Tomatillos before being baked</p></div>
</div>
<div>Meanwhile, peel, stem and seed the chilies before chopping them finely. Heat the remaining tablespoon of olive oil over medium high heat. Add the garlic and cook for a minute before adding the tomatoes. Allow the tomatoes and garlic to simmer for five minutes, or until the tomatoes release their juices.  Mix in 1 Tablespoon of the chili powder, chilies, and drained beans. Cook the beans over medium heat for 15 minutes or until the tomatoes reduce into a nice thick &#8216;salsa&#8217;. </div>
<div>
<div id="attachment_1052" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1052" href="http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/squashtacos-3/"><img class="size-full wp-image-1052" title="Tomato and Bean 'Salsa'" src="http://techdabble.files.wordpress.com/2009/10/squashtacos-3.jpg?w=510&#038;h=382" alt="Tomato and Bean 'Salsa'" width="510" height="382" /></a><p class="wp-caption-text">Tomato and Bean &#39;Salsa&#39;</p></div>
</div>
<div>To assemble the tacos, add a few spoonfuls of strained beans onto a warm tortilla. Add a layer of the squash mixture. Top with avocado and cheese. Quickly take pictures and eat the amazing food!</div>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1053/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1053/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1053/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1053&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/15/delicata-squash-tacos-with-spicy-black-bean-salsa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/squashtacos.jpg" medium="image">
			<media:title type="html">Squash Tacos</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/squashtacos-2.jpg" medium="image">
			<media:title type="html">Squash, Onions, and Tomatillos before being baked</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/squashtacos-3.jpg" medium="image">
			<media:title type="html">Tomato and Bean 'Salsa'</media:title>
		</media:content>
	</item>
		<item>
		<title>Poached Pear and Hazelnut Tart</title>
		<link>http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/</link>
		<comments>http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 06:56:49 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1031</guid>
		<description><![CDATA[This tart from start to finished smelled or tasted amazing every step of the way! This is one of those recipes that I drooled over every time I opened up Ivy Manning&#8217;s cookbook. And today we finally gave it  a shot.y? Because we found hazelnuts at the farmers market. Teh sign said organic but I&#8217;m not 100% [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1031&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1028" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1028" href="http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/pearandhazelnuttart/"><img class="size-full wp-image-1028" title="Poached Pear and Hazelnut Tart" src="http://techdabble.files.wordpress.com/2009/10/pearandhazelnuttart.jpg?w=510&#038;h=341" alt="Poached Pear and Hazelnut Tart" width="510" height="341" /></a><p class="wp-caption-text">Poached Pear and Hazelnut Tart</p></div>
<p>This tart from start to finished smelled or tasted amazing every step of the way! This is one of those recipes that I drooled over every time I opened up Ivy Manning&#8217;s cookbook. And today we finally gave it  a shot.y? Because we found hazelnuts at the farmers market. Teh sign said organic but I&#8217;m not 100% sure they are grown locally although I hope they are.  Anyway, I asked the woman how many unshelled hazelnuts did I need per cup of shelled hazelnuts nad she guessed/told me 2:1 ratio.  I needed hazelnuts for 2 recipes this week so I guessed not only the volume but also the weight I needed.  I ended up buying about 3/4 lbs of unshelled hazelnuts.  The pears were easy to find this time of year and I was ready for tart baking!</p>
<p>The first part of the tart to tackle was the crust.  Which as you can see is slanted more than a normal tart because I am still using foil lined pie pans to make my tarts in accordance with the don&#8217;t bring more crap into my kitchen to store if there are other things I  &#8221;&gt;cna use to do it :) We did use an electric mixer to crumble the butter into the flour mixture but after that I just stuck my hands right in to knead.  The dough is very flaky and barely sticks together by the time you put it into the fridge to rest for an hour. I was actually concerned that when I went to roll it that it wasn&#8217;t going to stay a crust of any type at all.  Luckily, my concern was unfounded.  The one thing I will say about this tart crust recipe is that the uncooked dough is delicious! Now I love dough. I can&#8217;t explain why but I do.  This tart crust tasted like a sugar cookie dough so much that when I had left overs I just baked it like a cookie. Even the sous chef, whom makes fun of my dough eating affinity, started to nibble on the dough and like it by the end of the process.</p>
<p>Next up the pears! We used 3 Bosc pears which we learned felt hard initially but were actually just perfectly ripe for this recipe.  With Bosc pears you want them to be firm and the part just around the stem to give a little.  Also, the firmer the pears the better for baking.  We had both so we were good to go.  The peeled, cored, and quartered pears were simmered/poached in a liquid made up of: water, Chardonnay, orange zest, sugar, vanilla, and orange juice.  Holy crow did the kitchen smell good while they cooked! I&#8217;m surprised we actually got to the tart making part and didn&#8217;t just eat them on the spot right then. After they had cooked until a paring knife slid through them easily we let them cool to room temperature.</p>
<p>Last but not least we made the hazelnut filling.  The first thing we had to do was crack them all open and then roast them.  Both the recipes this week wanted us roast them so we did them all at once.  We only had one nut cracker so I found a mostly useful second way of cracking the nuts open: pliers.</p>
<div id="attachment_1030" class="wp-caption aligncenter" style="width: 490px"><a rel="attachment wp-att-1030" href="http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/shellinghazelnuts/"><img class="size-full wp-image-1030" title="(top to bottom) Unshelled Hazelnuts, Nut Cracker, Pliers" src="http://techdabble.files.wordpress.com/2009/10/shellinghazelnuts.jpg?w=480&#038;h=1093" alt="(top to bottom) Unshelled Hazelnuts, Nut Cracker, Pliers" width="480" height="1093" /></a><p class="wp-caption-text">(top to bottom) Unshelled Hazelnuts, Nut Cracker, Pliers</p></div>
<p> Once the nuts were free from their shells we roasted them in the oven at 400 degrees F for 10 minutes.  They were brown and the skins had cracked and we didn&#8217;t burn them so we were happy until we went to de-skin them.  Usually roasted things the skins fall right off. Not hazelnuts.  We asked the internet for any advice and the most it gave us was that it was a dreaded task among bakers. Crap.  It did have one idea to put the roasted hazelnuts directly out of the oven into a towel and let them steam themselves some.  By this point we had already cooled them down so we pu them back into the warm oven (not on) for 10 minutes and tried the steam method: no luck. So we decided to leave the skins on and  I couldn&#8217;t have bene happier with the results.</p>
<p>So now that we had raw material to make the hazelnut filling with it went pretty smoothly.  The hazelnuts were ground to a fine powder with sugar in my magic bullet.  Then butter was added and eventually 1.5 eggs, vanilla, and a bit of flour were mixed in making this amazing hazelnut paste that the sous chef just wanted to spread on toast! But I didn&#8217;t let her thankfully and the tart was better for it.</p>
<p>All that was left was assemble. The dough was let to rest at room temperature for 5 minutes before it was rolled out into an 1/8&#8243; thick sheet, placed in the tart pan, trimmed, and put into the freezer for 30 minutes.  Once it was done we pulled it out, warmed the ceramic dish we froze it in (so we wouldn&#8217;t crack it putting it directly into the oven), and filled it with hazelnut goodness.  Then the pears were arranged on top best I could make them fit and the whole thing was sprinkled with a cinnamon/sugar mixture. Into the oven it went for 25 minutes.  When it came out it was removed from the pie pan and glazed with melted apricot preserves.</p>
<p>5 minutes into the photo shoot our guests showed up and we all were ready to eat the little sucker. Astoundingly good is the best way to describe it.  The flavors were full and rich, the pears were juicy and moist and EVERYONE loved it.  After we all ate our piece we just sat in a super pleasant tart coma for a while.  It was just another check in the box of tarts are really awesome and I need to keep making them.  This one there was no doubts about at all. It was as close to perfect as I can imagine without having a golden yard stick pf pear tarts to compare it to.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1031/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1031/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1031&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/11/poached-pear-and-hazelnut-tart/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/pearandhazelnuttart.jpg" medium="image">
			<media:title type="html">Poached Pear and Hazelnut Tart</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/shellinghazelnuts.jpg" medium="image">
			<media:title type="html">(top to bottom) Unshelled Hazelnuts, Nut Cracker, Pliers</media:title>
		</media:content>
	</item>
		<item>
		<title>Chocolate, Coffee, and Beer Chili &#8211; Farmers Market Style</title>
		<link>http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/</link>
		<comments>http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 06:30:40 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=1006</guid>
		<description><![CDATA[1 coworker, 1 internet search, and 1 farmers market made this chili happen! It&#8217;s that time of the year when hearty soups and stew start to creep into my cravings. My coworker spoke about chili last weeke and mentioned that once he made a chili with chocolate, coffee, and beer in it that was amazing. Well [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1006&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_1003" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1003" href="http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/chili/"><img class="size-full wp-image-1003" title="Chocolate, Coffee, Beer Chili" src="http://techdabble.files.wordpress.com/2009/10/chili.jpg?w=510&#038;h=382" alt="Chocolate, Coffee, Beer Chili" width="510" height="382" /></a><p class="wp-caption-text">Chocolate, Coffee, Beer Chili</p></div>
<p>1 coworker, 1 internet search, and 1 farmers market made this chili happen! It&#8217;s that time of the year when hearty soups and stew start to creep into my cravings. My coworker spoke about chili last weeke and mentioned that once he made a chili with chocolate, coffee, and beer in it that was amazing. Well that was that and I wanted to make chili.  I originally thought I would make it without the farmers market at all last week but by today I still hadn&#8217;t made it so I took a second look and was pleasantly surprised to find that most of what I needed I thought I could get at the farmers market.  For me chili was always made with things from cans and I loved it. But today I realized that mostly it was the tomatoes and beans that came from cans. Both things I can get at the farmers market fresh so why not!</p>
<p>I had found <a href="http://www.ctccomputertraining.com/JanetsRecipes/Chocolate-Coffee-BeerChili.pdf">this recipe </a>on the internet that I was hoping to use and based me recipe off of it.  My shopping list didn&#8217;t veer from it too much as I made my laps around the market.  I was happy that I did find my fresh shelled beans at Alms Hill today.  The beans aren&#8217;t dried but they are shelled which seemed like a nice compromise today in the realm of how much energy I wanted to put into getting approximately 4 cans of beans from shells.</p>
<div id="attachment_1005" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-1005" href="http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/freshchilibeans/"><img class="size-full wp-image-1005" title="Fresh shelled black and cannellini beans from Alms Hill Farm" src="http://techdabble.files.wordpress.com/2009/10/freshchilibeans.jpg?w=510&#038;h=382" alt="Fresh shelled black and cannellini beans from Alms Hill Farm" width="510" height="382" /></a><p class="wp-caption-text">Fresh shelled black and cannellini beans from Alms Hill Farm</p></div>
<p>When I asked the woman at the stand how much I need to approximate 4 cans she  &#8221;&gt;recomened 2 containers worth which confirmed what I was thinking so I got 1 of each: black beans and cannellini beans.  Ironically, cannellini turns out to be another name for white Italian kidney beans, which are closer to the kidney beans that the recipe calls for than I expected them to be. Anyway,  the women asked what I was doing with them so I told her chili and she offered some second/slighty bruised heirloom tomatoes at $2/lb to me.  A good deal for heirlooms! She didn&#8217;t have a ton right then so I told her we would make a lap and see what she had then. It took us 45 minutes to come around again but it was worth it! I bought twice as many second tomatoes as I needed but I also go a Cherry Bomb chili pepper and 2 jalapenos as well.  (This was also the stand that had hazelnuts as well which you will see later).  I picked up an onion and a loaf of bread and we were in business. We stopped at the grocery store on the way home to get the ground beef and sirloin steak.</p>
<p>I had intended to put my exact recipe on here because I was altering the original a bit but it turns out that I didn&#8217;t. I only used 1 onion, instead of 2, and omitted the cayenne pepper due to my stomach&#8217;s dislike of spicy.  I had actually reduced the chili powder at first too just to be on the safe side but as it cooked I thought something was missing. It was the chili powder. So I put all it called for in and low and behold it tasted like chili! But I suppose we should talk about the headlining ingredients just a bit.</p>
<div id="attachment_1004" class="wp-caption aligncenter" style="width: 490px"><a rel="attachment wp-att-1004" href="http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/chilispecialingredients/"><img class="size-full wp-image-1004" title="Making the secret sauce (stout beer, strong coffee, and cocoa powder)" src="http://techdabble.files.wordpress.com/2009/10/chilispecialingredients.jpg?w=480&#038;h=1093" alt="Making the secret sauce (stout beer, strong coffee, and cocoa powder)" width="480" height="1093" /></a><p class="wp-caption-text">Making the secret sauce (stout beer, strong coffee, and cocoa powder)</p></div>
<p>Yes that is a bottle of stout going into the chili. In fact a stout we knew nothing about but liked the name and label, something to do with Rasputin but as it turned out one of our beer drinking friends told us it was good beer. So we still used it.  And yes that is a cup of strongly brewed coffee going into the chili. And last but not least that is high quality cocoa powder being dropped into the chili. It really happened. And it really tasted like chili.</p>
<p>All in all at the end of 5.5 hours it tasted like chili. The spice level was just right for me where my nose was starting to run but eating it with a piece of bread was perfectly fine but alone I could taste a bit of heat.  The sous chef gave it her highest compliments as well! The real test will be in the left overs tomorrow.  I cooked so much today that by the time dinner came along I had snacked and so I ate very little of dinner proper, saving room for desert which was also just as excellent.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/1006/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/1006/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/1006/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=1006&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/11/chocolate-coffee-and-beer-chili-farmers-market-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/chili.jpg" medium="image">
			<media:title type="html">Chocolate, Coffee, Beer Chili</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/freshchilibeans.jpg" medium="image">
			<media:title type="html">Fresh shelled black and cannellini beans from Alms Hill Farm</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/chilispecialingredients.jpg" medium="image">
			<media:title type="html">Making the secret sauce (stout beer, strong coffee, and cocoa powder)</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Cider Search Part II &#8211; Rockridge Orchards</title>
		<link>http://techdabble.wordpress.com/2009/10/11/apple-cider-search-part-ii-rockridge-orchards/</link>
		<comments>http://techdabble.wordpress.com/2009/10/11/apple-cider-search-part-ii-rockridge-orchards/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:28:58 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Farmers Market Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=990</guid>
		<description><![CDATA[This is my farmer markets standard yummy apple cider that stated the whole rivalry/throw down.  The only problem is today I bought the Strawberry Apple Ci der instead of the plain. However, I&#8217;m doubtful it will really sway my preference too much either way because I&#8217;ve had both varieties from Rockridge Orchard so much. I think now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=990&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_989" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-989" href="http://techdabble.wordpress.com/2009/10/11/apple-cider-search-part-ii-rockridge-orchards/img_0158/"><img class="size-full wp-image-989" title="Rockridge Orchard Cider" src="http://techdabble.files.wordpress.com/2009/10/img_0158.jpg?w=510&#038;h=382" alt="Rockridge Orchard Cider" width="510" height="382" /></a><p class="wp-caption-text">Rockridge Orchard Cider</p></div>
<p>This is my farmer markets standard yummy apple cider that stated the whole rivalry/throw down.  The only problem is today I bought the Strawberry Apple Ci der instead of the plain. However, I&#8217;m doubtful it will really sway my preference too much either way because I&#8217;ve had both varieties from Rockridge Orchard so much.</p>
<p>I think now its important to identify my personal apple cider scale and /or cider qualities I look for. I think there are 3 main qualities I look for in apple cider: 1) color, 2) pulp content, and 3) the liquid apple taste. One end of the scale is the standard apple juice of the grocery store that is light yellow, no pulp (and therefore is very clear), and tastes more like water than apple.  On the gold standard end, Hollmeyer&#8217;s cider is dark, dark brown, filled with apple bits and therefore is very opaque, and tastes like liquid apple.  I think for me where it goes from apple juice to cider is when the pulp content increases and appears less filtered.  This is more of an observation about my own preferences than it is scientific classification for the record.</p>
<p>So how does Rockridge stand up in my more formalized system? It is brown, starting to get opaque, and has a strong apple taste but not quite liquid apples yet.   I would say this &#8216;cider&#8217; squarely straddles the juice/cider divide in my book leaning more towards a light cider.   Rockridge Orchard&#8217;s Cider is well worth drinking but it doesn&#8217;t have the body/pulp content that I think leads to the taste of my favorite apple cider.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Farmers Market Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/990/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/990/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/990/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=990&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/11/apple-cider-search-part-ii-rockridge-orchards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0158.jpg" medium="image">
			<media:title type="html">Rockridge Orchard Cider</media:title>
		</media:content>
	</item>
		<item>
		<title>Apple Cider Search Part I &#8211; Country Cider Mill</title>
		<link>http://techdabble.wordpress.com/2009/10/10/apple-cider-search-part-i-country-cider-mill/</link>
		<comments>http://techdabble.wordpress.com/2009/10/10/apple-cider-search-part-i-country-cider-mill/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 05:00:07 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Store Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=986</guid>
		<description><![CDATA[Since my trip home I&#8217;m sort of inspired to look harder to see if any comparable apple cider exists here that challenges the local orchard at my parents.  I found this &#8216;local&#8217; cider (its from Olympia, WA &#8211; 2 hours away) in my grocery store and decided to give it a try. The first thing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=986&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_979" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-979" href="http://techdabble.wordpress.com/2009/10/10/apple-cider-search-part-i-country-cider-mill/countrycidermill/"><img class="size-full wp-image-979" title="Country Cider Mill Apple Cider" src="http://techdabble.files.wordpress.com/2009/10/countrycidermill.jpg?w=510&#038;h=382" alt="Country Cider Mill Apple Cider" width="510" height="382" /></a><p class="wp-caption-text">Country Cider Mill Apple Cider</p></div>
<p>Since my trip home I&#8217;m sort of inspired to look harder to see if any comparable apple cider exists here that challenges the local orchard at my parents.  I found this &#8216;local&#8217; cider (its from Olympia, WA &#8211; 2 hours away) in my grocery store and decided to give it a try.</p>
<p>The first thing I noticed is that there was settling in the bottle. This is a good thing as my Gold standard for apple cider had it as well.  The color looked closer and the it was less transparent. All good things on the surface. So how did it fair in the taste test?</p>
<p>To sweet. The body was there and it was like drinking liquid apples; just very, very sweet liquid apples. To much for me. It says no sugar was added but I think the variety was probably different. I&#8217;ll keep looking.</p>
<p>**UPDATE: My back review of this cider using my &#8216;new&#8217; rating system is as follows: The deep brown color and opacity is right on for the gold standard apple cider search and even the taste is strong like apples. BUT its still to sweet.  Evidentially when I say it has to taste like apples it has to taste like &#8216;not as sweet apples.&#8217;  This cider almost tastes like there is extra sugar in it even though there isn&#8217;t.  IF you like sweet apples and cider this one is for you, but I&#8217;ll keep looking. So close, so close.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Store Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/986/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/986/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/986/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=986&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/10/apple-cider-search-part-i-country-cider-mill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/countrycidermill.jpg" medium="image">
			<media:title type="html">Country Cider Mill Apple Cider</media:title>
		</media:content>
	</item>
		<item>
		<title>Childhood City Market and Orchard Haul</title>
		<link>http://techdabble.wordpress.com/2009/10/03/childhood-city-market-and-orchard-haul/</link>
		<comments>http://techdabble.wordpress.com/2009/10/03/childhood-city-market-and-orchard-haul/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 04:42:20 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[Farmers Market Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=973</guid>
		<description><![CDATA[I&#8217;m visiting my parents this weekend and we went to two important places: 1) A Historic Market and 2) A local orchard.  The orchard we frequented as a kid and the apple cider there is to die for. It is basically drinking liquid apples.  Now, currently I live in an apple producing state and there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=973&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_972" class="wp-caption aligncenter" style="width: 519px"><a rel="attachment wp-att-972" href="http://techdabble.wordpress.com/2009/10/03/childhood-city-market-and-orchard-haul/findleymarkethaul/"><img class="size-full wp-image-972" title="Findlay Market &amp; Hollmeyer's Orchard Haul" src="http://techdabble.files.wordpress.com/2009/10/findleymarkethaul.jpg?w=509&#038;h=679" alt="Findlay Market &amp; Hollmeyer's Orchard Haul" width="509" height="679" /></a><p class="wp-caption-text">Findlay Market &amp; Hollmeyer&#39;s Orchard Haul</p></div>
<p>I&#8217;m visiting my parents this weekend and we went to two important places: 1) A Historic Market and 2) A local orchard.  The orchard we frequented as a kid and the apple cider there is to die for. It is basically drinking liquid apples.  Now, currently I live in an apple producing state and there is some nice apple cider they sell at our local farmers market but it can&#8217;t touch what my parent&#8217;s local, in the middle of suburbia, orchard produces.  It just can&#8217;t.  That isn&#8217;t to say somewhere there isn&#8217;t good cider but I haven&#8217;t found it yet. </p>
<p>You can see the cider and the apples in the back of the photos. The cider is thick, smells like apples, dark in color, and unpasteurized.  It isn&#8217;t to sweet but it is hearty. </p>
<p>The rest of the haul here is from the historic market I have never been to all my years growing up. So on the day of my arrival and after a nap my parents and I went off to explore it!  And we had a blast. My dad was like a kid in a candy store trying new things and buying everything to match.  Usually I am the instigator for trying all kinds of things but this time all I had to do was sit back and watch.  We came home with:</p>
<p>Sweet Potato Pie<br />
New Red Potatoes<br />
Green Grapes<br />
Squash<br />
Garlic<br />
Salt Rye Bread<br />
Ciabbata Bread<br />
Ground Sumac<br />
Fresh Cottage Cheese<br />
Roasted Turkey Leg (which was ironic we were making a whole turkey for dinner the next day)<br />
Fresh Eggs<br />
Fresh and Shelled Lima Beans<br />
Goat Milk Gouda<br />
Some other Cheese<br />
Reubenwursts<br />
Locally Roasted and Seasoned Beef<br />
Locally Roasted Coffee<br />
Pistachio Gelato</p>
<p>All in all most of the food was gone in the 2 days I was home and we had a blast. I hope my family goes back once in a while and I hope I can make it back too.  But for the cider?</p>
<p>I&#8217;m coming back. No worries.</p>
<br />Posted in Cooking Creations Tagged: Farmers Market Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/973/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=973&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/03/childhood-city-market-and-orchard-haul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/findleymarkethaul.jpg" medium="image">
			<media:title type="html">Findlay Market &#38; Hollmeyer's Orchard Haul</media:title>
		</media:content>
	</item>
		<item>
		<title>What I&#8217;ve Been Eating While the Chef is Away</title>
		<link>http://techdabble.wordpress.com/2009/10/03/what-ive-been-eating-while-the-chef-is-away/</link>
		<comments>http://techdabble.wordpress.com/2009/10/03/what-ive-been-eating-while-the-chef-is-away/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 01:46:48 +0000</pubDate>
		<dc:creator>deceivery</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=965</guid>
		<description><![CDATA[You may have noticed the food blog is very, very quiet. No, it is not hunting rabbits. (Get it?!) Truth be told, the chef has been out of pocket for quite some time: first, six days at a conference, two days off, and now a long weekend in the Midwest. It is as you feared: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=965&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may have noticed the food blog is very, very quiet. No, it is not hunting rabbits. (Get it?!) Truth be told, the chef has been <a href="http://www.urbandictionary.com/define.php?term=out%20of%20pocket&amp;defid=476627">out of pocket</a> for quite some time: first, six days at a conference, two days off, and now a long weekend in the Midwest.</p>
<p>It is as you feared: I, the sous chef, have been left to fend for myself.</p>
<p>There are a few successes amidst a few frozen pizzas that I can report to the food blog. First off, I was very proud of myself for having the flash of brilliance to up the ante on my box of Annie&#8217;s mac n cheese by adding a can of tuna. Instant protein, am I right?! I also managed, on a Sunday afternoon, to dice up and fry up a huge potato (from the <a href="http://ballardfarmersmarket.wordpress.com/">farmer&#8217;s market!</a>) for work lunches. I ate a lot of good old fashioned PB&amp;J&#8217;s for lunches this past week. For the record: honey wheat bread from the nearest <a href="http://www.greatharvestsea.com/">Great Harvest Bread Company</a>, almond butter which is supposed to be a little better for the ol&#8217; ticker (almonds have good cholesterol!), and boring strawberry jam not from anywhere special. STILL: delicious.</p>
<p>However, it is clear that my crowning achievement of the week MUST be this:</p>
<p style="text-align:center;">
<div id="attachment_966" class="wp-caption aligncenter" style="width: 469px"><img class="size-full wp-image-966 " title="IMG_0190" src="http://techdabble.files.wordpress.com/2009/10/img_0190.jpg?w=459&#038;h=344" alt="mmmm sammich" width="459" height="344" /><p class="wp-caption-text">mmmm sammich</p></div>
<p style="text-align:left;">CHECK IT OUT! So, I had a few random slices of good ol&#8217; American cheese &#8211; you know, the cheap kind &#8211; and the aforementioned loaf of bread. I also happen to have the good fortune of a produce stand right across the street (a good fortune I rarely capitalize on). I was walking past on my way home, and had some change in my pocket, and on a whim, I detoured through the veggie stand, dropped a whopping 50 cents on the most perfect avocado ever, and this glorious sandwich was born.</p>
<p style="text-align:left;">I fed myself two of these beauties over the course of last weekend &#8211; half an avocado per sandwich. And yes, I did use the honey wheat &#8211; but the honey is so subtle that once you slather on butter and melt cheese and fry it up, you can&#8217;t taste it at all. Yes, I dipped it in ketchup. It. Was AWESOME.</p>
<p style="text-align:left;">Last week/weekend, I was far more ambitious than I am now. (Yes, I call that ambitious.) I also have access to some things I didn&#8217;t have access to last weekend: when the chef left for his conference, I completely forgot to confiscate a few pickled items from his refrigerator. He has yet to post about the sour dill pickles we made, so I won&#8217;t say too much about them except that they&#8217;re getting on in age and this weekend I am eating as many as I can before their time is up. I also nabbed a jar of the pickled carrots.</p>
<p style="text-align:left;">
<div id="attachment_967" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-967" title="cheesencrackers" src="http://techdabble.files.wordpress.com/2009/10/img_0274.jpg?w=225&#038;h=300" alt="this is totally nutritious i promise" width="225" height="300" /><p class="wp-caption-text">this is totally nutritious i promise</p></div>
<p style="text-align:left;">Finally: the chef inherited a very, very large amount of &#8220;fancy cheese&#8221; from his conference, and I confiscated that too. I have no idea how long cheese lasts, only that it would take a large party with nothing else to eat to get rid of all this cheese. The only groceries I&#8217;ve bought so far included two boxes of crackers, to help me eat CHEESE. (Which is NOT good for the ol&#8217; ticker &#8211; bad cholesterol!) You can see my pickled smorgasbord in the background. See&#8230; veggies&#8230; dairy&#8230; it&#8217;s totally solid eating.</p>
<p style="text-align:left;">But let us not forget the junk food! As an unhealthy eater, I intake a pretty solid chain of high-sugar items. Lucky for you, I also take pictures of them.</p>
<p style="text-align:left;">
<div id="attachment_968" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-968" title="cupcake" src="http://techdabble.files.wordpress.com/2009/10/img_0277.jpg?w=225&#038;h=300" alt="the pumpkin maple" width="225" height="300" /><p class="wp-caption-text">the pumpkin maple</p></div>
<p style="text-align:left;">I introduce to you: the leaf shaped sprinkle. It would appear that this time of year I can only eat highly-sugary bakery goods that are topped with maple leaf shaped sprinkles. THIS beautiful cupcake comes from <a href="http://www.cupcakeroyale.com/">Cupcake Royale</a>, and I highly suggest you eat one if you are anywhere near a Cupcake Royale. No, really.</p>
<div id="attachment_970" class="wp-caption aligncenter" style="width: 235px"><img class="size-medium wp-image-970" title="donut!" src="http://techdabble.files.wordpress.com/2009/10/img_02031.jpg?w=225&#038;h=300" alt="IMG_0203" width="225" height="300" /><p class="wp-caption-text">breakfast is the most important meal of the day</p></div>
<p style="text-align:left;">For realz.</p>
<p style="text-align:left;">
<br />Posted in Cooking Creations  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/965/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/965/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/965/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=965&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/10/03/what-ive-been-eating-while-the-chef-is-away/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">deceivery</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0190.jpg" medium="image">
			<media:title type="html">IMG_0190</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0274.jpg?w=225" medium="image">
			<media:title type="html">cheesencrackers</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_0277.jpg?w=225" medium="image">
			<media:title type="html">cupcake</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/10/img_02031.jpg?w=225" medium="image">
			<media:title type="html">donut!</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh Wild King Salmon with Corn, Sun Gold Tomato, and Artichoke Saute</title>
		<link>http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/</link>
		<comments>http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 05:59:26 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=955</guid>
		<description><![CDATA[I have to start this post by saying I was not impressed by this at all BUT it was also cold by the time I stopped cooking / taking pictures so I&#8217;m certain that had a lot to do with sadly.  I also need to start by saying the first salmon steak I made was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=955&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_952" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-952" href="http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/salmonwithsautee/"><img class="size-full wp-image-952" title="Salmon &amp; Saute" src="http://techdabble.files.wordpress.com/2009/09/salmonwithsautee.jpg?w=510&#038;h=341" alt="Salmon &amp; Saute" width="510" height="341" /></a><p class="wp-caption-text">Salmon &amp; Saute</p></div>
<p>I have to start this post by saying I was not impressed by this at all BUT it was also cold by the time I stopped cooking / taking pictures so I&#8217;m certain that had a lot to do with sadly.  I also need to start by saying the first salmon steak I made was by far the most perfectly beautiful. I had hoped as I cooked more I could repeat and refine it but alas it was no to be and so the blackened edges adorn our photo tonight. </p>
<p>This is a story about a fish, friends, and end of a season. The sous chef was having a dinner party with a friend this week and I was on duty to get food for this dinner while at the farmers market.  The sous chef had seen that it was the last week for fresh salmon at the farmers market and with this knowledge tucked in the back of my brain off I went.  But before I went I checked my cookbook and saw this recipe and tucked that also in my brain.  When I got to the market I made my usual lap with a friend and decided that even at $21.99/lb the King Salmon as a very rare treat made sense.  So I sauntered up and opened a cooler.  I started at the unmarked fillets and eventually found one even in thickness and asked the fisherman how much he thought it weighed.  My goal: 1 lb.  His answer: 1.2 or so.  He handed it to the next guy who said 1.5 and dropped it onto the scale where it read: 1.52. He won the weight game and he won my money when I decided to go ahead and do.  $33 dollars later I had a hunk of the freshest salmon I could buy and a bag of ice to support it.  We already had the corn and I made a few more laps for the sun golds and the basil. I looked at the artichokes twice but totally forgot to buy one.  So later that day on a bike ride I picked up from the fruit and veggie stand.</p>
<p>I got home and put it in the fridge with the ice but eventually something made me ask the internet how to store the fish. It told me only on crushed ice.  Only.  I didn&#8217;t have any ice. I didn&#8217;t have any crushed ice. And it was later than I wanted it to be and didn&#8217;t really want to go out.  Just as I started making plans I came across a website that was my answer: blue ice cold packs.  Specifically the ice cube like ones.  Sandwich the fish between those and rotate every 24 hours. I had 2 of them right there so I swapped them with the melted ice and called it good until the next day when I got a blue ice pack replacement to keep the cycle going for 2 days.</p>
<p> 2 days passed and it was time to cook.  Our first challenger was the artichoke.  I have never cooked and artichoke and the directions weren&#8217;t exactly clear how much was the heart or how much was the tougher/softer leaves we were supposed to be using. In the end we went with the heart more than anything but boy did I get a good introduction on what I don&#8217;t know about artichokes.  Chalk that one up to the research I need to do category.  But we managed to get through it and we cooked the bacon, rendered the fat, and then sauteed the three veggies in it fora few minutes to make the side dish.</p>
<p>At this point the only left to do was cook the salmon. The directions were straight forward: 3 minutes on the skinless side to sear it and enough to cook it to medium on the other side, approximately 3 minutes.  The first steak did exactly as it was supposed to and it was served to our guest. It was beautifully seared and cooked.  The guests review was that it was amazing before the second steak even got off the frying pan line.  The next steak was almost twice as thick and took much longer to cook. Eventually I cut it in half to see if it would cook faster and I think it helped some. The third and forth weren&#8217;t that much better; thick and unclear to me. In the end everything was enough but not the prettiest nor the ugliest we had seen.</p>
<div id="attachment_951" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-951" href="http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/rawsalmon/"><img class="size-full wp-image-951" title="1/4 of the Raw Salmon " src="http://techdabble.files.wordpress.com/2009/09/rawsalmon.jpg?w=510&#038;h=382" alt="1/4 of the Raw Salmon " width="510" height="382" /></a><p class="wp-caption-text">1/4 of the Raw Salmon -&quot;What&#39;s left before I forget to take a picture&quot; </p></div>
<div id="attachment_950" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-950" href="http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/cookingsalmon/"><img class="size-full wp-image-950" title="Cooking Salmon Shrouded in Mystery!" src="http://techdabble.files.wordpress.com/2009/09/cookingsalmon.jpg?w=510&#038;h=382" alt="Cooking Salmon Shrouded in Mystery!" width="510" height="382" /></a><p class="wp-caption-text">Cooking Salmon Shrouded in Mystery!</p></div>
<p>The guest and the sous chef loved the salmon and the saute but I spent so much time cooking and taking photos tonight that it was quite cold before I got there.  It tasted good but not stand out in its cold state.  Hopefully next year I will cook some salmon before the season is over and I don&#8217;t necessarily have to cook it better just eat it faster and it may be amazing.  Here&#8217;s to trusting the sous chef and guest&#8217;s palate more than mine tonight!</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/955/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/955/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/955/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=955&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/16/fresh-wild-king-salmon-with-corn-sun-gold-tomato-and-artichoke-saute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/salmonwithsautee.jpg" medium="image">
			<media:title type="html">Salmon &#38; Saute</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/rawsalmon.jpg" medium="image">
			<media:title type="html">1/4 of the Raw Salmon </media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/cookingsalmon.jpg" medium="image">
			<media:title type="html">Cooking Salmon Shrouded in Mystery!</media:title>
		</media:content>
	</item>
		<item>
		<title>Pickling Pt III: Kosher Dill</title>
		<link>http://techdabble.wordpress.com/2009/09/15/pickling-pt-iii-kosher-dill/</link>
		<comments>http://techdabble.wordpress.com/2009/09/15/pickling-pt-iii-kosher-dill/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:45:32 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=949</guid>
		<description><![CDATA[Lets start off with &#8220;I&#8217;m Sorry&#8221; evidentially this post which is from 3 weeks ago never got written. I started one line and then my life deviated from cooking to scrounging for food at a conference and then a quick trip home.  So here we go.  We decided we wanted to try sour pickles as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=949&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_948" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-948" href="http://techdabble.wordpress.com/2009/09/15/pickling-pt-iii-kosher-dill/kosherdill/"><img class="size-full wp-image-948" title="Kosher Dill Pickles" src="http://techdabble.files.wordpress.com/2009/09/kosherdill.jpg?w=428&#038;h=640" alt="Kosher Dill Pickles" width="428" height="640" /></a><p class="wp-caption-text">Kosher Dill Pickles</p></div>
<p>Lets start off with &#8220;I&#8217;m Sorry&#8221; evidentially this post which is from 3 weeks ago never got written. I started one line and then my life deviated from cooking to scrounging for food at a conference and then a quick trip home.  So here we go.  We decided we wanted to try sour pickles as well.  Turns out they aren&#8217;t considered quick pickles so scratch my former &#8216;quick pickle only&#8217; interest title.</p>
<p>I found this <a href="http://www.davidlebovitz.com/archives/2008/05/arthur_schwartz_1.html">awesome recipe</a>online and bought some cukes at the market the least time I was there.  I don&#8217;t remember details now but we used some spices and dill and stuff like the recipe called for. :)  The crazy part is since they are sour they a) have no vinegar and b) have to ferment.  So we covered them and left them in the sous chef&#8217;s closet. Man in short order it was smelling like pickles! So the firsat day of testing came (you let them ferment &#8216;to taste&#8217;) and we opened them and&#8230;</p>
<p>There was some mold on top of pickles that weren&#8217;t submerged and the liquid was very cloudy.  Oh shit. We were a little uncertain on exactly how this was supposed to work so we put them in the fridge and went straight to the authority: the internet! After a bit of googling I determined that the cloudy was normal nad the mold we could probably remove and be ok. So we took the chance and bit into a pickle.</p>
<p>It was a pickle! We got scared though and stopped the fermentation that day when we think later we would have let it go another day or so.  Due to my schedule the sous chef has done most of the eating but I can say they are very yummy.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/949/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/949/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/949/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=949&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/15/pickling-pt-iii-kosher-dill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/kosherdill.jpg" medium="image">
			<media:title type="html">Kosher Dill Pickles</media:title>
		</media:content>
	</item>
		<item>
		<title>Pickling: Part II</title>
		<link>http://techdabble.wordpress.com/2009/09/14/pickling-part-ii/</link>
		<comments>http://techdabble.wordpress.com/2009/09/14/pickling-part-ii/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:46:27 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008)]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=937</guid>
		<description><![CDATA[So with the ease of pickling last week the sous chef was gung ho for more pickling. She was not at the market with me so it was up to me to make important cooking decisions.  The first decision I made was we were only going to cook 1 or 2 dinners this week and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=937&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_936" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-936" href="http://techdabble.wordpress.com/2009/09/14/pickling-part-ii/picklinground2crop/"><img class="size-full wp-image-936" title="Left To Right: Chioggia Beets, Golden Beets, Mixed Colored Carrots" src="http://techdabble.files.wordpress.com/2009/09/picklinground2crop.jpg?w=510&#038;h=341" alt="Left To Right: Chioggia Beets, Golden Beets, Mixed Colored Carrots" width="510" height="341" /></a><p class="wp-caption-text">Left To Right: Chioggia Beets, Golden Beets, Mixed Colored Carrots</p></div>
<p>So with the ease of pickling last week the sous chef was gung ho for more pickling. She was not at the market with me so it was up to me to make important cooking decisions.  The first decision I made was we were only going to cook 1 or 2 dinners this week and with our usual 3rd cooking night dedicated to pickling things.  So I picked up a bag of colored carrots, a bunch of chioggia beets, a bunch of golden beets, a few handfuls of wax and green beans, and 8 more pickling cukes.  At the market it seemed like a great idea but when I got home to the internet I quickly got overwhelmed! </p>
<p>Why? Because I kept falling into canning instead of pickling.  Turns out one of the goals this year has been to cook what is there. Not focusing on preserving or anything past leftovers.  Eating seasonally and actually using the food.  The problem with pickling is that it very easily crosses the line into canning and preserving.  Nothing is wrong with this except time dedication and recipe locating.  I&#8217;ve canned before (200 lbs of apples once) and I enjoy it but it wasn&#8217;t what I was trying to get myself into, nor the sous chef.  After a bit I finally came back full circle and realized what I wanted to do was focusing on the pickling itself and proper canning was secondary. In fact I really just wanted to do &#8220;quick pickling&#8221; where the pickled products get eaten within a month of them being done.  Also, I already knew I was focusing on small batch preserving. </p>
<p>Now onto recipe  selection. 1/2 the beets was easy. The Scandinavian Cookbook had a recipe for beets so that would do for the &#8220;red&#8221; beets.  As for the golden beets I wanted to try a different brine and I found one online I planned to use.  And I found of for carrots that also looked good. And finally I settled on doing the cukes and the beans with the same brine.  Tonights goal was just both beets and the carrots!</p>
<p>We went shopping and got all the spices, etc we needed and realized I didn&#8217;t really have enough pots to: 1) boil the jars, 2) boil golden beets, 3) boil red beets, and 4) make brine. I have 3 pots, not 4. We decided to get one more from the sous chef&#8217;s house but she forgot her keys.  So instead we realized we could pre-cook the beets by steaming them in my roommate&#8217;s steamer.  Since we only had 1 bunch of each (3 beets each for a total of 6) we peeled them and put them in the steamer for around 40 minutes probably?  Which worked out great because we could combine them in a single cooking place and not have the red ones taint the golden ones. </p>
<p>So while I was talking on the phone the sous chef picked up the lead and cut up the carrots and got the carrot brine and the Scandinavian Cookbook brine all mixed up and ready to go.  By the time I got off the phone the jars were ready to go and we packed the carrots in and topped it with the brine.  We almost forgot the garlic and so its a little on the out of the water side.  We will just flip the jars daily for a bit and hope it works out :) Oh the carrot brine recipe!!! <a href="http://www.foodinjars.com/2009/05/13/pickled-carrots-and-a-quick-brine-recipe/">Here it is!</a> </p>
<p>Now onto the beets.  First we did the chioggia beets which have lovely rings of red and white alternating when they are sliced crosswise.  Amazingly enough all 3 beets fit into one jar no problem and we used 1/2 of the Scandinavian Beet Brine to pour over it.  At this point we decided to forgo the golden beet brine and just use the rest of the red beet brine.  We filled them up and then put the lids on.  The best part of the beets? The floating anise on the top before we closed them:</p>
<div id="attachment_944" class="wp-caption aligncenter" style="width: 510px"><a rel="attachment wp-att-944" href="http://techdabble.wordpress.com/2009/09/14/pickling-part-ii/anisefloating/"><img class="size-full wp-image-944" title="Star Anise Floating" src="http://techdabble.files.wordpress.com/2009/09/anisefloating.jpg?w=500&#038;h=375" alt="Star Anise Floating" width="500" height="375" /></a><p class="wp-caption-text">Star Anise Floating -- Doesn&#39;t the chioggia beets look like watermelon here?</p></div>
<p>In the end we got 1 jar of each of the beets and 2 jars of carrots. A perfect amount for small batch quick pickling.   For now that is all we know and the beets take a week, the carrots a few days. Until then enjoy my dry post about part II of pickling and look forward to part III! Oh in case you were wondering&#8230; <a href="http://www.leenaeats.com/blog/index.php/c14/leena-cooks-n-cans-pickled-beets-for-lit">this is the recipe </a>I was going to use for the golden beets.</p>
<br />Posted in Cooking Creations Tagged: The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008), Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/937/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/937/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=937&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/14/pickling-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklinground2crop.jpg" medium="image">
			<media:title type="html">Left To Right: Chioggia Beets, Golden Beets, Mixed Colored Carrots</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/anisefloating.jpg" medium="image">
			<media:title type="html">Star Anise Floating</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooking: The Project Manager&#8217;s View</title>
		<link>http://techdabble.wordpress.com/2009/09/13/cooking-the-project-managers-view/</link>
		<comments>http://techdabble.wordpress.com/2009/09/13/cooking-the-project-managers-view/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:46:07 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[Cooking Comment]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=924</guid>
		<description><![CDATA[It&#8217;s always seemed to me that cooking wasn&#8217;t &#8216;hard&#8217; in of itself but dedicating the time to it was. Chopping and dicing veggies isn&#8217;t a difficult process. Getting them perfect may be but that is all about how you want to define success. A bag of pre-cut and frozen veggies is in fact easier but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=924&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always seemed to me that cooking wasn&#8217;t &#8216;hard&#8217; in of itself but dedicating the time to it was. Chopping and dicing veggies isn&#8217;t a difficult process. Getting them perfect may be but that is all about how you want to define success. A bag of pre-cut and frozen veggies is in fact easier but mostly in the time dedication way. I think most people find it easier to make pre-made food than it is to rearrange their schedule to cook well.  The path of least resistance if often the one taken.  And with that observation there is no judgement only a re-framing of a common expression.  Sometimes looking at it from within a different framework different details emerge. Some are interesting and some are not.</p>
<p>But I digress.   Time and food. Time and eating.  The seed for tonights re-framing came from another blog I was reading.   Her words crystalized my words into this: cooking is like a project. And project managers say you can have 2 out of 3 but not all 3 of: time, quality, and cost.  This guideline applies to food and cooking as well.  Obviously there are exceptions to all this guideline but it certainly seemed like a starting place to investigate my own eating habits.</p>
<p>For example, the sous chef and I have been cooking almost exclusively out of the farmers market this summer.  It&#8217;s actually REALLY cool to think about how I only go to the grocery store to get crap food that I crave or need because I forget my lunch.  The crap part isn&#8217;t the good part in of itself but the part where maybe 1% of our dinner is coming from there.  Anyway I&#8217;d personally say that our meals have quality but lack in the time category as we spend a few hours cooking every other day.  That leaves us with cost.   A woman at the farmers market asked me once whether we were saving money by shopping there.  Honestly, I wasn&#8217;t really paying attention to the cost as that hasn&#8217;t been a driving factor in any of this so far.  But today it occurred to me that I&#8217;m probably spending more money but not because the veggies are more expensive but because I&#8217;m actually buying veggies, and herbs, and fruits.  Before the farmers market time I would just buy processed carb products; which were cheap and yummy.  I bet I&#8217;d be saving money if I had been buying the same kind of food at the grocery store and especially the same amount.  So in the end I&#8217;m spending more money but I&#8217;m actually eating quality food.  Or to continue in the faux business terms my gross cost is higher but my adjusted net cost is probable less.  Go figure.</p>
<p>Back to the project management metaphor I&#8217;m exploring here. In that case I&#8217;d give cost to the farmers market side so we&#8217;d end up +cost, +quality, &#8211; time.  2 out 3.  It&#8217;s easy to imagine the +cost, +time, -quality version where I only at mac-n-cheese, frozen pizza, and pb&amp;j all the time; house brands only of course.  But what about the +time, +quality, -cost side.  Perhaps that is eating out at a good restaurant. Or paying someone to cook for you. Or buying quality pre-pared food.   The challenge is most people want +cost, +quality, AND +time.  Of course there are ways to get closer to that with many &#8220;quick healthy recipes&#8221; but many of them are -cost at some level. </p>
<p>This is by no means a proclamation of the adage fitting but a starting point to examine my own eating habits using this &#8220;categorization&#8221; scheme.  In the end I suspect that all three combinations will have their moments to shine and the key to eating well is using them all in an accurate way.  Another form of food balance.</p>
<br />Posted in Cooking Creations Tagged: Cooking Comment <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/924/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=924&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/13/cooking-the-project-managers-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Low Power Nas New Direction: Windows Home Server</title>
		<link>http://techdabble.wordpress.com/2009/09/13/low-power-nas-new-direction-windows-home-server/</link>
		<comments>http://techdabble.wordpress.com/2009/09/13/low-power-nas-new-direction-windows-home-server/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:19:25 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Building a Low Power NAS]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=476</guid>
		<description><![CDATA[The plan is to use Windows Home Server at this point. It goes against the idea of every component being as low powered as possible but right now I need/want a middle ground on this project. But like many things coming out right now the best way to save power is to turn things off when you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=476&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The plan is to use Windows Home Server at this point. It goes against the idea of every component being as low powered as possible but right now I need/want a middle ground on this project. But like many things coming out right now the best way to save power is to turn things off when you don&#8217;t need them.  So my goal has shifted to include this as the main power saving method. Actually, that has always been a large part of the plans but for my sanity I need to suck up about 5 W.</p>
<p>The cons of Windows Home Server are mostly power and cost related.  The cost is about $100 for a retail copy of the product.  Power wise though spinning down disks sounds like it isn&#8217;t going to be possible.  This is where the Green Drives I&#8217;m buying are a huge boon.</p>
<p>The original plan was to use FreeNAS on a Solid State 512 Memory module.  I believe this model used about 0.25 W of electricity or maybe less or a bit more I&#8217;m not sure I don&#8217;t have it in front of me.  So the real differences in the WHS setup is that I can&#8217;t spin down the storage disks and the the install partition needs to be 80 GB at least&#8230;which means a HD. I can&#8217;t justify $300 for a SSD large enough for that.</p>
<p>So where does that leave me?  I have two options:</p>
<p>1) Install the the OS on the 500 GB Green drive &#8211; The down side to this is that then there is NO hope that I can spin down the storage disks at all.  And this is assuming that WHS doesn&#8217;t spin them down already past idle and into standy&#8230;but I can&#8217;t imagine it does.</p>
<p>2) Install it on an OS specific HD &#8211; This is my choice.  In the short run it will take a bit more power but if I can successfully spin down data disks or reduce read/writes to them it could be a savings.</p>
<p>To keep with my &#8220;one day we will make it into the Chenbro case&#8221; I ordered a PATA 2.5&#8243; disk that is 160 GB.  That should be plenty for the OS, add a second level of HD redundancy with only data drive and most importantly leave open the whole 4 SATA ports for data drives in the Chenbro case. The HD according to <a href="http://www.samsung.com/global/business/hdd/productmodel.do?type=62&amp;subtype=67&amp;model_cd=294#">specs </a>uses 2.1 W at Read/Write, 0.6 W at idle, and 0.25 at standy.</p>
<table border="0" align="center">
<tbody>
<tr>
<td style="text-align:center;">Model</td>
<td style="text-align:center;">Read/Write</td>
<td style="text-align:center;">Idle</td>
<td style="text-align:center;">Standby</td>
</tr>
<tr>
<td><a href="http://www.samsung.com/global/business/hdd/productmodel.do?type=62&amp;subtype=67&amp;model_cd=294#">Samsung Spinpoint M HM160HC</a></td>
<td>2.1 W</td>
<td>0.6 W</td>
<td>0.25 W</td>
</tr>
<tr>
<td><a href="http://www.wdc.com/en/products/Products.asp?DriveID=338"><span class="textheadertitle">WD Caviar Green 500 GB WD5000AACS</span></a></td>
<td>5.4 W</td>
<td>2.5 W</td>
<td>0.46 W</td>
</tr>
<tr>
<td>Estimate of Flash IDE Module</td>
<td>0.5 W</td>
<td>0.5 W</td>
<td>0.5 W</td>
</tr>
</tbody>
</table>
<p>So what about this energy thing? Lets look at some numbers.</p>
<p>***</p>
<p>Its been a few months since I started this post and actually have had the Windows Home Server up and running since mid-June I think on the downloadable demo copy.  In the next month I am going to have to buy the full copy and migrate soon.  Since I&#8217;ve been running on it I have some reviews of it but for right now lets stick with the power conversation.</p>
<p>There are two ways to save power: 1) reduce the amount that each device draws and 2) reduce the time that draws it.  With Windows Home Server the easiest thing for me to focus on is #2: making sure it is one when I am using it and off when I am not.  I don&#8217;t use the server as a 14/7 on box instead opting to use WOL and timed sleep modes to turn it off and on when needed.</p>
<p>In the 3 months I&#8217;ve had it online it has used a total of :17.81 kWh.  That&#8217;s about the same as leaving a 100 W light bulb on all day and night for a single week.   And the amount used by a CFL in a month.  So basically that comes down to being less than the 200 W the light bulbs in my room use that I only use at night  Iwould guess.  I don&#8217;t have that exact measurements but it seems it would be accurate.  Since I live in an apartment and we use electricity for heat and hot water I&#8217;d be curious how much of the energy we use is my server. </p>
<p>So I&#8217;d say it is a success. I think WHS does throttle down the drives when they are not in use which is helpful.  The other part of that story is that is 17.81 with an in efficient power supply.  If I put it onto a mini-ITX powersupply I bet it would drop more because the load is always around 38W and peaks at 41W when ALL drives are spinning.  I suspect there is some power loss in conversation that I could cut out.</p>
<br />Posted in Building a Low Power NAS  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=476&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/13/low-power-nas-new-direction-windows-home-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Software Update 1: Boxee &amp; MediaPortal</title>
		<link>http://techdabble.wordpress.com/2009/09/13/software-update-1-boxee-mediaportal/</link>
		<comments>http://techdabble.wordpress.com/2009/09/13/software-update-1-boxee-mediaportal/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:59:20 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=911</guid>
		<description><![CDATA[So tonight I went ahead and installed Boxee on the computer to play with it. It installed fine but it will not run because my video card doesn&#8217;t support OpenGL! I&#8217;d run into this before and my fix last time was to install a new video card but this time I don&#8217;t have that immediate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=911&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So tonight I went ahead and installed Boxee on the computer to play with it. It installed fine but it will not run because my video card doesn&#8217;t support OpenGL! I&#8217;d run into this before and my fix last time was to install a new video card but this time I don&#8217;t have that immediate and free option.</p>
<p>I went to nVidia&#8217;s website to get the newest driver and it failed because it claimed there was no supported hardware on the machine.  I doubled checked that the website recommended the 71.89 driver was recommended for my ancient Riva TNT2 Model 64 video card with 16 MB of RAM.  It said it was. I even used nVidia&#8217;s tool to identify on my machine what driver to download and it came up with the same one.  The driver would &#8220;install&#8221; by creating a folder at the root of C: and unpacking many files.  At some point though I wanted to know if any OpenGL was installed and I found and used the GPU Caps Viewer.  It let me know that no OpenGL was installed so that was helpful.</p>
<p>Eventually I was able to go to the properties of the video card and tell it I wanted to select the driver from a list.  I pointed it at the .inf files in the C:/NVIDIA folder and it saw a driver for my video card unlike every time I point it there to look itself. It installed it, rebooted and BAM OpenGL 1.5.3 was installed. Great!</p>
<p>So I fired up Boxee, it launched, it opened, I logged in &#8230; and it was SLOW! Not only did Hulu not work (which is quite resource intensive in its flash player that uses no GPU or hardware acceleration and instead only uses CPU cycles) but the Boxee interface was slow enough on its own.  It was so slow that it was unusable really. Now I could probably fix this by upgrading my graphics card but lets be honest here I don&#8217;t want to spend anymore money and my goal was to reuse the hardware I have already.  So next software option&#8230;</p>
<p>At this point I realized what I really needed it do right away was play music and DVDs.  So I played around with the idea of using VLC skinned for an HTPC but couldn&#8217;t find anything obvious. Checked WinAmp. Nothing. And then was playing the idea of writing my own shell to launch different programs for different tasks.  Like the play DVD button will launch VLC through the command line to open and the play Music button will launch some audio program.  In that search I found:</p>
<p>MediaPortal &#8211; It claims to be an open source Media Center type application that looks like it is based on Windows Media Player.  Not ideal but I&#8217;m installing it to see if it works and how it looks. I just got .NET 3.5 SP1 installed and now I am off installing MediaPortal. I&#8217;ll be interested to see if it plays DVDs out of the package or if I will need to download a codec. Luckily, I know of an open source DVD codec that plugins into Windows Media Player.</p>
<p>I&#8217;ll report back soon.</p>
<p>UPDATE 1: Turns out I already have that DVD Codec installed (DScaler5)&#8230; so I might have to remove it to test my theory.</p>
<p>UPDATE 2: Turns out the MediaPortal and Boxee share a parent product: XBMC. Who knew&#8230;</p>
<p>UPDATE 3: The initial pass it didn&#8217;t turn out so well. It gets to a blue splash screen that says &#8220;Initializing DirectX&#8221; and just sits there.</p>
<p>UPDATE 4: I never got past that splash screen so I moved on for now.</p>
<br />Posted in HTPC Project  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/911/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=911&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/13/software-update-1-boxee-mediaportal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>HTPC Software</title>
		<link>http://techdabble.wordpress.com/2009/09/13/htpc-software/</link>
		<comments>http://techdabble.wordpress.com/2009/09/13/htpc-software/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:57:15 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=906</guid>
		<description><![CDATA[So now that I have hardware that will physically connect and show me things its time to try out various software for what I want.  My immediate goals are simple: 1) Play DVDs 2) Play Music and be able to sort by ID3 tag info prefferable 3) Use a remote Software Starting Points: 1) GREmote [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=906&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So now that I have hardware that will physically connect and show me things its time to try out various software for what I want.  My immediate goals are simple:</p>
<p>1) Play DVDs<br />
2) Play Music and be able to sort by ID3 tag info prefferable<br />
3) Use a remote</p>
<p>Software Starting Points:</p>
<p>1) GREmote &#8211; This is a pretty cool sofware that turns a Windows Mobile Pro device into a remote for a Windows based box. There is a free and a pro version.  I played with it and got it working on a differnet machine a while ago and it seems very promising so I&#8217;ll start there for remote sofware.</p>
<p>2) Boxee &#8211; They recently released an alpha for Windows so the remote and the media program would run on the same platform which is REALLY helpful.</p>
<p>Lets see where this goes.</p>
<br />Posted in HTPC Project  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/906/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=906&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/13/htpc-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>HTPC Hardware &amp; Starting Point</title>
		<link>http://techdabble.wordpress.com/2009/09/13/htpc-hardware-starting-point/</link>
		<comments>http://techdabble.wordpress.com/2009/09/13/htpc-hardware-starting-point/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:55:47 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[HTPC Project]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=903</guid>
		<description><![CDATA[So a new project to the blog welcome! I do need to go back and update the low power NAS one of these days but that isn&#8217;t what I am playing with tonight. So right now I am waiting for .NET 3.5 SP1 to download.  So why an HTPC and why now?  Well I&#8217;ve been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=903&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So a new project to the blog welcome! I do need to go back and update the low power NAS one of these days but that isn&#8217;t what I am playing with tonight.</p>
<p>So right now I am waiting for .NET 3.5 SP1 to download.  So why an HTPC and why now?  Well I&#8217;ve been interested in one ever since my co-worker introduced me to Boxee.  Its really cool and most importantly I like to listen to music.  I have an Audiotron by Turtle Beach that plays my music off of a share no problem but the screen is tiny and hard to use far away.  The ideal situation would be to use the TV as the interface. Bingo! And so the seeds of &#8220;change&#8221; were planted.</p>
<p>Problem #1 &#8211; My roommates TV doesn&#8217;t have any sort of computer/digital input AT ALL.<br />
Problem #2 &#8211; Boxee really needs a good graphics card + processor (if you want to run Hulu &#8230; stupid flash player!)</p>
<p>So it basically boiled down to I have no computer hardware that will play it well and I don&#8217;t have a TV that could take a signal anyway.  Obviously something changed, actually 2. But what?</p>
<p>The first thing that changed was that I got some broken hardware from work.  We had a P4 3.4 GHz machine that&#8217;s video would randomly drop.  Since it was a one off machine out of warranty it was headed to the dumpster so I re-routed it to my home to see if I would have any luck with it.   I put in a &#8220;new&#8221; (really old 16 MB) PCI video card just to test to see if was an on board video problem.  The first night I had it the video didn&#8217;t drop at all, the second night it dropped like 5 times.  At this point it wasn&#8217;t looking like a good candidate to replace my aging 2.4 Celeron main machine.  Not stable enough!</p>
<p>However, my girlfriend&#8217;s computer died and I gave it to her to test burn it for me.  I think out of the few weeks its been there it has only dropped the video once or twice but still I was in the middle of something kind of important and lost some data.  The uptime was pretty good but the random dropping of the video still removed it from being a good contender for replacing my main computer.</p>
<p>The second thing that changed was a Dell sale.  I had been rummaging around the idea of building a new computer with some used parts I had or buying a new one to replace the function but aging and slow home computer of mine.  I had been successful in talking myself out of spending any money on any new parts or new computers until this past weekend.   Dell had a sale where I could buy a low end business computer (plenty for my needs) and a 24&#8243; ViewSonic LCD HDTV with computer in for a total of $577 including shipping and tax.  The computer alone I could talk myself out of and the TV alone I could have talked myself out of but essentially for $80 over the cost of the normal price of the computer I got a 24&#8243; HDTV with VGA input.</p>
<p>So now I have fairly decent hardware (still a crappy video card but we will get there) that sometimes drops video and an HDTV that has VGA input. NOW I can start playing with an HTPC for real&#8230;</p>
<p>Summary of Hardware:</p>
<p>* HP Compaq dc5100mt with a 3.4 GHz P4 and 2 GB of RAM</p>
<p>* 24&#8243; ViewSonic HDTV</p>
<p>* Old Cingular Windows Mobile Pro phone with wireless (to hopefully use as a remote control)</p>
<br />Posted in HTPC Project  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/903/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/903/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/903/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=903&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/13/htpc-hardware-starting-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>
	</item>
		<item>
		<title>Salami and Cream Cheese Rolls</title>
		<link>http://techdabble.wordpress.com/2009/09/12/salami-and-cream-cheese-rolls/</link>
		<comments>http://techdabble.wordpress.com/2009/09/12/salami-and-cream-cheese-rolls/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 05:27:05 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=930</guid>
		<description><![CDATA[Well the sous chef was taking me to a party and we needed to take a side.  For some reason I didn&#8217;t make deviled eggs; probably because the word make was in there. It was a lazy Saturday afternoon and the sous chef was leaning towards a bag of chips.  I had a thing of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=930&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_928" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-928" href="http://techdabble.wordpress.com/2009/09/12/salami-and-cream-cheese-rolls/salamiandcheeserolls/"><img class="size-full wp-image-928" title="I swear there is cream cheese in there!" src="http://techdabble.files.wordpress.com/2009/09/salamiandcheeserolls.jpg?w=510&#038;h=382" alt="I swear there is cream cheese in there!" width="510" height="382" /></a><p class="wp-caption-text">I swear there is cream cheese in there! Photo credit: Sous Chef</p></div>
<p>Well the sous chef was taking me to a party and we needed to take a side.  For some reason I didn&#8217;t make deviled eggs; probably because the word make was in there. It was a lazy Saturday afternoon and the sous chef was leaning towards a bag of chips.  I had a thing of cream cheese in my hand for our salmon sausages and somehow the idea of the salami rolls popped into my head.  The recipe is well established in the midwest where I come from it just occurred me to do it. So the sous chef agreed and I bought some salami.</p>
<p>After debating how much cream cheese to put in each roll (I was on the more side; the sous chef was on the &#8217;1/2 of what I would put on for me&#8217; side) finally I got making them.  And I lined them up. And I started stacking them up like logs. And the next thing I know I am all about the pyramid.  I actually  re-engineered it so it would have 7 rolls on the bottom instead of the 10 I had.  This really reduced the number I needed to create &#8216;THE PYRAMID&#8217;. </p>
<div id="attachment_929" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-929" href="http://techdabble.wordpress.com/2009/09/12/salami-and-cream-cheese-rolls/pyramidofsalamiandcheese/"><img class="size-medium wp-image-929" title="Pyramid" src="http://techdabble.files.wordpress.com/2009/09/pyramidofsalamiandcheese.jpg?w=300&#038;h=225" alt="Pyramid" width="300" height="225" /></a><p class="wp-caption-text">Pyramid</p></div>
<p>Which was lucky because at the end of it I only had 4 or so pieces of salami.  1/2 lb is about a pyramid with 7 as a base. Go figure. Anyway, they were a hit at the party. Some folks had never had them and thought they were the best idea, others just tried them, some dipped them in the mustard sauce.  At the end of the night there were only 3 left which I ate the next day.  I don&#8217;t think they were THE hit at the party but many more of them got eaten than the home made pickles we brought; so they were a hit among our food.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Friends / Family / Word Of Mouth Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/930/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/930/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/930/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=930&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/12/salami-and-cream-cheese-rolls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/salamiandcheeserolls.jpg" medium="image">
			<media:title type="html">I swear there is cream cheese in there!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/pyramidofsalamiandcheese.jpg?w=300" medium="image">
			<media:title type="html">Pyramid</media:title>
		</media:content>
	</item>
		<item>
		<title>Deviled Eggs</title>
		<link>http://techdabble.wordpress.com/2009/09/07/deviled-eggs/</link>
		<comments>http://techdabble.wordpress.com/2009/09/07/deviled-eggs/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 05:35:19 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=900</guid>
		<description><![CDATA[Not much to say here but tried and true.  It was Labor Day weekend and where I come from that means family picnic with deviled eggs so I made some the way I love &#8216;em with powdered mustard in the filling and paprika across the top! The accompanied the sous chef and I on a lovely 3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=900&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_899" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-899" href="http://techdabble.wordpress.com/2009/09/07/deviled-eggs/deviledeggs/"><img class="size-full wp-image-899" title="Deviled Eggs" src="http://techdabble.files.wordpress.com/2009/09/deviledeggs.jpg?w=510&#038;h=341" alt="Deviled Eggs" width="510" height="341" /></a><p class="wp-caption-text">Deviled Eggs</p></div>
<p>Not much to say here but tried and true.  It was Labor Day weekend and where I come from that means family picnic with deviled eggs so I made some the way I love &#8216;em with powdered mustard in the filling and paprika across the top! The accompanied the sous chef and I on a lovely 3 mile hike this afternoon with a lovely picnic lunch send off.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Friends / Family / Word Of Mouth Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/900/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/900/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/900/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=900&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/07/deviled-eggs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/deviledeggs.jpg" medium="image">
			<media:title type="html">Deviled Eggs</media:title>
		</media:content>
	</item>
		<item>
		<title>Boiled Raw Peanuts</title>
		<link>http://techdabble.wordpress.com/2009/09/07/boiled-raw-peanuts/</link>
		<comments>http://techdabble.wordpress.com/2009/09/07/boiled-raw-peanuts/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:32:04 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=853</guid>
		<description><![CDATA[The time has come, one of the stands at my local farmers market has raw peanuts. Straight from the ground uncooked, un-dried, unsalted, un-roasted and that means boiled peanuts time: the right way.  The one women at the stand knows us by now because we&#8217;ve been going there for months and every time she would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=853&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_867" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-867" href="http://techdabble.wordpress.com/2009/09/07/boiled-raw-peanuts/boiledrawpeanuts/"><img class="size-full wp-image-867" title="Boiled Raw Peanuts" src="http://techdabble.files.wordpress.com/2009/09/boiledrawpeanuts.jpg?w=510&#038;h=341" alt="Boiled Raw Peanuts" width="510" height="341" /></a><p class="wp-caption-text">Boiled Raw Peanuts</p></div>
<p>The time has come, one of the stands at my local farmers market has raw peanuts. Straight from the ground uncooked, un-dried, unsalted, un-roasted and that means boiled peanuts time: the right way.  The one women at the stand knows us by now because we&#8217;ve been going there for months and every time she would remind us when the raw peanuts were coming: September.  Technically it was the last weekend of August when they showed up and when I found them I let out an entirely too audible excited noise. </p>
<p>Now that we have raw peanuts the important question is what do they taste like raw? The answer? A bean. Which makes some sense when folks reminded me that in fact peanuts are legumes and technically are a bean. Lets look closer:</p>
<div id="attachment_854" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-854" href="http://techdabble.wordpress.com/2009/09/07/boiled-raw-peanuts/rawpeanuts/"><img class="size-full wp-image-854" title="Raw Peanuts: Not the pink coloration and the thick membrane around the halved bean/nut" src="http://techdabble.files.wordpress.com/2009/09/rawpeanuts.jpg?w=510&#038;h=341" alt="Raw Peanuts: Not the pink coloration and the thick membrane around the halved bean/nut" width="510" height="341" /></a><p class="wp-caption-text">Raw Peanuts: Not the pink coloration and the thick membrane around the halved bean/nut</p></div>
<p>The first thing about my raw peanuts is that there was some pink coloration around the nuts themselves. They are quite soft (for a peanut) but still firm but with a more spongy texture: they give a little before they break.  Actually most of that give I think is in the outer membrane on the peanut. If you look at the nut I cut in half you can see that there is a membrane that runs around it. I think this is what ends up as the brown skin we all recognize in roasted peanuts but here it is thick, spongy, and white.  You can sort of see the white inside of the shell in the picture which is also the same spongy texture.  In some of the finished boiled peanuts the nuts were very small and most of the shell was taken up by that white spongy membrane filled with water making a small nest for the tiny nut.  I tried to find an example of this in the before peanuts but couldn&#8217;t. To me the inside of the nut smelled like green bean. To some people it smelled more like dirt.  Overall the texture and taste weren&#8217;t even in the ballpark of what I thought a raw peanut would taste like. In fact it didn&#8217;t taste at all like a peanut, not even a hint, and much more like a tradition legume.  I actually went on a small mission to share the experience of a completely raw peanut with as many people as I could; not because they tasted good or even bad really but just that it was SO different that no one would expect it.  Most folks were a bit skeptical at first but either ended up liking them or at the very least being extremely surprised and fascinated with the taste and texture of a raw peanut.  This experience really, really reminded me how far down the line we are in terms of process, food, and when we eat it.  I had no idea this is why we started dry roasting them and it was really interesting to find that out.</p>
<p>Not back to the boiling.  My uncle was the one who got me hooked on boiled peanuts and is also my mentor in my apprenticeship to cook them.  I emailed him right away asking for his most prized and coveted cooking secret: the crock pot &#8220;recipe.&#8221; But I was impatient and started with a response.  I found a site online that suggested the best amount of salt was 1/2 cup for each batch. So I went ahead and divided my peanuts up into two batches (because they wouldn&#8217;t all fit in my crock pot at once), added 1 to the crock pot, covered them with water, added the 1/2 cup of salt, and turned it on low.   They were off!</p>
<p>Then my uncle emailed me back and saved the day with his mentorship.  He recommended the perfect ratio of 1/4 cup of kosher salt to 7 cups of water.  I found out that my 1/2 cup of table salt equated to 1 full cup of kosher salt.  I was at the sous chef&#8217;s place at the time so we made a stop at home and swapped out the brine with the mentor&#8217;s amounts.  Salty disaster averted!</p>
<p>The third most important aspect to boiled peanuts is time.  How long do you boil them for? On the stove I did it fora few hours.  My uncle says he likes them for 2.5 days in the slow cooker and if he was patient he would have gone for 3.5 days.  My goal was to match his patience and go beyond: 3.5 days.  The trick to overcome the temptation was to leave the house and not try any along the way for fear of being tempted.  I eventually made it to 3.17 days but I found out that was to long.</p>
<p>Through the cooking processes I found out that even on low my crock pot keeps the water boiling which also keeps the peanuts floating.  The later is important because I found out that the sign of boiled peanuts being boiled is that they sink in the brine.  When the cooking process itself is keeping them floating it doesn&#8217;t help to gauge the process very well.  So twice I turned my crock pot to warm instead of low once to make sure they weren&#8217;t overcooking.  And of course I kept track of the cooking schedule:</p>
<table border="1" cellspacing="5" cellpadding="5" width="100%">
<tbody>
<tr>
<th>Day</th>
<th>Time</th>
<th>Setting</th>
</tr>
<tr>
<td>Sunday</td>
<td>2:20 pm</td>
<td>Low</td>
</tr>
<tr>
<td> </td>
<td>5:10 pm</td>
<td>Re-Brined</td>
</tr>
<tr>
<td>Monday</td>
<td>10:50 pm</td>
<td>Warm</td>
</tr>
<tr>
<td>Tuesday</td>
<td>8:00 am</td>
<td>Low</td>
</tr>
<tr>
<td> </td>
<td>9:45 pm</td>
<td>Warm</td>
</tr>
<tr>
<td>Wednesday</td>
<td>7:45 am</td>
<td>Low</td>
</tr>
<tr>
<td> </td>
<td>5:30 pm</td>
<td>Off</td>
</tr>
</tbody>
</table>
<p>At 5:30 pm I turned off the crock pot and let them for some period of time in the crock pot cooling off.  This was mostly because I didn&#8217;t want to put them in the fridge until I ate them so I think I let them for a few hours. And how were they? Mushy.  The taste was saltier than I like them and the peanuts varied between holding together when you opened their shell or falling apart into strands.  They were good but not the addiction I have experienced with past batches of boiled peanuts.  So I emailed my uncle (actually before they were done) asking about how he defined done boiled peanuts.  Because I was using his guidance and I know what I like in a boiled peanut but not exactly sure the end goal of his recipe was.</p>
<p>I got my answer: they are boiled when they sink and then the mushy level is up to taste.  He defined his personal taste which he confided in me so to respect his privacy I shall not share it for it is of a personal nature.  However,  it became clear to me that I was fixed to much on the time of the first batch and not so much on the end goal BUT this is a learning experience.  I suspect three differences that may have caused the difference in cooking times:</p>
<ol>
<li>Freshness of the Peanuts &#8211; My peanuts were still wet and very moist since they were just picked this week out of the ground on  the other side of the state.  I suspect that my uncles raw peanuts have farther to go his home and even if they don&#8217;t roast or dry them in a heater they probably still lose some of their moisture en route.  The decrease in moisture translates to longer cooking times for him and inversely my more moist peanuts required less cooking time for the hot, salty water to permeate and cook my peanuts.</li>
<li>Slow Cooker Temperature &#8211; My slow cooker has water boiling even on the low setting which honestly doesn&#8217;t seem right but that is how it is.  I suspect my uncle&#8217;s slow cooker is less hot and therefore can cook longer with less &#8220;cooking&#8221; action happening.</li>
<li>The Boiled Peanut Vision &#8211; After reading my uncles vision of the perfect boiled peanut I suspect he *may* like them mushier than me BUT using his own definition I still like boiled peanuts (I was concerned the level I like them may not truly qualify).  If that is true than he would probably want to cook them longer than me.</li>
</ol>
<p>Wednesday morning I took some early to work and changed from the raw peanut preacher to the boiled peanut preacher. Five out of the seven people who I let try them actually liked them! And one wants to make her own.  I&#8217;m honestly surprised at how many folks liked them on their first try.  And one person even missed them from being in Thailand where they evidential boil them just in water (which explains me finding them at our Asian grocery store this past year).  To me they were good but they still had more potential.</p>
<p>So batch #2 got underway! I used the same salt:water:peanut ratio but this time they only cooked on low in the crock pot for about 20 hours or so. And the results? Addiction city!!!! They were plump, moist, boiled, and just right.  I turned the crock pot to warm when I got home from work, left for a few hours, and came back to make sure that they had sunk and were done. Boy were they.   Even the sous chef says they are starting to grow on her with this second batch.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Friends / Family / Word Of Mouth Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/853/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/853/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/853/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=853&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/07/boiled-raw-peanuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/boiledrawpeanuts.jpg" medium="image">
			<media:title type="html">Boiled Raw Peanuts</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/rawpeanuts.jpg" medium="image">
			<media:title type="html">Raw Peanuts: Not the pink coloration and the thick membrane around the halved bean/nut</media:title>
		</media:content>
	</item>
		<item>
		<title>Pickling Cucumbers &#8211; In Moderation</title>
		<link>http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/</link>
		<comments>http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:07:01 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=871</guid>
		<description><![CDATA[This adventure is a product of two things: the Nordic Heritage Museum and the Farmers Market.  The sous chef and I have been the museum before and found a very nice looking Scandinavian Cookbook that I was really leaning towards. It was still there this time AND I realized it was divided into months for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=871&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_873" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-873" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-1/"><img class="size-full wp-image-873" title="Cucumbers en route to being Pickles" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-1.jpg?w=510&#038;h=341" alt="Cucumbers en route to being Pickles" width="510" height="341" /></a><p class="wp-caption-text">Cucumbers en route to being Pickles</p></div>
<p>This adventure is a product of two things: the Nordic Heritage Museum and the Farmers Market.  The sous chef and I have been the museum before and found a very nice looking Scandinavian Cookbook that I was really leaning towards. It was still there this time AND I realized it was divided into months for seasonal cooking! But I was hemming and hawing about it until the sous chef just bought it for me.  When flipping through it I saw a recipe for pickling cucumbers and didn&#8217;t really think to much of it.  Until we went to the market.</p>
<p>The morning of the market it was raining and we had lots of left overs/extra veggies that we needed to use.  We already had about 3 meals and we usually only do 3-4 per week so with the addition of rain we were on the fence about going or not. But we went with the idea of just buying a few things, mostly eggs (which we didn&#8217;t find!).  On my passes through the market I saw cucumbers and thought of the recipe. Eventually I found a stand that had them labeled as pickling cucumbers and I decided to do it! The key to past canning adventures has been size: 200 lbs of apples, a couple flats of berries, etc.  but this time I didn&#8217;t want to be on the city-size canning adventure.  So I bought about 13 cucumbers.  6 big enough that were long enough to fit into pint jars and wide enough to make spears out of. Then I got 7 or so nice and small ones to pickle whole. And then went and picked up some dill hoping the pickles in the cookbook were dill pickles!</p>
<table border="0" align="center">
<tbody>
<tr>
<td>
<div id="attachment_877" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-877" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-5/"><img class="size-medium wp-image-877" title="Two-in-One Cucumber for  the whole picking" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-5.jpg?w=225&#038;h=300" alt="Two-in-One Cucumber for  the whole picking" width="225" height="300" /></a><p class="wp-caption-text">Two-in-One Whole Cucumber</p></div></td>
<td>
<p><div id="attachment_874" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-874" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-2/"><img class="size-full wp-image-874" title="makin' spears" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-2.jpg?w=225&#038;h=300" alt="makin' spears" width="225" height="300" /></a><p class="wp-caption-text">makin&#39; spears</p></div></td>
</tr>
</tbody>
</table>
<p><div id="attachment_876" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-876" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-4/"><img class="size-medium wp-image-876" title="Dill" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-4.jpg?w=225&#038;h=300" alt="Dill" width="225" height="300" /></a><p class="wp-caption-text">Dill</p></div>
<p>Lucky for us the recipe in fact was a dill pickling recipe! The recipe is so simple the sous chef asked out loud why she hadn&#8217;t been pickling all these years? I don&#8217;t know! Anyway, like all good canning recipes we had to sterilize the jars for 5 minutes in boiling water.  I don&#8217;t intend these to be super-actually canned lasting for years so I was actually surprised it called for that. Anyway,  looking at my cucumber amounts I decided I was going to try for 4 pints of pickles.  So 4 jars, lids, and bands were set aside to boil.  While I was waiting for the water to boil and for them to sterilize I decided I was going to do some hamburger chips as well:</p>
<div id="attachment_875" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-875" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-3/"><img class="size-medium wp-image-875" title="&quot;Hamburger&quot; Chips" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-3.jpg?w=300&#038;h=225" alt="&quot;Hamburger&quot; Chips" width="300" height="225" /></a><p class="wp-caption-text">&quot;Hamburger&quot; Chips</p></div>
<p>There were two reasons I decided to diversify: 1) The recipe calls for making chips so the times and credibility are on the line for the author and 2) it seems I could pack more into a jar this way.  Anyway, the next step was to prepare the brine for pickling.  It was essentially white vinegar, sugar, salt, peppercorns, and lemon juice.  We decided to splurge and use multi-colored pepper corns so the table spoon cost us $0.80 cents instead of $o.40 cents for just black or green. But it was worth it.  We boiled it until the sugar dissolved and then set it aside to cool while we sterilized the jars.</p>
<div id="attachment_878" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-878" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-6/"><img class="size-medium wp-image-878" title="Pickling Brine Cooling" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-6.jpg?w=225&#038;h=300" alt="Pickling Brine Cooling" width="225" height="300" /></a><p class="wp-caption-text">Pickling Brine Cooling</p></div>
<p>Once the jars were sterilize it was time to pack them with the cucumbers and the dill.  The recipe is for a single quart jar of pickles and 1 sprig of dill so we just put about a 1/4 of a sprig of dill into each jar but I think we went more than that. Of course it depends on how big of a sprig they were imagining so we don&#8217;t really know yet.</p>
<table border="0" align="center">
<tbody>
<tr>
<td>
<div id="attachment_879" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-879" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-7/"><img class="size-medium wp-image-879" title="Packing Chips" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-7.jpg?w=225&#038;h=168" alt="Packing Chips" width="225" height="168" /></a><p class="wp-caption-text">Packing Chips</p></div></td>
<td>
<div class="mceTemp mceIEcenter">
<p><div id="attachment_880" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-880" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-8/"><img class="size-medium wp-image-880" title="Packing Spears" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-8.jpg?w=225&#038;h=300" alt="Packing Spears" width="225" height="300" /></a><p class="wp-caption-text">Packing Spears</p></div>
</div>
</td>
</tr>
</tbody>
</table>
<p>We ended up with 2 jars of spears, 1 jar of chips, and 1 jar of whole cucumbers.  Once we got all our cucumbers into the jars it was time to cover them with brine and close the lid.</p>
<table border="0" align="center">
<tbody>
<tr>
<td>
<div id="attachment_882" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-882" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-10/"><img class="size-medium wp-image-882" title="Covering with Brine" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-10.jpg?w=225&#038;h=168" alt="Covering with Brine" width="225" height="168" /></a><p class="wp-caption-text">Covering with Brine</p></div></td>
<td>
<p><div id="attachment_881" class="wp-caption aligncenter" style="width: 235px"><a rel="attachment wp-att-881" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes-9/"><img class="size-medium wp-image-881" title="Covered and Ready to Close" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes-9.jpg?w=225&#038;h=300" alt="Covered and Ready to Close" width="225" height="300" /></a><p class="wp-caption-text">Covered and Ready to Close</p></div></td>
</tr>
</tbody>
</table>
<p><div id="attachment_883" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-883" href="http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/picklingcukes/"><img class="size-medium wp-image-883" title="Closing the Jars" src="http://techdabble.files.wordpress.com/2009/09/picklingcukes.jpg?w=300&#038;h=225" alt="Closing the Jars" width="300" height="225" /></a><p class="wp-caption-text">Closing the Jars</p></div>
<p>This is when we lined them up and took pictures! The recipe calls to leave them for 2 days and they are ready. I suspect that will be the case for the chips and the spears but I&#8217;m doubtful for the whole pickles.  So right now I have nothing to report on taste until we open them up! Wish us luck!</p>
<br />Posted in Cooking Creations Tagged: The Scandinavian Cookbook - Trina Hahnemann (ISBN: 978-0-7407-8094-3 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/871/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/871/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/871/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=871&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/06/pickling-cucumbers-in-moderation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-1.jpg" medium="image">
			<media:title type="html">Cucumbers en route to being Pickles</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-5.jpg?w=225" medium="image">
			<media:title type="html">Two-in-One Cucumber for  the whole picking</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-2.jpg" medium="image">
			<media:title type="html">makin' spears</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-4.jpg?w=225" medium="image">
			<media:title type="html">Dill</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-3.jpg?w=300" medium="image">
			<media:title type="html">&#34;Hamburger&#34; Chips</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-6.jpg?w=225" medium="image">
			<media:title type="html">Pickling Brine Cooling</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-7.jpg?w=300" medium="image">
			<media:title type="html">Packing Chips</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-8.jpg?w=225" medium="image">
			<media:title type="html">Packing Spears</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-10.jpg?w=300" medium="image">
			<media:title type="html">Covering with Brine</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes-9.jpg?w=225" medium="image">
			<media:title type="html">Covered and Ready to Close</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/picklingcukes.jpg?w=300" medium="image">
			<media:title type="html">Closing the Jars</media:title>
		</media:content>
	</item>
		<item>
		<title>Golden Pepper and Yellow Tomato Soup</title>
		<link>http://techdabble.wordpress.com/2009/09/06/golden-pepper-and-yellow-tomato-soup/</link>
		<comments>http://techdabble.wordpress.com/2009/09/06/golden-pepper-and-yellow-tomato-soup/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 03:51:48 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=849</guid>
		<description><![CDATA[ This soup was as hearty as it looked.  Made mostly of its name sake of yellow tomatoes and peppers this soup turned out so well the sous chef actually whole heartedly approved of a pepper based dish! That doesn&#8217;t happen often.  For once we didn&#8217;t have to roast the peppers which was nice and probably [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=849&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_848" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-848" href="http://techdabble.wordpress.com/2009/09/06/golden-pepper-and-yellow-tomato-soup/goldenpepperandtomatosoup/"><img class="size-full wp-image-848" title="Golden Pepper And Yellow Tomato Soup" src="http://techdabble.files.wordpress.com/2009/09/goldenpepperandtomatosoup.jpg?w=510&#038;h=341" alt="Golden Pepper And Yellow Tomato Soup" width="510" height="341" /></a><p class="wp-caption-text">Golden Pepper And Yellow Tomato Soup</p></div>
<p> This soup was as hearty as it looked.  Made mostly of its name sake of yellow tomatoes and peppers this soup turned out so well the sous chef actually whole heartedly approved of a pepper based dish! That doesn&#8217;t happen often.  For once we didn&#8217;t have to roast the peppers which was nice and probably added to the sous chef&#8217;s pleasure.</p>
<p>The most complicated part of this soup was blanching the tomatoes to peel them. Its a step I usually skip because I&#8217;m lazy but I was reminded how easy it really is.  10 seconds in boiling water and the skins slipped right off.  We used 2 yellow heirloom tomatoes and 1/2 of a normal red tomato just to make it go away.  One of the stranger parts of the recipe is that once you blanch the tomatoes you use those same 2 quarts of water to cook the rice and then drain the water off of the rice and put it aside until serving time.  This pleased the sous chef because the rice wasn&#8217;t as soft as it is when it is cooked fully in the soup.  And for me I enjoyed straining rice out of water; I don&#8217;t do that much.</p>
<p>Back to the soup&#8230; An onion, some paprika, and 3 diced peppers were sauteed in the bottom of the soup pan until the onion was translucent.  Then the diced tomatoes, a pinch of saffron (I finally got to use mine!!!), some salt, and some water went in for a few minutes.  After that 4 cups of veggies stock was put in and left simmer for 25 minutes.  At first the soup looked really thin but as the tomatoes broke down and some of the water boiled up it thickened right up! By the time it was ready to eat it smelled delicious and reminded me of something I really liked although I couldn&#8217;t place that smell.</p>
<p>To serve I followed Ms. Madison&#8217;s suggestion and mounted up a pile of rice in the  center of each bowl and poured the soup around it and garnished with slivered basil. Then I took 35 photos of it while the sous chef finished hers before I got to eating mine.  </p>
<p>The paprika combination with the peppers gave it a slightly spicy flavor but certainly not overpowering.  The rice started soaking up what little broth there was until 15 minutes into my slow eating ritual it had changed to a thicker stew consistency.  The soup was very flavor with the tomatoes and peppers balancing each other very well.  It wasn&#8217;t like a red tomato soup at all and in fact was a bit more mellow on one hand but more pungent with flavor on the other.  According to the cookbook it lacks the acid of the red tomatoes and the bite of green peppers found at the peak of the summer season. I suspect that is what I was tasting but I honestly couldn&#8217;t tell you from my own taste buds.</p>
<p>Overall it was a great soup and one that works well both warm-hot and at room temperature which means hopefully I will be more likely to eat the leftovers than not.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/849/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=849&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/06/golden-pepper-and-yellow-tomato-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/goldenpepperandtomatosoup.jpg" medium="image">
			<media:title type="html">Golden Pepper And Yellow Tomato Soup</media:title>
		</media:content>
	</item>
		<item>
		<title>Stuffed Vegetable Provencal</title>
		<link>http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/</link>
		<comments>http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 05:43:31 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=842</guid>
		<description><![CDATA[The things that happen when someone hands you a giant patty pan squash for free!!!! Well my same friend gave me a patty pan and I had no idea what to do with it for a few reasons. A) I&#8217;m not very versed in squash besides the typical bake it with some oil/butter and B) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=842&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_838" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-838" href="http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/stuffedveggies-1/"><img class="size-full wp-image-838" title="(Clockwise) Stuffed Patty Pan Squash, Tomato, Eggplant, and Pepper" src="http://techdabble.files.wordpress.com/2009/09/stuffedveggies-1.jpg?w=510&#038;h=341" alt="(Clockwise) Stuffed Patty Pan Squash, Tomato, Eggplant, and Pepper" width="510" height="341" /></a><p class="wp-caption-text">(Clockwise) Stuffed Patty Pan Squash, Tomato, Eggplant, and Pepper</p></div>
<p>The things that happen when someone hands you a giant patty pan squash for free!!!! Well my same friend gave me a patty pan and I had no idea what to do with it for a few reasons. A) I&#8217;m not very versed in squash besides the typical bake it with some oil/butter and B) most things online talked about tiny patty pans, you know like ones you steam whole for 15 minutes&#8230; not this one. </p>
<p>So after our lap around the market the sous chef and I were struggling with ideas when this one came up from the cookbook (which we carry with us at the farmers market sometimes) for 2 reasons.  A) Our squash was certainly big enough to stuff and B) because it called for <em>herbs de Provence</em>! Which happen to be a spice the sous chef inherited and we had never really used before: score! So off we went selecting our produce of choice to use in it.  As we picked everything up it became quite clear that we were going to have LOTs of food and only two of us. So later that day I hatched a plan and invited three folks over to join us.  1 had previous plans but we gained two people (and side dishes)  in the process. </p>
<p>Overall the recipe was really simple and can be summarized as: hallow all veggies out, saute the middles, add some spices and bread crumbs to the sauteed middles, scope the mixture into the center and put back into the oven.  Our middles got a bit interesting because the recipe called for bacon and bread crumbs and we had a vegetarian and a wheat sensitive person in the crowd.  So instead of putting the bacon in all of it we used precooked bacon pieces and added them to approximately 1/2 of the stuffing.  After last wheat-free adventures using crushed tortilla chips as eggplant breading I was a little gun shy to really deviate from the known bread crumbs; partially for my own taste but also because I like doing recipes the way it is written once to give it a fair shake.  Anyway though our wheat sensitive guest found some wheat free bread at the grocery store which we made into crumbs/chunks that was actually pretty good.  It was normal white bread but the texture and taste was good enough to use for all the stuffing! So we thawed up the bread, chopped it up, and added it to the middle mixture.  In addition we reduced the number of veggies we used.  The recipe called for 2 eggplants and we were 1 short because I used it early in the week in the tomato sauce and had intended to replace it by tonight.  Luckily, with only 4 people instead of 5 we decided to forgo an extra one. Also, we reduced the number of squash from 2 to 1 since it was so dern giant!</p>
<p>Now the one other thing that isn&#8217;t apparent yet is that we acutally had to precok the eggplant and the squash shells.  The recipe called to precook the eggplant shells for 20 minutes but I included the squash in those 20 minutes. After the eggplant was done and we were waiting to fill everything I let the squash go in the oven because it was so big.  Id say it got an extra 30 minutes during that time for a total of 50 minutes maybe before it got stuffed. </p>
<div id="attachment_840" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-840" href="http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/stuffedveggies/"><img class="size-full wp-image-840" title="Patty Pan Squash stuffed and baked!" src="http://techdabble.files.wordpress.com/2009/09/stuffedveggies.jpg?w=510&#038;h=341" alt="Patty Pan Squash stuffed and baked!" width="510" height="341" /></a><p class="wp-caption-text">Patty Pan Squash stuffed and baked!</p></div>
<p>Once we got the filling ready I just scooped it into each shell of a vegetable until they were all nice and full:</p>
<div id="attachment_839" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-839" href="http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/stuffedveggies-2/"><img class="size-full wp-image-839" title="Ready for the oven" src="http://techdabble.files.wordpress.com/2009/09/stuffedveggies-2.jpg?w=510&#038;h=304" alt="Ready for the oven" width="510" height="304" /></a><p class="wp-caption-text">Ready for the oven - The long bread sticks indicate they are vegetarian</p></div>
<p>Once filled they all went back into the over for 30 minutes and out they came and onto our plates they went!</p>
<p>In my opinion the stuffed tomatoes were very good.  The stuffing could have had more flavor to it (perhaps not cooking it all in bacon grease reduced some of that) but it went well with all the veggie shells.  Also, the squash was cooked and edible but I think it could have benefited from some more time in the oven alone before it was stuffed.  One of my favorite thins is that I actually was able to slice down the center of the eggplant&#8217;s stem as well. It just makes me happy.  Overall it was a great dinner and very yummy.  Next time maybe bacon grease of even more of the spice mixture the dish is named after.  The options are endless!</p>
<p>While the food was rightfully on the good side the company was on the great side! People make meals, veggies just make food.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/842/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=842&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/09/02/stuffed-vegetable-provencal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/stuffedveggies-1.jpg" medium="image">
			<media:title type="html">(Clockwise) Stuffed Patty Pan Squash, Tomato, Eggplant, and Pepper</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/stuffedveggies.jpg" medium="image">
			<media:title type="html">Patty Pan Squash stuffed and baked!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/09/stuffedveggies-2.jpg" medium="image">
			<media:title type="html">Ready for the oven</media:title>
		</media:content>
	</item>
		<item>
		<title>A Big Tomato Sandwich</title>
		<link>http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/</link>
		<comments>http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:25:43 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=831</guid>
		<description><![CDATA[FINALLY! This sandwich has been in the works for over a week now but we made a fatal mistake: buying a green heirloom tomato that was a little on the hard side.  Turns out it wasn&#8217;t quite ripe yet. And so we wait. For a week. And got a new loaf of bread. And took [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=831&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div id="attachment_832" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-832" href="http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/bigtomatosandwich2-2/"><img class="size-full wp-image-832" title="A Big Tomato Sandwich - No Joke!" src="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich21.jpg?w=510&#038;h=341" alt="A Big Tomato Sandwich - No Joke!" width="510" height="341" /></a><p class="wp-caption-text">A Big Tomato Sandwich - No Joke!</p></div>
</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">FINALLY! This sandwich has been in the works for over a week now but we made a fatal mistake: buying a green heirloom tomato that was a little on the hard side.  Turns out it wasn&#8217;t quite ripe yet. And so we wait. For a week. And got a new loaf of bread. And took it out of the fridge. And waited 2 days. And finally it was yellow!!! And ripe! So on we went!</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">But before we go any further in today&#8217;s story let it be known that the sous chef cooked this one with an understudy sous chef of her own at her right hand! Now back to the normal narrative&#8230;</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">So if a recipe is called a Big Tomato Sandwich you expect at least tomatoes to be in but what else? First, a hollowed out round loaf of pain au levain from a local bakery.  Then a herb vinaigrette with fresh basil,parsley, and garlic with olive oil and pear infused white balsamic vinegar (recipe called for red wine vinegar).  We has intended to use oregano in place of the marjoram that I don&#8217;t have but couldn&#8217;t find it when the time came to mix it all up!</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">Next come the stratification of sandwich layers consisting of our yellow heirloom tomato, a red heirloom tomato and a wonderful spring goat milk cheese from the market.  It was a softer aged cheese  for around three months rather than a longer age for a harder cheddar type of cheese says the women/signs at the market.  We ended up omitting the roasted red peppers because we forgot to buy them or we already used them and honestly that was fine with us! I understand the task of assembling the sandwich involved alternating layers and brushing each layer with the herb vinaigrette until it was all filled up and topped off with the top of the bread! And in case you doubt the use of the word big in the recipe title I give you perspective:</div>
<div class="mceTemp mceIEcenter" style="text-align:left;">
<div class="mceTemp mceIEcenter">
<div id="attachment_830" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-830" href="http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/bigtomatosandwich/"><img class="size-full wp-image-830" title="Sandwich Stratification - Dagwood Style!" src="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich.jpg?w=428&#038;h=640" alt="Sandwich Stratification - Dagwood Style!" width="428" height="640" /></a><p class="wp-caption-text">Sandwich Stratification - Dagwood Style!</p></div>
</div>
<div class="mceTemp mceIEcenter"> </div>
<p> And was it worth it? YES! The sandwich had amazing flavor! The tomato and the cheese were wonderful together and the herb vinaigrette got used as a bread dip after we were done it was so tasty! Our guest was dipping in it like it was salsa! Hopefully our one left over slice will last well till tomorrow for lunch. And in case you needed more justification for using the word big try this:</p>
<div id="attachment_829" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-829" href="http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/bigtomatosandwich3/"><img class="size-full wp-image-829" title="Birds Eye View of Sandwichville" src="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich3.jpg?w=510&#038;h=341" alt="Birds Eye View of Sandwichville" width="510" height="341" /></a><p class="wp-caption-text">Birds Eye View of Sandwichville</p></div>
</div>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/831/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=831&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/31/a-big-tomato-sandwich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich21.jpg" medium="image">
			<media:title type="html">A Big Tomato Sandwich - No Joke!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich.jpg" medium="image">
			<media:title type="html">Sandwich Stratification - Dagwood Style!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/bigtomatosandwich3.jpg" medium="image">
			<media:title type="html">Birds Eye View of Sandwichville</media:title>
		</media:content>
	</item>
		<item>
		<title>Berry and Cream Cheese Tart</title>
		<link>http://techdabble.wordpress.com/2009/08/30/berry-and-cream-cheese-tart/</link>
		<comments>http://techdabble.wordpress.com/2009/08/30/berry-and-cream-cheese-tart/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 04:59:58 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=814</guid>
		<description><![CDATA[I&#8217;ve never made a tart before.  So why today? Because I had pears.  Now that makes sense doesn&#8217;t it since there isn&#8217;t a pear in this post anywhere?! Well today we bought a 1/4 flat each of blueberries and raspberries on top of the 4 pears we have left from last weeks farmers market trip.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=814&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_801" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-801" href="http://techdabble.wordpress.com/2009/08/30/berry-and-cream-cheese-tart/blueraspcctart-1/"><img class="size-full wp-image-801" title="My first Tart! " src="http://techdabble.files.wordpress.com/2009/08/blueraspcctart-1.jpg?w=510&#038;h=341" alt="My first Tart! " width="510" height="341" /></a><p class="wp-caption-text">My first Tart! </p></div>
<p>I&#8217;ve never made a tart before.  So why today? Because I had pears.  Now that makes sense doesn&#8217;t it since there isn&#8217;t a pear in this post anywhere?! Well today we bought a 1/4 flat each of blueberries and raspberries on top of the 4 pears we have left from last weeks farmers market trip.  One of my cookbooks has a recipe for a hazelnut pear tart that looks amazing and I was considering making it but you have to poach the pears; and today that was enough to make me not want to do it.  So I was looking at other things and realized I had a ton a berries that needed to be eaten and were at the peak of their ripeness today! So why not put them in a tart? But I didn&#8217;t one to replace the pears as they needed to be used. So what happened next? I found a pear torte recipe.  One tart and one torte this week was enough to quell my fears about using all my fruit.</p>
<p>The Local Flavors cookbook has a recipe for the tart shell I used and I had fruit but I wanted something in between them so I turned to the trusted internet to find me this <a href="http://teriskitchen.com/pies/strawberrytart-a.html">cream cheese tart filling recipe</a>. Only two problems had to be over come now: 1) I don&#8217;t have a tart pan and/or a springform pan and 2) my roommate bought me herbed faked cream cheese instead of plain and that just wasn&#8217;t going to do with fruit.  The second was easy to fix with a trip to the grocery store the former was a bit more technically challenging. But all it took was a pie pan, tin foil, rice, and a cheese slicer to overcome the challenge.  I lined the pie pan with the tin foil and only pressed the dough up about a 1/2 inch on the side of the pin plate.   When all was said and done I was able to life the tart out of the pin pan using the foil and cheese slicer to slide it off the foil and onto the serving dish.  It was now a nice low profile tart as if it had come out of a spring form pan perfectly.</p>
<p>But what about the food part of this recipe?  Well the tart crust was simple but I used goat butter I had left over from a previous adventure and mixed all the dough by hand instead of with an electric mixer of any kind.  At first I was concerned about that I hadn&#8217;t added enough water to hold the dough together but my first instinct had the corner on the right market and it held its shape and tasted great.  The only problem with the dough was I couldn&#8217;t get the lip in the pie pan quite high as I had hoped.  But I cooked the tart crust using rice as weights.  I poured in the cream cheese filling but didn&#8217;t fill it as high as I should because I was concerned about it going over the top of the very short crust edge. But the filling cooked up good with only a minor scar when the broiler was involved trying to speed up the garlic bread we were cooking at the same time.  It set nicely and tasted great.  I covered the cream cheese custard filling with raspberries and blue berries shortly after it came out of the oven and served it.</p>
<p>And? Complete success! The berries rolled off because I didn&#8217;t glaze them on and the custard filling was a bit thin but the taste was great. The crust was flaky and crispy.  All in all a delicious tart!</p>
<div id="attachment_800" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-800" href="http://techdabble.wordpress.com/2009/08/30/berry-and-cream-cheese-tart/blueraspcctart/"><img class="size-full wp-image-800" title="The Whole Tart" src="http://techdabble.files.wordpress.com/2009/08/blueraspcctart.jpg?w=510&#038;h=341" alt="The Whole Tart" width="510" height="341" /></a><p class="wp-caption-text">The Whole Tart</p></div>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002), Straight up Creation No Recipe Included, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/814/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/814/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/814/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=814&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/30/berry-and-cream-cheese-tart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/blueraspcctart-1.jpg" medium="image">
			<media:title type="html">My first Tart! </media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/blueraspcctart.jpg" medium="image">
			<media:title type="html">The Whole Tart</media:title>
		</media:content>
	</item>
		<item>
		<title>Robust End-of-the-Summer Campanelle Pasta served with Garlic Market Bread</title>
		<link>http://techdabble.wordpress.com/2009/08/30/robust-end-of-the-summer-campanelle-pasta-served-with-garlic-market-bread/</link>
		<comments>http://techdabble.wordpress.com/2009/08/30/robust-end-of-the-summer-campanelle-pasta-served-with-garlic-market-bread/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 04:25:05 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=802</guid>
		<description><![CDATA[This one was much harder to get a good photo of it than it was to taste it! I should have left out the garlic bread in the picture and I think it would have done so much more justice to it.  So why does it need more justice? Eggplant. This was a time intensive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=802&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_799" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-799" href="http://techdabble.wordpress.com/2009/08/30/robust-end-of-the-summer-campanelle-pasta-served-with-garlic-market-bread/spaghettisauce/"><img class="size-full wp-image-799" title="End-of-the-Summer Sauce" src="http://techdabble.files.wordpress.com/2009/08/spaghettisauce.jpg?w=510&#038;h=341" alt="End-of-the-Summer Sauce" width="510" height="341" /></a><p class="wp-caption-text">End-of-the-Summer Sauce</p></div>
<p>This one was much harder to get a good photo of it than it was to taste it! I should have left out the garlic bread in the picture and I think it would have done so much more justice to it.  So why does it need more justice? Eggplant.</p>
<p>This was a time intensive but relatively simple recipe.  It started off with roasting eggplant and peppers in the oven.  For once the peppers actually worked really well and I got 4 pepper halve with their skin nicely removed and their flesh in tact.  The eggplant on the other hand was a little more&#8230; finicky. As in a piece of eggplant only caught fire once! The sous chef was doing a great job of peeling, slicing, and roasting the 3 different kinds of eggplant we got today until we forgot to check it while it was roasting on the first side. Some of the eggplant coins got a little blackened but not to bad.  Then she flipped &#8216;em and we forgot again.  The next time the oven opened the sous chef found one of the smallest pieces on fire and smoldering in the oven! So she pulled them out and we lost of a few to the great eggplant fire of 2009. </p>
<p>Anyway, enough about fire lets talk about oil. So the assembly of the sauce got started with some olive oil, onions, the roasted peppers, garlic, and parsley being sauteed for 5 minutes or so.  Then into the pot went the broiled eggplant that had been sliced up, 2 lbs of roma tomatoes I actually peeled and diced (but did not de-seed), and a 1/2 cup of water. Some salt and pepper and 1 Tablespoon of capers jumped in there too. The next 30 minutes while it focused on reducing to a nice sauce I concentrated on stirring it to make sure it didn&#8217;t burn.  I think we both succeeded pretty dern well.</p>
<p>The other 1/2 of the equation was the pasta: which one to use. I had originally intended to use some leaf shaped pasta I had bought months ago but I couldn&#8217;t find it anywhere when it came time to use it.  We don&#8217;t remember using it but have NO idea where it is.  The next obvious option is spaghetti as we both had some and it was what the recipe called for but I&#8217;m not a fan of spaghetti in general.  So eventually we decided to do the grocery store and get something else, but what? It took us a long time but we eventually settle on campanelle. It was large and curly enough to hold some significant sauce but wasn&#8217;t colored.  I&#8217;ve never cooked with it but I really liked it.</p>
<p>But how did it turn out? Great! The taste was very bold and strong. The texture was very thick but not chunky I was quite surprised.  I used roma tomatoes which have a firm flesh and I was a bit concerned they wouldn&#8217;t release enough juice to really boil down into a sauce but the eggplant had a surprise up its sleeve.  The tomatoes boiled down but so did the eggplant.  Usually tomatoes sauces get soupier before they get thick again but not this time. It went from chunky tomatoes and eggplant to nice and smooth but thick sauce that was delicious! Go eggplant!</p>
<p>And what about that garlic bread? We used a loaf of some sort of Rosemary Sourdough we bought last week for a sandwich we haven&#8217;t made yet. So we got a new loaf for the sandwich and used this bread as the base for a very tasty garlic bread.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/802/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/802/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/802/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=802&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/30/robust-end-of-the-summer-campanelle-pasta-served-with-garlic-market-bread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/spaghettisauce.jpg" medium="image">
			<media:title type="html">End-of-the-Summer Sauce</media:title>
		</media:content>
	</item>
		<item>
		<title>End of Summer Quiche served with Ozette Potatoes</title>
		<link>http://techdabble.wordpress.com/2009/08/25/end-of-summer-quiche-served-with-ozette-potatoes/</link>
		<comments>http://techdabble.wordpress.com/2009/08/25/end-of-summer-quiche-served-with-ozette-potatoes/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 03:55:03 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Friends / Family / Word Of Mouth Recipe]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=787</guid>
		<description><![CDATA[This is a quiche with a past. That isn&#8217;t really true at all.  More or less we were looking for another meal at the market and I remembered this quiche I had seen. BUT I had forgotten that cookbook.  So I found a TINY &#8220;head&#8221; (really a single stalk 4 inches tall with a 3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=787&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_786" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-786" href="http://techdabble.wordpress.com/2009/08/25/end-of-summer-quiche-served-with-ozette-potatoes/quicheplated/"><img class="size-full wp-image-786" title="Quiche heavy with veggies and the Ozettes in the background" src="http://techdabble.files.wordpress.com/2009/08/quicheplated.jpg?w=510&#038;h=341" alt="Quiche heavy with veggies and the Ozettes in the background" width="510" height="341" /></a><p class="wp-caption-text">Quiche heavy with veggies with the Ozettes in the background and even propping up the crust that broke! The white in the front is the melted chevre.</p></div>
<p>This is a quiche with a past. That isn&#8217;t really true at all.  More or less we were looking for another meal at the market and I remembered this quiche I had seen. BUT I had forgotten that cookbook.  So I found a TINY &#8220;head&#8221; (really a single stalk 4 inches tall with a 3 inch diameter head) of broccoli I bought, a handful of sun gold tomatoes,  and planned on using some herbs I was certain to have left over.  Oh I also had a squash a friend grew so I was planning on using some of that as well. </p>
<p>When I got home and consulted the cookbook tonight I learned really the 3 &#8220;recommended&#8221; veggies were roasted red peppers, 2 cobs worth of corn kernels, and onion.  Luckily, I had a corn of cob left over from last weeks meal and some onion left over from this weeks meal. So 2 out of the three sitting around not to bad! And the recipe also called for soft goat cheese which we had purchased this week from the market for the salad we had on Sunday, so really we went above and beyond the cook book with out even knowing it. Go us!</p>
<p>We cut up some of the squash, broccoli, and onion and friend them up in a pan. Than we added the corn to that pan for maybe a minute more (it was already cooked) and then all the veggies went straight into the frozen and cracked pie crust we&#8217;ve had in the freezer for some time now.  The last filling part the sous chef did was to top it all off with the soft goat chevre.   The egg part got a little hair raising after I didn&#8217;t measure the soy milk and it looked a little to thin for me.  I had already added some powdered soy milk to the mixture because the recipe called for 1/2 and 1/2.  So I added another egg, beat in a little nutmeg, and poured it over the veggies in the pie tin.  To top it off I dropped on halved and quartered Sun Gold tomatoes and in the oven it went. </p>
<p>At the end of the 25 minutes it still seemed a bit liquidity and even though the recipe assured us it would set that way I let it cook for another 10 minutes. I was concerned about the 1/2 and 1/2 being replaced with soy milk essentially and the addition of another egg so I wanted to error on the side of &#8220;more firm.&#8221;  And boy did I error &#8220;right!&#8221;</p>
<p>The quiche was VERY filling and not to egg-y or strange in texture.  The egg did its job of holding all the veggies together and adding some great taste/texture to it but as soon as the fork found a fissure between the egg and the veggie the veggie side just split off making these nice slabs of quiche rich in veggies and flavors.  Usually with quiches my favorite part is clearly the pie crust (carb addict) and the filling is ok and I hope I finish it. In fact this is why I like those mini quiches for appetizers so much better than full sized quiche: more crust! But this one the filling gave the crust a run for its money.  The crust was an integral part of the quiche but I just kept eating both of them.  And with two bites left my full meter on my stomach popped to full. </p>
<p> </p>
<div id="attachment_785" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-785" href="http://techdabble.wordpress.com/2009/08/25/end-of-summer-quiche-served-with-ozette-potatoes/ozettepotatoes/"><img class="size-full wp-image-785" title="Heirloom Ozette Fingerling Potatoes" src="http://techdabble.files.wordpress.com/2009/08/ozettepotatoes.jpg?w=510&#038;h=341" alt="Heirloom Ozette Fingerling Potatoes" width="510" height="341" /></a><p class="wp-caption-text">Heirloom Ozette Fingerling Potatoes</p></div>
<p>So what about those ozette potatoes I mentioned. Well it turns out they are the only native potato to Washington State, according to the very excited guy who sold them to us.  He recommended we boil them in salted water for a bit but not to long, and then cut them in half and brown the cut side with some olive oil in a frying pan.  He told us they had a nutty flavor and the sous chef agrees! I&#8217;ve never really been able to discern the &#8220;nutty&#8221; flavor but they were really good either way! Unfortunately, by the time the quiche was done they were a little on the cold side.  But the cooking times were very good and the potatoes were nice and soft with a slight crunch to the pan fried side with a creamy, nutty flavor.  Very very good!</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Friends / Family / Word Of Mouth Recipe, The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/787/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/787/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/787/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=787&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/25/end-of-summer-quiche-served-with-ozette-potatoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/quicheplated.jpg" medium="image">
			<media:title type="html">Quiche heavy with veggies and the Ozettes in the background</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/ozettepotatoes.jpg" medium="image">
			<media:title type="html">Heirloom Ozette Fingerling Potatoes</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh Cherry Muffins</title>
		<link>http://techdabble.wordpress.com/2009/08/23/fresh-cherry-muffins/</link>
		<comments>http://techdabble.wordpress.com/2009/08/23/fresh-cherry-muffins/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 04:20:14 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=771</guid>
		<description><![CDATA[This recipe is funny for three reasons.  1) It is the recipe that I see EVERY time I open up Ivy Manning&#8217;s cookbook and want them. Right now. And I have yet to make them.  And 2) because the sous chef had cherries from a few weeks ago that were still good that caused us [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=771&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_770" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-770" href="http://techdabble.wordpress.com/2009/08/23/fresh-cherry-muffins/cherrymuffin/"><img class="size-full wp-image-770" title="Cherry Muffins" src="http://techdabble.files.wordpress.com/2009/08/cherrymuffin.jpg?w=428&#038;h=640" alt="Cherry Muffins" width="428" height="640" /></a><p class="wp-caption-text">Cherry Muffins</p></div>
<p>This recipe is funny for three reasons.  1) It is the recipe that I see EVERY time I open up Ivy Manning&#8217;s cookbook and want them. Right now. And I have yet to make them.  And 2) because the sous chef had cherries from a few weeks ago that were still good that caused us to make them.  And 3) because this was the fourth recipe we cooked today AND we already have apricot muffins left over. </p>
<p>The best part was the sous chef equated pitting cherries to hard labor and was lamenting that if only we had a cherry pitter we would use them. Ms. Manning to the rescue! In the recipe she recommends throwing them into a plastic bag and squishing the pits out. Plain and simple.  With that hurdle out of the way we only had the almond hurdle to get over. We didn&#8217;t have any almonds.  We had the extract but no almonds.  But since I don&#8217;t like nuts in my muffins I was ok without having them on top too.  Then I was talking to a friend on the phone and asked her to bring a handful over of whole almonds because she had some.  So we were in business. And then we ended up going to the grocery store for an emergency birch beer run and ended up getting our sliced almonds anyway.</p>
<p>From here on out the baking was smooth sailing and they tasted great! Just as we expected them too and will be enjoying cherry and apricot muffins for the week to come!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=771&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/23/fresh-cherry-muffins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/cherrymuffin.jpg" medium="image">
			<media:title type="html">Cherry Muffins</media:title>
		</media:content>
	</item>
		<item>
		<title>Apricots Baked in Parchment</title>
		<link>http://techdabble.wordpress.com/2009/08/23/apricots-baked-in-parchment/</link>
		<comments>http://techdabble.wordpress.com/2009/08/23/apricots-baked-in-parchment/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:30:21 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=776</guid>
		<description><![CDATA[Simple. Elegant. Yummy. And easy if you don&#8217;t smash them before you start! We bought 6 apricots at the market today to bake and by the time we got to baking them only 2 had survived gravity. So sadly we had to resort of buying some more from the fruit stand across the street from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=776&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_767" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-767" href="http://techdabble.wordpress.com/2009/08/23/apricots-baked-in-parchment/apricotwithlavender/"><img class="size-full wp-image-767" title="Baked Apricots" src="http://techdabble.files.wordpress.com/2009/08/apricotwithlavender.jpg?w=510&#038;h=341" alt="Baked Apricots" width="510" height="341" /></a><p class="wp-caption-text">Baked Apricots</p></div>
<p>Simple. Elegant. Yummy. And easy if you don&#8217;t smash them before you start! We bought 6 apricots at the market today to bake and by the time we got to baking them only 2 had survived gravity. So sadly we had to resort of buying some more from the fruit stand across the street from the sous chef&#8217;s apartment. </p>
<p>The recipe was basically half the apricots, sprinkle with sugar, butter, and lavender and bake in a parchment paper packet.  The hardest part was trying to figure out what the recipe meant when it was giving directions on how to close the parchment paper around the apricots. In the end I just went the calzone route and called it a day.</p>
<p>The small apricots we got at the market were  much tarter than the larger ones we got at the fruit stand. Other than that they all were very flavorful and the texture was cooked just enough to be warm but still slightly firm.  The lavender added a nice flavor to them and the melted butter was the hit among the sous chef.  Overall they were really good and exciting to use apricots so much this week. Especially since I&#8217;ve basically never cooked them before in my life.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/776/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/776/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/776/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=776&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/23/apricots-baked-in-parchment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/apricotwithlavender.jpg" medium="image">
			<media:title type="html">Baked Apricots</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomato and Avocado Salad with Lime-Herb Dressing served with Fresh Black Beans</title>
		<link>http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/</link>
		<comments>http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 01:32:23 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=779</guid>
		<description><![CDATA[So the sous chef and I were looking through Ms. Madison&#8217;s cookbook this morning and the tomato and avocado salad jumped right out.  You know IF everything was at the market (which was really likely considering this time of year) but the best part was how the black beans came to be.  The sous chef [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=779&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_768" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-768" href="http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/blackbeansandtomatosalad/"><img class="size-full wp-image-768" title="Black Beans to the left; Salad to the right!" src="http://techdabble.files.wordpress.com/2009/08/blackbeansandtomatosalad.jpg?w=510&#038;h=341" alt="Black Beans to the left; Salad to the right!" width="510" height="341" /></a><p class="wp-caption-text">Black Beans to the left; Salad to the right!</p></div>
<p>So the sous chef and I were looking through Ms. Madison&#8217;s cookbook this morning and the tomato and avocado salad jumped right out.  You know IF everything was at the market (which was really likely considering this time of year) but the best part was how the black beans came to be.  The sous chef was also checking out our local farmers market blog and had noted that one stand had fresh shelling black beans today.  At the time I didn&#8217;t really think much of it until Ms. Madison noted that to make a complete meal she served it with warm corn tortillas with black beans spread on them.  That was convenient the market had fresh black beans and we needed those to make  a salad a meal!</p>
<p>The only things we didn&#8217;t get for the meal from the farmers market were the corn tortillas, avocado, and a cucumber that a friend of mine actually grew and gave to us! Everything else was from our bounty haul this morning.  I was in charge of the beans while the sous chef tackled the salad all on her own.  First task was to shell the beans.  We had maybe 1 lbs of beans to shell.</p>
<div id="attachment_766" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-766" href="http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/rawblack/"><img class="size-full wp-image-766" title="Beans to Shell and cell phone for size" src="http://techdabble.files.wordpress.com/2009/08/rawblack.jpg?w=510&#038;h=341" alt="Beans to Shell and cell phone for size" width="510" height="341" /></a><p class="wp-caption-text">Beans to Shell and cell phone for size</p></div>
<p>The trick is to figure out how much/many beans we will end up after they are shelled. Today I think we did pretty well.  The most amazing part was that not all the beans were black.  Some were a light green color, some more purple, some a deep black, and even neater looking were the ones that were black in one spot and it appeared the purple was slowly taking over the light green parts. I realize these were all just different stages of black bean growth but it was still cool to see because I had never thought about it.</p>
<div id="attachment_769" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-769" href="http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/blackbeanshelled/"><img class="size-full wp-image-769" title="Black Beans Shelled" src="http://techdabble.files.wordpress.com/2009/08/blackbeanshelled.jpg?w=510&#038;h=341" alt="Black Beans Shelled" width="510" height="341" /></a><p class="wp-caption-text">Black Beans Shelled</p></div>
<p>After they were shelled they went into boiling salted water and immediate turned the water pitch black.  Ok it took 30 seconds but I turned around for about 3 seconds and turned back and it was black.  So I cooked them for about 12 minutes, strained them, and smashed them with a fork.  I added some salt and lemon juice and mixed it all about into a nice spread.  The lemon juice added a nice little tang to the beans and complimented the salad nicely.  We friend up the corn tortillas and served them with the beans on top.  Even though I&#8217;m not a normal bean eater they were good. I wouldn&#8217;t say amazing but very good. I ate my entire tortilla of them although they were a bit on the dry/boring side alone.  I put some of the extra goat cheese in them and it really helped a lot. </p>
<p>Now onto the salad. This salad was high in chunks and low in lettuce.  I didn&#8217;t make it but it had pepper, tomatoes, onion, avocado,  cucumber, and maybe one other vegetable all coarsely chopped and mixed together.  2 cups of lettuce pulled it all together with probably close to 4 cups of chopped veggies.  The dressing was olive oil with oregano, mint, cilantro, jalapeno pepper, and probably salt and pepper all mixed together.  We served the dressing on the side so the left lovers would keep longer. In addition to the dressing on the side we served the chevre on the side and the garlic stuffed olives on the side.  The cheese strictly because the dressing wasn&#8217;t on yet and the olives because I don&#8217;t like them. </p>
<p>The salad was great too. Our guest commented she didn&#8217;t like tomatoes or onions and like the salad so it must be doing something right.  If a salad could be hearty this would be it.  A great meal on a warm summer night. Cool and crisp served with a side of flavorful. </p>
<p>I almost forgot the guy at the market selling the lettuce was REALLY excited about this kind, although I can&#8217;t remember what kind it is.  We actually were looking at another head that was rather small (we don&#8217;t do well with left over lettuce) and he told me what it was but then started talking about how much he liked this other kind. So we went with that. SOLD!</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/779/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/779/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/779/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=779&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/23/tomato-and-avocado-salad-with-lime-herb-dressing-served-with-fresh-black-beans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/blackbeansandtomatosalad.jpg" medium="image">
			<media:title type="html">Black Beans to the left; Salad to the right!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/rawblack.jpg" medium="image">
			<media:title type="html">Beans to Shell and cell phone for size</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/blackbeanshelled.jpg" medium="image">
			<media:title type="html">Black Beans Shelled</media:title>
		</media:content>
	</item>
		<item>
		<title>Savory Eggplant &#8220;Jam&#8221; with Cumin and Coriander</title>
		<link>http://techdabble.wordpress.com/2009/08/23/savory-eggplant-jam-with-cumin-and-coriander/</link>
		<comments>http://techdabble.wordpress.com/2009/08/23/savory-eggplant-jam-with-cumin-and-coriander/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 21:11:56 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=759</guid>
		<description><![CDATA[This recipe is one of those because I didn&#8217;t get to it fast enough plans.  We had seen a few eggplant based dips in the cookbook that looked good but they didn&#8217;t really fill the nitch of dinner so we passed on them.  Last week I had 4 eggplants (small, long, and lighter colored) left [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=759&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_758" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-758" href="http://techdabble.wordpress.com/2009/08/23/savory-eggplant-jam-with-cumin-and-coriander/eggplantjam/"><img class="size-full wp-image-758" title="Eggplant Jam" src="http://techdabble.files.wordpress.com/2009/08/eggplantjam.jpg?w=510&#038;h=341" alt="Eggplant Jam" width="510" height="341" /></a><p class="wp-caption-text">Eggplant Jam</p></div>
<p>This recipe is one of those because I didn&#8217;t get to it fast enough plans.  We had seen a few eggplant based dips in the cookbook that looked good but they didn&#8217;t really fill the nitch of dinner so we passed on them.  Last week I had 4 eggplants (small, long, and lighter colored) left over that I was going to use to make the nuggets. However, they were a little squishy so I bought 4 more to cook and planned to use them in this &#8220;jam&#8221; which is really a dip/spread. </p>
<p>Then a whole other week went by and they were now two weeks old.  On the soft side but since they were going to get mashed up anyway we went for it. We didn&#8217;t deviate from the recipe to much but by using the smaller eggplants the cooking times were dramatically reduced! It called for 15 minutes to brown both sides of the eggplant coins and I think ours took MAYBE 7 minutes.</p>
<p> </p>
<div id="attachment_762" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-762" href="http://techdabble.wordpress.com/2009/08/23/savory-eggplant-jam-with-cumin-and-coriander/eggplantinpan/"><img class="size-full wp-image-762" title="Eggplant Coins in the Totall-Stick Pan" src="http://techdabble.files.wordpress.com/2009/08/eggplantinpan.jpg?w=510&#038;h=382" alt="Eggplant Coins in the Totall-Stick Pan" width="510" height="382" /></a><p class="wp-caption-text">Eggplant Coins in the Totally-Stick Pan</p></div>
<p>I also used one non-stick pan which caused some of the coins to burn quite more past the browned phase but we used them all anyway! As you can see the eggplant was striped of some of its skin so about 1/2 was left on.  The sous chef didn&#8217;t actually have a veggie peeler but the cheese slicer she had totally worked!   It was about the time the eggplant started to blacken that the sous chef rushed in to save the day! First she found the spatula which was hiding in her kitchen while I walked around looking for it with a pan of burning eggplant in my hand.  Then she dropped what she was doing to get the garlic and the cilantro prepped and ready to go.  I thought I was going to have a few minutes to prepare those myself but I was wrong! So after everything was browned the crushed garlic, cumin, and coriander went into the pan with some water.  The eggplant got mashed with a fork and mixed all around with the spices.  This was another let it cook for 15-30 minutes that took ours about 3 because it was pretty much cooked and mashed already.  A tablespoon or so of lemon juice and a few tablespoons of cilantro went it.  It all got mixed up and salt and peppered to taste.  I actually ended up adding more cumin and coriander somewhere in there as well.</p>
<p>Since this is actually for tonight we tasted it but didn&#8217;t really eat it all yet.  On the surface it tastes good and goes well with the salty tortilla chips we have.  The real test will be tonight but there is great hope for it.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/759/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=759&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/23/savory-eggplant-jam-with-cumin-and-coriander/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/eggplantjam.jpg" medium="image">
			<media:title type="html">Eggplant Jam</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/eggplantinpan.jpg" medium="image">
			<media:title type="html">Eggplant Coins in the Totall-Stick Pan</media:title>
		</media:content>
	</item>
		<item>
		<title>Apricot Sweet Streusel Muffins</title>
		<link>http://techdabble.wordpress.com/2009/08/22/apricot-sweet-streusel-muffins/</link>
		<comments>http://techdabble.wordpress.com/2009/08/22/apricot-sweet-streusel-muffins/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:43:27 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=754</guid>
		<description><![CDATA[Nope its not eggs I promise.  I started to make the standard sweet streusel muffins from the Wooden Spoon Cookbook but found out I didn&#8217;t have baking powder. I tried to figure out an alternative option but in the end decided to go to the store and get some.  When I got there I saw [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=754&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_752" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-752" href="http://techdabble.wordpress.com/2009/08/22/apricot-sweet-streusel-muffins/apricotmuffin/"><img class="size-full wp-image-752" title="Apricots!" src="http://techdabble.files.wordpress.com/2009/08/apricotmuffin.jpg?w=510&#038;h=341" alt="Apricots!" width="510" height="341" /></a><p class="wp-caption-text">Apricots!</p></div>
<p>Nope its not eggs I promise.  I started to make the standard sweet streusel muffins from the Wooden Spoon Cookbook but found out I didn&#8217;t have baking powder. I tried to figure out an alternative option but in the end decided to go to the store and get some.  When I got there I saw the nice, PNW grown apricots. I had a pastry with apricots halves across the top recently and decided I wanted to try it.  So I picked up 2 apricots.  I ended up halving 1 and placing the halves on top of 2 of the muffins. The other apricot got quartered and placed in the center of 4 muffins and 6 muffins were plain, ymmy streusel muffins.</p>
<p>The apricots inside were really good.</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/754/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=754&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/22/apricot-sweet-streusel-muffins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/apricotmuffin.jpg" medium="image">
			<media:title type="html">Apricots!</media:title>
		</media:content>
	</item>
		<item>
		<title>Extra Summer Vegetable Soup</title>
		<link>http://techdabble.wordpress.com/2009/08/17/extra-summer-vegetable-soup/</link>
		<comments>http://techdabble.wordpress.com/2009/08/17/extra-summer-vegetable-soup/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 05:42:40 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=739</guid>
		<description><![CDATA[One thing I&#8217;ve gotten better about over this past year is using the extra veggies. You know the extra carrots when you only need 2 out of 6 from the bunch, etc.  The kohlrabi I had other plans for that I just didn&#8217;t do. In the past not using veggies was one of my biggest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=739&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_725" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-725" href="http://techdabble.wordpress.com/2009/08/17/extra-summer-vegetable-soup/extraveggiesoup/"><img class="size-full wp-image-725" title="The photogenic side of the soup." src="http://techdabble.files.wordpress.com/2009/08/extraveggiesoup.jpg?w=510&#038;h=341" alt="The photogenic side of the soup." width="510" height="341" /></a><p class="wp-caption-text">The photogenic side of the soup.</p></div>
<p>One thing I&#8217;ve gotten better about over this past year is using the extra veggies. You know the extra carrots when you only need 2 out of 6 from the bunch, etc.  The kohlrabi I had other plans for that I just didn&#8217;t do. In the past not using veggies was one of my biggest downfalls in my home cooking. And honestly it still is. I made a huge effort to buy veggies for specific meals because I do actually use them that way. Or most of them anyway.  But those extra veggies used to always go bad in my fridge and end up in the worm bin.  But this year I&#8217;ve actually been finding things to do with them, doing it, and they aren&#8217;t turning out all that bad.  This soup is one of those meals. </p>
<p>This one started with the sous chef going to boil 4 floppy multicolored carrots from the market last weekend.  I had intended to use them in a spur of the moment salad but I left that lettuce go bad and the salad ship had sailed. So the carrots just got floppier.  But at the same time she was getting ready to do that I discovered I had to many tomatoes, basil, green onions, etc left over from the last soup and so we decided to make soup anyway. We also had used the last of the bouillon cubes I stole from roommate because I already used all my veggie soup base I usually have around.</p>
<p>So we made this soup with no base and from scratch and it turned out pretty good.  Our plan is to freeze it and thaw it sometime in the winter to serve to friends or something.  So what did we do?</p>
<p>I sauteed some fresh garlic and the rest of the green onions in olive oil for a bit. Then I filled the pot with water and let it boil. I added the extra cup or so of heirloom tomatoes; juice, seeds, and all. And about 5 tomatillos we had left over from 2 weeks ago and some extra shallots I had around.  I let those boil for a while and then we put it sliced carrots, quartered baby turnips, and slice kohlrabi.  The tomatoes were boiling down into an ok base but I decided to throw about a Tablespoon and a half of some home mixed chili powder in to add some flavor.  It might have been to much :/  I let that boil for a few minutes and then put in 3/4 cup of dry Jasmine rice. I envisioned the end soup to be a little more on the thick/stew side than the broth-y side and the rice would do the trick.  Eventually I turned off the heat and threw a handful of fresh basil and cilantro and stirred it up.  To compensate for the extra heat from the chilies I threw in a tablespoon of soy sour cream. </p>
<p>At that point I took a photo and it was still a bit on the liquid side but when I came back after eating dinner tonight that rice had soaked up a lot of the juice and it was a nice thick stew like soup!  We added some salt and pepper and our taste tests indicate it is pretty good. We will have to see how tomorrow we feel about it but overall I&#8217;m pretty happy with how it turned out given we had no base and no plans.  And we used the veggies. Even if they didn&#8217;t turn out perfect its more than I had done in the past. Progress.</p>
<p>Onward!</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Straight up Creation No Recipe Included <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/739/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=739&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/17/extra-summer-vegetable-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/extraveggiesoup.jpg" medium="image">
			<media:title type="html">The photogenic side of the soup.</media:title>
		</media:content>
	</item>
		<item>
		<title>Buttermilk Corn Bread w/Fresh Corn Kernels</title>
		<link>http://techdabble.wordpress.com/2009/08/17/buttermilk-corn-bread-wfresh-corn-kernels/</link>
		<comments>http://techdabble.wordpress.com/2009/08/17/buttermilk-corn-bread-wfresh-corn-kernels/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 05:26:11 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=727</guid>
		<description><![CDATA[There isn&#8217;t much to say about this one besides Marilyn M. Moore knows her bread products. This cookbook has never produced one even &#8220;good&#8221; bread product for me; they all have been outstanding! The only changes I made were using powdered soy milk + water + lemon juice in exchange for the buttermilk due to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=727&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_726" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-726" href="http://techdabble.wordpress.com/2009/08/17/buttermilk-corn-bread-wfresh-corn-kernels/freshcornbread/"><img class="size-full wp-image-726" title="Corn Bread Tower!!! The only way to store corn bread." src="http://techdabble.files.wordpress.com/2009/08/freshcornbread.jpg?w=428&#038;h=640" alt="Corn Bread Tower!!! The only way to store corn bread." width="428" height="640" /></a><p class="wp-caption-text">Corn Bread Tower!!! The only way to store corn bread.</p></div>
<p>There isn&#8217;t much to say about this one besides Marilyn M. Moore knows her bread products. This cookbook has never produced one even &#8220;good&#8221; bread product for me; they all have been outstanding! The only changes I made were using powdered soy milk + water + lemon juice in exchange for the buttermilk due to my milk allergy and putting whole, fresh corn kernels from one cob of corn.</p>
<p>The real delight wasn&#8217;t building the above corn tower and taking photos of it (which was a blast) but was eating it.  Warm with some butter on it&#8230;. Mmm. Mmm. Mmm. Good.</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Wooden Spoon Bread Book - Marilyn M. Moore (ISBN: 0-87113-505-1 ~ 1987) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/727/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/727/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/727/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=727&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/17/buttermilk-corn-bread-wfresh-corn-kernels/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/freshcornbread.jpg" medium="image">
			<media:title type="html">Corn Bread Tower!!! The only way to store corn bread.</media:title>
		</media:content>
	</item>
		<item>
		<title>Sweet Corn Chowder with Tomato and Basil</title>
		<link>http://techdabble.wordpress.com/2009/08/17/sweet-corn-chowder-with-tomato-and-basil/</link>
		<comments>http://techdabble.wordpress.com/2009/08/17/sweet-corn-chowder-with-tomato-and-basil/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 05:22:38 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=732</guid>
		<description><![CDATA[This is a classic didn&#8217;t quite read the whole recipe before I leaped.  This time it wasn&#8217;t detrimental though! I picked this one because it had corn in it and sounded good. I picked up 4 ears of corn, one heirloom tomato, basil, and green onions from the market.  I already had extra green pepper [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=732&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_723" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-723" href="http://techdabble.wordpress.com/2009/08/17/sweet-corn-chowder-with-tomato-and-basil/cornchowder/"><img class="size-full wp-image-723" title="Sweet Corn Chowder with Tomato and Basil" src="http://techdabble.files.wordpress.com/2009/08/cornchowder.jpg?w=510&#038;h=341" alt="Sweet Corn Chowder with Tomato and Basil" width="510" height="341" /></a><p class="wp-caption-text">Sweet Corn Chowder with Tomato and Basil</p></div>
<p>This is a classic didn&#8217;t quite read the whole recipe before I leaped.  This time it wasn&#8217;t detrimental though! I picked this one because it had corn in it and sounded good. I picked up 4 ears of corn, one heirloom tomato, basil, and green onions from the market.  I already had extra green pepper from last week, extra onion from last week and with that I was ready to go.  Oh I almost forgot I got the potatoes from my roommate who grew them on our tiny porch in a big tupperware container. No joke. GO ROOMMATE!</p>
<p>Anyway.  So my lack of reading was in the tomato. I bought a fairly large tomato because I was thinking you can&#8217;t have to many tomatoes when it comes to a soup.  Well it can if you are only using it for garnish and it isn&#8217;t the base of the soup! Opps! We were supposed to have 1/2 cup of tomato and we ended up with about 1.5. Luckily, we decided to make another soup in the same night but it would have been ok anyway!</p>
<p>Lets start with the reviews first: FANTASTIC! This soup was great, I ate an entire bowl after cooking 2 pots of soup, corn bread, and doing dishes.  Normally by this time my uncooperative stomach has kicked in and I eat very little.  Not this time. I ate my entire bowl which really says something for it. It has great falvor and body. The chowder wasn&#8217;t to thin nor was it like stew. The last bite was just the right combination of liquid and corn to fit on one spoonful. Just delightful in texture.  The tomato, basil, green onion garnish added a nice flavor to it but the soup entirely stood on its own (which is good because we had more left over soup than we did left over garnish!)</p>
<p>I&#8217;m totally excited to eat the leftovers!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/732/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/732/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/732/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=732&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/17/sweet-corn-chowder-with-tomato-and-basil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/cornchowder.jpg" medium="image">
			<media:title type="html">Sweet Corn Chowder with Tomato and Basil</media:title>
		</media:content>
	</item>
		<item>
		<title>Eggplant Nuggets and Heirloom Tomato Sauce</title>
		<link>http://techdabble.wordpress.com/2009/08/16/eggplant-nuggets-and-heirloom-tomato-sauce/</link>
		<comments>http://techdabble.wordpress.com/2009/08/16/eggplant-nuggets-and-heirloom-tomato-sauce/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 06:11:13 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=743</guid>
		<description><![CDATA[This is one of those recipes that I had a picture in my mind that was beautiful and the execution just didn&#8217;t quite make it for a few reasons.  I had originally envisioned breading and baking the eggplant slices with panko bread crumbs but the night I finally decided to make it I invited a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=743&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_724" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-724" href="http://techdabble.wordpress.com/2009/08/16/eggplant-nuggets-and-heirloom-tomato-sauce/eggplantnuggets/"><img class="size-full wp-image-724" title="Eggplant Nuggets" src="http://techdabble.files.wordpress.com/2009/08/eggplantnuggets.jpg?w=510&#038;h=341" alt="Eggplant Nuggets" width="510" height="341" /></a><p class="wp-caption-text">Eggplant Nuggets</p></div>
<p>This is one of those recipes that I had a picture in my mind that was beautiful and the execution just didn&#8217;t quite make it for a few reasons.  I had originally envisioned breading and baking the eggplant slices with panko bread crumbs but the night I finally decided to make it I invited a friend over who doesn&#8217;t do wheat.  So instead we used corn flour and crushed up sesame corn tortilla chips to bread them.  Secondly, I envisioned an heirloom tomato salad on top akin to the panzanella we made a few weeks ago.  Big chunks of tomato with a nice gentle sauce on them served over top of eggplant nuggets (named for the chicken nuggets resemblance!) Well the tomatoes didn&#8217;t pan out because I waited to long to cook them and they were more tender and very ripe than I had anticipated.  Although, after I cut them and started saucing them I finally noticed they would have been alright the first time. Oh well.</p>
<p>So I have my vision and turned to the internet for a bit of direction because honestly, me and eggplant aren&#8217;t the best friends at home. I don&#8217;t think I&#8217;ve ever successfully cooked eggplant. I feel like it has a 5 seconds window of done-ness where it goes from not cooked enough to entirely overcooked to mush.  Maybe it is just me but I enjoy eggplant so I&#8217;m always willing to give things a go! I found <a href="http://vegetarian-recipes.suite101.com/article.cfm/breaded_baked_eggplant">this website </a>with directions I ended up using for the eggplant. Than I turned to ask the internet for some ideas for the tomatoes and came up with this post for <a href="http://hedonia.seantimberlake.com/hedonia/2007/07/heirloom-tomato.html">simple summer heirloom tomato sauce</a>, all things I had or wanted so I used it as a template.</p>
<p>The eggplant was easy to do and turned out pretty good.  The corn chips were a bit on the big side and maybe added to much flavor, overpowering the eggplant a bit.  But the eggplant was cooked to perfection and they certainly looked like nuggets! Which really was the goal of this dish.</p>
<p>The sauce was also very good but I ran amok a bit of the guide.  It wasn&#8217;t in recipe form and I had read it before and misremembered it a bit.  I remember it saying just cut the tomatoes up, hang a branch of basil into it and boil down. EASY! Evidently there were a few more things to it like saute some garlic in the bottom of the pan. Actually  a LOT of it.  And add some olive oil and I don&#8217;t remember what else.  Well I didn&#8217;t do any garlic, and added the olive oil at the end and it wasn&#8217;t terrible.  I certainly think garlic would have added to it but heirlooms have so much flavor on their own it actually worked even more basic than the guide&#8217;s version of basic. </p>
<p>Put them together though and they were good. The eggplant tasted great with the heirloom sauce.  My only disappoint was my vision was far from standard eggplant parmesan served with red sauce but my execution was closer than I had hoped for. All in all though a good meal!</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Straight up Creation No Recipe Included, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/743/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/743/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/743/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=743&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/16/eggplant-nuggets-and-heirloom-tomato-sauce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/eggplantnuggets.jpg" medium="image">
			<media:title type="html">Eggplant Nuggets</media:title>
		</media:content>
	</item>
		<item>
		<title>Summer Squash++ Bread</title>
		<link>http://techdabble.wordpress.com/2009/08/09/summer-squash-bread/</link>
		<comments>http://techdabble.wordpress.com/2009/08/09/summer-squash-bread/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 04:52:31 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=714</guid>
		<description><![CDATA[This one was the sous chef&#8217;s idea.  She was cutting up some lovely squash for our fried rice and wondered outloud if we could make bread out of it like zuchinni.  I didn&#8217;t really want it all to go into the fried rice so I jumped on the idea. After some googling I found this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=714&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_717" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-717" href="http://techdabble.wordpress.com/2009/08/09/summer-squash-bread/veggiebread/"><img class="size-full wp-image-717" title="You can see the squash and the carrots..." src="http://techdabble.files.wordpress.com/2009/08/veggiebread.jpg?w=510&#038;h=341" alt="You can see the squash and the carrots..." width="510" height="341" /></a><p class="wp-caption-text">You can see the squash and the carrots...</p></div>
<p>This one was the sous chef&#8217;s idea.  She was cutting up some lovely squash for our fried rice and wondered outloud if we could make bread out of it like zuchinni.  I didn&#8217;t really want it all to go into the fried rice so I jumped on the idea. After some googling I found <a href="http://allrecipes.com/Recipe/Summer-Squash-Bread/Detail.aspx">this recipe</a>.  Originally we kept out 1 cup of shredded squash and planned to make a 1/2 recipe. </p>
<p>Than the ++ part of the recipe happened. We had more shredded carrot than we needed. And more corn kernels than we needed. Obviously these all needed a home in bread too! So we uped the recipe to a full one and threw them all in.  The dough was much thicker than I expected and MUCH sweeter.  It tasted like chocolate chip cookie dough almost only better because of the cinnamon.  The veggies once folded in almost ruined it :/ But not really.  We poured it all into a bread pan and set the timer for 40 minutes&#8230;.. 2 hours later it is done.  And huge! We clearly filled the pan to much and should have split it between two bread pans.  Oh well.</p>
<p>So moist! This bread is slightly sweet and very mosit.  It is going to be great with some butter for breakfast in the morning. I can&#8217;t really cut a piece off of it very well as the bread knife just sort of makes the hard parts rip off of the soft interior.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/714/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/714/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/714/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=714&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/09/summer-squash-bread/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/veggiebread.jpg" medium="image">
			<media:title type="html">You can see the squash and the carrots...</media:title>
		</media:content>
	</item>
		<item>
		<title>Chicken and Market Veggies Fried Rice</title>
		<link>http://techdabble.wordpress.com/2009/08/09/chicken-and-market-veggies-fried-rice/</link>
		<comments>http://techdabble.wordpress.com/2009/08/09/chicken-and-market-veggies-fried-rice/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 03:55:39 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=698</guid>
		<description><![CDATA[What do you get when you have a chef that has wanted Fried Rice all week? Fried rice is what you get! I based this fried rice off of this online recipe.  Basically I added chicken tenders cut up more and lots of veggies from the market! Lets see we added carrot, corn, baby turnips, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=698&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div id="attachment_699" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-699" href="http://techdabble.wordpress.com/2009/08/09/chicken-and-market-veggies-fried-rice/friedrice3/"><img class="size-full wp-image-699" title="Fried Rice" src="http://techdabble.files.wordpress.com/2009/08/friedrice3.jpg?w=510&#038;h=341" alt="Fried Rice" width="510" height="341" /></a><p class="wp-caption-text">Fried Rice</p></div>
</div>
<p>What do you get when you have a chef that has wanted Fried Rice all week? Fried rice is what you get! I based this fried rice off of <a href="http://www.recipezaar.com/Chinese-Restaurant-Fried-Rice-142346">this online recipe</a>.  Basically I added chicken tenders cut up more and lots of veggies from the market! Lets see we added carrot, corn, baby turnips, purple bell pepper (which turned white), and frozen green peas I found at the last minute.  The only changes I made were I used veggie broth instead of chicken broth and I think by adding 3x the amount of veggies I didn&#8217;t add enough soy sauce at the end. I added an extra tablespoon but I think I needed one more. </p>
<p>Overall? It was great! It made a ton of food and the left overs will be easy to eat.  This did exactly what I had hopped for!</p>
<div id="attachment_693" class="wp-caption aligncenter" style="width: 210px"><a rel="attachment wp-att-693" href="http://techdabble.wordpress.com/2009/08/09/chicken-and-market-veggies-fried-rice/friedrice/"><img class="size-medium wp-image-693" title="Quantity Shot" src="http://techdabble.files.wordpress.com/2009/08/friedrice.jpg?w=200&#038;h=300" alt="Quantity Shot" width="200" height="300" /></a><p class="wp-caption-text">Quantity Shot</p></div>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/698/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/698/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=698&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/09/chicken-and-market-veggies-fried-rice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/friedrice3.jpg" medium="image">
			<media:title type="html">Fried Rice</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/friedrice.jpg?w=200" medium="image">
			<media:title type="html">Quantity Shot</media:title>
		</media:content>
	</item>
		<item>
		<title>Goat Cheese Pizza and Unclaimed Beans Stir-Fry</title>
		<link>http://techdabble.wordpress.com/2009/08/05/goat-cheese-pizza-and-unclaimed-beans-stir-fry/</link>
		<comments>http://techdabble.wordpress.com/2009/08/05/goat-cheese-pizza-and-unclaimed-beans-stir-fry/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 04:02:30 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=707</guid>
		<description><![CDATA[The chef had planned to do a redux of the goat cheese tortillas from the night before but on his way home from class all his brain could yell was PIZZA! So I picked the sous chef up and off to Trader&#8217;s Joe we went.  I used the Herb Pizza dough from Trader Joe&#8217;s and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=707&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_697" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-697" href="http://techdabble.wordpress.com/2009/08/05/goat-cheese-pizza-and-unclaimed-beans-stir-fry/pizzanbeans/"><img class="size-full wp-image-697" title="This really hit the spot...." src="http://techdabble.files.wordpress.com/2009/08/pizzanbeans1.jpg?w=428&#038;h=640" alt="This really hit the spot...." width="428" height="640" /></a><p class="wp-caption-text">This really hit the spot....</p></div>
<p>The chef had planned to do a redux of the goat cheese tortillas from the night before but on his way home from class all his brain could yell was PIZZA! So I picked the sous chef up and off to Trader&#8217;s Joe we went.  I used the Herb Pizza dough from Trader Joe&#8217;s and found a pre-shredded bag of goat cheese mozzarella!!!! Usually I shred goat cheese gouda or cheddar which is good but it also takes some elbow grease to shred.  This was already shredded and it was very welcomed this night.  Oh I also got some salami.</p>
<p>The pizza was assembled from the herb dough, spaghetti sauce (left over), goat milk mozzarella, goat milk chevre (left over), tomatillos (left overs), and diced salami. It was AWESOME!  It hit the spot, tasted like pizza, and didn&#8217;t make me to sick.  One of the tricks I&#8217;ve found with Trader Joe&#8217;s dough is to precook the dough for 8-10 minutes before adding the toppings.  It lets the dough cook all the way through without me freaking about over cooking the toppings.  That last part is probably not a worry of most people but for some reason I don&#8217;t like REALLY melty cheese and so I don&#8217;t cook there often.  Its pushing my comfort of cooking. Oh well.</p>
<p>The beans were of similar fate in that they were not cooked yet but were extra that weren&#8217;t used in earlier recipes.  I believe we had dragon beans, yellow wax beans, green beans, shelling peas, and maybe one more something.  Basically they were stir fried with some garlic and then I put some soy sauce and Worcester sauce on them.  They were also good but not quite as good as the pizza.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Straight up Creation No Recipe Included <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/707/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/707/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/707/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=707&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/05/goat-cheese-pizza-and-unclaimed-beans-stir-fry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/pizzanbeans1.jpg" medium="image">
			<media:title type="html">This really hit the spot....</media:title>
		</media:content>
	</item>
		<item>
		<title>Soft Taco with Roasted Green Peppers and Goat Cheese</title>
		<link>http://techdabble.wordpress.com/2009/08/04/soft-taco-with-roasted-green-peppers-and-goat-cheese/</link>
		<comments>http://techdabble.wordpress.com/2009/08/04/soft-taco-with-roasted-green-peppers-and-goat-cheese/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:13:38 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=710</guid>
		<description><![CDATA[  This recipe was really simple.  First roasted and de-skin a few green peppers.  This was the hardest part as the peppers we bought didn&#8217;t have a lot of meat to them so sometimes pulling off the skin pulled to much flesh with it.  We also probably didn&#8217;t roast them long enough to make the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=710&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_695" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-695" href="http://techdabble.wordpress.com/2009/08/04/soft-taco-with-roasted-green-peppers-and-goat-cheese/goatcheesefriedtortilla/"><img class="size-full wp-image-695" title="Soft Taco... yuuuuuum." src="http://techdabble.files.wordpress.com/2009/08/goatcheesefriedtortilla.jpg?w=428&#038;h=640" alt="Soft Taco... yuuuuuum." width="428" height="640" /></a><p class="wp-caption-text">Soft Taco... yuuuuuum.</p></div>
<p> </p>
<p>This recipe was really simple.  First roasted and de-skin a few green peppers.  This was the hardest part as the peppers we bought didn&#8217;t have a lot of meat to them so sometimes pulling off the skin pulled to much flesh with it.  We also probably didn&#8217;t roast them long enough to make the skins slip off like they should.  The next &#8220;step&#8221; pretty much gets us ready to eat:heat up a tortilla in a pan, add a layer of peppers, add chevre, and I added some diced tomatillos to boot.  Heat and fold the tortilla over and server.  I happen to have some mango &amp; papaya salsa from Trader&#8217;s Joe that I served with them.</p>
<p>So good! The chevre had softened just enough to offset the crunchy tortilla. The tomatillos added a nice zing to the soft tacos with the salsa adding just a little bit of sweet to the whole package.</p>
<br />Posted in Cooking Creations Tagged: Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/710/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/710/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/710/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=710&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/04/soft-taco-with-roasted-green-peppers-and-goat-cheese/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/goatcheesefriedtortilla.jpg" medium="image">
			<media:title type="html">Soft Taco... yuuuuuum.</media:title>
		</media:content>
	</item>
		<item>
		<title>Chilled Sun Gold Tomato Soup</title>
		<link>http://techdabble.wordpress.com/2009/08/02/chilled-sun-gold-tomato-soup/</link>
		<comments>http://techdabble.wordpress.com/2009/08/02/chilled-sun-gold-tomato-soup/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 01:08:07 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=687</guid>
		<description><![CDATA[Deborah Madison knows her shit.  This soup really is a simple soup my only mistake was not listening to Ms. Madison when she said it was a good appetizer soup when I tried to serve it as a main course (that is what I get when I don&#8217;t really fully read stuff before I make [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=687&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_686" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-686" href="http://techdabble.wordpress.com/2009/08/02/chilled-sun-gold-tomato-soup/sungoldsoup-2/"><img class="size-full wp-image-686" title="Chilled Sun Gold Soup" src="http://techdabble.files.wordpress.com/2009/08/sungoldsoup-2.jpg?w=510&#038;h=341" alt="Chilled Sun Gold Soup" width="510" height="341" /></a><p class="wp-caption-text">Chilled Sun Gold Soup</p></div>
<p>Deborah Madison knows her shit.  This soup really is a simple soup my only mistake was not listening to Ms. Madison when she said it was a good appetizer soup when I tried to serve it as a main course (that is what I get when I don&#8217;t really fully read stuff before I make plans for it!)  I&#8217;ll get to why in a minute.</p>
<p>So what is in the soup? The base is a shallot and 2 pints of sun gold tomatoes basically boiled down, strained, and chilled.  Its the orange part you see.  The &#8220;garnish&#8221;, which in Ms. Madison&#8217;s recipes pull everything together and just happen to look good doing it in the process and are necessary, is olive oil, vinegar, a shallot, a serrano chili, basil, and diced avocado tossed all together and placed in the middle of the bowl before serving.   That&#8217;s it.</p>
<p>The soup was exactly as advertised: sweet and tart! And that is exactly why it was great in small quantities but wasn&#8217;t quite filling enough for a full meal.  Luckily, I had a few straggling potatoes I boiled and mashed as course #2 this evening.  All in all the soup was fantastic but with the tang and slight heat of the chili I couldn&#8217;t eat a whole dinner portion worth.  A nice small miso soup bowl size would be great in front of so many other foods. And I think it would be lovely served next to a crunch bread dish like bruschetta as appetizers it was a little to much and a little to little at the same time to be a meal unto itself.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/687/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=687&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/08/02/chilled-sun-gold-tomato-soup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/08/sungoldsoup-2.jpg" medium="image">
			<media:title type="html">Chilled Sun Gold Soup</media:title>
		</media:content>
	</item>
		<item>
		<title>Melon and Cucumber Aqua Fresca</title>
		<link>http://techdabble.wordpress.com/2009/07/26/melon-and-cucumber-aqua-fresca/</link>
		<comments>http://techdabble.wordpress.com/2009/07/26/melon-and-cucumber-aqua-fresca/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:44:14 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[2 - With some work it might be good]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=682</guid>
		<description><![CDATA[This one was&#8230;.interesting.  It started along the lines of the farmers market blog said cantaloupes were in season and I had a cucumber at home I needed to use.  And honestly it sounded delicious on a hot summer day which today and the past few days certainly have been! The cantelope from the market was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=682&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_677" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-677" href="http://techdabble.wordpress.com/2009/07/26/melon-and-cucumber-aqua-fresca/aquafresca/"><img class="size-full wp-image-677" title="Aqua Fresca" src="http://techdabble.files.wordpress.com/2009/07/aquafresca.jpg?w=428&#038;h=640" alt="Aqua Fresca" width="428" height="640" /></a><p class="wp-caption-text">Aqua Fresca</p></div>
<p>This one was&#8230;.interesting.  It started along the lines of the farmers market blog said cantaloupes were in season and I had a cucumber at home I needed to use.  And honestly it sounded delicious on a hot summer day which today and the past few days certainly have been!</p>
<p>The cantelope from the market was awesome. Super fragrant, orange, juicey and very flavorful so my hopes for this drink kept growing.  Then into the blender went the cucumbers and melon. This is where I think the drink starts to go down hill.  One word: chunks.</p>
<p>I don&#8217;t think I blended it enough.  The sous chef and I decided this would be fine and moved on.  Added the lime juice (maybe to much), simple syrup (maybe not enough), and a handful of diced mint leaves.  And left it to chill in the fridge. </p>
<p>When serving it you mix it with sparkling mineral water and serve.  When the mineral water went into the jug it totally looked like a science experiment as it bubbled up but the colorful liquid stayed down in a beaker like container it was in.</p>
<p> The taste was pretty good and refreshing but the chunks just sort of got in the way.  Eventually I re-blended it all much smoother including the mint chunks and it tasted much better.  So we will see how we do drinking it over the next couple of days in the remixed phase.</p>
<br />Posted in Cooking Creations Tagged: 2 - With some work it might be good, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/682/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/682/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=682&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/26/melon-and-cucumber-aqua-fresca/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/aquafresca.jpg" medium="image">
			<media:title type="html">Aqua Fresca</media:title>
		</media:content>
	</item>
		<item>
		<title>Peach Shortcake on Ginger Biscuits</title>
		<link>http://techdabble.wordpress.com/2009/07/26/peach-shortcake-on-ginger-biscuits/</link>
		<comments>http://techdabble.wordpress.com/2009/07/26/peach-shortcake-on-ginger-biscuits/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:30:43 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=679</guid>
		<description><![CDATA[There isn&#8217;t much to say to this one except YUM! I decided upon this today at the market because there was so much fruit in abundance.  I had lots of veggies already but wanted to use the fruit there for something other than pies. And all I needed for this was peaches and candied ginger!  The shortcake [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=679&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_678" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-678" href="http://techdabble.wordpress.com/2009/07/26/peach-shortcake-on-ginger-biscuits/peachshortcake/"><img class="size-full wp-image-678" title="Peach Shortcake" src="http://techdabble.files.wordpress.com/2009/07/peachshortcake.jpg?w=510&#038;h=341" alt="Peach Shortcake" width="510" height="341" /></a><p class="wp-caption-text">Peach Shortcake</p></div>
<p>There isn&#8217;t much to say to this one except YUM! I decided upon this today at the market because there was so much fruit in abundance.  I had lots of veggies already but wanted to use the fruit there for something other than pies. And all I needed for this was peaches and candied ginger!</p>
<p> The shortcake has small chunks of candied ginger which I expected to be overpowering but in fact were quite subtle. The shortcakes recipe looks a bit complication but it took a whole 20 minutes to make and 15 minutes to cook. </p>
<p>Split open the cakes and pour cut up peaches over it with some peach juice. YUM!</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/679/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/679/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=679&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/26/peach-shortcake-on-ginger-biscuits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/peachshortcake.jpg" medium="image">
			<media:title type="html">Peach Shortcake</media:title>
		</media:content>
	</item>
		<item>
		<title>Warm Corn Custard with Raspberries</title>
		<link>http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/</link>
		<comments>http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 06:08:18 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=662</guid>
		<description><![CDATA[Corn flavored custard? Really? YES! So this recipe was picked for two reasons: 1) It would allow me to use raspberries in not a pie fashion so I could justify buying a half flat of them and 2) it has corn in it which was not only at the market but ALSO the sous chef&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=662&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_656" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-656" href="http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/custard/"><img class="size-full wp-image-656" title="Custard!" src="http://techdabble.files.wordpress.com/2009/07/custard.jpg?w=510&#038;h=341" alt="Custard!" width="510" height="341" /></a><p class="wp-caption-text">Custard!</p></div>
<p>Corn flavored custard? Really? YES! So this recipe was picked for two reasons: 1) It would allow me to use raspberries in not a pie fashion so I could justify buying a half flat of them and 2) it has corn in it which was not only at the market but ALSO the sous chef&#8217;s favorite food group.  The biggest challenge with this recipe was figuring out how to cook the custard when I didn&#8217;t have proper custard dishes.  The recipe called for about 50 minutes of baking in real custard dishes and I was concerned how long it would take to set if I did it in a larger pan.  So what do I do? Use muffin tins and a cake pan! We will get to that in a second.</p>
<p>So anyway this recipe was exiting too because I got to use a part of a whole vanilla bean I had at my place. It starts off with almost 2 cups of milk and a 1/3 pod of vanilla stepping together for a bit.  I used goat milk to help lessen the blow to my dairy allergy and off we went. Next, you take the corn and blend it together with a bit of flour and then the hot milk mixture.  That all gets blended and strained. Than some eggs get beaten and the corn-milk mixture is mixed with that and strained again.  Than it just gets poured into cups and baked in the oven to set! I&#8217;ve made other custards that just seemed way more difficult than this one so it was a pleasant surprise.  So how did the muffin tins work you ask? Pretty darn well!</p>
<div id="attachment_658" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-658" href="http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/custardasmuffins/"><img class="size-full wp-image-658" title="&quot;Custard Cups&quot;" src="http://techdabble.files.wordpress.com/2009/07/custardasmuffins.jpg?w=510&#038;h=341" alt="&quot;Custard Cups&quot;" width="510" height="341" /></a><p class="wp-caption-text">&quot;Custard Cups&quot;</p></div>
<p>So the funny thing about using the muffin tins is that they had to be sitting in hot water in the oven.  The recipe calls for custard cups to be set in a pan of hot water. Not to hard when each cup moves on its own.  So I found that my muffin tin, at least those 8 holes, not only fit into the cake pan but also would stay level that way.  Staying level was important for the custard to not be invaded by the hot water.  I filled them up, and put a whole TON of hot water into the cake pan and into the oven they went.  Because the muffin cups were so shallow the custard went a lot farther and I ended up with extra and actually had to fill a &#8220;fancy&#8221; cup with the custard and make its own hot water bath.  Any way the muffin tin ones cooked faster than expected and so they didn&#8217;t have the dime size unset center like they were supposed to but instead had a uniform crustier top.  See..</p>
<div id="attachment_657" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-657" href="http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/custardasmuffins2/"><img class="size-full wp-image-657" title="Custard with Crust" src="http://techdabble.files.wordpress.com/2009/07/custardasmuffins2.jpg?w=428&#038;h=640" alt="Custard with Crust" width="428" height="640" /></a><p class="wp-caption-text">Custard with Crust</p></div>
<p>The one in the fancy little bowl cooked a bit slower but also had the solid top.  I was going to use it for the pretty picture but the muffin tin ones came out so nicely and I could get a side of shot them I went with that.  The raspberries were tossed with some brown sugar and just served on top the custard. And how was it? EXCELLENT with a hint of corn.</p>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/662/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=662&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/25/warm-corn-custard-with-raspberries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/custard.jpg" medium="image">
			<media:title type="html">Custard!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/custardasmuffins.jpg" medium="image">
			<media:title type="html">&#34;Custard Cups&#34;</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/custardasmuffins2.jpg" medium="image">
			<media:title type="html">Custard with Crust</media:title>
		</media:content>
	</item>
		<item>
		<title>Lazy Corn Stew with Sun Gold Tomatoes</title>
		<link>http://techdabble.wordpress.com/2009/07/25/lazy-corn-stew-with-sun-gold-tomatoes/</link>
		<comments>http://techdabble.wordpress.com/2009/07/25/lazy-corn-stew-with-sun-gold-tomatoes/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 05:47:45 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=659</guid>
		<description><![CDATA[The hardest part of this recipe labeled &#8220;Lazy&#8221; was figuring out what they intended by having us &#8220;milk&#8221; the corn.  The instructions literally read something like &#8220;cut 2/3rds of the kernels off the corn and then flip your knife over and scrape the milk out of the corn.&#8221;  My first problem with these directions was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=659&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_654" class="wp-caption aligncenter" style="width: 519px"><a rel="attachment wp-att-654" href="http://techdabble.wordpress.com/2009/07/25/lazy-corn-stew-with-sun-gold-tomatoes/tomatostew/"><img class="size-full wp-image-654" title="Tomato Stew" src="http://techdabble.files.wordpress.com/2009/07/tomatostew.jpg?w=509&#038;h=341" alt="Tomato Stew" width="509" height="341" /></a><p class="wp-caption-text">Tomato Stew</p></div>
<p>The hardest part of this recipe labeled &#8220;Lazy&#8221; was figuring out what they intended by having us &#8220;milk&#8221; the corn.  The instructions literally read something like &#8220;cut 2/3rds of the kernels off the corn and then flip your knife over and scrape the milk out of the corn.&#8221;  My first problem with these directions was I thought it said only cut off the top 1/3rd of the kernels.  You ever try to control how much of the kernels you cut off of the cob? Not easy! The second challenge was I thought they just wanted me to use the corn milk and not the kernels so I was being WAY more careful than I needed to be about mixing the &#8220;milk&#8221; and the corn together! Oh well. </p>
<p>Anyway this one is toted as easy and good warm, room temperature, or cold.  I can vouch for the first two! The stew was nice and chunky but had a light flavor overall.  We didn&#8217;t have yellow Taxi tomatoes so we just used normal red ones for the base but we were able to find the Sun Gold tomatoes for the top! (They are the little orange ones cut in half in the picture). Other than that the only thing I changed from this recipe was adding some left over heirloom tomatoes from last week and a small bit of purslane which actually added a nice zing to the stew. So a nice summer stew of purple scallions, summer squash, tomatoes, corn and corn milk, purple basil, and Sun Gold tomatoes that really added rounded out the whole stew. Oh and the directions are basically layer things in the pot and cook for 15 minutes!</p>
<br />Posted in Cooking Creations Tagged: 5 - Its a winner! WILL repeat this one., Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/659/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/659/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/659/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=659&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/25/lazy-corn-stew-with-sun-gold-tomatoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/tomatostew.jpg" medium="image">
			<media:title type="html">Tomato Stew</media:title>
		</media:content>
	</item>
		<item>
		<title>Shell Peas and Summer Vegetables Stewed In Their Own Juices &#8211; aka Food Porn</title>
		<link>http://techdabble.wordpress.com/2009/07/19/shell-peas-and-summer-vegetables-stewed-in-their-own-juices-aka-food-porn/</link>
		<comments>http://techdabble.wordpress.com/2009/07/19/shell-peas-and-summer-vegetables-stewed-in-their-own-juices-aka-food-porn/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:13:20 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[4 - Very Good as it is]]></category>
		<category><![CDATA[Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=651</guid>
		<description><![CDATA[This recipe was the MAJORITY of the bounty haul this past week and in fact was cooked that night.  Out of the items we bought 12 of the items were for this. BUT it was totally worth it.  The picture in the cookbook has been tempting me since I first saw this book last November. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=651&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_650" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-650" href="http://techdabble.wordpress.com/2009/07/19/shell-peas-and-summer-vegetables-stewed-in-their-own-juices-aka-food-porn/bakedveggiesinownjuices2/"><img class="size-full wp-image-650" title="Summer Veggies In Their Own Juices" src="http://techdabble.files.wordpress.com/2009/07/bakedveggiesinownjuices2.jpg?w=428&#038;h=640" alt="Summer Veggies In Their Own Juices" width="428" height="640" /></a><p class="wp-caption-text">Summer Veggies In Their Own Juices</p></div>
<p>This recipe was the MAJORITY of the bounty haul this past week and in fact was cooked that night.  Out of the items we bought 12 of the items were for this. BUT it was totally worth it.  The picture in the cookbook has been tempting me since I first saw this book last November. Its a full page glossy print of amazing looking veggies that it happens to fall open to pretty much any time I use the cookbook. So last week while the sous chef was getting her free massage I took the time to look around at the market and the cookbook to really find something to make and this was the first one I found and I was excited! Not only could I make it ALL the items we needed were currently at the farmers market which I always love.  Which turns out to not entirely be true because I got to excited and didn&#8217;t read. We were supposed to use shelling beans and we used shelling peas. Oppps! But they said shelling on them and looked like green beans. It didn&#8217;t matter.  Actually it was the farmer who was selling us the peas that saw the cookbook and called the recipe food porn :) In fact numerous people saw us using the cookbook last week and wanted to buy it after we showed it to them.</p>
<p>Anyway so how did this all turn out? Amazing but with a few hitches.  I had two people over for dinner and I made them wait to long to eat! The recipe says to put a dutch oven on the stove over low heat and it will cook in 50 minutes. I didn&#8217;t have a dutch oven and my aluminum pan was FILLED with food and it just didn&#8217;t seem like enough heat would get in there to cook everything but I gave it a shot anyway. I should have listened to myself.  After 50 minutes some of the veggies were still cold so I ended up switching it to a glass casserole dish and putting it in the oven at 350 for 40 minutes. Much warmer but still not done.  Crank that bad boy up to 450 and 40 minutes later it was done and it was SOOOOOO good!</p>
<p>The veggies made so much juice it actually almost looked like soup by the time it was done but everything was so tender and flavorful. I actualyl drained some of the juice off for the photo above because it looked like soup.  Everyone was happy they waited although we ended up not doing the custard that night like I had planned. Oh well.  We ate and went striaght to bed full of yummy veggies. Now I just have to get myselsf to eat the left overs in this heat we are having this week. Not so easy :)</p>
<div id="attachment_649" class="wp-caption aligncenter" style="width: 520px"><a href="http://techdabble.wordpress.com/?attachment_id=649"><img class="size-full wp-image-649" title="The Final Cooking Vessel" src="http://techdabble.files.wordpress.com/2009/07/bakedveggiesinownjuices1.jpg?w=510&#038;h=341" alt="The Final Cooking Vessel" width="510" height="341" /></a><p class="wp-caption-text">The Final Cooking Vessel</p></div>
<br />Posted in Cooking Creations Tagged: 4 - Very Good as it is, Local Flavors: Cooking and Eating From America’s Farmer’s Markets - Deborah Madison (ISBN: 978-0-7679-2949-3 ~ 2002) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/651/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=651&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/19/shell-peas-and-summer-vegetables-stewed-in-their-own-juices-aka-food-porn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/bakedveggiesinownjuices2.jpg" medium="image">
			<media:title type="html">Summer Veggies In Their Own Juices</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/bakedveggiesinownjuices1.jpg" medium="image">
			<media:title type="html">The Final Cooking Vessel</media:title>
		</media:content>
	</item>
		<item>
		<title>Heirloom Tomato Panzanella with Purslane and Basil Pesto Coated Chicken</title>
		<link>http://techdabble.wordpress.com/2009/07/19/heirloom-tomato-panzanella-with-purslane-and-basil-pesto-coated-chicken/</link>
		<comments>http://techdabble.wordpress.com/2009/07/19/heirloom-tomato-panzanella-with-purslane-and-basil-pesto-coated-chicken/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:14:36 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[5 - Its a winner! WILL repeat this one.]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008)]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=645</guid>
		<description><![CDATA[This meal was actually conceived last week before I went to the farmers market; or at least part of it.  I saw the tomato panzanella recipe in my fancier farmers market cookbook and just noted that if I could find everything I needed this would be a good one.  Shallots and tomatoes were pretty much [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=645&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_642" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-642" href="http://techdabble.wordpress.com/2009/07/19/heirloom-tomato-panzanella-with-purslane-and-basil-pesto-coated-chicken/herloimtomsalad-use/"><img class="size-full wp-image-642" title="This was actually unto itself. So good!" src="http://techdabble.files.wordpress.com/2009/07/herloimtomsalad-use.jpg?w=510&#038;h=341" alt="This was actually unto itself. So good!" width="510" height="341" /></a><p class="wp-caption-text">Heirloom Tomato Panzanella - This was actually unto itself. So good!</p></div>
<p>This meal was actually conceived last week before I went to the farmers market; or at least part of it.  I saw the tomato panzanella recipe in my fancier farmers market cookbook and just noted that if I could find everything I needed this would be a good one.  Shallots and tomatoes were pretty much the hard part.  So last week at the market we found one stand with heirloom tomatoes at it for $5.45/lb.  Now this is where my father would die when I tell him I spent $11 on tomatoes for a single meal! Actually they ended up becoming two but heirloom tomatoes are SO worth it! Besides the pretty colors they come in the taste is out of this tomato world! I love tomatoes but heirlooms just have so much flavor that varies its amazing. I can&#8217;t describe it really.  So onto the recipe&#8230;..</p>
<p> So this recipe. Yes. Its actually really simple. Basically its take a loaf of bread (we used garlic rosemary), cube it, toss it with olive oil, salt, olives, and pepper and toast it for 20 minutes tossing once.  This creates the lovely croutons you see above.  Then the heirloom tomatoes are cored and sliced. Each plate is lined with tomato slices.  That makes the bed. </p>
<p>The &#8220;meat&#8221; of the panzanella is the stuff on top of it.  We used the rest of the tomatoes diced up and some spinach (instead of the arugula it called for). This tomato mixture is tossed with the croutons and a simple dressing and served over the bed of tomatoes.  The dressing is minced shallots, mustard, olive oil and balsamic vinegar mixed together.  Ironically I didn&#8217;t think I had any balsamic vinegar so I decided to use some pear infused vinegar I had and low and behold it was white balsamic vinegar infused with pear. PERFECT!</p>
<p>Man was this good.  The heirloom tomatoes are so tasty that this was pretty much our whole meal that we finished before the chicken even came out of the oven.  They have so much body and juice in them but are so flavorful! The pear vinegar added a tang of sweetness and the croutons sucked all the awesome juice and dressing up until they got a bit squishy and super yummy. </p>
<p>So what about that chicken and purslane? Oh here it is&#8230;</p>
<div id="attachment_644" class="wp-caption aligncenter" style="width: 438px"><a rel="attachment wp-att-644" href="http://techdabble.wordpress.com/2009/07/19/heirloom-tomato-panzanella-with-purslane-and-basil-pesto-coated-chicken/purslanechicken-use/"><img class="size-full wp-image-644" title="Chicken and Purslane" src="http://techdabble.files.wordpress.com/2009/07/purslanechicken-use.jpg?w=428&#038;h=640" alt="Chicken and Purslane" width="428" height="640" /></a><p class="wp-caption-text">Chicken and Purslane</p></div>
<p>So the idea was to use basil and purslane to make a pesto like mixture to cook the chicken in.  Now purslane was a new find at the market last week.  It is the leafy thing in  the picture above and you can see that the stalk is plump.  Turns out you eat that too and it all has sort of a lemony flavor to it.  They guy at the booth said they like to just put it into a salad more or less whole and chomp away.  I decided I would kind of do both and then basically failed on both accounts.  I ended up stripping most of the stalks of the leaves and mixing them with a handful of basil. This all got made into a pesto mixture with olive oil and pine nuts rounding it all out.  I cut the chicken into stripes and coated it with the pesto mixture. Sadly I touched the spoon to the raw chicken and then into the pesto so I couldn&#8217;t keep any for a non-cooked meal.  I coated it and baked it. Originally I had intended to serve and/or cook the chicken over the  purslane leaves but forgot to cook them that way and then basically didn&#8217;t plate it at all.  When it came out of the oven we had eaten so many tomatoes that we decided to taste the chicken and leave it for left overs.  So I throw a sprig of the purslane in for the photo and there you have it.  I also was going to cook the stalks with the chicken but forgot to. So we chopped those up and put them into a raw salad with our leftover spinach, tomatoes, and croutons from earlier in the night.</p>
<p>When we tasted the chicken it was good and moist. It had a nice light flavor where you may or may not be able to taste the purslane directly but it was a lovely light dish.  How it goes tomorrow and the next day will really tell the tale of how good this made up dish was.</p>
<p>PS &#8211; The 5 is for the tomatoes and the 3 is for the chicken :)</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, 5 - Its a winner! WILL repeat this one., Straight up Creation No Recipe Included, The Farm to Table Cookbook: The Art of Eating Locally - Ivy Manning (ISBN: 1-57061-529-2 ~ 2008) <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/645/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/645/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/645/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=645&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/19/heirloom-tomato-panzanella-with-purslane-and-basil-pesto-coated-chicken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/herloimtomsalad-use.jpg" medium="image">
			<media:title type="html">This was actually unto itself. So good!</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/purslanechicken-use.jpg" medium="image">
			<media:title type="html">Chicken and Purslane</media:title>
		</media:content>
	</item>
		<item>
		<title>July 19th Farmers Market Bounty</title>
		<link>http://techdabble.wordpress.com/2009/07/19/july-19th-farmers-market-bounty/</link>
		<comments>http://techdabble.wordpress.com/2009/07/19/july-19th-farmers-market-bounty/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 03:35:10 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[Farmers Market Find]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=638</guid>
		<description><![CDATA[I almost didn&#8217;t go to the farmers market today.  Boy am I glad I drug my bum out of bed to go! I was reluctant to go because last week it was lots of familiar veggies and I didn&#8217;t really have a good plan as to what to make.  So yesterday I stopped and picked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=638&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_636" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-636" href="http://techdabble.wordpress.com/2009/07/19/july-19th-farmers-market-bounty/farmermarketbounty/"><img class="size-full wp-image-636" title="Look at all the good stuff for this week....." src="http://techdabble.files.wordpress.com/2009/07/farmermarketbounty.jpg?w=510&#038;h=382" alt="Look at all the good stuff for this week....." width="510" height="382" /></a><p class="wp-caption-text">Look at all the good stuff for this week.....</p></div>
<p>I almost didn&#8217;t go to the farmers market today.  Boy am I glad I drug my bum out of bed to go! I was reluctant to go because last week it was lots of familiar veggies and I didn&#8217;t really have a good plan as to what to make.  So yesterday I stopped and picked up my cookbook I let a friend borrow (my farmers market one) and THAT was a good idea as well.  So we went around the market once and than ran into someone I knew and offered the sous chef a free massage. So while she was off getting a massage I got to spent some quality time with my cookbook and came up with 3 AWESOME recipes that sounded amazing AND everything we needed was at the farmers market (SUPER BONUS!). So once she was done we were off and collected the above bounty for 3 new recipes for this week&#8230;. One of them I had to find to justify the berries purchase (which were on sale for $10 for the 1/2 flat instead of the usual $15). We stopped by on the way out and I got a free massage; boy was that relaxing!</p>
<p>So stay tuned for the amazing recipes that will hopefully come!  Oh and we forgot to include the garlic flower in the above picture so it gets a close up&#8230;</p>
<div id="attachment_637" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-637" href="http://techdabble.wordpress.com/2009/07/19/july-19th-farmers-market-bounty/garlicflower/"><img class="size-full wp-image-637" title="This is what happens when you let a garlic scape keep growing. It tastes like garlic too!" src="http://techdabble.files.wordpress.com/2009/07/garlicflower.jpg?w=510&#038;h=382" alt="This is what happens when you let a garlic scape keep growing. It tastes like garlic too!" width="510" height="382" /></a><p class="wp-caption-text">This is what happens when you let a garlic scape keep growing. It tastes like garlic too!</p></div>
<br />Posted in Cooking Creations Tagged: Farmers Market Find <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/638/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=638&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/19/july-19th-farmers-market-bounty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/farmermarketbounty.jpg" medium="image">
			<media:title type="html">Look at all the good stuff for this week.....</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/garlicflower.jpg" medium="image">
			<media:title type="html">This is what happens when you let a garlic scape keep growing. It tastes like garlic too!</media:title>
		</media:content>
	</item>
		<item>
		<title>BBQ Chicken and &#8216;Green and Yellow Wax Beans with Roasted Peppers&#8217;</title>
		<link>http://techdabble.wordpress.com/2009/07/12/bbq-chicken-and-green-and-yellow-wax-beans-with-roasted-peppers/</link>
		<comments>http://techdabble.wordpress.com/2009/07/12/bbq-chicken-and-green-and-yellow-wax-beans-with-roasted-peppers/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 03:14:51 +0000</pubDate>
		<dc:creator>techdabble</dc:creator>
				<category><![CDATA[Cooking Creations]]></category>
		<category><![CDATA[3 - I'd do it again]]></category>
		<category><![CDATA[Straight up Creation No Recipe Included]]></category>
		<category><![CDATA[Web Recipe]]></category>

		<guid isPermaLink="false">http://techdabble.wordpress.com/?p=632</guid>
		<description><![CDATA[What happens when you go to the farmers market without a plan? You end up with this simple but awesome meal.   Basically I got to the market and there was lots of good stuff but I wasn&#8217;t sure what to do with it. I decided to google wax beans for some reason and came up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=632&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_630" class="wp-caption aligncenter" style="width: 520px"><a rel="attachment wp-att-630" href="http://techdabble.wordpress.com/2009/07/12/bbq-chicken-and-green-and-yellow-wax-beans-with-roasted-peppers/bbqchickenandbeans/"><img class="size-full wp-image-630" title="BBQ Chicken And Beans with Roasted Red Peppers" src="http://techdabble.files.wordpress.com/2009/07/bbqchickenandbeans.jpg?w=510&#038;h=341" alt="BBQ Chicken And Beans with Roasted Red Peppers" width="510" height="341" /></a><p class="wp-caption-text">BBQ Chicken And Beans with Roasted Red Peppers</p></div>
<p>What happens when you go to the farmers market without a plan? You end up with this simple but awesome meal.   Basically I got to the market and there was lots of good stuff but I wasn&#8217;t sure what to do with it. I decided to google wax beans for some reason and came up with <a href="http://find.myrecipes.com/recipes/recipefinder.dyn?action=displayRecipe&amp;recipe_id=522886">this recipe.</a>  So off we went. We stopped on the way home to get some chicken that was on sale at the grocery store too. </p>
<p>So the hardest part of the wax bean medley was roasting the red peppers; which honestly wasn&#8217;t that difficult and REALLY good. </p>
<p>The chicken was even simpler. I just cubed up the chicken breasts, marinated them in a mixture of BBQ sauces I had in the fridge and pan fried them. DONE!</p>
<p>Both the chicken and veggies were very yummy but not to complex to have lots to say. Also, I got sick so I&#8217;m posting from over a week so take what you can get :)</p>
<br />Posted in Cooking Creations Tagged: 3 - I'd do it again, Straight up Creation No Recipe Included, Web Recipe <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techdabble.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techdabble.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techdabble.wordpress.com/632/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techdabble.wordpress.com&amp;blog=4681970&amp;post=632&amp;subd=techdabble&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techdabble.wordpress.com/2009/07/12/bbq-chicken-and-green-and-yellow-wax-beans-with-roasted-peppers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">techdabble</media:title>
		</media:content>

		<media:content url="http://techdabble.files.wordpress.com/2009/07/bbqchickenandbeans.jpg" medium="image">
			<media:title type="html">BBQ Chicken And Beans with Roasted Red Peppers</media:title>
		</media:content>
	</item>
	</channel>
</rss>
