<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>what2day</title>
    <link>http://what2day.posterous.com</link>
    <description>so... what did carlyn do today</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#c99462104" type="application/json" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/what2day" /><feedburner:info uri="what2day" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><item>
      <pubDate>Thu, 17 Nov 2011 13:27:00 -0800</pubDate>
      <title>Wordpress Intermezzo - RobinRCutler.com</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/bYY8w6PGrk8/wordpress-intermezzo-robinrcutlercom</link>
      <guid isPermaLink="false">http://what2day.posterous.com/wordpress-intermezzo-robinrcutlercom</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Or the answer to &amp;nbsp;- So Carlyn, what happened to the Drupal Series?&lt;p /&gt;It is still going, but I had an "Wordpress Emergency" to attend to. &amp;nbsp;My mom has a website. She's had it for a while but it has been neglected. I built it back in 2007 in Wordpress. While Wordpress was and is the best choice for this type of site, &amp;nbsp;it was a real hassle. Wordpress has made a number of changes for the better in the past four years. The custom menu feature alone saved me hours and an hours of custom php scripting ( I swear I wrote a function called know_who_the_freakin_ancestor_is_already() )&lt;p /&gt; What brings the big change on now is that she has a lot of material for her new project. Also, it is going to be winter in New York - well it IS winter in New York, and what goes better with a cup of tea and snow outside than blogging? &amp;nbsp;Also if I didn't do it NOW... well things fall through the cracks, and she's a good mom. &lt;p /&gt; &lt;a href="http://www.flickr.com/photos/carlynorama/6355063135"&gt;&lt;img class="posterous_download_image" src="http://farm7.static.flickr.com/6225/6355063135_e748b6dd57.jpg" border="0" height="500" width="468" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;I modified the basic Twenty Eleven theme because that is really the one she liked. I was going to use &lt;a href="http://wordpress.org/extend/themes/delicate"&gt;Deilcate&lt;/a&gt;, but in the end I think she made a good call. Twenty Eleven is very well documented because it is the default. &amp;nbsp;&lt;a href="http://zeaks.org/nomnom-twenty-eleven-child-theme/"&gt;NomNom&lt;/a&gt; I think, might also be a good choice to make a child theme from in the future maybe, but I couldn't find it in the Wordpress.org theme repository.
&lt;p /&gt;
&lt;div&gt;I'm not going to go through the whole set up, but there are some key modifications that took me a long time to wrestle with, so hopefully this will save someone else time some day. A couple of them could be full on tutorials, but I've got to get back to Drupal!&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;1. Make a child theme of twenty eleven&lt;br /&gt;2. Turn comments on pages off&lt;br /&gt;3. Change the position of the menu bar relative to the image.&lt;br /&gt;4. Make the header image auto select itself depending on the post&amp;nbsp;category.&lt;br /&gt; 5. Change how sticky posts display on Showcase home (move them down to recent posts)&lt;br /&gt;6. Auto Create More Tags for Content going on the Front page.&amp;nbsp;&lt;br /&gt;7.&amp;nbsp;Put child pages of the Front page at the top of the showcase template&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;1. Make a child theme of twenty eleven&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The first thing I wanted to do is screw with the colors, and I started here -&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;a href="http://theme.fm/2011/07/how-to-create-a-child-theme-based-on-twenty-eleven-791/"&gt;http://theme.fm/2011/07/how-to-create-a-child-theme-based-on-twenty-eleven-791/&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The bad things bout this tutorial is only that the CSS it gives doesn't have the gradients like the parent theme. By searching the style.css file of&amp;nbsp;of 2011&amp;nbsp;for "&lt;span style="font-size: 12px; color: #1f0d0d; font-family: Courier 10 Pitch, Courier, monospace; line-height: 25px; background-color: #ffffff;"&gt;#access&lt;/span&gt;" &amp;nbsp;you can copy and paste it's code into your own css file and tweak the colors there. &amp;nbsp;Do that second, after you have seen that the orange example works so you know that your color scheme will in fact take.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;2. Turn comments on pages off&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;To my mind, comments are for posts, not pages. &amp;nbsp;I moved a copy of page.php to my new child-theme directory and changed&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;&amp;lt;?php comments_template( '', true ); ?&amp;gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p /&gt;
&lt;div&gt;to&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;&amp;lt;?php comments_template( '', false ); ?&amp;gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;3. Change the position of the menu bar relative to the image.&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I wanted the menu bar ABOVE the image because one of my header images is taller than the others. I think it is better when the menu stays in the same place. I did it purely in CSS. This isn't ideal because it makes the menu cover the image when the theme is scaled down, but it was taking me a long time to get it to work by changing the flow of the header.php, so I gave up and went with the CSS hack. &amp;nbsp;If I need to revisit this in the future I'll take a look at how the NomNom theme puts it's second bar above the header image.&amp;nbsp;&lt;/div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class="data type-css"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="nf"&gt;#access&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;position&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="k"&gt;absolute&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;top&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="m"&gt;180px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;span class="nf"&gt;#branding&lt;/span&gt; &lt;span class="nt"&gt;img&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;position&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="k"&gt;relative&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;margin-top&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="m"&gt;50px&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;strong&gt;4. Make the header image auto select itself depending on the post&amp;nbsp;category.&lt;/strong&gt;
&lt;p /&gt;
&lt;div&gt;I didn't want my mom to have to think about a special image for every post, and yet, as we go I want the images for&amp;nbsp;different&amp;nbsp;categories to be different. I created a directory in my child theme's home directory called /images/headers and put images with names based on category slugs in there. This is not a good long term solution because it means Mom can 't change them herself. &amp;nbsp;(FTP isn't her thing... yet) Some day I'll look into adding a "pick image for category header" to the dashboard, but not this week!&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;&lt;div class="data type-php"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="x"&gt; &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?PHP&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Check if this is a post or page, if it has a thumbnail, and if it&amp;#39;s a big one&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;is_singular&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;has_post_thumbnail&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;ID&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="cm"&gt;/* $src, $width, $height */&lt;/span&gt; &lt;span class="nv"&gt;$image&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;wp_get_attachment_image_src&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;get_post_thumbnail_id&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;ID&lt;/span&gt; &lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$image&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;=&lt;/span&gt; &lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Houston, we have a new header image!&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="nx"&gt;get_the_post_thumbnail&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;ID&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post-thumbnail&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;//--- Added to have blog category page headings						&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;elseif&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;is_category&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$cat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_query_var&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;cat&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$yourcat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_category&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$cat&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$src&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory_uri&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$yourcat&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;slug&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$loc&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$yourcat&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;slug&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$dflt&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory_uri&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/blog_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;                        &lt;/div&gt;&lt;div class="line" id="LC17"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;file_exists&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$loc&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;                        &lt;/div&gt;&lt;div class="line" id="LC19"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;img src=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$src&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; width&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; height=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;alt=&amp;quot;&amp;quot; /&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;img src=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$dflt&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; width&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; height=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;alt=&amp;quot;&amp;quot; /&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;    &lt;/div&gt;&lt;div class="line" id="LC23"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// end of blog category page headings &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;//--- Added to have posts show their category image if none other available.	&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;elseif&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;is_single&lt;/span&gt;&lt;span class="p"&gt;())&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$category&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_the_category&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$kat&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nv"&gt;$category&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;category_nicename&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC28"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$src&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory_uri&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$kat&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$loc&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$kat&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$dflt&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_stylesheet_directory_uri&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/blog_header.jpg&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC32"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC33"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;file_exists&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$loc&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;                        &lt;/div&gt;&lt;div class="line" id="LC34"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;img src=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$src&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; width&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; height=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;alt=&amp;quot;&amp;quot; /&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC35"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC36"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;img src=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nv"&gt;$dflt&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; width&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; height=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;alt=&amp;quot;&amp;quot; /&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC37"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;    &lt;/div&gt;&lt;div class="line" id="LC38"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC39"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// end of post category heading&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC40"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;//------ blog home page setting&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC41"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;elseif&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;is_home&lt;/span&gt;&lt;span class="p"&gt;())&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC42"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;img src=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;get_stylesheet_directory_uri&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;/images/headers/blog_header.jpg&amp;quot; width&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;&amp;quot; height=&amp;quot;&amp;#39;&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;alt=&amp;quot;&amp;quot; /&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC43"&gt;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC44"&gt;&lt;span class="x"&gt;        &amp;lt;img src=&amp;quot;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;header_image&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;quot; width=&amp;quot;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="nx"&gt;HEADER_IMAGE_WIDTH&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;quot; height=&amp;quot;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="nx"&gt;HEADER_IMAGE_HEIGHT&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;quot; alt=&amp;quot;&amp;quot; /&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC45"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// end check for featured image or standard header ?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC46"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p /&gt;
&lt;strong&gt;5. Change how sticky posts display on Showcase home (move them down to recent posts area)&lt;/strong&gt;
&lt;p /&gt;
&lt;div&gt;First there has to be a static front page and it has to have showcase.php as it's template. There is a flaw in the directions for this in the Codex, I think. They say to call your new page for the front "Home," but the is_home() function finds the blog home page and is_front() finds the real front page. Calling a page "Home" other than the one returned by the &amp;nbsp;is_home() function seems like a recipie for confusion, so I called mine Front instead.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;a href="http://codex.wordpress.org/Creating_a_Static_Front_Page"&gt;http://codex.wordpress.org/Creating_a_Static_Front_Page&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://codex.wordpress.org/Pages"&gt;http://codex.wordpress.org/Pages&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I moved a copy of showcase.php to my child theme, took out all the code that it used for sticky posts and changed the recent posts section to be the following.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class="data type-php"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;span rel="#L47" id="L47"&gt;47&lt;/span&gt;
&lt;span rel="#L48" id="L48"&gt;48&lt;/span&gt;
&lt;span rel="#L49" id="L49"&gt;49&lt;/span&gt;
&lt;span rel="#L50" id="L50"&gt;50&lt;/span&gt;
&lt;span rel="#L51" id="L51"&gt;51&lt;/span&gt;
&lt;span rel="#L52" id="L52"&gt;52&lt;/span&gt;
&lt;span rel="#L53" id="L53"&gt;53&lt;/span&gt;
&lt;span rel="#L54" id="L54"&gt;54&lt;/span&gt;
&lt;span rel="#L55" id="L55"&gt;55&lt;/span&gt;
&lt;span rel="#L56" id="L56"&gt;56&lt;/span&gt;
&lt;span rel="#L57" id="L57"&gt;57&lt;/span&gt;
&lt;span rel="#L58" id="L58"&gt;58&lt;/span&gt;
&lt;span rel="#L59" id="L59"&gt;59&lt;/span&gt;
&lt;span rel="#L60" id="L60"&gt;60&lt;/span&gt;
&lt;span rel="#L61" id="L61"&gt;61&lt;/span&gt;
&lt;span rel="#L62" id="L62"&gt;62&lt;/span&gt;
&lt;span rel="#L63" id="L63"&gt;63&lt;/span&gt;
&lt;span rel="#L64" id="L64"&gt;64&lt;/span&gt;
&lt;span rel="#L65" id="L65"&gt;65&lt;/span&gt;
&lt;span rel="#L66" id="L66"&gt;66&lt;/span&gt;
&lt;span rel="#L67" id="L67"&gt;67&lt;/span&gt;
&lt;span rel="#L68" id="L68"&gt;68&lt;/span&gt;
&lt;span rel="#L69" id="L69"&gt;69&lt;/span&gt;
&lt;span rel="#L70" id="L70"&gt;70&lt;/span&gt;
&lt;span rel="#L71" id="L71"&gt;71&lt;/span&gt;
&lt;span rel="#L72" id="L72"&gt;72&lt;/span&gt;
&lt;span rel="#L73" id="L73"&gt;73&lt;/span&gt;
&lt;span rel="#L74" id="L74"&gt;74&lt;/span&gt;
&lt;span rel="#L75" id="L75"&gt;75&lt;/span&gt;
&lt;span rel="#L76" id="L76"&gt;76&lt;/span&gt;
&lt;span rel="#L77" id="L77"&gt;77&lt;/span&gt;
&lt;span rel="#L78" id="L78"&gt;78&lt;/span&gt;
&lt;span rel="#L79" id="L79"&gt;79&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="x"&gt;&amp;lt;section class=&amp;quot;recent-posts&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;span class="sd"&gt;/**&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;span class="sd"&gt; * Begin the featured posts section.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;span class="sd"&gt; *&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;span class="sd"&gt; * See if we have any sticky posts and use them to create our featured posts.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&lt;span class="sd"&gt; */&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&lt;span class="nv"&gt;$sticky&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;get_option&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;sticky_posts&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;span class="c1"&gt;// Proceed only if sticky posts exist.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="o"&gt;!&lt;/span&gt; &lt;span class="k"&gt;empty&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$sticky&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$featured_args&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post__in&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="nv"&gt;$sticky&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post_status&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;publish&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;posts_per_page&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;10&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;no_found_rows&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC17"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// The Featured Posts query.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$featured&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;WP_Query&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$featured_args&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC19"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC20"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Proceed only if published posts exist&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$featured&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;  &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&lt;span class="x"&gt;        &amp;lt;h1 class=&amp;quot;showcase-heading&amp;quot;&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;_e&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;Featured Post&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&lt;span class="x"&gt;        &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$featured&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nv"&gt;$featured&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;the_post&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Set $more to 0 in order to only get the first part of the post.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;global&lt;/span&gt; &lt;span class="nv"&gt;$more&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$more&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;get_template_part&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;content&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;get_post_format&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC28"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;endwhile&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;	&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;&lt;span class="x"&gt;       &amp;lt;!-- .featured-posts --&amp;gt;                                           &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// End check for published posts. ?&amp;gt;   &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC31"&gt;&lt;span class="o"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="nx"&gt;php&lt;/span&gt; &lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// End check for sticky posts. ?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC32"&gt;&amp;nbsp;&lt;span class="o"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="nx"&gt;php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC33"&gt;&lt;span class="sd"&gt;/**&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC34"&gt;&lt;span class="sd"&gt; * Begin the recent posts section.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC35"&gt;&lt;span class="sd"&gt; *&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC36"&gt;&lt;span class="sd"&gt; */&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC37"&gt;&amp;nbsp;&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC38"&gt;&lt;span class="x"&gt;&amp;lt;h1 class=&amp;quot;showcase-heading&amp;quot;&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;_e&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;Recent Posts&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC39"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC40"&gt;&lt;span class="c1"&gt;// Display our recent posts, showing full content for the very latest, ignoring Aside posts.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC41"&gt;&lt;span class="nv"&gt;$recent_args&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC42"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;order&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;DESC&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC43"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post__not_in&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="nx"&gt;get_option&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;sticky_posts&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;),&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC44"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;tax_query&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC45"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC46"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;taxonomy&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post_format&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC47"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;terms&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post-format-aside&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post-format-link&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post-format-quote&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;post-format-status&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;),&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC48"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;field&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;slug&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC49"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;operator&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;NOT IN&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC50"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;),&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC51"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;),&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;no_found_rows&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC53"&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC54"&gt;&lt;span class="c1"&gt;// Our new query for the Recent Posts section.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC55"&gt;&lt;span class="nv"&gt;$recent&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;WP_Query&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$recent_args&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC56"&gt;&lt;span class="c1"&gt;// The first Recent post is displayed normally&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC57"&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$recent&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nv"&gt;$recent&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;the_post&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC58"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Set $more to 0 in order to only get the first part of the post.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC59"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;global&lt;/span&gt; &lt;span class="nv"&gt;$more&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC60"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$more&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC61"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nx"&gt;get_template_part&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;content&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;get_post_format&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC62"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;ol class=&amp;quot;other-recent-posts&amp;quot;&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC63"&gt;&lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC64"&gt;&lt;span class="c1"&gt;// For all other recent posts, just display the title and comment status.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC65"&gt;&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$recent&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="nv"&gt;$recent&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;the_post&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC66"&gt;&lt;span class="x"&gt;    &amp;lt;li class=&amp;quot;entry-title&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC67"&gt;&lt;span class="x"&gt;        &amp;lt;a href=&amp;quot;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;the_permalink&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;quot; title=&amp;quot;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nb"&gt;printf&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nx"&gt;esc_attr__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;Permalink to %s&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="nx"&gt;the_title_attribute&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;echo=0&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;quot; rel=&amp;quot;bookmark&amp;quot;&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;the_title&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC68"&gt;&lt;span class="x"&gt;        &amp;lt;span class=&amp;quot;comments-link&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC69"&gt;&lt;span class="x"&gt;            &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;comments_popup_link&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;span class=&amp;quot;leave-reply&amp;quot;&amp;gt;&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="nx"&gt;__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;Leave a reply&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;.&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;/span&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt; Reply&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;),&lt;/span&gt; &lt;span class="nx"&gt;__&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;b&amp;gt;%&amp;lt;/b&amp;gt; Replies&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC70"&gt;&lt;span class="x"&gt;        &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC71"&gt;&lt;span class="x"&gt;    &amp;lt;/li&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC72"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC73"&gt;&lt;span class="k"&gt;endwhile&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC74"&gt;&lt;span class="c1"&gt;// If we had some posts, close the &amp;lt;ol&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC75"&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$recent&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;post_count&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;0&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC76"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;/ol&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC77"&gt;&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC78"&gt;&lt;span class="x"&gt;&amp;lt;/section&amp;gt;&amp;lt;!-- .recent-posts --&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC79"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;6. Auto Create More Tags for Content going on the Front page.&amp;nbsp;&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The problem with the code above is that it dispalys the WHOLE post on the front page, which I don't like since my mom is&amp;nbsp;writing&amp;nbsp;some pretty long pieces. &amp;nbsp; I was having &lt;a href="http://wordpress.org/support/topic/custom-excerpt-length-doesnt-work-anymore"&gt;a hard time getting the excerpt_length hook to work&lt;/a&gt;&amp;nbsp;(resolved, ish) So I went around it and made it so if the post doesn't have a more tag, I fake it. &amp;nbsp; I could have just insisted to Mom that she put More tags on all her posts, but she has enough she is trying to learn to remember to do each time to add that step too.&amp;nbsp;&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class="data type-php"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;span rel="#L47" id="L47"&gt;47&lt;/span&gt;
&lt;span rel="#L48" id="L48"&gt;48&lt;/span&gt;
&lt;span rel="#L49" id="L49"&gt;49&lt;/span&gt;
&lt;span rel="#L50" id="L50"&gt;50&lt;/span&gt;
&lt;span rel="#L51" id="L51"&gt;51&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="cp"&gt;&amp;lt;?PHP&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;span class="c1"&gt;//functions that need to be in the functions.php &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;span class="c1"&gt;//for this to work&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;span class="c1"&gt;//more tag detection&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&lt;span class="k"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;has_more&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC8"&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&amp;nbsp;&lt;span class="k"&gt;global&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="k"&gt;empty&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="k"&gt;return&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$pos&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;strpos&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;post_content&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="k"&gt;true&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;else&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="k"&gt;false&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC17"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC19"&gt;&lt;span class="k"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;more_posistion&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC20"&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$pos&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="nb"&gt;strpos&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;post_content&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;))&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;return&lt;/span&gt; &lt;span class="nv"&gt;$pos&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&lt;span class="c1"&gt;///limit content length&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&lt;span class="c1"&gt;//http://www.fusedthought.com/archives/wordpress-custom-content-length-code-snippet&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC28"&gt;&lt;span class="k"&gt;function&lt;/span&gt; &lt;span class="nf"&gt;limit_content&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$content_length&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;150&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$allowtags&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$allowedtags&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;	&lt;span class="k"&gt;global&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;	&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;post_content&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC31"&gt;	&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nx"&gt;apply_filters&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;the_content&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$content&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC32"&gt;	&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="nv"&gt;$allowtags&lt;/span&gt;&lt;span class="p"&gt;){&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC33"&gt;		&lt;span class="nv"&gt;$allowedtags&lt;/span&gt; &lt;span class="o"&gt;.=&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;&amp;lt;style&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC34"&gt;		&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;strip_tags&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$content&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$allowedtags&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC35"&gt;	&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC36"&gt;	&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;str_replace&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39;]]&amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;]]&amp;amp;gt;&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$content&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC37"&gt;	&lt;span class="nv"&gt;$wordarray&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;explode&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39; &amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$content&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$content_length&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC38"&gt;	&lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nb"&gt;count&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$wordarray&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="nv"&gt;$content_length&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC39"&gt;		&lt;span class="nb"&gt;array_pop&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$wordarray&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC40"&gt;		&lt;span class="nb"&gt;array_push&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nv"&gt;$wordarray&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;...&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC41"&gt;		&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;implode&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s1"&gt;&amp;#39; &amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nv"&gt;$wordarray&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC42"&gt;		&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;.=&lt;/span&gt; &lt;span class="s2"&gt;&amp;quot;&amp;lt;/p&amp;gt;&amp;quot;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC43"&gt;		&lt;span class="nv"&gt;$content&lt;/span&gt; &lt;span class="o"&gt;.=&lt;/span&gt; &lt;span class="nx"&gt;twentyeleven_continue_reading_link&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC44"&gt;	&lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC45"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC46"&gt;	&lt;span class="k"&gt;echo&lt;/span&gt; &lt;span class="nv"&gt;$content&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC47"&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC48"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC49"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC50"&gt;&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC51"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;div style="font-family: arial; font-size: small;"&gt;&lt;strong&gt;7. Put child pages of the Front page at the top of the showcase template&lt;/strong&gt;&lt;/div&gt;
&lt;div style="font-family: arial; font-size: small;"&gt;Since I nuked the featured-posts section I wanted to adapt the concept of a highlighted area by using the children of the Front page as the content that shows on at the top of front page.&lt;/div&gt;
&lt;p /&gt;
&lt;div style="font-family: arial; font-size: small;"&gt;This is not perfected yet, but here is the code for starting off. It took me a tragically long time to trouble shoot this because as soon as I put anything that is a post related variable in my&amp;nbsp;&lt;a href="http://codex.wordpress.org/Class_Reference/WP_Query"&gt;WP_Query&lt;/a&gt;&amp;nbsp;it would return nothing. A flaw in Wordpress' behind the scenes is that the code (for good legacy reasons) some times uses the word "post" &amp;nbsp;(in function/variable names, etc) to mean JUST Posts and sometimes the word "post" is&amp;nbsp;inclusive&amp;nbsp;to mean Posts and Pages. Everything used to be a post, so it makes sense how it ended up that way, but it screwed me up&amp;nbsp;writing&amp;nbsp;the query, copying from examples that were about posts.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: arial; font-size: small;"&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: arial; font-size: small;"&gt;&lt;a href="https://gist.github.com/1374521"&gt;&lt;div class="data type-php"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="sd"&gt;/**&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;span class="sd"&gt;         * Show Child Pages &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;span class="sd"&gt;         * Works, no formating&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;span class="sd"&gt;         * Must come after &amp;lt;?php the_post(); ?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;span class="sd"&gt;    */&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$myID&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nv"&gt;$post&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;ID&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$highlighted_args&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;array&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post_parent&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="nv"&gt;$myID&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post_type&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;page&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;post_status&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;publish&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;posts_per_page&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC14"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="s1"&gt;&amp;#39;no_found_rows&amp;#39;&lt;/span&gt; &lt;span class="o"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="k"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC17"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// The Featured Posts query.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$higlighted&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;WP_Query&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$highlighted_args&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC19"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$higlighted&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC20"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC22"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;   &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&lt;span class="x"&gt;   &amp;lt;div class=&amp;quot;higlighted-posts&amp;quot;&amp;gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;&lt;span class="x"&gt;   &amp;lt;!--&amp;lt;h1 class=&amp;quot;showcase-heading&amp;quot;&amp;gt;&lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;_e&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;Child Pages&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;twentyeleven&amp;#39;&lt;/span&gt; &lt;span class="p"&gt;);&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&amp;lt;/h1&amp;gt; --&amp;gt;                      &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC25"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="c1"&gt;// Let&amp;#39;s roll.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="k"&gt;while&lt;/span&gt; &lt;span class="p"&gt;(&lt;/span&gt; &lt;span class="nv"&gt;$higlighted&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;have_posts&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="p"&gt;)&lt;/span&gt; &lt;span class="o"&gt;:&lt;/span&gt; &lt;/div&gt;&lt;div class="line" id="LC28"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="nv"&gt;$higlighted&lt;/span&gt;&lt;span class="o"&gt;-&amp;gt;&lt;/span&gt;&lt;span class="na"&gt;the_post&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC29"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC31"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="nx"&gt;the_content&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC32"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;endwhile&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="cp"&gt;?&amp;gt;&lt;/span&gt;&lt;span class="x"&gt;                    &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC33"&gt;&lt;span class="x"&gt;    &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC34"&gt;&lt;span class="x"&gt;&amp;lt;/div&amp;gt;&amp;lt;!-- .highlighted-posts --&amp;gt;    &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC35"&gt;&lt;span class="cp"&gt;&amp;lt;?php&lt;/span&gt; &lt;span class="k"&gt;endif&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="c1"&gt;// if ( $higlighted-&amp;gt;have_posts() ) ?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC36"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/wordpress-intermezzo-robinrcutlercom"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/wordpress-intermezzo-robinrcutlercom#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/bYY8w6PGrk8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://what2day.posterous.com/wordpress-intermezzo-robinrcutlercom</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 09 Nov 2011 20:56:00 -0800</pubDate>
      <title>Drupal, Day 6 - Part 2: A bit of a punt on modules, Setting up a second test site, Features Module</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/LlpoBN04OCM/drupal-day-6-part-2-a-bit-of-a-punt-on-module</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-6-part-2-a-bit-of-a-punt-on-module</guid>
      <description>&lt;p&gt;
	&lt;div&gt;&lt;strong&gt;Part 1: The Punt&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;So after poking around I realized that I think I want to just follow some tutorials on how to use some of the major modules rather than just install and poke around. It seems, like with drupal, the more powerful a module, the less it reveals what it can do to the casual observer.&amp;nbsp;Also many of the modules are covered in later chapters of the dgd7 book.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;p&gt;For Example:&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Pathuato (chapter 8)&lt;/li&gt;
