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

<channel>
	<title>Mikepedia</title>
	<atom:link href="http://www.mikebrinker.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikebrinker.org/blog</link>
	<description>a personal compendium</description>
	<lastBuildDate>Thu, 08 Dec 2011 18:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>The CoreDogs Experience: Part 4</title>
		<link>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-4/</link>
		<comments>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-4/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 18:28:09 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[CoreDogs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[coredogs.com]]></category>
		<category><![CDATA[Kieran Mathieson]]></category>
		<category><![CDATA[Learning PHP]]></category>
		<category><![CDATA[Learning Science]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[The CoreDogs Expierience]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=753</guid>
		<description><![CDATA[Sections covered in this article: Basic database applications. In each CoreDogs Experience article, my goal is twofold: (1) to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary of a CoreDogs feature that is present in multiple places as opposed to a single section) and [...]]]></description>
			<content:encoded><![CDATA[<p>Sections covered in this article: <a href="http://coredogs.com/lesson/basic-database-applications"><em>Basic database applications</em></a>.</p>
<p>In each <em>CoreDogs Experience </em>article, my goal is twofold: <strong>(1)</strong> to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary of a CoreDogs feature that is present in multiple places as opposed to a single section) and <strong>(2)</strong> to take a look at what went on in a given section of the course.</p>
<h3>CoreDogs Feature: Organization</h3>
<p>So far we’ve taken a look at several of CoreDogs’ differentiating features.  Now, let’s take a look at the way the site is organized.  There are three “books” of instruction; <em>Foundations</em>, <em>ClientCore</em>, and <em>ServerCore</em>.  Within each of these books are 5-10 lessons.  Each lesson contains a number of “sub-lessons” or explanations.  There is a definite and obvious hierarchal structure to the entire site.</p>
<p>Another element of organization that I really like is the Wikipedia-style table of contents at the beginning of each sub-lesson.  Here is the table of contents for the <em>Creating a database</em> lesson:</p>
<p>[image here]</p>
<p>Each item on the table of contents is clickable and takes the user to a hash tagged location on the page.  I love seeing this simplistic table of contents at the beginning of each sub-lesson because it lets me know (along with the “Where are we?” and “Lesson Goals” sections) what exactly I’m in for and how much content there is.  Additionally it gives me an instant picture in my mind of the shape of the lesson.  By “shape of the lesson” I mean something like the story arc of a book or movie.  It’s a sort of Cliff Notes to what I’m going to be learning.</p>
<h3>Course Content So Far</h3>
<p>The <a href="http://coredogs.com/lesson/basic-database-applications"><em>Basic database applications</em></a> section focuses on creating an application (in the form of a website) that displays information (from a database) for users.  Furthermore, the application allows administrators to add, edit, or delete records in the database.  As noted in a previous article I found the sections regarding forms to be tough and a little hazy in instruction, but this database section was a home run.</p>
<p>The way that this section teaches the concepts should be imitated as much as possible in today’s textbooks.  The first three sub-lessons (of 17 total) focus on providing the goals of and necessary background information for creating a basic database application.  Then, two separate Sample applications are introduced; a website called DogToys (that stores products in its database) and a website called DogRock (which stores articles about dog rock music).  As new concepts are introduced throughout the section, it is explained how the concept would be implemented on each site.</p>
<p>Furthermore, the student is instructed to build a third sample throughout the section; a website that stores jokes in its database.  So for each concept that is taught, the student not only sees it implemented in two different samples, but then is charged with implementing it themselves in their own, slightly different sample.  When done this way, CoreDogs does not teach the student how to replicate an action; it actually causes them to be able to apply what is learned in a real world situation.  If one is able to create a basic database application revolving around jokes, why wouldn’t they be able to create one revolving around books?</p>
<p>On top of these praises, I have to add that creating the database was <em>fun</em>.  I actually enjoyed myself as I worked through each sub-lesson, crafting my application to make it better, bit by bit.  The way that the entire <em>Basic database applications</em> section is broken up is masterful; at no point did I feel bogged down or confused.  This is what the <em>Form</em> lessons should ideally be like as well.</p>
<p>There are a few ways that this section of the <em>ServerCore</em> book could be even better.  First of all, when MySQL injection attacks are discussed, it may be helpful to provide a little further explanation as to what the “escape_string” method actually does to the data.  I also found myself wondering if phpMyAdmin is only for use in PHP applications, or can be used otherwise as well.</p>
<p>Finally, the exercises page could use some help.  It seems that there are three large projects offered here, but each one is broken into three smaller exercises.  I understand that this helps break down the work, but it can also be disorienting to fish through nine different exercise wondering “Which one should I do?”.  Simply dividing up each group of exercises would probably do the trick.</p>
<p>All in all, this was an excellent section of CoreDogs.  The “learning” itself was at the seemingly perfect steepness so that this student was never frustrated and actually enjoyed creating the application.  Seriously, all textbook should try teaching their concepts in this fashion; it could change the way that we learn.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CoreDogs Experience: Part 3</title>
		<link>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-3/</link>
		<comments>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-3/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 18:23:36 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[CoreDogs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Kieran Mathieson]]></category>
		<category><![CDATA[Learning Science]]></category>
		<category><![CDATA[The CoreDogs Expierience]]></category>
		<category><![CDATA[web site education]]></category>
		<category><![CDATA[Web tech]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=751</guid>
		<description><![CDATA[Sections covered in this article: Fundamental forms, Saving form data, and Checking form data. In each CoreDogs Experience article, my goal is twofold: (1) to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary of a CoreDogs feature that is present in multiple places as [...]]]></description>
			<content:encoded><![CDATA[<p>Sections covered in this article:<em> </em><a href="http://coredogs.com/lesson/fundamental-forms"><em>Fundamental forms</em></a>, <a href="http://coredogs.com/lesson/saving-form-data"><em>Saving form data</em></a>, and <a href="http://coredogs.com/lesson/checking-form-data"><em>Checking form data</em></a>.</p>
<p>In each <em>CoreDogs Experience </em>article, my goal is twofold: <strong>(1)</strong> to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary of a CoreDogs feature that is present in multiple places as opposed to a single section) and <strong>(2)</strong> to take a look at what went on in a given section of the course.</p>
<h3>CoreDogs Feature: Humor</h3>
<p>In addition to the minimalist writing style and Socratic dialogue methods, a fair share of humor is interspersed throughout the content.  Humor is a very personal thing, (preferences can greatly vary between individuals) and my first concern would be that the creator’s humor style would be an annoying hindrance throughout the course.  Let’s look at an example of CoreDogs’ humor:</p>
<h4> [image here]</h4>
<p>Most of the humor revolves around the idea that the “speaker” of the content may or may not be a dog.  It’s funny, yet neutral.  It never pokes fun at any potentially controversial topics/debates/issues.  Another common example of this is that whenever the student sees the results of a “productivity win”, they are treated to a resounding <strong>W00f!</strong></p>
<p>I’ll let readers decide for themselves, but I don’t mind the humor at all.  It always seems to be brief, entertaining, and not detracting from the educational value of the content.  Though, it’s not hard for me to imagine that those who are less inclined to humor may have trouble picking up on the whole dog shtick and in a grievous error reduce all hints of humor to an inadequate word like “stupid”.  You win some and you lose some I guess, but in my opinion the humor works.</p>
<p>&nbsp;</p>
<h2>Course Content So Far</h2>
<p>The <strong><em>Fundamental forms</em></strong> section focused on the basics of creating forms for web pages.  It began with the HTML basics, and then moved onto some pieces of form creation that involve PHP.  In usual CoreDogs style, all the usual factors that make the learning beneficial (the humor, writing style, and dogs) are all still being used.</p>
<p>At the beginning of this section though, the instruction seemed a bit hazy.  Many new ideas were introduced successively, some that seemingly contradicted things I have learned previously.  Specifically, it was hard to grasp the idea of “sending form data to a page”.  Is this like sending data to a PHP script or program that resides on the server?  Consistent use and explanation of these terms would take some burden off the student.</p>
<p>Furthermore, the concept of HTTP GET requests and included headers are also introduced in this section but I found myself wondering “Why?”.  After completing the majority of the sections regarding forms I was able to understand that pages/programs need to receive this data in so that they can process or check it in some way.</p>
<p>Another area that could use clarification is the distinction between a method and a function in PHP programming.  In the <em>Doing Computations</em> lesson when I would see the term “shipping method” mentioned, I kept wondering where the corresponded method was located in the code.  I later realized that this one was my own brain’s fault – the course content was simply referring to the method with which a purchased product was to be shipped, not an actual <em>method</em> used in programming.  Furthermore, this distinction is briefly mentioned in the <em>Checking form data</em> section.</p>
<p>There were also some very helpful parts in this section, particularly on the <em>Magic quotes and strings</em> page.  I had always wondered why on some web pages, data output would seem corrupted, with all of these weird backslashes in the middle of the words.  Right after I read the content that explained this occurrence I wondered “WHY?!?!” and sure enough, the dogs were right there, asking and answering the same question.</p>
<p>The <strong><em>Saving form data </em></strong>section includes lessons on sending form data by email, or saving the data to a file.  These were both quite helpful.  After learning PHP, I can imagine one of the first things a student might want to do is to create a contact form on their website that allows visitors to ask a question or send a comment.  This lesson shows how to do that.</p>
<p>Also, in the <em>sending form data by email</em> lesson, the concept of “arguments” within a PHP function is mentioned, but not really introduced.  For someone who is new to PHP and programming as whole (which is likely the target audience for the content) it would be helpful to explain what an argument is and what it does within a function.  A graphic of a function with arrows pointing the arguments might be nice<a title="" href="#_ftn1">[1]</a>.</p>
<p>The <em>saving form data to a file</em> lesson was equally as helpful.  I particularly like figure 9, a table that shows the step by step interaction between the browser, apache web server, and PHP interpreter.  Seeing this really helped to solidify what was actually going.  A few more of these in other areas may be helpful (There is also one in the <em>Complete validation</em> lesson).  Also, the variety of exercises in this section is a good thing.  I especially like the fact that the “Transaction log” exercise was directly applicable to use in a small business.  This is something that has the potential to be immediately useful to students.</p>
<p>The <strong><em>Checking form data</em> </strong>section ended up being very complex.  It revolved mainly around validating user input, but eventually this included using JavaScript on the browser side, PHP on the server side, and then getting them to work with each other and appear seamless to the user.  Despite this complexity it was possible to understand the lesson; one just needs a firm foundation of understanding before putting all the pieces together.  The section culminates in a mega-example in the <em>Complete validation</em> lesson.  HTML, CSS, JavaScript, and PHP are all in play here.</p>
<p>One question that I kept asking myself was “Why do we need server side validation if the data is being checked by JavaScript in the client side?”.  There were three reasons listed in <em>Basic server-side validation </em>lesson that aimed to answer this!  Once again the content seems to anticipate the questions that the student may ask.</p>
<p>PHP Function Libraries are mentioned in both the <em>PHP Functions</em> and <em>PHP Validation Function</em> lessons.  I found myself wondering why these files use the “.inc” extension.  This may be a good question for the dogs to explain.</p>
<p>On the whole, this section required some very hefty thinking.  In fact, the complexity of the final example was almost a little too much.  This may be because the example used a lot of JavaScript which is taught in the ClientCore book.  It’s been a while since I had personally been through that book, so I’m sure that contributed to the difficulty.  I found that I was removing myself from the flow of the lesson more often than usual in order look something up or look back to another lesson for clarification.  Moving in and out of the lesson became disorienting after a while, especially because of the longer lesson length.  This could be combated in a few ways: <strong>(1)</strong> break down the information into smaller bits.  It makes sense for all the content in the <em>Complete Validation</em> page to remain together but maybe the use of H3 tags could be employed even more. (H3 tags are put to good use in the <a href="http://coredogs.com/lesson/complete-validation#Code_changes">Code Changes</a> section)  Breaking the content up graphically like this may help to keep students brains from launching into the stratosphere. <strong>(2) </strong>since a lot of the complexity comes from the fact that we are dealing with both JavaScript and PHP it would be helpful if each time focus is shifted to a bit of code, it would be announced if it was PHP or JavaScript.  This is done sometimes, but for example below figure 8 in the <em>Complete validation </em>lesson, instead of saying:</p>
<p>If the submit() function returns true, the browser goes ahead and…</p>
<p>You could say:</p>
<p>If the JavaScript submit() function returns true, the browser goes ahead and…</p>
<p>Clarifying the language being used as much as possible should help to keep students’ heads on straight.</p>
<p>Finally, I love the “name dropping” of useful webber resources whenever applicable.  Specifically, mentioning the FAMFAMFAM Silk Icon set.  Sometimes searching for the best (free) resources can consume just as much time as the actual coding.  Sharing these resources is highly beneficial.</p>
<p>All in all, these sections were another great chunk of instruction.  For the first time things started feeling really tough (In the <em>Complete validation </em>lesson) but given the complexity of what is being taught, this is probably excusable.</p>
<div><br clear="all" /></p>
<hr align="left" size="1" width="33%" />
<div>
<p><a title="" href="#_ftnref1">[1]</a> Technically, there <em>is</em> a graphic like this in the <em>PHP Functions</em> lesson, but shouldn’t this be explained when we first start talking about functions and arguments?</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CoreDogs Experience: Part 2</title>
		<link>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-2/</link>
		<comments>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-2/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 18:18:05 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[CoreDogs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[coredogs.com]]></category>
		<category><![CDATA[Kieran Mathieson]]></category>
		<category><![CDATA[Learning PHP]]></category>
		<category><![CDATA[Learning Science]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=748</guid>
		<description><![CDATA[Section covered in this article: Web site templates. In each CoreDogs Experience article, my goal is twofold: (1) to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary a CoreDogs feature that is present in multiple places as opposed to a single section) and (2) [...]]]></description>
			<content:encoded><![CDATA[<p>Section covered in this article: <a href="http://coredogs.com/lesson/web-site-templates"><em>Web site templates</em></a>.</p>
<p>In each <em>CoreDogs Experience </em>article, my goal is twofold: <strong>(1)</strong> to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary a CoreDogs feature that is present in multiple places as opposed to a single section) and <strong>(2)</strong> to take a look at what went on in a given section of the course.</p>
<h3>CoreDogs Feature: The Dogs</h3>
<p>Another recurring theme within CoreDogs is the presence of some dog characters.  Some of the commonly appearing ones are named “CC”, “Renata”, and “Kieran”.  They are employed as characters who contribute a sort of Socratic debate method that aim to answer common questions.  For example, after a given amount of explanatory/instructional content either CC or Renata will make a comment like “Hey wait a minute, this seems awfully complex.  Is it worth the effort?”, and then the Kieran character will affirm their question by saying something like “Good point.  Let’s talk about that a bit”.  After this hypothetical dialogue, the course then gives a detailed answer to the dog’s questions.  The screen shot to right is placed near the end of <em>Web site templates</em> section.  The conversation that follows is very helpful in making an argument for the added productivity that the seemingly complex PHP dynamic web template creates.  It serves as a great summation of the usefulness that should be grasped from this section.</p>
<p>This method aims to answer questions that students would commonly ask at a given point in the lesson.  I love this.  (I was immediately reminded of the way the Apostle Paul lists hypothetical questions and then answers them for readers of his letter to the Romans)  As a student, thinking that I could read detailed explanations to my questions would greatly decrease any worry that I might have about taking an online course.  In my opinion, it would be great to see this used in all of the text books that I’m required to use at school.</p>
<p>&nbsp;</p>
<h3>Course Content So Far</h3>
<p>The <em>Web site Templates</em> section focuses on the PHP <em>require</em> command as well as variables to create a dynamic template for a website.  The advantages of this sort of template come from being able to edit the header or footer of a website in one spot, and have the changes be immediate on every page of the site.  You could almost call this sort of template a content management system.</p>
<p>This section felt quite a bit longer and more exercise laden than the previous sections, but this is understandable because it is introducing the actual use of PHP for the first time in the <em>ServerCore</em> book.  To get the student familiar with PHP, a combination of near-transfer and far-transfer exercises are used.  While I was going through these exercises, one question kept popping up in my mind:</p>
<p>Earlier in the ServerCore book, I was instructed to set up a development server on my PC using XAMMP.  This was very easy to set up and has worked seamlessly so far.  BUT, after completing each exercise, the user is instructed to submit the URL of the completed exercise.  This is so the instructor can check my work and make comments on it if necessary.  The problem is that if I submit the “localhost” URL from XAMMP, the instructor won’t be able to access my work.  This shouldn’t surprise anyone, but I think it should be clarified that to submit an exercise, it needs to be first uploaded to an actual web server.<a title="" href="#_ftn1">[1]</a>  In fact, differentiating between the student’s <em>Development</em> and <em>Production</em> server could be useful in that it will familiarize students with this real-world concept that may be used in the workplace.  A comment at the end of an exercise like “Upload the completed exercise to your production server and submit the URL” should be enough once this concept is explained.</p>
<p>Another minor snafu related to the use of XAMMP was that in the <a href="http://coredogs.com/lesson/php-outputs-html"><em>Show IP Addresses</em></a> exercise, IP addresses were displayed as “::1”.  This was mentioned by another student in the discussion section of the exercise (which proved helpful in this case).  If the use of XAMMP is encouraged throughout <em>ServerCore</em>, it may help to mention this in the main body of the content as well.</p>
<p>One more XAMMP related remark was that in the <a href="http://coredogs.com/lesson/php-outputs-html"><em>Web server time</em></a> exercise, the time was displayed was not the same time as my PC’s clock.  This doesn’t bother me much, but I can imagine some students getting frustrated by this (thinking they did something wrong).</p>
<p>The quality of the instructional content is still top-notch, as mentioned in my previous article.  Though, something to be careful about is the use of the HTML &lt;code&gt; tag when referring to file names that are in examples or diagrams.  In the image below (taken from the <a href="http://coredogs.com/lesson/complete-template-system"><em>Complete template system</em></a> page) I thought there was a CSS file named “library.dogsite.css” being referred to.  This is a tiny quibble but may be worth keeping an eye on.</p>
<p>&nbsp;</p>
<p>All in all, this section was rewarding especially because I’m already able to use PHP to create a sort of dynamic web site template.  Many of the images and diagrams work very well and are great at visualizing what is being explained.  I particularly liked this <a href="http://coredogs.com/content_media/lessons/servercore/web-site-templates/dog-site4-explanation/html-pieces.png">color-coded one</a>.  See the table below for a summary of my thoughts on this section.</p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="319">
<p align="center"><strong>What I Liked</strong></p>
</td>
<td valign="top" width="319">
<p align="center"><strong>Needs Improvement</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="319">
<ul>
<li><strong>“The Dogs” and their discussions can be very helpful.  I wished more text books used this!</strong></li>
<li><strong>Being able to actually use PHP in under an hour was encouraging.</strong></li>
<li><strong>Images and diagrams are well done and do an excellent job at further explaining the instructional content.</strong></li>
</ul>
</td>
<td valign="top" width="319">
<ul>
<li><strong>Results of the <em>Show IP Addresses</em> exercise were a little peculiar due to the use of XAMMP.</strong></li>
<li><strong>Results of the <em>Web server time</em> exercise were also peculiar.</strong></li>
<li><strong>Using “x.html” as an example file name could be mistaken for XHTML, the markup language.</strong></li>
<li><strong>Spots where &lt;code&gt; tags are used for file names could be potentially confusing.</strong></li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<div><br clear="all" /></p>
<hr align="left" size="1" width="33%" />
<div>
<p><a title="" href="#_ftnref1">[1]</a> Admittedly, this is mentioned in the instructions for the <a href="http://coredogs.com/lesson/php-outputs-html"><em>Web server time</em></a> exercise, but I think it could be more helpful if it was implemented throughout the <em>ServerCore</em> book.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/12/08/the-coredogs-experience-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The CoreDogs Experience: Part 1</title>
		<link>http://www.mikebrinker.org/blog/2011/10/13/the-coredogs-experience-part-1/</link>
		<comments>http://www.mikebrinker.org/blog/2011/10/13/the-coredogs-experience-part-1/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 17:02:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[CoreDogs]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[coredogs.com]]></category>
		<category><![CDATA[Kieran Mathieson]]></category>
		<category><![CDATA[Learning PHP]]></category>
		<category><![CDATA[Learning Science]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=734</guid>
		<description><![CDATA[Sections covered in this article: Why learn PHP with CoreDogs? and The PHP Ecosystem. In each CoreDogs Experience article, my goal is twofold: (1) to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary a CoreDogs feature that is present in multiple places as opposed [...]]]></description>
			<content:encoded><![CDATA[<p>Sections covered in this article: <a href="http://coredogs.com/lesson/why-learn-php-coredogs"><em>Why learn PHP with CoreDogs?</em></a> and <a href="http://coredogs.com/lesson/php-ecosystem"><em>The PHP Ecosystem</em></a>.</p>
<p>In each <em>CoreDogs Experience </em>article, my goal is twofold: <strong>(1)</strong> to look in-depth at a single feature of the site or its content (this will likely be analysis or commentary a CoreDogs feature that is present in multiple places as opposed to a single section) and <strong>(2)</strong> to take a look at what went on in a given section of the course.</p>
<h3>CoreDogs Feature: Writing Style</h3>
<p>The first thing that jumped out at me was the style and methods of writing that are employed on CoreDogs.  The writing style is clean, factual, and minimal.  Never wordy, every sentence is very clear in the point that it wants to make.  Take for example the two opening paragraphs of the ServerCore book:</p>
<div>
<blockquote><p>ServerCore helps you write programs that run on Web servers. As explained in Foundations, that’s where much of the business value of the Web is. It’s not surprising that companies want to hire people with server-side skills. Even humans, as well as us dogs.</p>
<p>ServerCore covers the programming language PHP. Other languages are used on the server-side, like PERL, Ruby, Java, and C#. The first chapter explains why PHP was chosen. The second chapter is short, talking about how PHP works, and (free!) tools for writing PHP.</p></blockquote>
</div>
<p>Paragraphs often begin with a simple statement like:<span id="more-734"></span></p>
<blockquote><p>ServerCore helps you write programs that run on Web servers.</p></blockquote>
<p>There is a constant sense of purpose present in the content.  It is always aware of what is coming next and is always getting the student ready for it.  The writing is always very quick to explain what will be discussed in the upcoming book/section/lesson.  This is very helpful because the student is never lost in the material.  He/she is constantly reminded of what has been taught, what is being taught, and what will be taught.  Without having to worry about how a particular section fits in with the big picture, the student can focus on the material at hand.</p>
<p>I can’t quite put my finger on it, but the way that CoreDogs’ content is written reminds me of the way that Google’s documentation is sometimes written.  They are both always easy to understand and extremely concise in the way that they communicate.  I’m a big fan of this.</p>
<h3>Course Content So Far</h3>
<p>The first section in the ServerCore book is called <em>“</em><a href="http://coredogs.com/lesson/why-learn-php-coredogs"><em>Why learn PHP with CoreDogs?</em></a><em>”</em>  It begins by explaining how PHP is a core web technology and gives extended examples of why learning PHP can be beneficial to someone.  After the case is made, it is further explained how CoreDogs aims to teach PHP in the ServerCore book and how CoreDogs’ core beliefs differentiate it from other textbooks or online courses.</p>
<p>After establishing the case for learning PHP, the next section “<a href="http://coredogs.com/lesson/php-ecosystem"><em>The PHP Ecosystem</em></a><em>” </em>gives a quick overview of how PHP pages operate on the web.  I was impressed with how brief and comparatively non-technical this overview was.  In no way does this content make the reader a master at understanding PHP architecture (and that is by no means the point here) but it lays a great foundation for understanding what the heck the purpose of PHP code in the big picture.  I can imagine that in a normal PHP textbook the first chapter might explain how to write something like an “if statement”, but as CoreDogs employs its learning science best practices, we get to see the big picture first.</p>
<p>During the “Tools for writing PHP programs lesson” I was able to install an Apache development server on my Windows 7 PC in minutes.  It felt great to get something like that installed and working right away.  I did notice that there were no Mac-specific instructions for the install or links to a Mac version of the development server package.  From my limited experience, it seems like the majority of student tend to purchase MacBooks before going off to school, so it may be advantageous to at least provide a link to <a href="http://www.apachefriends.org/en/xampp-macosx.html">XAMPP for Mac</a>.  I did appreciate the recommendations for both paid and free options for code editors on Mac and Windows.</p>
<p>These first two sections although succinct, served as a great introduction to PHP as a core web technology and actually got me <em>excited</em> to continue through the course.  In conclusion, a summary of what I liked and what I thought could use some re-tooling.</p>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="text-align: center;" valign="top" width="319">
<p align="center"><strong>What I Liked</strong></p>
</td>
<td valign="top" width="319">
<p style="text-align: center;" align="center"><strong>Needs Improvement</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="319">
<ul>
<li>Writing style is awesomely clean and minimalistic, but remains informative and valuable.</li>
<li>Constant reminder of “where we are”. For example what has been covered so far, what is being covered right now, and what will be covered.</li>
<li>The opening section makes a case for why this course is important. (If I had a choice I wouldn’t read a textbook that didn’t do this)</li>
<li>Right off the bat I was able to install an Apache development server in minutes.</li>
</ul>
</td>
<td valign="top" width="319">
<ul>
<li> Would like to see Mac-specific directions or links.  Adding a link to a Mac version of XAMPP would be easy to do.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/10/13/the-coredogs-experience-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Album Review: Helplessness Blues by Fleet Foxes</title>
		<link>http://www.mikebrinker.org/blog/2011/05/30/album-review-helplessness-blues-by-fleet-foxes/</link>
		<comments>http://www.mikebrinker.org/blog/2011/05/30/album-review-helplessness-blues-by-fleet-foxes/#comments</comments>
		<pubDate>Mon, 30 May 2011 19:18:15 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Album Review]]></category>
		<category><![CDATA[Beautiful Music]]></category>
		<category><![CDATA[Fleet Foxes]]></category>
		<category><![CDATA[Helplessness Blues]]></category>
		<category><![CDATA[Helplessness Blues by Fleet Foxes]]></category>
		<category><![CDATA[Indie Folk]]></category>
		<category><![CDATA[Lyrical Beauty]]></category>
		<category><![CDATA[Music Review]]></category>
		<category><![CDATA[Musical Beauty]]></category>
		<category><![CDATA[Post Modernism]]></category>
		<category><![CDATA[Post-postmodernism]]></category>
		<category><![CDATA[Robin Pecknold]]></category>
		<category><![CDATA[Sub Pop Records]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=673</guid>
		<description><![CDATA[Preface/Disclaimer: I am not intensely informed on the genre that this album falls into (Indie Folk is my best estimation).  Jazz, Funk, Rock, and Blues are the primary genres in which I carry the most listening preference and performing experience (I&#8217;m not trying to boast here because my actual performing experience is nothing everything to [...]]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<div id="attachment_676" class="wp-caption alignright" style="width: 280px"><a title="Helplessness Blues by Fleet Foxes | An Album Review from Mikepedia" rel="lightbox" href="http://www.mikebrinker.org/blog/wp-content/uploads/2011/05/fleet-foxes-helplessness-blues.jpg"><img class="size-medium wp-image-676 " title="Helplessness Blues by Fleet Foxes | An Album Review from Mikepedia" src="http://www.mikebrinker.org/blog/wp-content/uploads/2011/05/fleet-foxes-helplessness-blues-300x300.jpg" alt="Helplessness Blues by Fleet Foxes | An Album Review from Mikepedia" width="270" height="270" /></a><p class="wp-caption-text">A gorgeous album cover that you can stare at existentially while you listen to the music.</p></div>
<p></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Preface/Disclaimer:</strong> I am not intensely informed on the genre that this album falls into (<em>Indie Folk</em> is my best estimation).  Jazz, Funk, Rock, and Blues are the primary genres in which I carry the most listening preference and performing experience (I&#8217;m not trying to boast here because my actual performing experience is <del>nothing</del><em> everything</em> to sneeze at.)  But with that being said, I do enjoy meaningful music made by talented people in any genre.  It seems to me that Fleet Foxes&#8217; Helplessness Blues fall perfectly in that category.  So this is less a review about the impact and change that Helplessness Blues brings to the Indie Folk movement and more a review that focuses on what this album means to me &#8212; what I like about it and what I don&#8217;t like about it.</p>
<p><a title="Helplessness Blues by Fleet Foxes | Check out the Amazon.com Page" href="http://www.amazon.com/Helplessness-Blues-Fleet-Foxes/dp/B004LL1HM4/ref=sr_1_4?ie=UTF8&amp;qid=1305749553&amp;sr=8-4" target="_blank">Helplessness Blues</a> is Fleet Foxes&#8217; second full length album. (The first was self-titled <em>Fleet Foxes) </em>Legend has it that the band had a hard time arriving at the final cut of this album.  Initial recordings of most of these tracks were scrapped as Robin Pecknold (lead singer/songwriter) and the band listened to the demos, sighed mournfully, then exclaimed &#8220;DO OVER!&#8221;.  In my opinion the band<span id="more-673"></span> can finally enjoy a sigh of relief because in my opinion, Helplessness Blues turned out to be a meaningful and high-quality record.  This album is filled with all-around beautiful music &#8212; tight and pleasing harmonies,  a smorgasbord of instruments, healthy reverb (more on this below) and powerful lyrics that shed an interesting light on my generation of Americans.</p>
<p><strong>Instrumentally: </strong>Helplessness Blues is a beautiful depiction of the twentysomething, vintage-is-beyond-cool, dare I say slightly hipster aesthetic.  Taking influences from Americana Folk on their self titled debut, and now (some reviewers say) leaning toward a more British folk vibe, the album is filled with the sounds of the 60s and 70s.  I myself can hear the Beach Boys and Crosby, Stills, and Nash, but I&#8217;m sure more studied Folk fans would be able to pick up much more.  One friend of mine called the overall vibe of the album &#8220;minimalist&#8221; and I don&#8217;t believe that would be stretching it.  While harmonies seem well practiced and splendidly executed, I wouldn&#8217;t say these guys are virtuosos.  The way they play their instruments is beautiful and it gets the job done.  They are very good at molding a mood within a song by controlling when the harmonies sound and when the lead singer is alone.  In fact, the times when Robin Pecknold is the only member singing lyrics serve as a sort of spotlight, meant to pull your attention to what he is saying while minding how he is saying it.</p>
<p>Songs are built <em>episodically </em>as opposed to the chorus-verse format.  The album sounds skillfully recorded, with that healthy reverb sound applied without drowning the music itself (this is something that many of albums like these suffer from these days) and the arrangements are dynamic, inviting, and swirling without being intrusive to what the singer is saying.</p>
<p><strong>Lyrically:</strong> The words and the proclamations behind them are what makes Helplessness Blues <em>great </em>music as opposed to good music.  Robin Pecknold writes from a very introspective point of few, such that he tends to make a statement about himself and then ask questions like &#8220;What does that say about me?&#8221;.  The album opens with the following lines (Montezuma, Track 01):</p>
<blockquote><p>So now I am older,<br />
Than my mother and father,<br />
When they had their daughter,<br />
Now what does that say about me?</p></blockquote>
<p>Then he ponders on a failed relationship (Sim Sala Bim, Track 03):</p>
<blockquote><p>What makes me love you despite the reservations?<br />
What do I see in your eyes<br />
Besides my reflection hanging high?</p></blockquote>
<p>In perhaps the most powerful track on the album he makes proclamations about what he wishes his life would be like (Helplessness Blues, Track 05):</p>
<blockquote><p>I was raised up believing I was somehow unique,<br />
Like a snowflake distinct among snowflakes, unique in each way you can see.<br />
And now after some thinking, I&#8217;d say I&#8217;d rather be<br />
A functioning cog in some great machinery serving something beyond me.</p>
<p>&#8230;.[Later in the song]&#8230;.</p>
<p>If I had an orchard I&#8217;d work till I&#8217;m raw<br />
If I had an orchard I&#8217;d work till I&#8217;m sore,<br />
And you would wait tables and soon run the store.</p></blockquote>
<p>Wow.  This is something I can get behind, this is something that resonates with me.  And what shocks me is how fundamentally different this pining is compared to the usual postmodern, meander-through-life philosophy.  Postmodern thought likes to think about what it means to exist, what the purpose of life is.  This is all great stuff to do but the problem is that the postmodern narrative ends ambiguously, eventually leaving an entire generation of Americans still searching for the meaning of life in their twenties instead of producing, creating, and living out that life.  Living at home with Mom and Dad, partying all the time, living paycheck to paycheck, and never coming close to producing or being useful.  <em>That</em> is how I&#8217;ve seen postmodernism influence young people&#8217;s lives (including mine).  We grow up in an environment that gives us quite nearly everything we could want, yet twenty years later we have nothing to show for it.</p>
<p>Yes, I&#8217;m reading into this a LOT.  But I think this is significant.  Here is a guy who&#8217;s band hit it big, selling critically acclaimed music all over the country &#8212; and what he yearns for is to work so hard that his body can&#8217;t physically take it anymore?  Maybe this marks a turning point, or foreshadows post-postmodernism.  If so, I welcome it.  This is the power of music, and Fleet Foxes&#8217; lyrics in particular.</p>
<p><strong>The Big Picture:</strong> If you couldn&#8217;t tell already, I really like Helplessness Blues.  The music beautifully carries that &#8220;vintage&#8217; aesthetic that has become so popular, but thankfully goes deeper.  Robin Pecknold&#8217;s lyrics are incredibly introspective, yet are so well crafted that they ultimately cause the listener to shed light on his/her own life experiences.  Should you buy Helplessness Blues?  At very least check out the <a title="Helplessness Blues by Fleet Foxes | Check out the Samples on iTunes" href="http://itunes.apple.com/us/album/helplessness-blues/id425059566" target="_blank">1 min 30 sec samples on iTunes</a>.  But, if any topic in this review has piqued your interest, GO BUY THIS ALBUM.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/05/30/album-review-helplessness-blues-by-fleet-foxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back From Hiatus With A New Perspective</title>
		<link>http://www.mikebrinker.org/blog/2011/05/19/back-from-hiatus-with-a-new-perspective/</link>
		<comments>http://www.mikebrinker.org/blog/2011/05/19/back-from-hiatus-with-a-new-perspective/#comments</comments>
		<pubDate>Thu, 19 May 2011 23:47:52 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Chemex]]></category>
		<category><![CDATA[Coffee Perpectives]]></category>
		<category><![CDATA[CoffeeFest 2011]]></category>
		<category><![CDATA[Dark Roasts]]></category>
		<category><![CDATA[Eva Cafe Solo]]></category>
		<category><![CDATA[Hario Range Server]]></category>
		<category><![CDATA[Hario V60]]></category>
		<category><![CDATA[Intelligentsia Blew My Mind]]></category>
		<category><![CDATA[Intelligentsia Coffee & Tea]]></category>
		<category><![CDATA[Light Roasts]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=648</guid>
		<description><![CDATA[So much has been going on in these past four months that I&#8217;ve neglected the blog.  My winter semester at the university took my discretionary time by storm, but more importantly (and more relevant to this blog) my whole perspective on coffee has changed.  Let me try to explain: In early February, all coffees were [...]]]></description>
			<content:encoded><![CDATA[<p>So much has been going on in these past four months that I&#8217;ve neglected the blog.  My winter semester at the university took my discretionary time by storm, but more importantly (and more relevant to this blog) my whole perspective on coffee has changed.  Let me try to explain<span id="more-648"></span>:</p>
<p>In early February, all coffees were starting to taste the same to me.  I wanted more from the coffee; more flavor, more excitement, just more &#8212; but the opposite was happening.  I was progressively brewing my coffee stronger and stronger and it was becoming more bitter, and my palette was being coming extremely &#8220;turned off&#8221; and disinterested.  But everything changed for me at the end of February.  I traveled to Chicago to check out the CoffeeFest 2011 at the Navy Pier.  It was basically a trade show for the coffee industry where suppliers of coffee related products set up booths and people in the coffee business could check out what they had to offer.  Overall it was a fun time, but the revelation came when I visited a coffee shop in the Chicago area called <a title="Intelligentsia Coffee &amp; Tea" href="http://www.intelligentsiacoffee.com/" target="_blank">Intelligentsia Coffee &amp; Tea</a>.  I could write pages about my first 45 minute experience at their coffee bar, but right now I&#8217;ll give you the keep-your-attention-blog-style version:</p>
<p>I walked into the coffee shop and immediately saw about six Hario V60 brewing cones set up on the counter, with multiple barristas carefully tending to each one.  It was immediately after this that I realized that at Intelligentsia, each cup of coffee is individually brewed using various single cup brewing methods.  No automatic Bunn machines, no air-pots, no waste.  I had three single origin coffees to choose from; one of which would be brewed using a <a title="Eva Cafe Solo Brewer | Sold at Intelligentsia Coffee &amp; Tea" href="http://www.intelligentsiacoffee.com/store/product/id/914" target="_blank">Eva Cafe Solo</a> (a intriguing brewing device which deserves it&#8217;s own blog post), another would be brewed in a Hario V60, and yet another prepared in a Chemex.  I ended up going with a Perivuan coffee brewed in the Eva Cafe Solo paired with the most delicious cranberry-orange peel-bran muffin that I&#8217;ve had in my life.  This is what it all looked like when the coffee was ready:</p>
<p>&nbsp;</p>
<div id="attachment_651" class="wp-caption aligncenter" style="width: 310px"><a title="Intelligentsia Coffee Service" rel="lightbox" href="http://www.mikebrinker.org/blog/wp-content/uploads/2011/05/intelligentsia-coffee-service.jpg"><img class="size-medium wp-image-651 " style="margin: 1px;" title="Intelligentsia Coffee Service" src="http://www.mikebrinker.org/blog/wp-content/uploads/2011/05/intelligentsia-coffee-service-300x224.jpg" alt="Intelligentsia Coffee Service" width="300" height="224" /></a><p class="wp-caption-text">Intelligentsia Coffee Service</p></div>
<p>&nbsp;</p>
<p>That&#8217;s right.  Every customer is served their coffee in a preheated mug and Hario range server.  I couldn&#8217;t believe it.  This place preheated my mug for me and very carefully and lovingly brewed my coffee using a V60.  This idea was a revelation in itself because all of the coffee establishments within an hour of my house serve coffee the way Starbucks does &#8212; in a paper cup, from an autodrip machine.</p>
<p>The revelation didn&#8217;t stop there.  When I sipped the coffee I could NOT BELIEVE what I was tasting.  The coffee tasted like a chocolate brownie.  Literally.  Then my Dad let me taste his coffee and it I immediately exclaimed &#8220;That tastes like toasted almonds!&#8221;.  As soon as I turned to Intelligentsia&#8217;s description of that particular coffee I saw that they explicitly said that the coffee tastes like toasted almonds.</p>
<p>Preheated mug.  Single cup brewing methods.  Coffee that tastes exactly like its mouth watering description.  Pairings to die for.  At that moment I was questioning if I was still living in the same dimension or I had had been transported into coffee euphoria. (Yes there is a dimension titled &#8220;Coffee Euphoria&#8221;)</p>
<p>So basically, this experience enthralled me on every level that my senses had the ability to detect.  What surprised me even more is that Intelligentsia tends to roast their coffee WAY lighter than what I was used to.  I always knew Starbucks tended to roast dark but this was something else.  The style of roast that Intelligentsia used was bringing new flavors to the surface that I didn&#8217;t even know about before.</p>
<p>This is the new perspective that I&#8217;m talking about.  I am now very much biased towards lighter roasts.  I have come to understand that a lighter roast shows off the characteristics of a coffee&#8217;s origin much more, and that dark roasts tend to homogenize the taste and hide defects.  Of course I had understood these principles for a long time, but now I was tasting the beauty of it.</p>
<p>In summation, this is what&#8217;s different in my approach to coffee:</p>
<ul>
<li>I don&#8217;t like to drink Starbucks anymore.  I think my previous Starbucks reviews still stand on their own as genuine, relevant content, but I&#8217;m going to be taking a new direction now in the reviews that I choose to do.</li>
<li>The method in which coffee is brewed is very important.  Goodbye Cuisinart, hello _____ (insert controllable brewing methods here)</li>
<li>I prefer lighter roasts.  In focusing on lighter roasted coffees my palette has learned a lot of new things, and at the same time my  options when buying coffee has greatly decreased. (You&#8217;d be shocked at how much of a dark roast bias the majority of coffee retailers have.)</li>
<li>I roast more at home.  Now that my choice in coffee selection locally has decreased, I have focused more on roasting at home in my Behmor roaster.  One of the conundrums I&#8217;m now facing is if these micro lot coffees are worth reviewing because 1.) they aren&#8217;t widely available to my potential readership and 2.) by the time I order the coffee, roast it, and review it it may not be available to purchase anymore.</li>
</ul>
<p>Stay tuned for more articles and reviews &#8212; many of which will highlight my new perspective of coffee in greater detail.  Until then, thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/05/19/back-from-hiatus-with-a-new-perspective/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Coffee Review: Starbucks Guatemala Casi Cielo</title>
		<link>http://www.mikebrinker.org/blog/2011/01/08/coffee-review-starbucks-casi-cielo/</link>
		<comments>http://www.mikebrinker.org/blog/2011/01/08/coffee-review-starbucks-casi-cielo/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 21:58:02 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Tasting & Reviews]]></category>
		<category><![CDATA[Casi Cielo 2011]]></category>
		<category><![CDATA[Casi Cielo Review]]></category>
		<category><![CDATA[Guatemala Casi Cielo Coffee Review]]></category>
		<category><![CDATA[Guatemalan Antigua]]></category>
		<category><![CDATA[Guatemalan Antigua Coffee Review]]></category>
		<category><![CDATA[Starbucks Coffee]]></category>
		<category><![CDATA[Starbucks Coffee Review]]></category>
		<category><![CDATA[Starbucks Guatemala Casi Cielo]]></category>
		<category><![CDATA[Starbucks Guatemalan Casi Cielo]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=622</guid>
		<description><![CDATA[Do you remember the first coffee that you loved?  Maybe you&#8217;ve been drinking coffee for most of your life, but there was a specific blend or single-origin offering that flipped your coffee-fanatic switch.  For me, I&#8217;m not ashamed to say it was Starbucks Guatemala Casi Cielo.  I&#8217;ll be the first to admit that Starbucks&#8217; offerings [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_624" class="wp-caption alignright" style="width: 181px"><a title="Starbucks Guatemala Casi Cielo" href="http://www.mikebrinker.org/blog/wp-content/uploads/2011/01/starbucks-guatemala-casi-cielo.png"><img class="size-medium wp-image-624 " title="Starbucks Guatemala Casi Cielo" src="http://www.mikebrinker.org/blog/wp-content/uploads/2011/01/starbucks-guatemala-casi-cielo-214x300.png" alt="Starbucks Guatemala Casi Cielo" width="171" height="240" /></a><p class="wp-caption-text">Starbucks Guatemala Casi Cielo</p></div>
<p>Do you remember the first coffee that you loved?  Maybe you&#8217;ve been drinking coffee for most of your life, but there was a specific blend or single-origin offering that flipped your coffee-fanatic switch.  For me, I&#8217;m not ashamed to say it was Starbucks Guatemala Casi Cielo.  I&#8217;ll be the first to admit that Starbucks&#8217; offerings can be far from perfect for the educated coffee intelligentsia, but as someone who was used to grocery grade coffee compost, this whole bean selection blew me away.</p>
<p><strong>The Facts: </strong>Starbucks Guatemala Casi Cielo sells for $12.95 per pound at your local Starbucks store.  It&#8217;s available during the months of January and February.  Starbucks creates the blend from several single origin farm in the Antigua Region of Guatemala and roasts the coffee into 2nd crack.  It&#8217;s definitely not among their darkest roasts, but remember this <em>is </em>Starbucks, so the roast remains in the dark spectrum.  The term &#8220;Casi Cielo&#8221; means &#8220;almost heaven&#8221; in English.  A Chef at the Canlis restaurant in Seattle worked with Starbucks to develop this coffee to be served with fine dining desserts.  I believe it&#8217;s available year round at the restaurant, but Starbucks offers it to the general public in the first months of each year.  On their website Starbucks mentions the collaboration and explains:</p>
<blockquote><p>Together, we created a remarkable coffee with a depth and versatility   perfect for a variety of gourmet entrees and desserts – particularly   those with savory herbs or cheeses, rich chocolate or berries.</p></blockquote>
<p>So let&#8217;s find out for ourselves; is Casi Cielo really as great as Starbucks says it is?<span id="more-622"></span></p>
<p style="text-align: center;">
<p><strong>What my nose said: </strong>Sweet and cedary.  Medium to heavy in body (this is just an estimate by scent of course) with a smoky, chocolate vibe dominating.  A very faint hint of brightness is detectable as tones of banana, but is barely there.</p>
<div id="attachment_641" class="wp-caption alignleft" style="width: 310px"><a title="Starbucks Guatemala Casi Cielo Review | From Mikepedia" href="http://www.mikebrinker.org/blog/wp-content/uploads/2011/01/Guatemala-Casi-Cielo.jpg"><img class="size-medium wp-image-641 " title="Casi-Cielo-2011" src="http://www.mikebrinker.org/blog/wp-content/uploads/2011/01/Guatemala-Casi-Cielo-300x225.jpg" alt="Starbucks Guatemala Casi Cielo Review | From Mikepedia" width="300" height="225" /></a><p class="wp-caption-text">Take a close look at the beans; this isn&#39;t the darkest of Starbucks&#39; roasts, but it&#39;s up there.</p></div>
<p><strong>What my mouth said: </strong>A roast-y medium bodied coffee will smooth tendencies.  All flavors here are tenor and bass notes, nothing really in the upper ranges.  A very dainty acidity first touches the tongue, and right as you notice it, it&#8217;s gone.  Then this tenor toned zesty roast flavor comes through, it&#8217;s not necessarily burnt tasting, but close to it.  Imagine making toast and stopping right before it would considered &#8220;burned&#8221;.  That&#8217;s what this is like.  The body is silky with medium weight.  As the coffee flows off the palette a nutty milk chocolate flavor is left behind, like a Hershey&#8217;s Milk Chocolate Bar with Almonds.</p>
<p><strong>The Big Picture:</strong> I really like Starbucks Guatemalan Casi Cielo this year.  As usual with Starbucks, if the coffee <em>tastes</em> good, then the $12.95 per pound price is worth it.  Since this is a blend of many farms in Guatemala&#8217;s Antigua region, I would wager that not every bag of Casi Cielo will taste the same.  I know for a fact that this offering changes in quality from year to year.  In 2009 it blew my away, and in 2010 it was a major disappointment.  Fortunately it seems that this year Starbucks was able to get a hold of several great coffee lots for the blend.  That being said, let&#8217;s remember what we are reviewing here: a widely available dark roasted blend or Guatemalan coffees.  Sure, compared to Tim Horton&#8217;s coffee this stuff is elegant, but it&#8217;s no single origin Guatemalan specialty fit for a cupping table.</p>
<p>I&#8217;m a huge fan of Guatemalan coffees because they usually flaunt the best of both worlds: tangy, lively acidity, and a muscular, full body.  They tend to please almost any sort of coffee drinker, and can work at a wide range of roast levels.  This year Casi Cielo tastes good enough as a dark roast blend that I wish we could try it roasted to the Full City level, because it would probably be exceptional.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2011/01/08/coffee-review-starbucks-casi-cielo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://www.mikebrinker.org/blog/2010/12/16/merry-christmas/</link>
		<comments>http://www.mikebrinker.org/blog/2010/12/16/merry-christmas/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 18:12:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Twas the Night Before Christmas]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=615</guid>
		<description><![CDATA[Merry Christmas everyone!  What an amazing time of year this is; to be with friends, to be with family, loved ones, and all the great things that go along with it.  Enjoy this reading of Twas the Night Before Christmas by my friend Trevor. Happy Holidays, Merry Christmas, and Happy New Year!]]></description>
			<content:encoded><![CDATA[<p>Merry Christmas everyone!  What an amazing time of year this is; to be with friends, to be with family, loved ones, and all the great things that go along with it.  Enjoy this reading of <em>Twas the Night Before Christmas</em> by my friend Trevor.</p>
<p>Happy Holidays, Merry Christmas, and Happy New Year!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2010/12/16/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.mikebrinker.org/podcast/Twas the Night Before Christmas.mp3" length="5900456" type="text/plain" />
<enclosure url="http://www.mikebrinker.org/podcast/Twas the Night Before Christmas.mp3" length="5900456" type="text/plain" />
		</item>
		<item>
		<title>Coffee Review: Kenya AA from Coffee Kiss Company</title>
		<link>http://www.mikebrinker.org/blog/2010/10/21/coffee-review-kenya-aa-from-coffee-kiss-company/</link>
		<comments>http://www.mikebrinker.org/blog/2010/10/21/coffee-review-kenya-aa-from-coffee-kiss-company/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 15:45:32 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Tasting & Reviews]]></category>
		<category><![CDATA[Bright Coffee]]></category>
		<category><![CDATA[Coffee for Iced Coffee]]></category>
		<category><![CDATA[Coffee Kiss Company]]></category>
		<category><![CDATA[Coffee Review]]></category>
		<category><![CDATA[Coffee Tasting]]></category>
		<category><![CDATA[Favorite Coffee]]></category>
		<category><![CDATA[Kenya AA]]></category>
		<category><![CDATA[Kenya AA Coffee]]></category>
		<category><![CDATA[Kenyan Coffee]]></category>
		<category><![CDATA[Summer Coffee]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=220</guid>
		<description><![CDATA[&#8220;Kenya AA&#8221; seems to be one of those coffees that is known to many people along with Columbia, Sumatra, and Kona.  Despite this fact, I haven&#8217;t had very many Kenyan coffees.  I&#8217;ve had Starbucks&#8217; version (which didn&#8217;t wow me) and an over extracted french press serving from Roast &#38; Toast, a cafe/roaster in northern Michigan.  [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_222" class="wp-caption alignleft" style="width: 310px"><a title="Kenya AA from Coffee Kiss Company" rel="lightbox" href="http://www.mikebrinker.org/blog/wp-content/uploads/2010/05/CK-Kenya-5.20.10-web.jpg"><img class="size-medium wp-image-222 " title="Kenya AA from Coffee Kiss Company" src="http://www.mikebrinker.org/blog/wp-content/uploads/2010/05/CK-Kenya-5.20.10-web-300x224.jpg" alt="Kenya AA from Coffee Kiss Company" width="300" height="224" /></a><p class="wp-caption-text">Kenya AA from Coffee Kiss Company</p></div>
<p>&#8220;Kenya AA&#8221; seems to be one of those coffees that is known to many people along with Columbia, Sumatra, and Kona.  Despite this fact, I haven&#8217;t had very many Kenyan coffees.  I&#8217;ve had Starbucks&#8217; version (which didn&#8217;t wow me) and an over extracted french press serving from Roast &amp; Toast, a cafe/roaster in northern Michigan.  So naturally, when given the chance to try a Kenya AA from a company with a great track record I was excited.  As for pricing, this <a title="Kenya AA from Coffee Kiss Company | Coffee Review from Mikepedia" href="http://coffeekisscompany.com/features/kenya-aa.html">Kenya AA</a> is reasonable for a specialty coffee.</p>
<p><strong>Info: </strong>The beans appeared to be roasted at the light end of &#8220;medium&#8221; and smelled extremely fresh when I opened the bag.  The label states that the coffee delivers &#8220;&#8230;snap, spiciness, and lemony brightness.&#8221;<span id="more-220"></span></p>
<p><strong>Nose: </strong> At first when I smelled this coffee I was immediately (in my mind) transported to the brick patio in my backyard, and I had a plate of freshly sliced, juicy cantaloupe on my lap.  To some this may seem exaggerated but the melon component is there.  The coffee smells bright and happy right away, screaming &#8220;SUMMER!&#8221; into my nostrils.  Under closer examination there is a complex middle layer that smells like figs and tobacco.  Rounding out the lower end of the scent spectrum is a roasty sweetness that one would only expect to find in a much darker roasted coffee.</p>
<p><strong>Mouth: </strong>Right away I taste possibly the sweetest acidity I have ever had in a coffee.  The acidity has the tartness of a lemon but manages to be as sweet as juicy cantaloupe at the same time.  It somehow manages to be smooth and slightly abrasive.  The acidity has body to it in and of itself and it&#8217;s a glorious thing.  On it&#8217;s way it leaves behind the tiniest hint of coriander.  Remnants of seared brown sugar hang around on my palette until I take the next sip.</p>
<p><strong>The Big Picture: </strong>This is an absolutely exceptional coffee.  It ranks in my top 5 favorite coffee experiences of all time.  It is elegant enough to be one of those coffees that you sit around and savor into the late hours of the night but it just doesn&#8217;t last that long.  It&#8217;s too tasty.  I can&#8217;t sit and savor for more than a few minutes because suddenly I&#8217;m gulping it and jumping up and down with joy (literally).  If you buy this coffee be sure to try it with some of your favorite dark chocolate (not too dark, maybe 60% cacao) or a sweet and fruity pastry, (maybe a banana muffin?).  Due to the brightness of this coffee it would also be a solid choice for those that like to enjoy iced coffee in the summertime.  I don&#8217;t want to keep going on and on about it, but if you are serious enough about your coffee to be reading a coffee review blog then you should probably try this.  It&#8217;s really, <em>really</em> good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2010/10/21/coffee-review-kenya-aa-from-coffee-kiss-company/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Coffee Review: Starbucks Reserve El Salvador Montecarlos Estate Pacamara</title>
		<link>http://www.mikebrinker.org/blog/2010/09/30/coffee-review-starbucks-reserve-el-salvador-montecarlos-estate-pacamara/</link>
		<comments>http://www.mikebrinker.org/blog/2010/09/30/coffee-review-starbucks-reserve-el-salvador-montecarlos-estate-pacamara/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 23:06:56 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Tasting & Reviews]]></category>
		<category><![CDATA[Coffee Pairing]]></category>
		<category><![CDATA[Coffee Review]]></category>
		<category><![CDATA[Coffee Tasting]]></category>
		<category><![CDATA[Starbucks]]></category>
		<category><![CDATA[Starbucks Coffee Review]]></category>
		<category><![CDATA[Starbucks Reserve El Salvador Monstecarlos Estate Pacamara]]></category>
		<category><![CDATA[Starbucks Reserve El Salvador Monstecarlos Estate Pacamara Pairing]]></category>
		<category><![CDATA[Starbucks Reserve El Salvador Monstecarlos Estate Pacamara Review]]></category>
		<category><![CDATA[Starbucks Reserve El Salvador Monstecarlos Estate Pacamara Tasting]]></category>

		<guid isPermaLink="false">http://www.mikebrinker.org/blog/?p=541</guid>
		<description><![CDATA[Starbucks Reserve El Salvador Montecarlos Estate.  Wow, that&#8217;s a big name for a coffee so let&#8217;s break it down.  This coffee is one of four coffees to be released this October as part of Starbucks&#8217; Reserve line.  It&#8217;s from the country of El Salvador, grown on the Montecarlos Estate farm.  Grown in mineral rich soil [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_542" class="wp-caption alignleft" style="width: 262px"><a title="Starbucks Reserve El Salvador Monstecarlos Estate Pacamara" rel="lightbox" href="http://www.mikebrinker.org/blog/wp-content/uploads/2010/09/P1070149.jpg"><img class="size-medium wp-image-542   " title="Starbucks Reserve El Salvador Monstecarlos Estate Pacamara" src="http://www.mikebrinker.org/blog/wp-content/uploads/2010/09/P1070149-300x225.jpg" alt="Starbucks Reserve El Salvador Monstecarlos Estate Pacamara" width="252" height="190" /></a><p class="wp-caption-text">A half pound of the latest Starbucks Reserve offering.</p></div>
<p><a href="http://www.starbucksstore.com/products/shprodde.asp?SKU=309202" target="_blank">Starbucks Reserve El Salvador Montecarlos Estate</a>.  Wow, that&#8217;s a big name for a coffee so let&#8217;s break it down.  This coffee is one of four coffees to be released this October as part of Starbucks&#8217; Reserve line.  It&#8217;s from the country of El Salvador, grown on the Montecarlos Estate farm.  Grown in mineral rich soil at very high elevation, this coffee is out to make a name for itself.  All of the beans in this lot are of the <em>Pacamara</em> varietal.</p>
<p><strong>What the heck is a <em>Pacamara</em> varietal and what is it doing in my coffee?</strong></p>
<p>Coffee plants come in several different varieties.  Think of dog species; cocker spaniel, golden retriever, etc&#8230; They are all dogs (or coffee) but there are different types.  Pacamara is one of these &#8220;species&#8221;.  It is actually a combination of two other species that has been cultivated over the years.  Enough of this coffee geek stuff.</p>
<p>This Montecarlos Estate coffee is grown at 6,000 ft. above sea level on the top of a dormant volcano.  Starbucks says the coffee has herbal chocolate notes with a medium body and some acidity.</p>
<p><strong>Beans: </strong>Fresh, and slightly nutty smelling compared to most coffees.  It&#8217;s roasted on the darker side, with spotted oils showing on the outside of the beans.  You can tell it&#8217;s quite fresh, and I&#8217;m sure the one way valve on the bag helps this.</p>
<p><strong><span id="more-541"></span></strong></p>
<div id="attachment_560" class="wp-caption alignright" style="width: 310px"><strong><strong><a title="A close look at these Pacamara beans from El Salvador" href="http://www.mikebrinker.org/blog/wp-content/uploads/2010/09/Starbucks-Reserve-El-Salvador-Montecarlos-Estate-Pacamara.jpg"><img class="size-medium wp-image-560 " title="Starbucks-Reserve-El-Salvador-Montecarlos-Estate-Pacamara-Beans" src="http://www.mikebrinker.org/blog/wp-content/uploads/2010/09/Starbucks-Reserve-El-Salvador-Montecarlos-Estate-Pacamara-300x225.jpg" alt="A close look at these Pacamara beans from El Salvador" width="300" height="225" /></a></strong></strong><p class="wp-caption-text">A close look at these Pacamara beans from El Salvador</p></div>
<p><strong>Nose: </strong>The herbal and chocolate notes are present.  I&#8217;m not saying this just because it&#8217;s on the label; there are definite cinnamon and milk chocolate characteristics to smell here.  There is also a bit of a buttery nuance.  On the whole it smells like a warm and buttery chocolate filled croissant with cinnamon sprinkled on top.</p>
<p><strong>Mouth:</strong> Wow. Wow. Wow.  Right when I sipped the coffee all I could think of was a liquefied Hershey&#8217;s Milk Chocolate Bar with Almonds.  It tastes just like it.  Very smooth through the entire palette, with a slight spicy herb character in the background.  Starbucks says there is a &#8220;delightfully assertive brightness&#8221; but I disagree.  I would say there is an orange acidity character with a moderate case of stage fright.  It&#8217;s not very prominent, but that&#8217;s alright because this coffee is delightfully smooth.  It has a medium body (bordering on heavy) that wraps up in a rather clean finish.</p>
<p><strong>Pairing: </strong><em>Edy&#8217;s Grand Rocky Road Ice Cream &#8211;&gt; </em>My favorite ice cream with creamy milk chocolate, bits of almond, and fluffy marshmallows.  What a perfect pairing!  The coffee mellows out when paired with the ice cream, which oddly enough makes the acidity easier to find.</p>
<p><strong>The Big Picture: </strong>Another great offering from Starbucks Reserve line of coffees.  Starbucks&#8217; description of the acidity is a little misleading, so don&#8217;t think you are getting a big bright coffee.  Smooth balance is what is going here (similar to their <a title="Starbucks Reserve Gálapagos San Cristóbal | Coffee Review from Mikepedia" href="http://www.mikebrinker.org/blog/2010/09/20/coffee-review-starbucks-reserve-galapagos-san-cristobal-pairing/">Galapagos Coffee</a>).  I&#8217;m now curious to see if Starbucks will differentiate with brighter or bolder coffees in this new Reserve categories later on.</p>
<p>If you like smooth, medium bodied coffees from Middle and South America, then you will definitely like El Salvador Montecarlos Estate Pacamara.  Be sure to look for the buttery note in this coffee, it&#8217;s great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikebrinker.org/blog/2010/09/30/coffee-review-starbucks-reserve-el-salvador-montecarlos-estate-pacamara/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