&lt;li&gt;Panels (chapter 5)&lt;/li&gt;
&lt;li&gt;Entity (chapter 5)&lt;/li&gt;
&lt;li&gt;link /&amp;nbsp;media (chapter 8)&lt;/li&gt;
&lt;li&gt;Rules (chapter 32)&lt;/li&gt;
&lt;li&gt;Features (Appendix A)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I also want to&amp;nbsp;examine&amp;nbsp;the relaiotnship between&amp;nbsp;Content Access, Organic Groups (chapter 5), Profile 2 (chapter 8) Workbench and having a shared&amp;nbsp;database&amp;nbsp;with an &lt;a href="http://openatrium.com/"&gt;OpenAtrium&lt;/a&gt; install? - How do they work together? In what ways do they overlap? What will be best for the way CRASH Space works? &amp;nbsp;It seems like going ahead and learning a bit about Panels, Organic Groups and Entity like the book does in Chapter 5 is a reasonable next step, but I want to create an additional sandbox site on which I can be even more experimental.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Part 2: Setting Up a Clean Second Sandbox&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Since I am about to start installing modules willy-nilly, It will be better to do that on a fresh sandbox site that doesn't bother the GitHub repository.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;I created a new repository in $HOME/Documents/GitHub/CRASHSpace/ called SandboxDrupalSite using the GitHub GUI. &amp;nbsp;It gives you the option to opt-out of pushing it to GitHub, which I've done.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;I then made a clean install with the following commands,&amp;nbsp;It has all the modules I'm going to be using for now, I think.
&lt;ul&gt;
&lt;li&gt;&lt;div class="data type-text"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;span rel="#L47" id="L47"&gt;47&lt;/span&gt;
&lt;span rel="#L48" id="L48"&gt;48&lt;/span&gt;
&lt;span rel="#L49" id="L49"&gt;49&lt;/span&gt;
&lt;span rel="#L50" id="L50"&gt;50&lt;/span&gt;
&lt;span rel="#L51" id="L51"&gt;51&lt;/span&gt;
&lt;span rel="#L52" id="L52"&gt;52&lt;/span&gt;
&lt;span rel="#L53" id="L53"&gt;53&lt;/span&gt;
&lt;span rel="#L54" id="L54"&gt;54&lt;/span&gt;
&lt;span rel="#L55" id="L55"&gt;55&lt;/span&gt;
&lt;span rel="#L56" id="L56"&gt;56&lt;/span&gt;
&lt;span rel="#L57" id="L57"&gt;57&lt;/span&gt;
&lt;span rel="#L58" id="L58"&gt;58&lt;/span&gt;
&lt;span rel="#L59" id="L59"&gt;59&lt;/span&gt;
&lt;span rel="#L60" id="L60"&gt;60&lt;/span&gt;
&lt;span rel="#L61" id="L61"&gt;61&lt;/span&gt;
&lt;span rel="#L62" id="L62"&gt;62&lt;/span&gt;
&lt;span rel="#L63" id="L63"&gt;63&lt;/span&gt;
&lt;span rel="#L64" id="L64"&gt;64&lt;/span&gt;
&lt;span rel="#L65" id="L65"&gt;65&lt;/span&gt;
&lt;span rel="#L66" id="L66"&gt;66&lt;/span&gt;
&lt;span rel="#L67" id="L67"&gt;67&lt;/span&gt;
&lt;span rel="#L68" id="L68"&gt;68&lt;/span&gt;
&lt;span rel="#L69" id="L69"&gt;69&lt;/span&gt;
&lt;span rel="#L70" id="L70"&gt;70&lt;/span&gt;
&lt;span rel="#L71" id="L71"&gt;71&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;#because my copy of drupal 7.9 is in the Downloads folder&lt;/div&gt;&lt;div class="line" id="LC2"&gt;cd $HOME/Downloads&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;#if you haven&amp;#39;t gotten it already&lt;/div&gt;&lt;div class="line" id="LC5"&gt;#curl -O http://ftp.drupal.org/files/projects/drupal-7.9.tar.gz&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;#untar to the right place&lt;/div&gt;&lt;div class="line" id="LC8"&gt;tar -C $HOME/Documents/GitHub/CRASHSpace/SandboxDrupalSite/ -xjvf drupal-7.9.tar.gz&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;#go to that place&lt;/div&gt;&lt;div class="line" id="LC11"&gt;cd $HOME/Documents/GitHub/CRASHSpace/SandboxDrupalSite/&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;#change the web-home directory name&lt;/div&gt;&lt;div class="line" id="LC14"&gt;mv drupal-7.9 www&lt;/div&gt;&lt;div class="line" id="LC15"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC16"&gt;#add a resources folder&lt;/div&gt;&lt;div class="line" id="LC17"&gt;mkdir Resources&lt;/div&gt;&lt;div class="line" id="LC18"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC19"&gt;#copy the gitignore from somewhere else (most important at this point it to ignore the .DS_Store files&lt;/div&gt;&lt;div class="line" id="LC20"&gt;#or make it with vi or emacs or whatever&lt;/div&gt;&lt;div class="line" id="LC21"&gt;#a version here: https://gist.github.com/1326679 &lt;/div&gt;&lt;div class="line" id="LC22"&gt;cp $HOME/Documents/GitHub/CRASHSpace/drupal_crashspace_dev/.gitignore .gitignore&lt;/div&gt;&lt;div class="line" id="LC23"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC24"&gt;# add the files (http://stackoverflow.com/questions/572549/difference-of-git-add-a-and-git-add)&lt;/div&gt;&lt;div class="line" id="LC25"&gt;git add -A&lt;/div&gt;&lt;div class="line" id="LC26"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC27"&gt;#check work and then commit&lt;/div&gt;&lt;div class="line" id="LC28"&gt;git status&lt;/div&gt;&lt;div class="line" id="LC29"&gt;git commit -m &amp;quot;clean new drupal&amp;quot;&lt;/div&gt;&lt;div class="line" id="LC30"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC31"&gt;#get round one modules&lt;/div&gt;&lt;div class="line" id="LC32"&gt;drush dl admin&lt;/div&gt;&lt;div class="line" id="LC33"&gt;drush dl advanced_help&lt;/div&gt;&lt;div class="line" id="LC34"&gt;drush dl backup_migrate&lt;/div&gt;&lt;div class="line" id="LC35"&gt;drush dl ctools&lt;/div&gt;&lt;div class="line" id="LC36"&gt;drush dl devel&lt;/div&gt;&lt;div class="line" id="LC37"&gt;drush dl views&lt;/div&gt;&lt;div class="line" id="LC38"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC39"&gt;#track, commit&lt;/div&gt;&lt;div class="line" id="LC40"&gt;git add -A&lt;/div&gt;&lt;div class="line" id="LC41"&gt;git status&lt;/div&gt;&lt;div class="line" id="LC42"&gt;git commit -m &amp;quot;round one of modules&amp;quot;&lt;/div&gt;&lt;div class="line" id="LC43"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC44"&gt;#get round two modules&lt;/div&gt;&lt;div class="line" id="LC45"&gt;drush dl calendar&lt;/div&gt;&lt;div class="line" id="LC46"&gt;drush dl date&lt;/div&gt;&lt;div class="line" id="LC47"&gt;drush dl pathauto&lt;/div&gt;&lt;div class="line" id="LC48"&gt;drush dl token&lt;/div&gt;&lt;div class="line" id="LC49"&gt;drush dl relation&lt;/div&gt;&lt;div class="line" id="LC50"&gt;drush dl link&lt;/div&gt;&lt;div class="line" id="LC51"&gt;drush dl media&lt;/div&gt;&lt;div class="line" id="LC52"&gt;drush dl profile2&lt;/div&gt;&lt;div class="line" id="LC53"&gt;drush dl entity&lt;/div&gt;&lt;div class="line" id="LC54"&gt;drush dl panels&lt;/div&gt;&lt;div class="line" id="LC55"&gt;drush dl features&lt;/div&gt;&lt;div class="line" id="LC56"&gt;drush dl flag&lt;/div&gt;&lt;div class="line" id="LC57"&gt;drush dl rules&lt;/div&gt;&lt;div class="line" id="LC58"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC59"&gt;#track, commit&lt;/div&gt;&lt;div class="line" id="LC60"&gt;git add -A&lt;/div&gt;&lt;div class="line" id="LC61"&gt;git status&lt;/div&gt;&lt;div class="line" id="LC62"&gt;git commit -m &amp;quot;round two modules&amp;quot;&lt;/div&gt;&lt;div class="line" id="LC63"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC64"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC65"&gt;#--- create database, &lt;/div&gt;&lt;div class="line" id="LC66"&gt;#--- run the installer&lt;/div&gt;&lt;div class="line" id="LC67"&gt;#--- load backup_migrate&lt;/div&gt;&lt;div class="line" id="LC68"&gt;#--- run a back up&lt;/div&gt;&lt;div class="line" id="LC69"&gt;#--- save it somewhere tracked&lt;/div&gt;&lt;div class="line" id="LC70"&gt;#--- commit again.  &lt;/div&gt;&lt;div class="line" id="LC71"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Then I set up a second database refollowing the instructions at&amp;nbsp;&lt;a href="http://drupal.org/node/66187"&gt;http://drupal.org/node/66187&lt;/a&gt; , except instead of making a new user I added the new database to the same user I already had.&lt;/li&gt;
&lt;li&gt;Next I stopped the MAMP servers and changed the settings on the Apache preferences in the MAMP GUI to be the new www folder in the new repository.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Then I restarted MAMP, went to&amp;nbsp;&lt;a href="http://localhost:8888/"&gt;http://localhost:8888/&lt;/a&gt; and set up the site.&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/S8NHgFYE1bKTKob47NcnBUvcAkJ4k9QWf4r2QtUpTDnOHH1nXjfxVBI9Itaz/Screen_shot_2011-11-09_at_3.37.png"&gt;&lt;img alt="Screen_shot_2011-11-09_at_3" height="377" src="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/6wgy6AgbV8r3d9tZkpzMukZZeskx5zchCT00CzGcEzkGvRJVsN5AYaETGoJi/Screen_shot_2011-11-09_at_3.37.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;The very next thing was to re setup the Back &amp;amp; Migrate module, create a destination folder that is not .gitignored and do a manual backup to it. I suppose I could just not git ignore the database backups in these sites since they don't mater, but that seems like bad set-up&amp;nbsp;hygiene.&lt;/li&gt;
&lt;li&gt;I zipped up the www folder, renamed "2011_11_09_clean_drupal_wModules" it and put a copy in the resources folder.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Part 3: The Features Module&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I want to be able to move things from the Sandbox back to the test site flexibly, and I think that means learning how to use the Features Module, as this seems to be the mode of choice for making mini-models of certain types of configuration settings. &amp;nbsp;The test of this is going to be moving my "Suggestions" Feature from the old site, to the new site.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;Install Features on the old site by reconfiguring the MAMP to point back to the dev site&lt;/li&gt;
&lt;li&gt;Watching these videos:&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://mustardseedmedia.com/podcast/episode43"&gt;http://mustardseedmedia.com/podcast/episode43&lt;/a&gt; ( 9 minutes )&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sf2010.drupal.org/conference/sessions/managing-and-deploying-configuration-exportables-and-features-module.html"&gt;http://sf2010.drupal.org/conference/sessions/managing-and-deploying-configuration-exportables-and-features-module.html&lt;/a&gt; ( 58 minutes, can skip to minute 11 ish, covers drush integration, it is by a Features developer, covers a lot about workflow, the demo starts at minute 48 )&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;go back and read when I'm at module development -&amp;nbsp;&lt;a href="http://civicactions.com/blog/2009/jul/24/using_chaos_tools_module_create_exportables"&gt;http://civicactions.com/blog/2009/jul/24/using_chaos_tools_module_create_exportables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Read this NodeOne article on&lt;a href="http://nodeone.se/blogg/an-alternative-way-of-structuring-features-for-distributions"&gt; how to design your features to make them the most easily configured&lt;/a&gt;&amp;nbsp;by others in the future&lt;/li&gt;
&lt;li&gt;Also scanning the &lt;a href="http://drupal.org/node/580026"&gt;Features Documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;And eyeballing the project that is the outlines for&amp;nbsp;&lt;a href="http://drupal.org/project/kit"&gt;best practices for creating good Features&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;
&lt;div&gt;The result of all this is I saw the feature looking good in the old site...&lt;/div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/2a1Pirym5A1qDU03JkbwVHuiws8o4GBfFh8HXL0Duw5cVzOQoLmmW6cjvSPl/Screen_shot_2011-11-09_at_5.06.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-09_at_5" height="339" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/LQaq3IZpgfA5LBg24vxMpQbjE2jIeHtkE9X0CkpPNAfSsKR8AZ2xiwS5Q0Pe/Screen_shot_2011-11-09_at_5.06.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;But in the new site, &amp;nbsp;Doh! No Taxonomy Terms! Apparently those are considered "content" and features are meant to share "configurations"...Hmmm.&amp;nbsp;(More on creating&amp;nbsp;&lt;a href="http://drupal.org/node/521630"&gt;Taxonomy&amp;nbsp;integration with Features&lt;/a&gt; ) &amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Also, the Content Type, Content Suggestion also didn't seem to take and I'm not sure why. &amp;nbsp;The&amp;nbsp;weird&amp;nbsp;thing was, though, when i went to make again frm scratch, it seemed to already to exist somewhere in the ether because the two taxonomy fields were already associated with it. &amp;nbsp;I also seemed to start having a database field caching problem as I passed the feature back and forth, so I made a new Feature, and that works just fine. If I start having the same trouble with that one, I'll look into it more.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Now I feel like I can develop in one crazy wacky install that I can wipe out without much of a care, while still being able to preserve nifty "Features" as mini modules to the degree that other modules play well with it.&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/NxtK5Oidd2JOtP2Z3uZ4usXJuPIjbUKusr4zLnLbjXtjO70vEoy9K4jbNdNr/Screen_shot_2011-11-09_at_8.30.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-09_at_8" height="400" src="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/VSBMXqaY6hHfKGdhC4SckOzqVaCCVns389liBowb7HWXt9nTGUV1Kbwl4EmR/Screen_shot_2011-11-09_at_8.30.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/xDReVhJf12bzbRAWoL13FY2tFyMJuzovqK26jwSOxwqSSWdbevwVcSuwrOJa/Screen_shot_2011-11-09_at_8.31.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-09_at_8" height="400" src="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/GPk0wJv0FFw8WTTg7WotIlFG85F7rCMLo9BL7B2BWsgaxDIOTcW9xg6brbWn/Screen_shot_2011-11-09_at_8.31.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/drupal-day-6-part-2-a-bit-of-a-punt-on-module"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-6-part-2-a-bit-of-a-punt-on-module"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-6-part-2-a-bit-of-a-punt-on-module#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/LlpoBN04OCM" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="743" width="985" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/S8NHgFYE1bKTKob47NcnBUvcAkJ4k9QWf4r2QtUpTDnOHH1nXjfxVBI9Itaz/Screen_shot_2011-11-09_at_3.37.png">
        <media:thumbnail height="377" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/6wgy6AgbV8r3d9tZkpzMukZZeskx5zchCT00CzGcEzkGvRJVsN5AYaETGoJi/Screen_shot_2011-11-09_at_3.37.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="698" width="1031" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/6DziVJ9klVWUswvDI2Bu9DnSJCeWP0UjbwxGa4bagbI1QBjjafewmpLPPry0/Screen_shot_2011-11-09_at_5.06.png">
        <media:thumbnail height="339" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/LQaq3IZpgfA5LBg24vxMpQbjE2jIeHtkE9X0CkpPNAfSsKR8AZ2xiwS5Q0Pe/Screen_shot_2011-11-09_at_5.06.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="865" width="1080" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/M7pKYHcKTGyWazhToEWWPAGxBbTZ1UDMWFG3mNp9XPpDnWOkeq2XooxDMZUw/Screen_shot_2011-11-09_at_8.30.png">
        <media:thumbnail height="400" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/VSBMXqaY6hHfKGdhC4SckOzqVaCCVns389liBowb7HWXt9nTGUV1Kbwl4EmR/Screen_shot_2011-11-09_at_8.30.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="865" width="1080" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/FzmTnT1KkEcnius9FunxbWWjh99xmRrf5jbLTFHjYIYA7NXlDyCxqJk8ZM0y/Screen_shot_2011-11-09_at_8.31.png">
        <media:thumbnail height="400" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/GPk0wJv0FFw8WTTg7WotIlFG85F7rCMLo9BL7B2BWsgaxDIOTcW9xg6brbWn/Screen_shot_2011-11-09_at_8.31.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-6-part-2-a-bit-of-a-punt-on-module</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 07 Nov 2011 06:00:00 -0800</pubDate>
      <title>Drupal - Day 6, Part 1: Big List of Modules</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/Gy3BzvV--zo/drupal-day-6-part-1-big-list-of-modules</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-6-part-1-big-list-of-modules</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Chapter 4 in &lt;a href="http://www.amazon.com/gp/product/1430231351/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=carlynmaw-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1430231351"&gt;dgd7&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=carlynmaw-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430231351&amp;amp;camp=217145&amp;amp;creative=399373" border="0" height="1" alt="" style="border: none !important; margin: 0px !important;" width="1" /&gt; is all about modules.&lt;/p&gt;
&lt;p&gt;The chapter authors start with some general notes about modules&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;people are making "top N drupal modules" list all the time (first one is their example, 2 &amp;amp; 3 are mine)                
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://nodeone.se/blogg/modules-for-sustainable-website-building-about"&gt;http://nodeone.se/blogg/modules-for-sustainable-website-building-about&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.threestyles.com/drupal/15-outstanding-drupal-modules-you-should-be-using/"&gt;http://www.threestyles.com/drupal/15-outstanding-drupal-modules-you-should-be...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sixrevisions.com/web-development/drupal-modules-site-builds/"&gt;http://sixrevisions.com/web-development/drupal-modules-site-builds/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;modules slow the site down so be sparing&lt;/li&gt;
&lt;li&gt;Modules have a shortname or machine name that you can use to locate them on the website or to execute a download with drush                
&lt;ul&gt;
&lt;li&gt;drupal.org / project / project_shortname&lt;/li&gt;
&lt;li&gt;drush dl project_shortname&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;put them in /sites/all/modules                
&lt;ul&gt;
&lt;li&gt;use a contrib folder for contributed modules (I'm ignoring this b/c it isn't where the installers put them)&lt;/li&gt;
&lt;li&gt;use a custom folder for modules you make (I will do this)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;when deciding on a module pick one that is a full project, active and common for &lt;em&gt;your&amp;nbsp;&lt;/em&gt;version of Drupal&lt;/li&gt;
&lt;li&gt;search on the internet, not just drupal.org&lt;/li&gt;
&lt;li&gt;ask for help, i.e. &lt;a href="http://groups.drupal.org/contributed-module-ideas"&gt;http://groups.drupal.org/contributed-module-ideas&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;or help patch: &lt;a href="http://drupal.org/patch"&gt;http://drupal.org/patch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;They then follow it with a mega list of modules which is why I am&amp;nbsp;publishing this day in two parts. This post is just the list. I'm going to&amp;nbsp;use this page of links to go exploring.&lt;/p&gt;
&lt;p&gt;I've created a gist that has a number of the modules I'm interested in listed, ready to drush. Perhaps&amp;nbsp;not the best place in the long run to keep that, but it will do for now&lt;/p&gt;
&lt;p&gt;&lt;div class="data type-text"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;span rel="#L34" id="L34"&gt;34&lt;/span&gt;
&lt;span rel="#L35" id="L35"&gt;35&lt;/span&gt;
&lt;span rel="#L36" id="L36"&gt;36&lt;/span&gt;
&lt;span rel="#L37" id="L37"&gt;37&lt;/span&gt;
&lt;span rel="#L38" id="L38"&gt;38&lt;/span&gt;
&lt;span rel="#L39" id="L39"&gt;39&lt;/span&gt;
&lt;span rel="#L40" id="L40"&gt;40&lt;/span&gt;
&lt;span rel="#L41" id="L41"&gt;41&lt;/span&gt;
&lt;span rel="#L42" id="L42"&gt;42&lt;/span&gt;
&lt;span rel="#L43" id="L43"&gt;43&lt;/span&gt;
&lt;span rel="#L44" id="L44"&gt;44&lt;/span&gt;
&lt;span rel="#L45" id="L45"&gt;45&lt;/span&gt;
&lt;span rel="#L46" id="L46"&gt;46&lt;/span&gt;
&lt;span rel="#L47" id="L47"&gt;47&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;---- Before Chapter 4 &lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;drush dl admin_menu&lt;/div&gt;&lt;div class="line" id="LC4"&gt;drush dl advanced_help&lt;/div&gt;&lt;div class="line" id="LC5"&gt;drush dl backup_migrate&lt;/div&gt;&lt;div class="line" id="LC6"&gt;drush dl calendar&lt;/div&gt;&lt;div class="line" id="LC7"&gt;drush dl captcha&lt;/div&gt;&lt;div class="line" id="LC8"&gt;drush dl ctools&lt;/div&gt;&lt;div class="line" id="LC9"&gt;drush dl date&lt;/div&gt;&lt;div class="line" id="LC10"&gt;drush dl devel&lt;/div&gt;&lt;div class="line" id="LC11"&gt;drush dl views&lt;/div&gt;&lt;div class="line" id="LC12"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC13"&gt;---- Chapter 4 Adds So Far&lt;/div&gt;&lt;div class="line" id="LC14"&gt;drush dl pathauto&lt;/div&gt;&lt;div class="line" id="LC15"&gt;drush dl token&lt;/div&gt;&lt;div class="line" id="LC16"&gt;drush dl relation&lt;/div&gt;&lt;div class="line" id="LC17"&gt;drush dl link&lt;/div&gt;&lt;div class="line" id="LC18"&gt;drush dl media&lt;/div&gt;&lt;div class="line" id="LC19"&gt;drush dl webform&lt;/div&gt;&lt;div class="line" id="LC20"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;---- To Examine Later&lt;/div&gt;&lt;div class="line" id="LC22"&gt;#decide about wysiwig&lt;/div&gt;&lt;div class="line" id="LC23"&gt;#decide about spam control&lt;/div&gt;&lt;div class="line" id="LC24"&gt;drush dl admin&lt;/div&gt;&lt;div class="line" id="LC25"&gt;drush dl content_type_overview&lt;/div&gt;&lt;div class="line" id="LC26"&gt;drush dl workbench&lt;/div&gt;&lt;div class="line" id="LC27"&gt;drush dl masquerade &lt;/div&gt;&lt;div class="line" id="LC28"&gt;drush dl panels&lt;/div&gt;&lt;div class="line" id="LC29"&gt;drush dl codefilter &lt;/div&gt;&lt;div class="line" id="LC30"&gt;drush dl colorbox&lt;/div&gt;&lt;div class="line" id="LC31"&gt;drush dl comment_notify&lt;/div&gt;&lt;div class="line" id="LC32"&gt;drush dl menu_block&lt;/div&gt;&lt;div class="line" id="LC33"&gt;drush dl menu_position&lt;/div&gt;&lt;div class="line" id="LC34"&gt;#decide about voting and rating&lt;/div&gt;&lt;div class="line" id="LC35"&gt;drush dl userpoints&lt;/div&gt;&lt;div class="line" id="LC36"&gt;drush dl profile2&lt;/div&gt;&lt;div class="line" id="LC37"&gt;drush dl apachesolr&lt;/div&gt;&lt;div class="line" id="LC38"&gt;drush dl search404&lt;/div&gt;&lt;div class="line" id="LC39"&gt;#decide about ubercart vs commerce&lt;/div&gt;&lt;div class="line" id="LC40"&gt;drush dl flag &lt;/div&gt;&lt;div class="line" id="LC41"&gt;drush dl rules&lt;/div&gt;&lt;div class="line" id="LC42"&gt;drush dl scheduler&lt;/div&gt;&lt;div class="line" id="LC43"&gt;drush dl features&lt;/div&gt;&lt;div class="line" id="LC44"&gt;drush dl admin&lt;/div&gt;&lt;div class="line" id="LC45"&gt;#more and others&lt;/div&gt;&lt;div class="line" id="LC46"&gt;drush dl strongarm&lt;/div&gt;&lt;div class="line" id="LC47"&gt;#integration with openatrium?&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Whole List.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Primal&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/views"&gt;http://drupal.org/project/views&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/ctools"&gt;http://drupal.org/project/ctools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/pathauto"&gt;http://drupal.org/project/pathauto&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/token"&gt;http://drupal.org/project/token&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additional Field Types&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/references"&gt;http://drupal.org/project/references&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/relation"&gt;http://drupal.org/project/relation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/blockreference"&gt;http://drupal.org/project/blockreference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/viewreference"&gt;http://drupal.org/project/viewreference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/field_group"&gt;http://drupal.org/project/field_group&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/link"&gt;http://drupal.org/project/link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/media"&gt;http://drupal.org/project/media&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;WYSIWYG&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/wysiwyg"&gt;http://drupal.org/project/wysiwyg&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/wysiwyg_linebreaks"&gt;http://drupal.org/project/wysiwyg_linebreaks&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/bueditor"&gt;http://drupal.org/project/bueditor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/markdown"&gt;http://drupal.org/project/markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Webform Creation&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/webform"&gt;http://drupal.org/project/webform&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Spam&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/antispam"&gt;http://drupal.org/project/antispam&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/mollom"&gt;http://drupal.org/project/mollom&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/captcha"&gt;http://drupal.org/project/captcha&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/recaptcha"&gt;http://drupal.org/project/recaptcha&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/hashcash"&gt;http://drupal.org/project/hashcash&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Admin Interface&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/workbench"&gt;http://drupal.org/project/workbench&lt;/a&gt; (makes content control/submission&amp;nbsp;better) (content_access?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/environment_indicator"&gt;http://drupal.org/project/environment_indicator&lt;/a&gt; (are you in live or dev&amp;nbsp;site?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/smartcrop"&gt;http://drupal.org/project/smartcrop&lt;/a&gt; (picture editing)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/content_type_overview"&gt;http://drupal.org/project/content_type_overview&lt;/a&gt; (edit many content types at&amp;nbsp;once)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/masquerade"&gt;http://drupal.org/project/masquerade&lt;/a&gt; (fast user switching for dev tests)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Content Display&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/panels"&gt;http://drupal.org/project/panels&lt;/a&gt; (page layout)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/codefilter"&gt;http://drupal.org/project/codefilter&lt;/a&gt; (allows code snippits)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/colorbox"&gt;http://drupal.org/project/colorbox&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Menus and Navigation&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/menu_block"&gt;http://drupal.org/project/menu_block&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/menu_position"&gt;http://drupal.org/project/menu_position&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Community Building and Social Networking&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/comment_notify"&gt;http://drupal.org/project/comment_notify&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/og"&gt;http://drupal.org/project/og&lt;/a&gt; (organic groups)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/userpoints"&gt;http://drupal.org/project/userpoints&lt;/a&gt; (crash game?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/profile2"&gt;http://drupal.org/project/profile2&lt;/a&gt; (advanced user profiles)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/role_limits"&gt;http://drupal.org/project/role_limits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Voting and Rating&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/rate"&gt;http://drupal.org/project/rate&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/votingapi"&gt;http://drupal.org/project/votingapi&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/fivestar"&gt;http://drupal.org/project/fivestar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/is_useful"&gt;http://drupal.org/project/is_useful&lt;/a&gt; ?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Paths, Search and 404 Errors&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/apachesolr"&gt;http://drupal.org/project/apachesolr&lt;/a&gt; (more in chapter 31)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/search404"&gt;http://drupal.org/project/search404&lt;/a&gt; &amp;nbsp;(turns 404 into a search page)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/navigation404"&gt;http://drupal.org/project/navigation404&lt;/a&gt; (if don't set a 404 page, this&amp;nbsp;makes sure menus don't disappear)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/globalredirect"&gt;http://drupal.org/project/globalredirect&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Misc&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/bot"&gt;http://drupal.org/project/bot&lt;/a&gt; (IRC bot, chapter 9)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/openlayers"&gt;http://drupal.org/project/openlayers&lt;/a&gt; (maps, see previous post for others)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;NodeOne article (Not already listed above &amp;amp; interesting to me)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/flag"&gt;http://drupal.org/project/flag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/rules"&gt;http://drupal.org/project/rules&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/scheduler"&gt;http://drupal.org/project/scheduler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/auto_nodetitle"&gt;http://drupal.org/project/auto_nodetitle&lt;/a&gt; (don't really understand this one&amp;nbsp;yet)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/nodequeue"&gt;http://drupal.org/project/nodequeue&lt;/a&gt; (this one either)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/content_access"&gt;http://drupal.org/project/content_access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/views_slideshow"&gt;http://drupal.org/project/views_slideshow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/features"&gt;http://drupal.org/project/features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/admin"&gt;http://drupal.org/project/admin&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;3 styles article (Not already listed above &amp;amp; interesting to me)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/ubercart"&gt;http://drupal.org/project/ubercart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/signup"&gt;http://drupal.org/project/signup&lt;/a&gt; (not ready for 7)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/location"&gt;http://drupal.org/project/location&lt;/a&gt; (almost ready for 7)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/stringoverrides"&gt;http://drupal.org/project/stringoverrides&lt;/a&gt; (rewrites strings - universal&amp;nbsp;find and replace?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/google_analytics"&gt;http://drupal.org/project/google_analytics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/xmlsitemap"&gt;http://drupal.org/project/xmlsitemap&lt;/a&gt; (still in beta for 7)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/metatag"&gt;http://drupal.org/project/metatag&lt;/a&gt; (was nodewords)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/nice_menus"&gt;http://drupal.org/project/nice_menus&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;6 revisions article (Not already listed above &amp;amp; interesting to me)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/email"&gt;http://drupal.org/project/email&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/cck_phone"&gt;http://drupal.org/project/cck_phone&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/multiblock"&gt;http://drupal.org/project/multiblock&lt;/a&gt; (not for 7?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/documentation/modules/trigger"&gt;http://drupal.org/documentation/modules/trigger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/pathologic"&gt;http://drupal.org/project/pathologic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/emfield"&gt;http://drupal.org/project/emfield&lt;/a&gt; (not for 7?)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More as they Arrive&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/purl"&gt;http://drupal.org/project/purl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/context"&gt;http://drupal.org/project/context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/strongarm"&gt;http://drupal.org/project/strongarm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/jqueryui"&gt;http://drupal.org/project/jqueryui&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/spaces"&gt;http://drupal.org/project/spaces&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/uuid"&gt;http://drupal.org/project/uuid&lt;/a&gt; &amp;nbsp;(universallly unique ID for all objects)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/uuid_features"&gt;http://drupal.org/project/uuid_features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/diff"&gt;http://drupal.org/project/diff&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-6-part-1-big-list-of-modules"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-6-part-1-big-list-of-modules#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/Gy3BzvV--zo" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-6-part-1-big-list-of-modules</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 06 Nov 2011 14:23:00 -0800</pubDate>
      <title>Drupal - Day 5: Wrapping Up Views For Now</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/ibHJC-99KtI/drupal-day-5-wrapping-up-views-for-now</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-5-wrapping-up-views-for-now</guid>
      <description>&lt;p&gt;
	&lt;p&gt;So In the end I followed along with all 23 videos from the &lt;a href="http://nodeone.se/blogg/learn-views-screencast-series-summed-up"&gt;NodeOne Series on Views&lt;/a&gt;. The tl:dr version of what I learned -&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;What is available to you in any given menu in the admin section of Drupal changes pretty dramatically depending on what other options you have already selected.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;All the Drupal 7 oriented documentation is going to be a little bit behind where things really are now because it is still under such active development. If you aren't comfortable with that, wait another year.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;On Video 18 at time 4:48 &lt;a href="http://nodeone.se/user/20"&gt;Johann Falk&lt;/a&gt;&amp;nbsp;actually pronounces the fake-user's name and it sounds credible. Go Scandanavians.&lt;/li&gt;
&lt;li&gt;Oh, and he really likes tea.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;div&gt;The nice thing about working with views is now I can actually share some vaguely useful files because &lt;a href="http://drupal.org/node/255348"&gt;views are exportable to code&lt;/a&gt;&amp;nbsp;instead of just being stuck in the database like everything else.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/pUOt1AfiHPBJobDnKGMIQI1C5hPF6QgBEFjdQWFhGob0iA7ZIwuP2RdElrnx/export_view.png"&gt;&lt;img alt="Export_view" height="73" src="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/gWCyT2Kmca2kTPfhKYUmyOmMpMd5VLQbLkhiaUxCYa9ryJF34RceNzzOxYa0/export_view.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I put&amp;nbsp;&lt;a href="http://goo.gl/e0Cix"&gt;rough sample views&lt;/a&gt;&amp;nbsp;in the&amp;nbsp;resources&amp;nbsp;folder of the github project. I also put up the same code for turning them into a module that was at the &lt;a href="http://definitivedrupal.org/views"&gt;end of chapter 3&lt;/a&gt;. &amp;nbsp;It is untested because they were a little&amp;nbsp;vague&amp;nbsp;on how to use it since making modules is chapter 22. &amp;nbsp;I have just been copying and pasting into the window that comes up when you select the "Import" local task on the Views main page. Works pretty well.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="View_import" height="166" src="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/3azQ16NgwC0wS6Ius8nI5vaOrrG8MPih5Pz43bCFZVjkNZuf77YBQLRtFAVN/view_import.png" width="329" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;These are the file names for the views in Day 4 are&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;memberList&lt;/li&gt;
&lt;li&gt;SuggestionsContentTypeViews&lt;/li&gt;
&lt;li&gt;listByAuthor&lt;/li&gt;
&lt;li&gt;articlesList&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;The new ones are&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;nodeOne_upTo17_articlesList2&lt;/li&gt;
&lt;li&gt;nodeOne_part13_TopLevelTags&lt;/li&gt;
&lt;li&gt;nodeOne_part18_userJumpMenu&lt;/li&gt;
&lt;li&gt;nodeOne_part20_contextualFilters_moreArticlesStuff&lt;/li&gt;
&lt;li&gt;nodeOne_part21_contextualFilters_createLocalTab&lt;/li&gt;
&lt;li&gt;nodeOne_part22_contextualFilters_createLocalTabWithSubItems&lt;/li&gt;
&lt;li&gt;nodeOne_part23_related_myVersion&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;a href="http://nodeone.se/blogg/learn-views-screencast-series-summed-up"&gt;They refer to the NodeOne screen cast series on Views&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;nodeOne_upTo17_articlesList2&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;This file has the following displays&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;In Image 1&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Page: Main Listing (Articles List Tab)&lt;/li&gt;
&lt;li&gt;Block: 5 at a time, paged (As seen in Sidebar 2)&lt;/li&gt;
&lt;li&gt;Feed: Default RSS (the rss feed attached to the Block and main listing)&lt;/li&gt;
&lt;li&gt;Attachment (the highlighted article at the top of the the block)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/8wkhzEf4SNJ9LJGq0RYnRCUH1kN8CyGHAdxT0gDON3gTPmrPiHdaAuNRS00n/Screen_shot_2011-11-06_at_2.38.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_2" height="486" src="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/IBmVwEqninZG11jOqg5lBPUfZkCNHWTicF1XdEobrmDOtVnwFpqOeA0i88i2/Screen_shot_2011-11-06_at_2.38.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;Image 2&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Page: User Sortable Main Listing&lt;/li&gt;
&lt;li&gt;Page: Exposed As Block&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/cEqoRoKqYRdW8SLrmP4W5fOG2H9CCZqiJEugLkJPBdKiNRYFhW6jHs1u9CHR/Screen_shot_2011-11-06_at_2.43.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_2" height="383" src="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/kqpPsrvYZlyZjxW0xmEJnASN6cN87A75ARzG3tIDSCobnOhxoVzBwoc8pLXE/Screen_shot_2011-11-06_at_2.43.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p /&gt;
&lt;div&gt;Image 3&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Page: Grouped By Author&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/Xg9ohM5ihNYFXA83ADYg7j14XeuNZee3YGPadW4XditfqCb7rZC0DxK3jDHn/Screen_shot_2011-11-06_at_2.45.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_2" height="427" src="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/c6wtFNbHg7aIgEDTP1CPuRWHKFxt9Gum1HdnvAsl4vM1O7oEnnmXaOVs1uX7/Screen_shot_2011-11-06_at_2.45.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p /&gt;
&lt;div&gt;Image 4&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Page: Grouped By Title First Letter&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/BtiP7yk02sn5uIX2FsEmNaOMKSrde7UDXLfNvsOtpDTpB0zkGvaXfEh6Il92/Screen_shot_2011-11-06_at_2.46.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_2" height="420" src="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/EVLtXso0S80wVTL7ioLGzSbRe16D3tPFgdpugKr0r1apITs9NCCFnUSRQD3W/Screen_shot_2011-11-06_at_2.46.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;strong&gt;nodeOne_part13_TopLevelTags&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;makes a list of tags that have no parent.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Screen_shot_2011-11-06_at_2" height="290" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/fKJQZxUatm7EawK3Qgj85TTZY21GcAKYBeD9De2lb65gxvB9HFLzPRZr7Owx/Screen_shot_2011-11-06_at_2.49.png" width="450" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;nodeOne_part18_userJumpMenu&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;p /&gt;
&lt;div&gt;Make a menu that will jump to the page of the user selected from a drop down&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Screen_shot_2011-11-06_at_2" height="104" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/XyotTlYL9OXUmLRPlfumpNbjcyTMt1dZetrGqwxoSvV5MDvGLQ8obOB5jhGd/Screen_shot_2011-11-06_at_2.51.png" width="244" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;strong&gt;
&lt;/strong&gt;&lt;p /&gt;
nodeOne_part20_contextualFilters_moreArticlesStuff&lt;br /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;p /&gt;
&lt;div&gt;Adds a contextual filter&amp;nbsp;such that&amp;nbsp;/articles-list-summary/username shows the articles written by that username.&lt;/div&gt;
&lt;div&gt;/articles-list-summary returns a list of users with the numbers of articles they have written as the sort.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/CySyRlFUin86lxfZTADiUsdyQasx2AirCjCXLELTVvDnrTXdzzTrCv5Yba8u/Screen_shot_2011-11-06_at_2.57.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_2" height="237" src="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/hrvwKEGiZYbEKp4tBjrDFUcB3h6ctJeq32Vb9xeso9X1RiBFTDlcCQk28VQG/Screen_shot_2011-11-06_at_2.57.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;strong&gt;
&lt;/strong&gt;&lt;p /&gt;
nodeOne_part21_contextualFilters_createLocalTab&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;Changes the url pattern so that&amp;nbsp;/user/%/articles gives the context, based on UID rather than name.&lt;/div&gt;
&lt;div&gt;Creates a tab on that page, since that page already exists for other purposes&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/yoaXoMZLSm2zrzPnULrgh9Wjy1i1JpDC9mB1erpQJCV3DeEdglNHKMJ3hl1m/Screen_shot_2011-11-06_at_3.02.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_3" height="410" src="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/XHWpXgePqbLYMnFBmRGelf2GKBfMNoqGr3hJnjgnjCBB1iXQESjiALFhkkHQ/Screen_shot_2011-11-06_at_3.02.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;nodeOne_part22_contextualFilters_createLocalTabWithSubItems&lt;/strong&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;Takes it one step further and has all content types, sorted. &amp;nbsp;The breadcrumb is a little wacky, though, since articles is the default page of the "content tab" you don't see it as a subitem of content. I'll have to learn a little more breadcrumb fu to make it work.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Screen_shot_2011-11-06_at_3" height="407" src="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/R6HF7RJInzsIODvA17tNbStdmobEZGE1BQId4faa4uwpDLVG1yvzSqN1i2h6/Screen_shot_2011-11-06_at_3.34.png" width="490" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nodeOne_part23_related_myVersion&lt;/strong&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;This one is quite a bit different than the one in the video. The video uses an extra module to relate nodes&amp;nbsp;explicitly, but I instead went with a taxonomy based version by building on what he had covered in part 13 and the content type I created following the &lt;a href="http://definitivedrupal.org/"&gt;dgd7&lt;/a&gt; example I created a tab on suggestion pages that showed other pages that also had the same Suggestion Type associated with it.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/6GlSWH7iNyh1oqL4lydRfz2CKbc6VJJ8qTrmSXdob6bqzhiHEfieO7Nd6ECc/Screen_shot_2011-11-06_at_3.47.png"&gt;&lt;img alt="Screen_shot_2011-11-06_at_3" height="445" src="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/u6ytGLaDcU71IqAihTg9bfnqkSeKrnkjsD1RpRJrCJwekXBHC24HpH0yvgmi/Screen_shot_2011-11-06_at_3.47.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Additional Modules&amp;nbsp;Recommended&lt;/strong&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;So on top of &lt;a href="http://drupal.org/project/devel"&gt;Devel&lt;/a&gt;&amp;nbsp;for making fake content&amp;nbsp;and &lt;a href="http://drupal.org/project/admin_menu"&gt;Admin Menus&lt;/a&gt;&amp;nbsp;for delving down with ease, whihc we suggested by NodeOne, the book goes on to suggest looking at the below projects. I only got Views Bulk Operations (already have Calendar)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Admin:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/views_bulk_operations"&gt;Views Bulk Operations&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;This module augments Views by allowing bulk operations to be executed on the displayed rows. It does so by showing a checkbox in front of each node, and adding a select box containing operations that can be applied. Drupal Core or Rules actions can be used.&lt;/span&gt;" i.e. "Delete All"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Maps:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/openlayers"&gt;Open Layers&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;The OpenLayers Module and its submodules bring the&lt;/span&gt;&lt;a href="http://openlayers.org/" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;OpenLayers JS&lt;/a&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;&amp;nbsp;library into Drupal. They enable users to combine maps from different map providers with data from Views and CCK input. The OpenLayers JavaScript library is open source, making it flexible and capable across standards as well as proprietary APIs.&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/gmap"&gt;Gmap&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;The GMap module provides an interface to the Google Maps API within Drupal. It integrates with the Location module to provide users a clickable map for entering latitude and longitude, as well as to display maps of Drupal nodes and users. GMap can be used to create interactive maps with various map markers and content in map bubbles, taking advantage of Drupal's other content management features. The module also provides a Views display plugin which allows users to display the results of a view on a Google map.&lt;/span&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Calendars
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/calendar"&gt;Calendar&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;This module will display any Views date field in calendar formats, including CCK date fields, node created or updated dates, etc. Switch between year, month, and day views. Back and next navigation is provided for all views.&lt;/span&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Styles and Displays
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/jcarousel"&gt;jCarousel&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;This module allows developers and themers to make use of the&amp;nbsp;&lt;/span&gt;&lt;a href="http://sorgalla.com/jcarousel/" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;jCarousel&lt;/a&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;&amp;nbsp;jQuery plugin. It includes a developer API that other modules can use, as well as&amp;nbsp;&lt;/span&gt;&lt;a href="http://drupal.org/project/views" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;Views&lt;/a&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;&amp;nbsp;integration in the 2.0 version so that you can turn any list of content or images into a carousel.&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/views_accordion"&gt;Views&amp;nbsp;Accordion&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;Views Accordion provides a display style plugin for the&amp;nbsp;&lt;/span&gt;&lt;a href="http://drupal.org/project/views" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;Views&lt;/a&gt;&amp;nbsp;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;module.&amp;nbsp;&lt;/span&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;It will take the results and display them as a JQuery&amp;nbsp;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Accordion_(GUI)" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;accordion&lt;/a&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;, using the first field as the header for the accordion rows.&lt;/span&gt;"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/project/views_infinite_scroll"&gt;Views Infinite Scroll&lt;/a&gt;&amp;nbsp;"&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;Views Infinite Scroll provides a ? t&lt;/span&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;hat enables views infinite scrolling ( autopaging, depaging, endless pages ...you name it) by using&amp;nbsp;&lt;/span&gt;&lt;a href="http://lagoscript.org/jquery/autopager" rel="nofollow" style="background-color: #ffffff; font-size: 13px; vertical-align: baseline; color: #0678be; text-decoration: none; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;jquery.autopager plugin&lt;/a&gt;&lt;span style="color: #222222; font-family: Lucida Grande, DejaVu Sans, Bitstream Vera Sans, Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #ffffff;"&gt;. using this module with views page display will load another page whenever the user reaches bottom of the page.&lt;/span&gt;"&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-5-wrapping-up-views-for-now"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-5-wrapping-up-views-for-now#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/ibHJC-99KtI" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="656" width="857" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/cEqoRoKqYRdW8SLrmP4W5fOG2H9CCZqiJEugLkJPBdKiNRYFhW6jHs1u9CHR/Screen_shot_2011-11-06_at_2.43.png">
        <media:thumbnail height="383" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/kqpPsrvYZlyZjxW0xmEJnASN6cN87A75ARzG3tIDSCobnOhxoVzBwoc8pLXE/Screen_shot_2011-11-06_at_2.43.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="301" width="636" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/CySyRlFUin86lxfZTADiUsdyQasx2AirCjCXLELTVvDnrTXdzzTrCv5Yba8u/Screen_shot_2011-11-06_at_2.57.png">
        <media:thumbnail height="237" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/hrvwKEGiZYbEKp4tBjrDFUcB3h6ctJeq32Vb9xeso9X1RiBFTDlcCQk28VQG/Screen_shot_2011-11-06_at_2.57.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="290" width="450" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/fKJQZxUatm7EawK3Qgj85TTZY21GcAKYBeD9De2lb65gxvB9HFLzPRZr7Owx/Screen_shot_2011-11-06_at_2.49.png">
        <media:thumbnail height="290" width="450" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/fKJQZxUatm7EawK3Qgj85TTZY21GcAKYBeD9De2lb65gxvB9HFLzPRZr7Owx/Screen_shot_2011-11-06_at_2.49.png" />
      </media:content>
      <media:content type="image/png" height="465" width="554" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/BtiP7yk02sn5uIX2FsEmNaOMKSrde7UDXLfNvsOtpDTpB0zkGvaXfEh6Il92/Screen_shot_2011-11-06_at_2.46.png">
        <media:thumbnail height="420" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/EVLtXso0S80wVTL7ioLGzSbRe16D3tPFgdpugKr0r1apITs9NCCFnUSRQD3W/Screen_shot_2011-11-06_at_2.46.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="166" width="329" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/3azQ16NgwC0wS6Ius8nI5vaOrrG8MPih5Pz43bCFZVjkNZuf77YBQLRtFAVN/view_import.png">
        <media:thumbnail height="166" width="329" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/3azQ16NgwC0wS6Ius8nI5vaOrrG8MPih5Pz43bCFZVjkNZuf77YBQLRtFAVN/view_import.png" />
      </media:content>
      <media:content type="image/png" height="566" width="662" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/Xg9ohM5ihNYFXA83ADYg7j14XeuNZee3YGPadW4XditfqCb7rZC0DxK3jDHn/Screen_shot_2011-11-06_at_2.45.png">
        <media:thumbnail height="427" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/c6wtFNbHg7aIgEDTP1CPuRWHKFxt9Gum1HdnvAsl4vM1O7oEnnmXaOVs1uX7/Screen_shot_2011-11-06_at_2.45.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="135" width="922" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/pUOt1AfiHPBJobDnKGMIQI1C5hPF6QgBEFjdQWFhGob0iA7ZIwuP2RdElrnx/export_view.png">
        <media:thumbnail height="73" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/gWCyT2Kmca2kTPfhKYUmyOmMpMd5VLQbLkhiaUxCYa9ryJF34RceNzzOxYa0/export_view.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="612" width="687" url="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/6GlSWH7iNyh1oqL4lydRfz2CKbc6VJJ8qTrmSXdob6bqzhiHEfieO7Nd6ECc/Screen_shot_2011-11-06_at_3.47.png">
        <media:thumbnail height="445" width="500" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/u6ytGLaDcU71IqAihTg9bfnqkSeKrnkjsD1RpRJrCJwekXBHC24HpH0yvgmi/Screen_shot_2011-11-06_at_3.47.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="485" width="591" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/yoaXoMZLSm2zrzPnULrgh9Wjy1i1JpDC9mB1erpQJCV3DeEdglNHKMJ3hl1m/Screen_shot_2011-11-06_at_3.02.png">
        <media:thumbnail height="410" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/XHWpXgePqbLYMnFBmRGelf2GKBfMNoqGr3hJnjgnjCBB1iXQESjiALFhkkHQ/Screen_shot_2011-11-06_at_3.02.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="104" width="244" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/XyotTlYL9OXUmLRPlfumpNbjcyTMt1dZetrGqwxoSvV5MDvGLQ8obOB5jhGd/Screen_shot_2011-11-06_at_2.51.png">
        <media:thumbnail height="104" width="244" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/XyotTlYL9OXUmLRPlfumpNbjcyTMt1dZetrGqwxoSvV5MDvGLQ8obOB5jhGd/Screen_shot_2011-11-06_at_2.51.png" />
      </media:content>
      <media:content type="image/png" height="709" width="729" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/8wkhzEf4SNJ9LJGq0RYnRCUH1kN8CyGHAdxT0gDON3gTPmrPiHdaAuNRS00n/Screen_shot_2011-11-06_at_2.38.png">
        <media:thumbnail height="486" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/IBmVwEqninZG11jOqg5lBPUfZkCNHWTicF1XdEobrmDOtVnwFpqOeA0i88i2/Screen_shot_2011-11-06_at_2.38.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="407" width="490" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/R6HF7RJInzsIODvA17tNbStdmobEZGE1BQId4faa4uwpDLVG1yvzSqN1i2h6/Screen_shot_2011-11-06_at_3.34.png">
        <media:thumbnail height="407" width="490" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/R6HF7RJInzsIODvA17tNbStdmobEZGE1BQId4faa4uwpDLVG1yvzSqN1i2h6/Screen_shot_2011-11-06_at_3.34.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-5-wrapping-up-views-for-now</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 04 Nov 2011 21:34:00 -0700</pubDate>
      <title>Drupal - Day 4: Chapter 3 Error message sorted, And NodeOne screen casts</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/7IDglF11yXU/drupal-day-4-chapter-3-error-message-sorted-a</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-4-chapter-3-error-message-sorted-a</guid>
      <description>&lt;p&gt;
	&lt;div&gt;&lt;strong&gt;Part 1: Page for a given user based on form field&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;p&gt;Perhaps it is the left over halloween candy sugar high, but I was having trouble going back and doing the first example or even really focusing on how DGD7 is explaining contexts and relationships in this chapter.&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;It seems like Drupal 7 changed and continues to change, but I can handle it - especially with the number of screen casts out there.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The one that started me down the most useful path was is &lt;a href="http://nodeone.se/node/981"&gt;More Relation and Views&lt;/a&gt;&amp;nbsp;found from the homepage of the &lt;a href="http://drupal.org/project/relation"&gt;Relation&lt;/a&gt; project which seems to be the hot new thing that my potentially usurp the &lt;a href="http://drupal.org/project/references"&gt;References&lt;/a&gt; project. &amp;nbsp;But it didn't make any sense that in order to relate anything to users I'd have to install a whole module.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;That screen cast led me to &lt;a href="http://nodeone.se/blogg/learn-views-with-nodeone-part-1-overview"&gt;Taming The Beast: Learn Views with NodeOne&lt;/a&gt;, I skipped the 5th one, &lt;a href="http://nodeone.se/blogg/learn-views-with-nodeone-part-5-filters"&gt;Part 5: Fliters&lt;/a&gt;&amp;nbsp;and in the comments, finally the wording of comment made things become clear...&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: #cccccc; border-left-style: solid; padding-left: 1ex;"&gt;
&lt;h3 class="title" style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; font-size: 18px; vertical-align: baseline; background-color: #ffffff; font-family: Trebuchet MS, arial, sans-serif; padding: 0px;"&gt;&lt;a href="http://nodeone.se/blogg/learn-views-with-nodeone-part-5-filters#comment-1467" class="active"&gt;Adding a relationship to see user filters + more&lt;/a&gt;&lt;/h3&gt;
&lt;div class="submitted"&gt;G&amp;Auml;ST S&amp;Ouml;N, 2011-08-28 00:08&lt;/div&gt;
&lt;div class="content" style="font-size: 15px; vertical-align: baseline; background-color: #ffffff; font-family: Georgia, Times New Roman, Bitstream Vera Serif, serif; line-height: 18px; padding: 0px; margin: 0px;"&gt;
&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; vertical-align: baseline; background-color: transparent; line-height: 1.5; padding: 0px;"&gt;I had this problem to, Ive managed to find what seems to be a solution. If you add a relationship of &amp;ldquo;content author&amp;rdquo;, more user filters will become&amp;nbsp;available.&lt;/p&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p /&gt;
&lt;div&gt;In the Relations Panel of THAT view (not some uber-relationshippy place that Drupal has and I just didn't know about yet) &amp;nbsp;if you add the relationship Content: Author&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&amp;nbsp;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Screen_shot_2011-11-04_at_4" height="257" src="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/FHz5SSxOFOAJoMguBTxV5LPmrlLnvrNQawTfvrnYMKrvsL2vNFELDMVPr9K0/Screen_shot_2011-11-04_at_4.20.png" width="382" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;Then way more fliters about the User will show up...&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/fse88qdM7UewkJopNEKjdp945quGzYB6IyKaAsXwIiXRUrzvzBL4Z5OflC2T/Screen_shot_2011-11-04_at_4.21.png"&gt;&lt;img alt="Screen_shot_2011-11-04_at_4" height="418" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/XHqwlROCvNLnfBqPm8bOWTP7C7ZBrb85edq0YQ6Rrx0N7hP5AoxVLAn4wKB6/Screen_shot_2011-11-04_at_4.21.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;And if you select one - say User:Name and configure it - on THAT dialog you make it clear that the user meant is not the person logged in but the author of the page.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/7il1bMUupfyyWnxUCjzM8ynRHeSB8DU5bBDeuTozT7tSAu7PRlrJgn4JJpUc/Screen_shot_2011-11-04_at_4.28.png"&gt;&lt;img alt="Screen_shot_2011-11-04_at_4" height="189" src="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/rAMheLkLpgXcre9ySyz1UZm70teKvkyw1Omvk2h9cJBrFDQqqFKzGxMpapDb/Screen_shot_2011-11-04_at_4.28.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;div&gt;So what I've learned is this: As you change your configurations you have to constantly go back and recheck menus to see if there are new options that magically appear. Gotcha.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I used the "expose this filter" option and got a page that displays all the content (of any kind) that any user (if you know their name) has submitted to the site.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/Eq4qeZefXGd3ShkyaAzns1IjKstp7qMfi9VXeILoSXe56E9apZZY1QwaBc95/Screen_shot_2011-11-04_at_4.31.png"&gt;&lt;img alt="Screen_shot_2011-11-04_at_4" height="278" src="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/dv9yJFnoTzGxBBNOGPCwlcE7H7egH7HTG1LIdP81WKjJz3X3r6B7ug7ufMUv/Screen_shot_2011-11-04_at_4.31.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Part 2: NodeOne Screen Casts&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;So now I'm ready to try to create some more with Views because I like control over data, and honestly, the chapter in dgd7 was not enough for me.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;So what I'm doing, with some basic understanding under my belt, is going back and watching all 23 of the &lt;a href="http://nodeone.se/blogg/learn-views-with-nodeone-part-1-overview"&gt;Node One: Learn Views with NodeOne&lt;/a&gt; screen casts. It is taking&amp;nbsp;awhile, but it seems worth it.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Two Modules it introduces are the &lt;a href="http://drupal.org/project/devel"&gt;Devel module&lt;/a&gt; for generating fake content and the&amp;nbsp;&lt;a href="http://drupal.org/project/admin_menu"&gt;Administration menu module&lt;/a&gt; which provides dropdown menus for the admin section which speeds life up&amp;nbsp;immensely.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I've followed along to the point where I have made a little recent articles block with a link to a RSS feed and a members list. Both are shown in the following picture. I got a sql error when trying to display what roles each one of them had (like keyholder, voting member, etc) But I'm ignoring that for now.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I'm still watching - only at 11, but I wanted an update for now.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/omdCFcQvljCX0XjQaNDhbv6Gv5eIvdiS74mVsl73Yh3DEhm97bjMXjATSa34/Screen_shot_2011-11-04_at_9.17.png"&gt;&lt;img alt="Screen_shot_2011-11-04_at_9" height="388" src="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/tBiwwL3SzQ3xvC4VJ06hGep7SW5CJ9jThHkupmeteCkn9KEdDuECPEBx9orr/Screen_shot_2011-11-04_at_9.17.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-4-chapter-3-error-message-sorted-a"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-4-chapter-3-error-message-sorted-a#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/7IDglF11yXU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="499" width="899" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/Eq4qeZefXGd3ShkyaAzns1IjKstp7qMfi9VXeILoSXe56E9apZZY1QwaBc95/Screen_shot_2011-11-04_at_4.31.png">
        <media:thumbnail height="278" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/dv9yJFnoTzGxBBNOGPCwlcE7H7egH7HTG1LIdP81WKjJz3X3r6B7ug7ufMUv/Screen_shot_2011-11-04_at_4.31.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="647" width="773" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/fse88qdM7UewkJopNEKjdp945quGzYB6IyKaAsXwIiXRUrzvzBL4Z5OflC2T/Screen_shot_2011-11-04_at_4.21.png">
        <media:thumbnail height="418" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/XHqwlROCvNLnfBqPm8bOWTP7C7ZBrb85edq0YQ6Rrx0N7hP5AoxVLAn4wKB6/Screen_shot_2011-11-04_at_4.21.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="667" width="859" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/omdCFcQvljCX0XjQaNDhbv6Gv5eIvdiS74mVsl73Yh3DEhm97bjMXjATSa34/Screen_shot_2011-11-04_at_9.17.png">
        <media:thumbnail height="388" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/tBiwwL3SzQ3xvC4VJ06hGep7SW5CJ9jThHkupmeteCkn9KEdDuECPEBx9orr/Screen_shot_2011-11-04_at_9.17.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="296" width="785" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/7il1bMUupfyyWnxUCjzM8ynRHeSB8DU5bBDeuTozT7tSAu7PRlrJgn4JJpUc/Screen_shot_2011-11-04_at_4.28.png">
        <media:thumbnail height="189" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/rAMheLkLpgXcre9ySyz1UZm70teKvkyw1Omvk2h9cJBrFDQqqFKzGxMpapDb/Screen_shot_2011-11-04_at_4.28.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="257" width="382" url="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/FHz5SSxOFOAJoMguBTxV5LPmrlLnvrNQawTfvrnYMKrvsL2vNFELDMVPr9K0/Screen_shot_2011-11-04_at_4.20.png">
        <media:thumbnail height="257" width="382" url="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/FHz5SSxOFOAJoMguBTxV5LPmrlLnvrNQawTfvrnYMKrvsL2vNFELDMVPr9K0/Screen_shot_2011-11-04_at_4.20.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-4-chapter-3-error-message-sorted-a</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 02 Nov 2011 17:46:00 -0700</pubDate>
      <title>Drupal - Day 3: Intro to Views</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/-5mJQwDt3Ok/drupal-day-3-intro-to-views</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-3-intro-to-views</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Last night I finally got the physical copy of &lt;a href="http://www.amazon.com/gp/product/1430231351/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=carlynmaw-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1430231351"&gt;dgd7&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=carlynmaw-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430231351&amp;amp;camp=217145&amp;amp;creative=399373" border="0" height="1" alt="" style="border: none !important; margin: 0px !important;" width="1" /&gt; as it self refers. (I had been working off an eBook) &amp;nbsp;It is GIANT. Being on Chapter 3 feels way less impressive than it did. But that is a good sign - at the end of chapter 2 I felt like I had accomplished things and understood them in a way that wrestling with Drupal two times before hadn't made me feel. Perhaps it was easy b/c of the previous exposure, but&amp;nbsp;at the end of Chapter 2 I've now:&lt;/p&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Been reminded of needing to do a design process first (then given one)&lt;/li&gt;
&lt;li&gt;Added a block to the front page&lt;/li&gt;
&lt;li&gt;Made a content type (what it is structurally - blog post, page, movie review, whatever)&lt;/li&gt;
&lt;li&gt;Made a&amp;nbsp;taxonomy&amp;nbsp;(category&amp;nbsp;like stuff, but better) and applied it to the content type - actually 2 taxonomies and applied them the content type for different reasons.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Made users with&amp;nbsp;varying&amp;nbsp;abilities to acces the content type&lt;/li&gt;
&lt;li&gt;installed and used drush to load in a new module / check for back ups&lt;/li&gt;
&lt;li&gt;installed and used git to back up locally and to GitHub (using the GitHub GUI, I know, cheating)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;That is pretty huge. &amp;nbsp;But now for...&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Chapter 3: Views&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Views are crazy powerful. They are the visual nuggets that make up the site. I thought that was blocks the first couple of time I tried to figure out Drupal. "Block" like "Block of Code." Wrong. Blocks are merely a way to name different parts of the page. Views are where data gets sculpted into useable chunks of information. And you can control most anything it looks like, so the page is pretty opaque without guidance. It takes 4.5 pages just to explain what the different options are, much less how to use them. That takes another 2+ pages a pop. And this is what makes Drupal so so very powerful yet complete overkill for a blog. Use Posterous. ;-)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Views is also a module you have to get, actually. Go figure. Integral but not integrated - a little bit of noseyness lead me to the page on the Drupal site "&lt;a href="http://drupal.org/node/278173"&gt;Why isn't X in the core&lt;/a&gt;." Doh - Line one: "A common question, particularly by relative newcomers to the Drupal community, is "Why isn't feature X in core?"" &amp;nbsp;Noob hat on.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Here is a video overview with more tutorials after it: &lt;a href="http://drupalize.me/videos/overview-views"&gt;http://drupalize.me/videos/overview-views&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The problem I'm running into today is that the first example in the book seems to not work in the latest version of Views. &amp;nbsp;Doh. The filters feature is very powerful and I can get them to work for things that aren't based on users, but user based filters throw an error:&lt;/div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/KlHvsUOqSyINDCJOwWFluszkKyWFojNJS3ALbhUyjUTFiexiJHioOh9CLtVd/Screen_shot_2011-11-02_at_1.49.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-02_at_1" height="401" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/3roRw8FxLZngCsCq1Qa7Ig7cYsuvEx4BvB8mCBFUvjmHdpRV1N0yeCBNx6qG/Screen_shot_2011-11-02_at_1.49.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;I found a page on the Drupal site "&lt;a href="http://drupal.org/node/1208286"&gt;Exception: SQLSTATE[42000]: Syntax error or access violation: 1064&lt;/a&gt;" &lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="/"&gt;&lt;/a&gt;, that at around comment 8 seems to make sense. &amp;nbsp;This seems to be something that has cropped up since the book was written. Which I still like, despite this snag. Here's more on what the internet says about it:&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://drupal.org/node/1199884"&gt;http://drupal.org/node/1199884&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://definitivedrupal.org/suggestions/building-dynamic-views-need-relationship-contectual-filder"&gt;http://definitivedrupal.org/suggestions/building-dynamic-views-need-relationship-contectual-filder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://drupal.org/node/1208286"&gt;http://drupal.org/node/1208286&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://definitivedrupal.org/suggestions/problem-adding-username-view-filter"&gt;http://definitivedrupal.org/suggestions/problem-adding-username-view-filter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;I think this is something I'm going to go back and trouble shoot later, since I think understanding the fix involves watching this 20 minute video&amp;nbsp;&lt;a href="http://www.drupalove.com/drupal-video/using-drupals-views-relationships"&gt;Using Drupal's View's Relationships&lt;/a&gt;, maybe.&amp;nbsp;It also looks like some answers are on Page 82-84&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;In the mean time, decided to learn more about Views using a filter that already does work, (i.e. by content type) instead and when I get to page 82 I'll watch the video.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I'm not really sure why they didn't use the content type they had us make in the first chapter, "Suggestions," but I guess it is better for the group authoring process to have independent chapters. &amp;nbsp;And they couldn't really have known that author name would have gotten removed from filters? I don't understand why, yet.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;So starting with the idea of working with the suggestions content type I've proceded to make:&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;a page view that is a sortable table,&lt;/li&gt;
&lt;li&gt;a block view that only appears in the "Triptych" area of the home page,&lt;/li&gt;
&lt;li&gt;another version of the table view that has a "highlighted" suggestion based on what suggestion has the most comments.&lt;/li&gt;
&lt;li&gt;I also made the tabed views example. Only so helpful without content.&lt;/li&gt;
&lt;li&gt;I also did an-exposed-filters view, which is incredibly ugly, but it can only be seen by adminstrators anyway.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;And that all has gotten me to page 82, where I stop for now... just 4 pages from the end of the chapter, but I'm starving...&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/Z6vGK23oAAnfLYOrkYVqUAFzKHr32Wkt9nmEBFfHlKLp877TENFVkku3Wtqd/Screen_shot_2011-11-02_at_3.59.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-02_at_3" height="400" src="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/HGrYZDrarzuz8ZOsQmdHy2NDDYXsSQf1naCIwIlM0HHCmLopRYOIAH7Djcr7/Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/LsTVjuWdph2cIQC8jACNUDqNXf41INivh6KOgpovINGZK7kWw2q182xx22aU/0Screen_shot_2011-11-02_at_3.59.png.scaled.1000.jpg"&gt;&lt;img alt="0screen_shot_2011-11-02_at_3" height="400" src="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/a5yDBWtZ4BPaQGwn0uCiCeRMIYzhignBWL9WxjqXKWyV5Uu0oeAzsqyiVjPq/0Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/RO6jbbYUB79p2bypafmMxy4TYBNHODJmejSnDpejxGlP9Mh8JdYekrYSQXzU/1Screen_shot_2011-11-02_at_3.59.png.scaled.1000.jpg"&gt;&lt;img alt="1screen_shot_2011-11-02_at_3" height="400" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/8beuUxsnUjlLP9u1lC8ZXALGjkShJyBSyKH6XLXXnFmJWwA8xbJ5hK9ek7jD/1Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/TAvXLaKq9ESIwGKbMAk4IURBj7nQbDrEGFjOlzoZ3lA8vEO3qd08vVZCLkx0/Screen_shot_2011-11-02_at_4.41.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-02_at_4" height="400" src="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/gQBp17N15NuAhex8MUV0Nkf7aLQ4ZACTAzfu7BvETcDOpePTAVL0pk7Dp6D9/Screen_shot_2011-11-02_at_4.41.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/ibfFZpLjQWZCO5XW2R7K3v1WIgWxJfVAgP3DvwBZ4Nmq7AAHlhao7gAPLNwv/Screen_shot_2011-11-02_at_5.23.png"&gt;&lt;img alt="Screen_shot_2011-11-02_at_5" height="182" src="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/QS6crzoon6Z2if9Rs4cmc10OTqb9wAtX1fnpGSTUx6NFl7pPyQFeNN6gf6GQ/Screen_shot_2011-11-02_at_5.23.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/PLP2saFKnbVmpAhXwSfPpQhUUuNBs2ksNHuhSVcmzWag6y4k1DTEaFZCCAGw/Screen_shot_2011-11-02_at_5.22.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-11-02_at_5" height="400" src="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/KTo6dEhnPJArZNRap5zznjvZ6nEWXwffYPu3WwShILpJ6pMLd9ziwGa8Yv5v/Screen_shot_2011-11-02_at_5.22.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/HEnkkXs8ZP4JULSCMcVvd0F9aVsaXUuMnpg388EedWob9Up8dXHC1lSZcO6X/Screen_shot_2011-11-02_at_5.38.png"&gt;&lt;img alt="Screen_shot_2011-11-02_at_5" height="334" src="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/0KI1mwSIl9xAYSFZv5wtOFlOkMibUxXS0EDNFt7EtzV69oqjQyyO1u3V21AC/Screen_shot_2011-11-02_at_5.38.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/drupal-day-3-intro-to-views"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-3-intro-to-views"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-3-intro-to-views#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/-5mJQwDt3Ok" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="900" width="1122" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/cZCxob8mbj4Rt4bj0qS5SSrtDfGr3vsxYHtTkKZvjOEq1I3B7b8M5Tpqdiby/Screen_shot_2011-11-02_at_1.49.png">
        <media:thumbnail height="401" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/3roRw8FxLZngCsCq1Qa7Ig7cYsuvEx4BvB8mCBFUvjmHdpRV1N0yeCBNx6qG/Screen_shot_2011-11-02_at_1.49.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1126" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/DkvovZxD9rcGjgcRVpYLYzW3hux2Jm1DPANH46G3DjIp1bZkOt9IGbCCl9ef/Screen_shot_2011-11-02_at_3.59.png">
        <media:thumbnail height="400" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/HGrYZDrarzuz8ZOsQmdHy2NDDYXsSQf1naCIwIlM0HHCmLopRYOIAH7Djcr7/Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1126" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/9yFwbbZMZ3l8wMB2nvSKv6shdOHGsblrRwyNDXdNdfupob6L9chqtBrceJNS/0Screen_shot_2011-11-02_at_3.59.png">
        <media:thumbnail height="400" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/a5yDBWtZ4BPaQGwn0uCiCeRMIYzhignBWL9WxjqXKWyV5Uu0oeAzsqyiVjPq/0Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1126" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/iuJAm5yCKAG7RP43nqV4PWwHxmNn0fMVgTqjV4wUGswyGpWlOLX0QaaMcNKd/1Screen_shot_2011-11-02_at_3.59.png">
        <media:thumbnail height="400" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/8beuUxsnUjlLP9u1lC8ZXALGjkShJyBSyKH6XLXXnFmJWwA8xbJ5hK9ek7jD/1Screen_shot_2011-11-02_at_3.59.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1126" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/qKnhqkDwkEaikhWn0kjeCoinXXquuI3iGCKGqsEb8sSuRKL4xMfI3ldeL4w4/Screen_shot_2011-11-02_at_4.41.png">
        <media:thumbnail height="400" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/gQBp17N15NuAhex8MUV0Nkf7aLQ4ZACTAzfu7BvETcDOpePTAVL0pk7Dp6D9/Screen_shot_2011-11-02_at_4.41.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="314" width="864" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/ibfFZpLjQWZCO5XW2R7K3v1WIgWxJfVAgP3DvwBZ4Nmq7AAHlhao7gAPLNwv/Screen_shot_2011-11-02_at_5.23.png">
        <media:thumbnail height="182" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/QS6crzoon6Z2if9Rs4cmc10OTqb9wAtX1fnpGSTUx6NFl7pPyQFeNN6gf6GQ/Screen_shot_2011-11-02_at_5.23.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1126" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/8daO2BErguBpfiyD8gD0CQvTA7QhrnTUjBe8MT0b0j78QWcTx38Rnq8EPhv2/Screen_shot_2011-11-02_at_5.22.png">
        <media:thumbnail height="400" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/KTo6dEhnPJArZNRap5zznjvZ6nEWXwffYPu3WwShILpJ6pMLd9ziwGa8Yv5v/Screen_shot_2011-11-02_at_5.22.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="493" width="737" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/HEnkkXs8ZP4JULSCMcVvd0F9aVsaXUuMnpg388EedWob9Up8dXHC1lSZcO6X/Screen_shot_2011-11-02_at_5.38.png">
        <media:thumbnail height="334" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/0KI1mwSIl9xAYSFZv5wtOFlOkMibUxXS0EDNFt7EtzV69oqjQyyO1u3V21AC/Screen_shot_2011-11-02_at_5.38.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-3-intro-to-views</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 31 Oct 2011 15:21:00 -0700</pubDate>
      <title>Drupal - Day 2: Installing Drush and Git</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/EaE6wcrphqU/drupal-day-2-installing-drush-and-git</link>
      <guid isPermaLink="false">http://what2day.posterous.com/drupal-day-2-installing-drush-and-git</guid>
      <description>&lt;p&gt;
	&lt;p&gt;So while I don't have time to do something as&amp;nbsp;complete&amp;nbsp;as 30 Drupal features in 30 days, &amp;nbsp;I will try to at least mention my progress most day so there is a record of things I do that aren't in the book. &amp;nbsp;It is good to be following along with a so far well written book. I don't have to think too hard about what to do next, most things work, and are what I want to know about next anyway.&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;Part of why I bought the&amp;nbsp;Definitive&amp;nbsp;Guide to Drupal is because right in front, right in chapter 2 it talks about Drush and Git. They are kind of low-level but priceless and most starter books push them to the back if they mention them at all.
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Drush&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Drush is a command line tool that makes a lot of the back end tasks of working with Drupal much much easier. There is a &lt;a href="http://groups.drupal.org/drush/commands"&gt;list of drush commands&lt;/a&gt; on the Drupal site so you can get a sense of what it can do.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I followed along in the book, did a little googling and did the following:&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;div class="data type-text"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;span rel="#L14" id="L14"&gt;14&lt;/span&gt;
&lt;span rel="#L15" id="L15"&gt;15&lt;/span&gt;
&lt;span rel="#L16" id="L16"&gt;16&lt;/span&gt;
&lt;span rel="#L17" id="L17"&gt;17&lt;/span&gt;
&lt;span rel="#L18" id="L18"&gt;18&lt;/span&gt;
&lt;span rel="#L19" id="L19"&gt;19&lt;/span&gt;
&lt;span rel="#L20" id="L20"&gt;20&lt;/span&gt;
&lt;span rel="#L21" id="L21"&gt;21&lt;/span&gt;
&lt;span rel="#L22" id="L22"&gt;22&lt;/span&gt;
&lt;span rel="#L23" id="L23"&gt;23&lt;/span&gt;
&lt;span rel="#L24" id="L24"&gt;24&lt;/span&gt;
&lt;span rel="#L25" id="L25"&gt;25&lt;/span&gt;
&lt;span rel="#L26" id="L26"&gt;26&lt;/span&gt;
&lt;span rel="#L27" id="L27"&gt;27&lt;/span&gt;
&lt;span rel="#L28" id="L28"&gt;28&lt;/span&gt;
&lt;span rel="#L29" id="L29"&gt;29&lt;/span&gt;
&lt;span rel="#L30" id="L30"&gt;30&lt;/span&gt;
&lt;span rel="#L31" id="L31"&gt;31&lt;/span&gt;
&lt;span rel="#L32" id="L32"&gt;32&lt;/span&gt;
&lt;span rel="#L33" id="L33"&gt;33&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;#go to the folder&lt;/div&gt;&lt;div class="line" id="LC2"&gt;cd /Applications/MAMP/bin&lt;/div&gt;&lt;div class="line" id="LC3"&gt;#get drush off on the internet (mac has curl not wget, make sure it is the latest drush)&lt;/div&gt;&lt;div class="line" id="LC4"&gt;curl -O http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz&lt;/div&gt;&lt;div class="line" id="LC5"&gt;#decompress&lt;/div&gt;&lt;div class="line" id="LC6"&gt;tar -zxvf drush-7.x-4.5.tar.gz&lt;/div&gt;&lt;div class="line" id="LC7"&gt;#delete tar ball&lt;/div&gt;&lt;div class="line" id="LC8"&gt;rm drush-7.x-4.5.tar.gz&lt;/div&gt;&lt;div class="line" id="LC9"&gt;#user executable&lt;/div&gt;&lt;div class="line" id="LC10"&gt;chmod u+x drush/drush&lt;/div&gt;&lt;div class="line" id="LC11"&gt;#look at your path&lt;/div&gt;&lt;div class="line" id="LC12"&gt;echo $PATH&lt;/div&gt;&lt;div class="line" id="LC13"&gt;#confirm bash or zsh&lt;/div&gt;&lt;div class="line" id="LC14"&gt;echo $PATH&lt;/div&gt;&lt;div class="line" id="LC15"&gt;#if bash, look at what is in .bashrc (might be .profile, .bash_aliases, .bashrc (non interactive), .bash_profile)&lt;/div&gt;&lt;div class="line" id="LC16"&gt;cat ~/.profile&lt;/div&gt;&lt;div class="line" id="LC17"&gt;# open the file with nano&lt;/div&gt;&lt;div class="line" id="LC18"&gt;nano ~/.profile&lt;/div&gt;&lt;div class="line" id="LC19"&gt;#Add the following line to the bottom  of the file and save: (no quotes or comment hash)&lt;/div&gt;&lt;div class="line" id="LC20"&gt;#&amp;quot;export PATH=${PATH}:/Applications/MAMP/bin/drush&amp;quot;&lt;/div&gt;&lt;div class="line" id="LC21"&gt;#reload the saved file&lt;/div&gt;&lt;div class="line" id="LC22"&gt;source ~/.profile&lt;/div&gt;&lt;div class="line" id="LC23"&gt;#look at the path&lt;/div&gt;&lt;div class="line" id="LC24"&gt;echo $PATH&lt;/div&gt;&lt;div class="line" id="LC25"&gt;#check to see if it really works&lt;/div&gt;&lt;div class="line" id="LC26"&gt;which drush&lt;/div&gt;&lt;div class="line" id="LC27"&gt;#hard won knowledge below - only use if your drush install doesn&amp;#39;t connect to the database:&lt;/div&gt;&lt;div class="line" id="LC28"&gt;#i.e. you get the error -&lt;/div&gt;&lt;div class="line" id="LC29"&gt;#Can&amp;#39;t connect to local MySQL server through socket &amp;#39;/tmp/mysql.sock&amp;#39; (2) [0.11 sec, 4.3 MB]&lt;/div&gt;&lt;div class="line" id="LC30"&gt;#this is a problem that happens when the mysql server and php are both on localhost&lt;/div&gt;&lt;div class="line" id="LC31"&gt;sudo mkdir /var/mysql&lt;/div&gt;&lt;div class="line" id="LC32"&gt;sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock&lt;/div&gt;&lt;div class="line" id="LC33"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Those last lines, those last lines cost me a world of pain to discover. Like finally figured out the right search terms at 3 am world of pain and then I felt like a moron.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I have already installed Drush on the crash space Dreamhost based dev server, done a couple of things with it, no problems. &amp;nbsp;With my local install, if I tried to do anything that talked to the database (read: anything useful) I kept getting errors about not being able to connect to the database and I couldn't figure out how to work around it. &amp;nbsp; I tried a lot of things and now my set up is totally different. I'll cover that on the git section because really those changes had no impact on this particular problem.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The deal is, when the mysql server and php are on the same machine they handle talking to each other a little differently than when there is another box that php has to connect to to make a connection. Php (and Drush is just a wrapper around php, now I know) looks where it thinks mysql is gonna put the socket and if it isn't where it is looking - you get the&amp;nbsp;&amp;nbsp;"&lt;span style="font-family: Bitstream Vera Sans Mono, Courier, monospace; font-size: 12px; line-height: 15px; background-color: #ffffff;"&gt;Can't connect to local MySQL server through socket '/tmp/mysql.sock'&lt;/span&gt;" message.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Your choices are&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;Change where mysql puts the socket (seems dangerous)&lt;/li&gt;
&lt;li&gt;Change where php looks for the default sock in php.ini (didn't work for me, was too tired to really explore why)&lt;/li&gt;
&lt;li&gt;Create a sym link between where mysql want to put it and where php is gonna look. (Done!)&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;The negative consequence of this is now if there is more than version of mysql running they may get entangle, but I have pumpkins to carve and candy to eat today working is a good place to stop.&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Git&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Git is also pretty new to me, and I'm using both the command line package and the GitHub Mac OS X GUI. Yup, I said it. THe GUI. downloading and installing them both is pretty easy, lots of instructions for that on the internet.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I'm using the command line to commit changes as I go, the GitHub gui to interface with GitHub. It is still a little buggy sometimes when doing a big commit, but I'll live.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;What I've done is this -&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Made repository for a &lt;a href="https://github.com/CRASHSpace/drupal_crashspace_dev"&gt;dev version of the CRASH Space site on GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Opened GitHub GUI on my computer&lt;/li&gt;
&lt;li&gt;Cloned it to the Mac, put it in my GitHub folder, because that is what I do&lt;/li&gt;
&lt;li&gt;Moved all the web files into it&lt;/li&gt;
&lt;li&gt;Uploaded them to GitHub&lt;/li&gt;
&lt;li&gt;Totally destroyed my work space, including the sym link to MAMP/htdocs trying to fix the sql socket stuff&lt;/li&gt;
&lt;li&gt;Deleted everything&amp;nbsp;(carefully saving a copy of the settings.php)&lt;/li&gt;
&lt;li&gt;Recloned the GitHub copy to my machine,&amp;nbsp;&lt;/li&gt;
&lt;li&gt;renamed the web files folder www &amp;amp; put my settings.php file back into sites/default&lt;/li&gt;
&lt;li&gt; Changed the preferences in MAMP to look at the now-labeled&amp;nbsp;&lt;span style="font-family: Bitstream Vera Sans Mono, Courier, monospace; font-size: 12px; line-height: 13px; background-color: #ffffff;"&gt;www&lt;/span&gt;&amp;nbsp;folder inside the repo as the Apache root&lt;/li&gt;
&lt;li&gt;Started the MAMP servers&lt;/li&gt;
&lt;li&gt;Went to&amp;nbsp;&lt;a href="http://localhost:8888/"&gt;http://localhost:8888/&lt;/a&gt; in my browser&lt;/li&gt;
&lt;li&gt;Done.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;What this means is I did &lt;a href="http://book.git-scm.com/2_setup_and_initialization.html"&gt;set the global git&amp;nbsp;identity&amp;nbsp;variables&lt;/a&gt; as mentioned in the book, but I didn't need to manually initialize the drupal_crashspace_dev repository because I let the GUI handle that already.&lt;/div&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"&gt;
&lt;div&gt;cd ~/Documents/GitHub/CRASHSpace/drupal_crashspace_dev/&lt;/div&gt;
&lt;div&gt;git add .&lt;/div&gt;
&lt;div&gt;git status&lt;/div&gt;
&lt;div&gt;git commit -m "what just changed"&lt;/div&gt;
&lt;p /&gt;
&lt;/blockquote&gt;
&lt;p&gt;The above sequence can still be used by me in the terminal to commit changes from the command line. [UPDATE 11-2 ] In fact, always use those commands all the way down to the commit. If you leave it hanging out after add it seems to do weird things to the GitHub GUI. Others might be more robust, the GitHub GUI might be more robust when not making grand sweeping changes like large directory renames, too. &amp;nbsp;(thanks Matt!)&lt;/p&gt;
&lt;div&gt;In addition the the &lt;a href="http://book.git-scm.com/"&gt;Git Book&lt;/a&gt; and what is in the DGtD book, I really liked&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.alistapart.com/articles/get-started-with-git/"&gt;Al Shaw's Git Started with Git&lt;/a&gt;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://osteele.com/archives/2008/05/my-git-workflow"&gt;Oliver Steele's My Git Work Flow&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;They are both mentioned from the Git Book site and they are worth a look. Steele's is more advanced - he is an&amp;nbsp;experienced&amp;nbsp;svn user - but it has some great graphics that helped me form a picture in my own brain as to how I might eventually use Git.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Database Back Up&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Database back up is why we have Git and Drush at all. The site pretty much is the database and the database is the site. The Drupal php files are the bones, the meat and the personality all are in the database.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Apparently a lot of that is in Chapter 12, and there is a simple drush dump command you can do now, but I've opted to use for now the &lt;a href="http://drupal.org/project/backup_migrate"&gt;Backup and Migrate module&lt;/a&gt;.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;In addition to reading that module's documentation, the page on &lt;a href="http://drupal.org/documentation/modules/file"&gt;files and media storage&lt;/a&gt;&amp;nbsp;was useful, too. &amp;nbsp;The file location I picked is already ignored by .gitignore (sites/default/files/private) and my site isn't online anywhere anyway so I'm &amp;nbsp;I'm not going to sweat being too tricky about where the back up files go right now.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The thing that I really want to be able to do apparently comes in chapter 26. &amp;nbsp;We will eventually need to tease the content from the structure in the database so we can have a dev version and a live version of the site that don't share content/user profiles. But it is set up, and even already has cron job integration!&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&amp;nbsp;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/gsu8u3Ehnkab2eN50bmffOK6xG4sWzzwGSTGhGAD10RyHiRwmyURlVEVW6wg/Screen_shot_2011-10-31_at_3.18.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-10-31_at_3" height="386" src="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/2HejUkIIg6baEKNWuOXnoOSLCF5B269WombQTFM0Zcf877iSrtPjf41I2Pjn/Screen_shot_2011-10-31_at_3.18.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/drupal-day-2-installing-drush-and-git"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/drupal-day-2-installing-drush-and-git#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/EaE6wcrphqU" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="806" width="1045" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/D5hRGcgqqMfh6chMSu9hCLOWJTYMtYrIh1qTF0CW7OkABumAYysiwMt7UnEM/Screen_shot_2011-10-31_at_3.18.png">
        <media:thumbnail height="386" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/2HejUkIIg6baEKNWuOXnoOSLCF5B269WombQTFM0Zcf877iSrtPjf41I2Pjn/Screen_shot_2011-10-31_at_3.18.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/drupal-day-2-installing-drush-and-git</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 30 Oct 2011 17:50:00 -0700</pubDate>
      <title>30 Days of Drupal? My local Mac OS X Drupal &amp; Git set up for testing</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/T5XT3zjEUHY/30-days-of-drupal-my-local-mac-os-x-drupal-gi</link>
      <guid isPermaLink="false">http://what2day.posterous.com/30-days-of-drupal-my-local-mac-os-x-drupal-gi</guid>
      <description>&lt;p&gt;
	&lt;div&gt;So, I'm moving &lt;a href="http://crashspace.org" target="_blank"&gt;crashspace.org&lt;/a&gt; to Drupal. That was going to be a first quarter 2012 project, but it has been moved up a bit so we can disentangle from PayPal a bit more smoothly.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The short version for my non technical friends who are wondering what I'm talking about (Hi Mom!) :&amp;nbsp;Drupal is something you can use to create a robust website. It is overkill for many things, but not for us. Using it is a bit like walking into a mechanics garage, knowing all the tools and parts are already there to build one of about 1000 different awesome cars, but with no big arrow that says "Start Here." &amp;nbsp;This is why I got the book. This is why it is going to take me 30 days to get this right, at least. &amp;nbsp;Git is a software that lets lots of people work on creating the same program and also saves versions as you go along in case mistakes are made.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;For those of you who would like to play along I'm starting from scratch using &lt;a href="http://www.amazon.com/gp/product/1430231351/ref=as_li_ss_tl?ie=UTF8&amp;amp;tag=carlynmaw-20&amp;amp;linkCode=as2&amp;amp;camp=217145&amp;amp;creative=399373&amp;amp;creativeASIN=1430231351"&gt;The Definitive Guide to Drupal 7&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=carlynmaw-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430231351&amp;amp;camp=217145&amp;amp;creative=399373" border="0" height="1" alt="" style="border: none !important; margin: 0px !important;" width="1" /&gt; as a starting point. &amp;nbsp;It looked like the book best suited to what I was trying to accomplish.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The first thing I'm having to do is rearrange &amp;nbsp;my work processes &amp;amp; technical set up to align with a GitHub oriented work flow. CRASH Space is a group thing and when I'm ready to pass this off I want it to be in good shape to do so with out any extra work that I'll can stall on.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;This isn't&amp;nbsp;a tutorial for folks with no web&amp;nbsp;development&amp;nbsp;background - but I'll go over my steps&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Step 1: My set up of Drupal on a MAMP Install - sym link required&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;Very helpful for getting a local production environment up on a Mac:&amp;nbsp;&lt;a href="http://drupal.org/node/66187"&gt;http://drupal.org/node/66187&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I have my Apache server running with php enabled, but everyone says that Drupal and the default OSX install of the&amp;nbsp;technologies Drupal uses don't really play well with each other.&amp;nbsp;So I followed the&lt;a href="http://drupal.org/node/66187"&gt; instructions on the Drupal site &lt;/a&gt;for using &lt;a href="http://www.mamp.info/"&gt;MAMP&lt;/a&gt;. Btw - read all the comments on that post.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;MAMP creates a sandbox on your &lt;strong&gt;M&lt;/strong&gt;ac of &amp;nbsp;&lt;strong&gt;A&lt;/strong&gt;pache, &lt;strong&gt;M&lt;/strong&gt;ySQL and &lt;strong&gt;p&lt;/strong&gt;hp. &amp;nbsp;But it does so in the Applications folder. Yuck. I'll never remember back my work up in there! &amp;nbsp;So I actually put all the files for my Drupal install inside my GitHub folder that I keep in Documents.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;That requires one bit of&amp;nbsp;of&amp;nbsp;trickery to make the files run inside the MAMP environment - creating a sym link to the files in my Documents/GitHub folder inside the htdocs (web enabled) folder in the MAMP install way over in the Applications folder.&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="font-family: arial, sans-serif;"&gt;&lt;span style="font-family: arial, sans-serif;"&gt;&lt;div class="data type-shell"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="c"&gt;# go to the folder where the link should be from&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; /Applications/MAMP/htdocs/&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;span class="c"&gt;# make the link, -s means symbolic&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;span class="c"&gt;# format is ln -s [source] [target]&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;&lt;span class="c"&gt;# using the period mean &amp;quot;use the same name&amp;quot;&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC6"&gt;ln -s /Users/&lt;span class="o"&gt;[&lt;/span&gt;USERNAME&lt;span class="o"&gt;]&lt;/span&gt;/Documents/GitHub/CRASHSpace/drupal_crashspace_dev/drupal_crashspace_dev .&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&lt;span class="c"&gt;# then see it listed a reference&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;ls -l&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div&gt;It would have been fine to do this the other way around - let the files live in htdocs and make a sym link from my GitHub folder. What will not work is to just use the finder's Make Alias command. It isn't the same thing. It creates a special kind of file - one that is kind of neat to open in a text editor. Another thing to remember is that an alias file and what it refers to can be moved around and still work. Sym links just break.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Step 2: Update .gitignore&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;.gitignore is the file Git uses to keep certain files from being&amp;nbsp;tracked&amp;nbsp;even though they live inside the folders you have&amp;nbsp;labeled&amp;nbsp;as&amp;nbsp;containing&amp;nbsp;the repository.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;My git repository directory structure looks like this&lt;/div&gt;
&lt;p /&gt;
&lt;div style="padding-left: 30px;"&gt;drupal_crashspace_dev/ (repository name, main folder)&lt;/div&gt;
&lt;div style="padding-left: 30px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp;drupal_crashspace_dev/ (webfiles)&lt;/div&gt;
&lt;div style="padding-left: 30px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- Resources/ (folder where I'm going to put files I use in the development process)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Drupal, when you download and unpack it, has a nice .gitignore file already in there to keep you from uploading the login to the mysql server by mistake. Yay.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I added the references in that file - expanding the path - to my&amp;nbsp;repository's&amp;nbsp;main .gitignore as well so it looks like this:&lt;/div&gt;
&lt;p /&gt;
&lt;div style="padding-left: 30px;"&gt;&lt;div class="data type-shell"&gt;
      &lt;table class="lines" cellspacing="0" cellpadding="0"&gt;
        &lt;tr&gt;
          &lt;td&gt;
            &lt;pre class="line_numbers"&gt;&lt;span rel="#L1" id="L1"&gt;1&lt;/span&gt;
&lt;span rel="#L2" id="L2"&gt;2&lt;/span&gt;
&lt;span rel="#L3" id="L3"&gt;3&lt;/span&gt;
&lt;span rel="#L4" id="L4"&gt;4&lt;/span&gt;
&lt;span rel="#L5" id="L5"&gt;5&lt;/span&gt;
&lt;span rel="#L6" id="L6"&gt;6&lt;/span&gt;
&lt;span rel="#L7" id="L7"&gt;7&lt;/span&gt;
&lt;span rel="#L8" id="L8"&gt;8&lt;/span&gt;
&lt;span rel="#L9" id="L9"&gt;9&lt;/span&gt;
&lt;span rel="#L10" id="L10"&gt;10&lt;/span&gt;
&lt;span rel="#L11" id="L11"&gt;11&lt;/span&gt;
&lt;span rel="#L12" id="L12"&gt;12&lt;/span&gt;
&lt;span rel="#L13" id="L13"&gt;13&lt;/span&gt;
&lt;/pre&gt;
          &lt;/td&gt;
          &lt;td width="100%"&gt;
                &lt;div class="highlight"&gt;&lt;pre /&gt;&lt;div class="line" id="LC1"&gt;&lt;span class="c"&gt;#for crashspace drupal project. &lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC2"&gt;&lt;span class="c"&gt;#drupal_crashspace_dev is the name of the directory where the web files are.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC3"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC4"&gt;&lt;span class="c"&gt;# Ignore MacOS Folder Attributes files&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC5"&gt;.DS_Store&lt;/div&gt;&lt;div class="line" id="LC6"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC7"&gt;&lt;span class="c"&gt;# Ignore configuration files that may contain sensitive information.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC8"&gt;&lt;span class="c"&gt;#drupal_crashspace_dev/sites/*/settings*.php&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC9"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="line" id="LC10"&gt;&lt;span class="c"&gt;# Ignore paths that contain user-generated content.&lt;/span&gt;&lt;/div&gt;&lt;div class="line" id="LC11"&gt;drupal_crashspace_dev/sites/*/files&lt;/div&gt;&lt;div class="line" id="LC12"&gt;drupal_crashspace_dev/sites/*/private&lt;/div&gt;&lt;div class="line" id="LC13"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/pre&gt;&lt;/div&gt;
          &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
  &lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Step 3: Follow along in the book until...&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile4.posterous.com/getfile/files.posterous.com/what2day/7Y5VgTQjGyV2qY3SJYA87CXlhxw7QclJ6FMjtKxCGFjQLbbuuzUq2vsjRqOf/Screen_shot_2011-10-30_at_4.30.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-10-30_at_4" height="417" src="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/GvSpp3ziSOvhvc6tsu22Y0k5XKj3SazqtaosmjbCKEmIZdCV55IFngMirNRj/Screen_shot_2011-10-30_at_4.30.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;So far I haven't departed much from doing pretty much exactly what he suggests we do, and I'm just about to start Users and Roles. In fact if you follow along on the free kindle chapter, you'll be pretty close to where I've gotten.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;Step 4: Upload to GitHub&lt;/strong&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;a href="https://github.com/CRASHSpace/drupal_crashspace_dev"&gt;https://github.com/CRASHSpace/drupal_crashspace_dev&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;It's alive. Well it's a twinkle in my server's eye, anyway.&lt;/div&gt;
&lt;div&gt;More soon.&amp;nbsp;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/30-days-of-drupal-my-local-mac-os-x-drupal-gi"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/30-days-of-drupal-my-local-mac-os-x-drupal-gi#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/T5XT3zjEUHY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="900" width="1080" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/4c5NOPY4NxEyuPZKwgQ0DGTC9mO5SgYDU1ddbKj24rIaObeJ67qP6DGPNdtd/Screen_shot_2011-10-30_at_4.30.png">
        <media:thumbnail height="417" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/GvSpp3ziSOvhvc6tsu22Y0k5XKj3SazqtaosmjbCKEmIZdCV55IFngMirNRj/Screen_shot_2011-10-30_at_4.30.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/30-days-of-drupal-my-local-mac-os-x-drupal-gi</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 14 Sep 2011 12:46:06 -0700</pubDate>
      <title>Waterfall "Printers"</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/b4kDBUNpAgo/waterfall-printers</link>
      <guid isPermaLink="false">http://what2day.posterous.com/waterfall-printers</guid>
      <description>&lt;p&gt;
	&lt;div&gt;As seen in Osaka&lt;/div&gt;&lt;div&gt;&lt;iframe src="http://www.youtube.com/embed/3L0BxyeVzd4?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;p /&gt;&lt;div&gt;And a little more info from a CRASH Space member Steve Goldstein:&lt;/div&gt; &lt;div&gt;&lt;span style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"&gt;&lt;span&gt;&lt;a href="http://www.pevnickdesign.com/gwhtml/video.html"&gt;Stephen Pevnick&lt;/a&gt; is the &lt;a href="http://www.patentgenius.com/patent/4294406.html" target="_blank" style="color: rgb(0, 0, 204);"&gt;inventor&lt;/a&gt; of the original water-writer system&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;p /&gt;&lt;a href="http://www.youtube.com/watch?v=Z2LUz2WVcek" target="_blank"&gt;&lt;iframe src="http://www.youtube.com/embed/?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Z2LUz2WVcek" target="_blank"&gt;v=Z2LUz2WVcek&lt;/a&gt;&lt;p /&gt;&lt;div&gt;It appears to be what Julius Popp used to create Bit.Fall&lt;/div&gt;&lt;p /&gt;&lt;div&gt;&lt;iframe src="http://www.youtube.com/embed/AICq53U3dl8?wmode=transparent" allowfullscreen frameborder="0" height="417" width="500"&gt;&lt;/iframe&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/waterfall-printers"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/waterfall-printers#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/b4kDBUNpAgo" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://what2day.posterous.com/waterfall-printers</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 30 Aug 2011 10:46:00 -0700</pubDate>
      <title>From Dollar Store Crafts: Make an Alien Abduction Lamp</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/VkPriEXM0zQ/from-dollar-store-crafts-make-an-alien-abduct</link>
      <guid isPermaLink="false">http://what2day.posterous.com/from-dollar-store-crafts-make-an-alien-abduct</guid>
      <description>&lt;p&gt;
	&lt;blockquote&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpdollarstore_ipzrg" height="600" src="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/CoByteblFjlkcoezdfIwkyHjtdvoDCxcdiyJCCzHbCmtxevFDbnkdkAbIfAf/media_httpdollarstore_Ipzrg.jpg.scaled500.jpg" width="400" /&gt;
&lt;/div&gt;
&lt;p /&gt;from &lt;a href="http://dollarstorecrafts.com/2009/03/alien-lamp/"&gt;Dollar Store Crafts&lt;/a&gt;&lt;p /&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Dollar Store based Object Appropriation, Cute Aliens, Cows, Electricity all as a full tutorial. &amp;nbsp;What is not to LOVE.&lt;/p&gt;
&lt;p&gt;Oh, and also just today from my new favorite blog:&lt;/p&gt;
&lt;p&gt;Make a LED blob with the LED tea lights and ballons. I kid you not. Beautiful.&lt;/p&gt;
&lt;blockquote class="posterous_short_quote"&gt;
&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;img alt="Media_httpdollarstore_uowjg" height="599" src="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/BFgBsbdnhyjnufzfcCfJBHtqcpiroaIJzGpeFeHuGIuEfbqdpeBfsCawcDyv/media_httpdollarstore_uowJG.jpg.scaled500.jpg" width="399" /&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;/blockquote&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/from-dollar-store-crafts-make-an-alien-abduct"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/from-dollar-store-crafts-make-an-alien-abduct#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/VkPriEXM0zQ" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="600" width="400" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/CoByteblFjlkcoezdfIwkyHjtdvoDCxcdiyJCCzHbCmtxevFDbnkdkAbIfAf/media_httpdollarstore_Ipzrg.jpg">
        <media:thumbnail height="600" width="400" url="http://getfile0.posterous.com/getfile/files.posterous.com/what2day/CoByteblFjlkcoezdfIwkyHjtdvoDCxcdiyJCCzHbCmtxevFDbnkdkAbIfAf/media_httpdollarstore_Ipzrg.jpg.scaled500.jpg" />
      </media:content>
      <media:content type="image/jpeg" height="599" width="399" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/BFgBsbdnhyjnufzfcCfJBHtqcpiroaIJzGpeFeHuGIuEfbqdpeBfsCawcDyv/media_httpdollarstore_uowJG.jpg">
        <media:thumbnail height="599" width="399" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/BFgBsbdnhyjnufzfcCfJBHtqcpiroaIJzGpeFeHuGIuEfbqdpeBfsCawcDyv/media_httpdollarstore_uowJG.jpg.scaled500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/from-dollar-store-crafts-make-an-alien-abduct</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 03 Jul 2011 20:29:00 -0700</pubDate>
      <title>Finally, I'm on github (thanks new GUI! )</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/RY4otTU1Y7M/finally-im-on-github-thanks-new-gui</link>
      <guid isPermaLink="false">http://what2day.posterous.com/finally-im-on-github-thanks-new-gui</guid>
      <description>&lt;p&gt;
	&lt;p&gt;So in case you didn't notice, I've been kickin' it old school style (go, white girl) by posting shared files in a SharedFiles folder on an old domain of mine.&amp;nbsp;&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;No more.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Introducing: &amp;nbsp;&lt;a href="https://github.com/carlynorama"&gt;https://github.com/carlynorama&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;It isn't all there yet, and I'l be posting more of the Eagle files, but for starters:&lt;/p&gt;
&lt;div&gt;&lt;br /&gt; 
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/carlynorama/Eagle-MISC"&gt;carlynorama/Eagle-MISC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/carlynorama/Arduino-Library-Button"&gt;carlynorama/Arduino-Library-Button&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/carlynorama/Arduino-MISC"&gt;carlynorama/Arduino-MISC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/carlynorama/Arduino-Classes"&gt;carlynorama/Arduino-Classes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/carlynorama/Arduino-Library-FancyLED"&gt;carlynorama/Arduino-Library-FancyLED&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;I can use command line. I do use command line. &amp;nbsp;Occasionally command line is faster and easier and more powerful. &amp;nbsp;But I'm a visual person and I like a nice GUI with drag and drop file adding. The GitHub GUI client finally sold me on moving my stuff. It is just as easy as SFTP with Fetch. Better, actually.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;It also makes using a git based version control system something I don't have to research, it is something I can just start doing. I'm sure I'll learn lots of tips and tricks, in fact I've already used the command line tools &amp;nbsp;(google: "&lt;a href="http://www.google.com/search?sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=ignore+.ds_store+git"&gt;ignore .ds_store git&lt;/a&gt;" - do this before all else, just remember where there is the word "&lt;span style="font-family: courier new, monospace;"&gt;git&lt;/span&gt;" in a command try "&lt;span style="font-family: courier new, monospace;"&gt;github&lt;/span&gt;")&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;I think that is part of why I use Posterous, come to think of it. I know php, perl, mysql, a smidge of python now, but why hassle when I just want information up now?&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;More info:&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Announcement:&lt;/div&gt;
&lt;div&gt;&lt;a href="https://github.com/blog/878-announcing-github-for-mac"&gt;https://github.com/blog/878-announcing-github-for-mac&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.igeek.co.za/2011/06/23/github-mac-released/"&gt;http://www.igeek.co.za/2011/06/23/github-mac-released/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://nicholaskreidberg.com/2011/github-for-mac/"&gt;http://nicholaskreidberg.com/2011/github-for-mac/&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Other git GUI's:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://shiningthrough.co.uk/Mac-OS-X-Git-Clients-Roundup"&gt;http://shiningthrough.co.uk/Mac-OS-X-Git-Clients-Roundup&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/finally-im-on-github-thanks-new-gui"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/finally-im-on-github-thanks-new-gui#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/RY4otTU1Y7M" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://what2day.posterous.com/finally-im-on-github-thanks-new-gui</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 01 Jul 2011 01:49:00 -0700</pubDate>
      <title>Eagle 30/30 No. 30, Semi-Polished. - Stepper Motor Board on a Psuedo Breadboard Layout</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/EwVhKc4TQxE/eagle-3030-no-30-polished-stepper-motor-board</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-30-polished-stepper-motor-board</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/NJXlAvRpMAk3BSQcMrDSZyODua7LOgGUT5JziEiTtP6dhofkYfq3TGuKa2Cw/JULY012011_brd.png"&gt;&lt;img alt="July012011_brd" height="664" src="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/8aI84hWq5f0tMMplyyzGcypE3MmYKyBWZbywRVTfHkT6YGb6JqRLIVpH5HmF/JULY012011_brd.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/2aPjHrfx9IjLidm3YOqordowUsIUKaI7i1Gd26iwpSanITumhh4guZ0G6VFs/JULY012011_sch.png.scaled.1000.jpg"&gt;&lt;img alt="July012011_sch" height="313" src="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/tWxOUgWiiYWbd1GUdhIA4bETa76KCRhGhyCXerl7G2DVLwEdnO77ycjafJwI/JULY012011_sch.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-30-polished-stepper-motor-board"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;I must be&amp;nbsp;addicted. &amp;nbsp;I just couldn't leave the last one of the 30 days so so so pathetically crappy. &amp;nbsp;More summary / follow up to come... just not tonight!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-30-polished-stepper-motor-board"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-30-polished-stepper-motor-board#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/EwVhKc4TQxE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="714" width="538" url="http://getfile1.posterous.com/getfile/files.posterous.com/what2day/NJXlAvRpMAk3BSQcMrDSZyODua7LOgGUT5JziEiTtP6dhofkYfq3TGuKa2Cw/JULY012011_brd.png">
        <media:thumbnail height="664" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/8aI84hWq5f0tMMplyyzGcypE3MmYKyBWZbywRVTfHkT6YGb6JqRLIVpH5HmF/JULY012011_brd.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="699" width="1118" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/2004WBUAzXE1z6GfBrcBF0HSxy2OQzbiK90cXGIPMBob8MraVGv5oHIvgJ4L/JULY012011_sch.png">
        <media:thumbnail height="313" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/tWxOUgWiiYWbd1GUdhIA4bETa76KCRhGhyCXerl7G2DVLwEdnO77ycjafJwI/JULY012011_sch.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-30-polished-stepper-motor-board</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 30 Jun 2011 11:59:00 -0700</pubDate>
      <title>Eagle 30/30 No. 30 - Stepper Motor Driver Based on Psuedo-Breadboard</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/zUhaydCn37A/eagle-3030-no-30-stepper-motor-driver-based-o</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-30-stepper-motor-driver-based-o</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/4JOauSTQEvSDa47iEAsgHFIGMXSW2S3sxMPPuhB2l5uQ4FOS9jlaT32qZ013/Screen_shot_2011-06-30_at_11.5.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-06-30_at_11" height="313" src="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/nXdOhfJtKNKriWvygJFFshHbCydVbzTGX4wWpmOBShC0VrSOEQVoe2Sv1sJ5/Screen_shot_2011-06-30_at_11.5.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Made it!&lt;/p&gt;
&lt;p&gt;So it has been a busy couple of days but I squeaked the last two in. Both with an auto-route sadly. &amp;nbsp;This one if with a fake breadboard layout that I need to clean up. THe idea is to print it on a board that looks like a breadboard to it could be copied.&lt;/p&gt;
&lt;p&gt;One day I'll find a board house that prints multiple colors...&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-30-stepper-motor-driver-based-o"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-30-stepper-motor-driver-based-o#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/zUhaydCn37A" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="900" width="1440" url="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/Owbce6wq9Ucv5WPO4vP7LYVUFZD6yfWOgmfWQtKrlk2uVTvvLTTQmG8ayS6a/Screen_shot_2011-06-30_at_11.5.png">
        <media:thumbnail height="313" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/nXdOhfJtKNKriWvygJFFshHbCydVbzTGX4wWpmOBShC0VrSOEQVoe2Sv1sJ5/Screen_shot_2011-06-30_at_11.5.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-30-stepper-motor-driver-based-o</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 30 Jun 2011 00:05:00 -0700</pubDate>
      <title>Eagle 30/30 No. 29 - Stepper Motor Driver Based on Breadboard Instructable</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/HXAJGCGhbl4/eagle-3030-no-29-stepper-motor-driver-based-o</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-29-stepper-motor-driver-based-o</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile9.posterous.com/getfile/files.posterous.com/what2day/5OPSNQxRTLYi0YBUQS4Y896WB5SAjC02Li0RFYQHl619LrZZ7woz4xcViRdm/Screen_shot_2011-06-29_at_11.5.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-06-29_at_11" height="313" src="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/PPEVbXbyZtS7nYEhGu478wEw0GevFlzJ6cqpLlVrx14dTd6t3PJAHbJdpPj7/Screen_shot_2011-06-29_at_11.5.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/what2day/RQLQDsb3pXmhIGj3OEIGBHPciwIIapfNr95nHDTt75YjnvzNYkDl0ykbojdW/Screen_shot_2011-06-29_at_11.4.png.scaled.1000.jpg"&gt;&lt;img alt="Screen_shot_2011-06-29_at_11" height="313" src="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/6j8N2K7sGKSYF7mn7bZRRtwj3h50LeC4ITa60bifj1hpKdSt24L5NoKNtcrj/Screen_shot_2011-06-29_at_11.4.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-29-stepper-motor-driver-based-o"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;Doh... so close and yet so far, it just turned midnight...&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;Based on a very old rough draft for an instructable that got published itself when I combined two accounts:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.instructables.com/id/Stepper-Motor-Module/"&gt;http://www.instructables.com/id/Stepper-Motor-Module/&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;It needs a serious edit, I hadn't even realized it was live, I don't think.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;This post will&amp;nbsp;definitely&amp;nbsp;need an update, too!&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-29-stepper-motor-driver-based-o"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-29-stepper-motor-driver-based-o#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/HXAJGCGhbl4" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="900" width="1440" url="http://getfile6.posterous.com/getfile/files.posterous.com/what2day/mm2gyP6WKn3A6kLZeuzYVrrBqD36flnYYEhfMClJQmOQh9GtHTBxs04zDsYJ/Screen_shot_2011-06-29_at_11.5.png">
        <media:thumbnail height="313" width="500" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/PPEVbXbyZtS7nYEhGu478wEw0GevFlzJ6cqpLlVrx14dTd6t3PJAHbJdpPj7/Screen_shot_2011-06-29_at_11.5.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="900" width="1440" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/f7OEV7LpVGKlVb5IlgmQxN4mW4ex8As29PwBP4vXt9Mucb0RFPlTLdlGXDxP/Screen_shot_2011-06-29_at_11.4.png">
        <media:thumbnail height="313" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/6j8N2K7sGKSYF7mn7bZRRtwj3h50LeC4ITa60bifj1hpKdSt24L5NoKNtcrj/Screen_shot_2011-06-29_at_11.4.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-29-stepper-motor-driver-based-o</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 28 Jun 2011 09:00:00 -0700</pubDate>
      <title>Eagle 30/30 No. 28 - MOSFET control of solenoid, replacement of TIP120</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/OZEJLy9_sI8/eagle-3030-no-28-mosfet-control-of-solenoid-r</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-28-mosfet-control-of-solenoid-r</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lFxJClnFjDfzCGjIogjjulkaowubnyEdFBiJtdocnaaJGwlGltvewfutpjsD/2011JUNE28_brd3_SMPL_SOLENOID_MOSFET.png.scaled1000.png"&gt;&lt;img alt="2011june28_brd3_smpl_solenoid_mosfet" height="499" src="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lFxJClnFjDfzCGjIogjjulkaowubnyEdFBiJtdocnaaJGwlGltvewfutpjsD/2011JUNE28_brd3_SMPL_SOLENOID_MOSFET.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lzDppywugEatGqjpBIDvGbAopIsqhrsiDxInhAJqnvuqHIumkvuDftoBjqgD/2011JUNE28_sch2_SMPL_SOLENOID_MOSFET.png.scaled1000.png"&gt;&lt;img alt="2011june28_sch2_smpl_solenoid_mosfet" height="387" src="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lzDppywugEatGqjpBIDvGbAopIsqhrsiDxInhAJqnvuqHIumkvuDftoBjqgD/2011JUNE28_sch2_SMPL_SOLENOID_MOSFET.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-28-mosfet-control-of-solenoid-r"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;The TIP120 got very hot and we were driving it at its comfort limit. &amp;nbsp;This circuit uses a MOSFET instead. The resistor is no longer needed as a current limiter as MOSFETs are voltage&amp;nbsp;sensitive and draw very little current. Instead R1 gets an ohm increase to 10K and is shifted around to be a pull down resistor to prevent the gate pin from floating. &amp;nbsp;D1 I left the same, but it could be upgraded to a UF4007 or a comprable Schottkey (if you have it) since the faster reaction time is considered safer.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;Heads up, MOSFETs are much much much more sensitive to static discharge than the darlington-style transistor that the TIP120 is. &amp;nbsp;Do not go walking on wooly carpets before handling.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;MOSFET stands for Metal Oxide Semiconductor Field Effect Transistor. &amp;nbsp;They work by allowing more current to flow in the controlled circut the more voltage applied to the gate (gate = base in non-FET transistor types).&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;The part number listed for Q1 is a&amp;nbsp;RFP12N10L which can pass up to 12A when the gate is a 5V. &amp;nbsp;It is designed to be a "Logic Level" MOSFET, i.e. one that lets full power pass at TTL logic levels (5V). Check out figure 4 on the RFP12N10L &lt;a href="http://www.jameco.com/Jameco/Products/ProdDS/787798.pdf"&gt;Fairchild Semi&lt;/a&gt; datasheet.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;In most other types of MOSFETs the amperage rating is given for when the gate lead is at 10V, this is true of the IRF640 shown in the example on &lt;a href="http://www.arduino.cc/playground/Learning/SolenoidTutorial"&gt;arduino control of a solenoid&lt;/a&gt;.&amp;nbsp;It's rating is 18A at 10V and 25&amp;deg; C. But and Arduino doesn't supply 10V on a pin, it supplies 5V. &amp;nbsp;Looking at &lt;a href="http://www.jameco.com/Jameco/Products/ProdDS/210542%20International%20Rectifier.pdf"&gt;International Rectifiers datasheet&lt;/a&gt; for this part, Figure 3 shows that at 5 V the drain current is between 1.5A an 4A, depending on temperature. &amp;nbsp;(Figure 7 in the &lt;a href="http://www.jameco.com/Jameco/Products/ProdDS/210542%20Fairchild%20Semi.pdf"&gt;Fairchild Semi-Conductors&lt;/a&gt; datasheet). This is more than enough for most applications. &amp;nbsp;Another transistor or opto-isolater can be put in place to step up the voltage controlling the MOSFET to "saturation levels," but that seems like a huge hassle to me for only so much improvement in this scenario.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;This was best conversation I found about the &lt;a href="http://www.electro-tech-online.com/general-electronics-chat/91756-logic-level-vs-normal-mosfets.html"&gt;differences between logic level and regular MOSFETs&lt;/a&gt;. I'll update if I find a better one.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;As far as Eagle goes, this was pretty much the usual. I'm happy to be able to say now. Added a ground plane since the resistor becoming a pulldown sort of got int the way. &amp;nbsp;Used the &lt;a href="http://www.23longacre.com/sharedFiles/code/Eagle/ulp/board_to_SCR_0_1.ulp"&gt;parts script&lt;/a&gt; again since it is so much like yesterday's / day 1's board. Had to rename X1, L1 and BT1 to Arduino, Solenoid, Battery and place the stand-off holes before it worked perfectly, though. I'm also realizing the degree to which lables UNDER parts are not so helpful once the board is populated. &amp;nbsp;I added a +, - and I (input) over the terminals in this one. The solenoid is upside down in the schematic because pin swaping doesn't work quite the way I think it does. I'll fix that later today. Either my thoughts or the part...&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-28-mosfet-control-of-solenoid-r"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-28-mosfet-control-of-solenoid-r#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/OZEJLy9_sI8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="715" width="716" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lFxJClnFjDfzCGjIogjjulkaowubnyEdFBiJtdocnaaJGwlGltvewfutpjsD/2011JUNE28_brd3_SMPL_SOLENOID_MOSFET.png">
        <media:thumbnail height="499" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lFxJClnFjDfzCGjIogjjulkaowubnyEdFBiJtdocnaaJGwlGltvewfutpjsD/2011JUNE28_brd3_SMPL_SOLENOID_MOSFET.png.scaled500.png" />
      </media:content>
      <media:content type="image/png" height="696" width="900" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lzDppywugEatGqjpBIDvGbAopIsqhrsiDxInhAJqnvuqHIumkvuDftoBjqgD/2011JUNE28_sch2_SMPL_SOLENOID_MOSFET.png">
        <media:thumbnail height="387" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-28/lzDppywugEatGqjpBIDvGbAopIsqhrsiDxInhAJqnvuqHIumkvuDftoBjqgD/2011JUNE28_sch2_SMPL_SOLENOID_MOSFET.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-28-mosfet-control-of-solenoid-r</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 27 Jun 2011 15:20:00 -0700</pubDate>
      <title>Eagle 30/30 No. 27 - Prettier schematic for the Solenoid/TIP120 Board</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/HhWouxU0s00/eagle-3030-no-27-prettier-schematic-for-the-t</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-27-prettier-schematic-for-the-t</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-27/uEJnkeJIhafzrAGvjEDwipqAerBnzgbbfnnskamwcrqyCbnadnvJfutdaErm/2011June27.png.scaled1000.png"&gt;&lt;img alt="2011june27" height="387" src="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2011-06-27/uEJnkeJIhafzrAGvjEDwipqAerBnzgbbfnnskamwcrqyCbnadnvJfutdaErm/2011June27.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;/div&gt;
Remember&amp;nbsp;the&lt;a href="http://what2day.posterous.com/june-is-eagle-month-98067"&gt; first board&lt;/a&gt;, the&amp;nbsp;transistor&amp;nbsp;board that is already available as a PCB &amp;nbsp;on &lt;a href="http://batchpcb.com/index.php/Products/61662"&gt;batchPCB&lt;/a&gt;?&lt;/p&gt;
&lt;div&gt;Well this is still that board, but I've&amp;nbsp;revisited&amp;nbsp;the schematic by making 3 new devices. &amp;nbsp;Each one has a more electrically&amp;nbsp;pertinent&amp;nbsp;symbol on the&amp;nbsp;schematic&amp;nbsp;side, but is still attached to the WAGO 508 terminal block package as the footprint.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;ol&gt;
&lt;li&gt;The solenoid has an inductor coil and a little picture of a solenoid. The arrow's direction indicates that it is a pull type and the dotted line of the arrow that it is&amp;nbsp;intermittent (in our case it was a 10% duty cycle). These are personal touches. I have no idea of the official way to indicate those characteristics in a schematic. (and I did look!) &amp;nbsp;&lt;/li&gt;
&lt;li&gt;The second was to make "more on another page" flags for the I/O pin to the Arduino and it's ground. &amp;nbsp;A bit of a hack to a shape that has a real purpose, but I COULD do another sheet in the schematic.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The third part is just a big battery to represent the mungo (lawnmower) battery we used.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;A note on searching for parts: putting wildcards before and after the search term does wonders. &amp;nbsp;So search for &lt;span style="font-family: courier new, monospace;"&gt;*cap*&lt;/span&gt; not just &lt;span style="font-family: courier new, monospace;"&gt;capacitor&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-27-prettier-schematic-for-the-t"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-27-prettier-schematic-for-the-t#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/HhWouxU0s00" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="696" width="900" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-27/uEJnkeJIhafzrAGvjEDwipqAerBnzgbbfnnskamwcrqyCbnadnvJfutdaErm/2011June27.png">
        <media:thumbnail height="387" width="500" url="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2011-06-27/uEJnkeJIhafzrAGvjEDwipqAerBnzgbbfnnskamwcrqyCbnadnvJfutdaErm/2011June27.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-27-prettier-schematic-for-the-t</feedburner:origLink></item>
    <item>
      <pubDate>Sun, 26 Jun 2011 12:40:00 -0700</pubDate>
      <title>Eagle 30/30 No. 26 - Protected Power-only from USB</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/4x_zM4kl7Ns/eagle-3030-no-26-protected-power-only-from-us</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-26-protected-power-only-from-us</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2011-06-26/klodtwytuirHHdbynFrqABiEccjcbkGIhGEyntGtCIlkzEoFufCDmpBmzpwE/2011JUN26_brd_USBPowerOnly.png.scaled1000.png"&gt;&lt;img alt="2011jun26_brd_usbpoweronly" height="376" src="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2011-06-26/klodtwytuirHHdbynFrqABiEccjcbkGIhGEyntGtCIlkzEoFufCDmpBmzpwE/2011JUN26_brd_USBPowerOnly.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-26/hHrsrIIabvhcqtaFgCCuzaJGIrkHEttqDqdIzrsAinFlClAoodoezIFmJFBn/2011JUN26_sch_USBPowerOnly.png.scaled1000.png"&gt;&lt;img alt="2011jun26_sch_usbpoweronly" height="387" src="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2011-06-26/hHrsrIIabvhcqtaFgCCuzaJGIrkHEttqDqdIzrsAinFlClAoodoezIFmJFBn/2011JUN26_sch_USBPowerOnly.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-26-protected-power-only-from-us"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This circuit&amp;nbsp;features&amp;nbsp;a part I only learned about recently: a &lt;a href="http://www.sparkfun.com/products/8357"&gt;PTC resettable fuse&lt;/a&gt;. &amp;nbsp;The PTC standes for Positive Temperature Coefficient. In brief these parts are designed to melt and break the connection like any fuse if they are getting too much current. Once the current goes away, however, after some time they'll go back to normal. &amp;nbsp;Nifty.&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;USB ports don't like it when asked to source more than 100 mA. The higher power ports will&amp;nbsp;acquiesce&amp;nbsp;up to 500 mA, though. &amp;nbsp;This circuit has a 250 mA breaker on one line and then another in&amp;nbsp;parallel&amp;nbsp;that can be put into play via the BOOST jumper. That is, boosted the circuit will pass 500 mA. &amp;nbsp; LEDs are current sucks if you are pushing the limit, so those are optional via the LEDS jumper. Adding LEDS more than doubled the part count, but they are useful for trouble shooting.&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;&lt;strong&gt;For more info:&amp;nbsp;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;Selecting a PTC Resettable Fuse and TVS Zener Diode: &lt;a href="http://forum.sparkfun.com/viewtopic.php?p=84708"&gt;http://forum.sparkfun.com/viewtopic.php?p=84708&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;Resettable Fuse PTC:&amp;nbsp;&lt;a href="http://www.sparkfun.com/products/8357"&gt;http://www.sparkfun.com/products/8357&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;USB 3.0 Spec:&amp;nbsp;&lt;span style="color: #1d37ef; font-family: Arial; font-size: 12px;"&gt;&lt;span class="s1"&gt;&lt;a href="http://www.eetimes.com/design/medical-design/4211533/Reliable-circuit-protection-for-USB-3-0-interfaces/"&gt;http://www.eetimes.com/design/medical-design/4211533/Reliable-circuit-protection-for-USB-3-0-interfaces/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

&lt;p /&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-26-protected-power-only-from-us"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-26-protected-power-only-from-us#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/4x_zM4kl7Ns" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="710" width="944" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-26/klodtwytuirHHdbynFrqABiEccjcbkGIhGEyntGtCIlkzEoFufCDmpBmzpwE/2011JUN26_brd_USBPowerOnly.png">
        <media:thumbnail height="376" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2011-06-26/klodtwytuirHHdbynFrqABiEccjcbkGIhGEyntGtCIlkzEoFufCDmpBmzpwE/2011JUN26_brd_USBPowerOnly.png.scaled500.png" />
      </media:content>
      <media:content type="image/png" height="699" width="904" url="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2011-06-26/hHrsrIIabvhcqtaFgCCuzaJGIrkHEttqDqdIzrsAinFlClAoodoezIFmJFBn/2011JUN26_sch_USBPowerOnly.png">
        <media:thumbnail height="387" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2011-06-26/hHrsrIIabvhcqtaFgCCuzaJGIrkHEttqDqdIzrsAinFlClAoodoezIFmJFBn/2011JUN26_sch_USBPowerOnly.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-26-protected-power-only-from-us</feedburner:origLink></item>
    <item>
      <pubDate>Sat, 25 Jun 2011 11:02:00 -0700</pubDate>
      <title>Eagle 30/30 No. 25 - Surface mount (mostly) LED AA Battery Lighhouse</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/-CoJGjhwepI/eagle-3030-no-25-surface-mount-mostly-led-aa</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-25-surface-mount-mostly-led-aa</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/5M3rfBDjLLiwdi5ajtQFbfAE76DUMfVZBvTo7os2ZSvQu8JkY3Apowx31GPA/2011June25_brd_lighthouse.png"&gt;&lt;img alt="2011june25_brd_lighthouse" height="665" src="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/xEMrFghDQibTj1T7KBeFjsxoNSoCTYXA773rII9TNzOJmOW7O7MkDKKZ81Zw/2011June25_brd_lighthouse.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/stHHx11yFrvKeJWsJk9IHPV3HFU5TAkboL4aI3ktexOB0mkey3weX0SZ1AJI/2011June25_sch_lighthouse.png"&gt;&lt;img alt="2011june25_sch_lighthouse" height="388" src="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/RNUwtac810o7w2Imq0SwfHcoPLy3vNlea9Jw1n8L8mKIfbx5YVAIYgCfJ97X/2011June25_sch_lighthouse.png.scaled.500.jpg" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-25-surface-mount-mostly-led-aa"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;So the majority of this circuit I copied from SparkFun's&amp;nbsp;NCP1400 based DC to DC step-up breakout boards for &lt;a href="http://www.sparkfun.com/products/9216"&gt;3.3V&lt;/a&gt;&amp;nbsp;and &lt;a href="http://www.sparkfun.com/products/8999"&gt;5V&lt;/a&gt;. I would normally have put the&amp;nbsp;switch&amp;nbsp;before the IC but I wanted this version to keep it clear where my parts were and their parts were.&amp;nbsp;&lt;/p&gt;
&lt;p /&gt;
&lt;div&gt;They&amp;nbsp;awesomely&amp;nbsp;had their Eagle file posted on the product page for the &lt;a href="http://www.sparkfun.com/products/8999"&gt;5V version&lt;/a&gt;. If the 3.3V version of the chip is used then there is no need for the resistor, maybe,&amp;nbsp;depending&amp;nbsp;on the LED. (R2 in this circuit)&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Surface mount parts are tricky to layout because skipping over to the other side of the board requires two vias (to go and come back) and many board&amp;nbsp;houses&amp;nbsp;charge extra for vias. &amp;nbsp;I messed around for a bit and then used my ULP from &lt;a href="http://what2day.posterous.com/eagle-3030-no-13-smpl-potentiometer-exporting"&gt;day 13&lt;/a&gt;&amp;nbsp;to copy the SparkFun layout. Because I'm not going straight to a jumpers but instead am squishing onto the back of a battery, I couldn't quite use their layout as-is. I did pick up some good hints, though. &amp;nbsp;I also wanted a little more room around my parts than they had because I'm still not super confident with surface mounting.&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-25-surface-mount-mostly-led-aa"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-25-surface-mount-mostly-led-aa#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/-CoJGjhwepI" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="944" width="710" url="http://getfile7.posterous.com/getfile/files.posterous.com/what2day/5M3rfBDjLLiwdi5ajtQFbfAE76DUMfVZBvTo7os2ZSvQu8JkY3Apowx31GPA/2011June25_brd_lighthouse.png">
        <media:thumbnail height="665" width="500" url="http://getfile8.posterous.com/getfile/files.posterous.com/what2day/xEMrFghDQibTj1T7KBeFjsxoNSoCTYXA773rII9TNzOJmOW7O7MkDKKZ81Zw/2011June25_brd_lighthouse.png.scaled.500.jpg" />
      </media:content>
      <media:content type="image/png" height="672" width="867" url="http://getfile2.posterous.com/getfile/files.posterous.com/what2day/stHHx11yFrvKeJWsJk9IHPV3HFU5TAkboL4aI3ktexOB0mkey3weX0SZ1AJI/2011June25_sch_lighthouse.png">
        <media:thumbnail height="388" width="500" url="http://getfile3.posterous.com/getfile/files.posterous.com/what2day/RNUwtac810o7w2Imq0SwfHcoPLy3vNlea9Jw1n8L8mKIfbx5YVAIYgCfJ97X/2011June25_sch_lighthouse.png.scaled.500.jpg" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-25-surface-mount-mostly-led-aa</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 24 Jun 2011 09:00:00 -0700</pubDate>
      <title>Eagle 30/30 No. 24 - Bistable Multivibrator, 0.0.1 (the beginning of memory)</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/rm3VZEC4C4k/eagle-3030-no-24-bistable-multivibrator-001-t</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-24-bistable-multivibrator-001-t</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2011-06-23/wiceqghlqHdnpzepvcmqEtEjlvJjnmzeGshAJfIctrjpdbyefvbvjFBhavpp/June24_brd_bistable_2.png.scaled1000.png"&gt;&lt;img alt="June24_brd_bistable_2" height="498" src="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-23/wiceqghlqHdnpzepvcmqEtEjlvJjnmzeGshAJfIctrjpdbyefvbvjFBhavpp/June24_brd_bistable_2.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2011-06-23/ndhnzDBCqAzezzgHoFcwiAknjzGgypxmfEpmhcpDvyhoqkFttChyBcrqDafk/June24_sch_bistable_2.png.scaled1000.png"&gt;&lt;img alt="June24_sch_bistable_2" height="387" src="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-23/ndhnzDBCqAzezzgHoFcwiAknjzGgypxmfEpmhcpDvyhoqkFttChyBcrqDafk/June24_sch_bistable_2.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-24-bistable-multivibrator-001-t"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;This board is a bistable multivibrator with two trigger pins and two output pins. It is the original &lt;a href="http://en.wikipedia.org/wiki/Flip-flop_(electronics)"&gt;flip-flop&lt;/a&gt; circuit. And flip-flop circuits are the basis of &lt;a href="http://www.doc.ic.ac.uk/~dfg/hardware/HardwareLecture07.pdf"&gt;computer memory&lt;/a&gt;&amp;nbsp;(PDF link).&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;Let me tell you, this was annoying. I had to lay down routes, rip them up, move parts, reroute, rip up one or two again to try them out on the other copper layer... move all the parts again... what made this circuit a challenge is the way all the parts are enmeshed with each other. That and I forgot to take out the capacitors at first. I now have an even better appreciation of why people just opt for an IC: 555, 74121/74123 and now 4043 or 74LS279A.&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;
&lt;div&gt;Once again, useful links:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.play-hookey.com/digital/experiments/rtl_bistable.html"&gt;http://www.play-hookey.com/digital/experiments/rtl_bistable.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.play-hookey.com/digital/experiments/rtl_bistable_nor.html"&gt;http://www.play-hookey.com/digital/experiments/rtl_bistable_nor.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.falstad.com/circuit/e-multivib-bi.html"&gt;http://www.falstad.com/circuit/e-multivib-bi.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.electronics-tutorials.ws/waveforms/bistable.html"&gt;http://www.electronics-tutorials.ws/waveforms/bistable.html&lt;/a&gt;&lt;/div&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-24-bistable-multivibrator-001-t"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-24-bistable-multivibrator-001-t#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/rm3VZEC4C4k" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="715" width="718" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2011-06-23/wiceqghlqHdnpzepvcmqEtEjlvJjnmzeGshAJfIctrjpdbyefvbvjFBhavpp/June24_brd_bistable_2.png">
        <media:thumbnail height="498" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-23/wiceqghlqHdnpzepvcmqEtEjlvJjnmzeGshAJfIctrjpdbyefvbvjFBhavpp/June24_brd_bistable_2.png.scaled500.png" />
      </media:content>
      <media:content type="image/png" height="698" width="902" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2011-06-23/ndhnzDBCqAzezzgHoFcwiAknjzGgypxmfEpmhcpDvyhoqkFttChyBcrqDafk/June24_sch_bistable_2.png">
        <media:thumbnail height="387" width="500" url="http://getfile2.posterous.com/getfile/files.posterous.com/temp-2011-06-23/ndhnzDBCqAzezzgHoFcwiAknjzGgypxmfEpmhcpDvyhoqkFttChyBcrqDafk/June24_sch_bistable_2.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-24-bistable-multivibrator-001-t</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 23 Jun 2011 16:10:00 -0700</pubDate>
      <title>Eagle 30/30 No. 23 - Monostable Multivibrator, 0.0.1</title>
      <link>http://feedproxy.google.com/~r/what2day/~3/5KpDhy9mgAo/eagle-3030-no-23-monostable-multivibrator-001</link>
      <guid isPermaLink="false">http://what2day.posterous.com/eagle-3030-no-23-monostable-multivibrator-001</guid>
      <description>&lt;p&gt;
	&lt;div&gt;&lt;div class='p_embed p_image_embed'&gt;
&lt;a href="http://getfile1.posterous.com/getfile/files.posterous.com/temp-2011-06-23/lbBlwaeFqqrodxkpsjzlFlhxJBgzvaBiGBftkJrHbqsAlBymohrbriauwwrs/2011June23_sch_oneshot.png.scaled1000.png"&gt;&lt;img alt="2011june23_sch_oneshot" height="387" src="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2011-06-23/lbBlwaeFqqrodxkpsjzlFlhxJBgzvaBiGBftkJrHbqsAlBymohrbriauwwrs/2011June23_sch_oneshot.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;a href="http://getfile0.posterous.com/getfile/files.posterous.com/temp-2011-06-23/HsknjCifsmxCsJdkuIohlkcqqyIHifpcvIwargCtrszIACfyEcAIefAdgjrf/2011June23_brd_oneshot.png.scaled1000.png"&gt;&lt;img alt="2011june23_brd_oneshot" height="499" src="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2011-06-23/HsknjCifsmxCsJdkuIohlkcqqyIHifpcvIwargCtrszIACfyEcAIefAdgjrf/2011June23_brd_oneshot.png.scaled500.png" width="500" /&gt;&lt;/a&gt;
&lt;div class='p_see_full_gallery'&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-23-monostable-multivibrator-001"&gt;See the full gallery on Posterous&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
This is a monostable multivibrator circuit, or "one shot". &amp;nbsp;The diference between a monostable and astable multivibrator is that the monostable vibrator has a default or&amp;nbsp;preferred&amp;nbsp;state from which it can be jostled for a only a set&amp;nbsp;period&amp;nbsp;of time. That time frame is determined by C1 &amp;amp; R2, see information about the&amp;nbsp;&lt;a href="http://www.electronics-tutorials.ws/rc/rc_1.html"&gt;RC time constant&lt;/a&gt;. &amp;nbsp;In this circuit applying voltage to the trigger T will ground one of the leads of C1, causing it to behave like a short until it can charge again via R2. &amp;nbsp;Q will read as voltage high during that period. It is normally off. &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;p /&gt;
&lt;div&gt;Again one of the sites from yesterday has a good write up:&lt;/div&gt;
&lt;div&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;a href="http://www.play-hookey.com/digital/experiments/rtl_monostable.html"&gt;http://www.play-hookey.com/digital/experiments/rtl_monostable.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;but compare it to the circuits on these two pages:&lt;/div&gt;
&lt;div&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;a href="http://www.electronics-tutorials.ws/waveforms/monostable.html"&gt;http://www.electronics-tutorials.ws/waveforms/monostable.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;a href="http://en.wikipedia.org/wiki/Multivibrator"&gt;http://en.wikipedia.org/wiki/Multivibrator&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;Niether use the extra transistor, but instead apply a switch straight to the base of Q1. The capacitor on the first links page makes it nonretriggerable, I think.&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://what2day.posterous.com/eagle-3030-no-23-monostable-multivibrator-001"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://what2day.posterous.com/eagle-3030-no-23-monostable-multivibrator-001#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/what2day/~4/5KpDhy9mgAo" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://posterous.com/images/profile/missing-user-75.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/4aGaec3igZsB</posterous:profileUrl>
        <posterous:firstName>Carlyn</posterous:firstName>
        <posterous:lastName>Maw</posterous:lastName>
        <posterous:nickName>what2day</posterous:nickName>
        <posterous:displayName>Carlyn Maw</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="698" width="902" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2011-06-23/lbBlwaeFqqrodxkpsjzlFlhxJBgzvaBiGBftkJrHbqsAlBymohrbriauwwrs/2011June23_sch_oneshot.png">
        <media:thumbnail height="387" width="500" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2011-06-23/lbBlwaeFqqrodxkpsjzlFlhxJBgzvaBiGBftkJrHbqsAlBymohrbriauwwrs/2011June23_sch_oneshot.png.scaled500.png" />
      </media:content>
      <media:content type="image/png" height="652" width="653" url="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2011-06-23/HsknjCifsmxCsJdkuIohlkcqqyIHifpcvIwargCtrszIACfyEcAIefAdgjrf/2011June23_brd_oneshot.png">
        <media:thumbnail height="499" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2011-06-23/HsknjCifsmxCsJdkuIohlkcqqyIHifpcvIwargCtrszIACfyEcAIefAdgjrf/2011June23_brd_oneshot.png.scaled500.png" />
      </media:content>
    <feedburner:origLink>http://what2day.posterous.com/eagle-3030-no-23-monostable-multivibrator-001</feedburner:origLink></item>
  </channel>
</rss>

