<?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:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>BrianGriggs.com</title>
	
	<link>http://briangriggs.com</link>
	<description>Tallest librarian in the world</description>
	<lastBuildDate>Thu, 31 May 2012 01:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/briangriggs" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="briangriggs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>A re-posting of a very helpful Excel tutorial for a missing textbook letter</title>
		<link>http://briangriggs.com/2012/05/30/a-re-posting-of-a-very-helpful-excel-tutorial-for-a-missing-textbook-letter/</link>
		<comments>http://briangriggs.com/2012/05/30/a-re-posting-of-a-very-helpful-excel-tutorial-for-a-missing-textbook-letter/#comments</comments>
		<pubDate>Thu, 31 May 2012 01:09:00 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Tech How To]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2137</guid>
		<description><![CDATA[Below is something that I posted last year. I posted it for two reasons: I wanted to help others in the same situation. I knew that if I only do this once a year, I forget. So I read through it again and the letter to the students about missing textbooks and library books is [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>Below is something that I posted last year. I posted it for two reasons:</p>
<ol>
<li>I wanted to help others in the same situation.</li>
<li>I knew that if I only do this once a year, I forget.</li>
</ol>
<p>So I read through it again and the letter to the students about missing textbooks and library books is being generated. I hope my crazy steps help make mailing notices to your students easier.</em></strong></p>
<p>That sounds like one of the most uninteresting titles for an article ever, but it is extremely helpful. At first, my Excel knowledge <a href="http://www.youtube.com/watch?v=pb957qlAcZo" target="_blank">was something like this (oh, trust me. You need to click on that link)</a>. I could impress people for a time as long as things stayed very basic. Then, because of this project, my knowledge of Excel went crazy, <a href="http://www.youtube.com/watch?v=iIMb3hGzWW8&amp;feature=fvwrel" target="_blank">something akin to this</a>.</p>
<p><strong>The Problem</strong><br />
Here&#8217;s the scenario: one of our school secretaries has a list of students and a list of materials students did not return at the end of the year. Some of these are textbooks and those can reach upwards of $75 in cost. Multiply that by a couple of students and that&#8217;s a hefty hit to the budget that the school takes. To counteract that, we send a letter home to families with an invoice of the stuff that needs to be returned to the school.</p>
<p>Some students owe multiple items. In Excel, this showed up as the student&#8217;s name being duplicated on as many rows as were items. If a student had three textbooks, that student had three lines of data.</p>
<p>The problem arose when the secretary went to do a mail merge in Word. Each line in Excel generated a new form letter. The wasteful person would be okay printing multiple letters for one student and cramming them in one envelope. We felt like that would be hypocritical, considering we do a paper drive at the beginning of the year and budgets are tight. What do we do?</p>
<p><strong>Enter the Macro</strong><br />
Macros are mini-programs that are perfect for any process that you repeat over and over again. Our secretary was willing to copy and paste from a multi-page PDF into a Word doc for every student. That shows her determination and commitment, but she is super busy as it is and didn&#8217;t need a time-waster.</p>
<p>We used two macros and one formula with an end result of one spreadsheet that had the student&#8217;s name in column A and his or her owed materials in column B. All of the materials were in one cell and the student only used one line in Excel. The mail merge letter looked beautiful &#8211; as beautiful as a mail merge letter can look. To someone freed from a huge copy and paste job, it can be a very beautiful thing.</p>
<p>I decided to combine the textbook list with my library list. If we were mailing students, we might as well only mail one letter. The textbook list had column A formatted First Name Last Name. My library list had Last Name, First Name. Combining lines would be pointless if Test Student was also mentioned as Student, Test in Excel.</p>
<p>Macros can be found in the Developer section of Excel. Most people do not start with the Developer section showing. As with many things in this project, I was unfamiliar with all of the hidden features in Excel. I thought I was slick because I could data sort. Yep. <a href="http://www.youtube.com/watch?v=RadnGqPjdBY" target="_blank">Chimpanzee riding on a Segway</a>.</p>
<p><strong>To enable the Developer section:</strong></p>
<p><em>Excel 2010</em><br />
Click on File-&gt;Options-&gt;Customize Ribbon. Select &#8216;All Tabs&#8217; from the dropdown and Developer should be in the &#8216;Main Tabs&#8217; chunk. Click &#8216;Add&#8217; and then &#8216;OK&#8217;.</p>
<p><em>Excel 2011</em><br />
Click on &#8216;Excel&#8217; in the top menu bar then Preferences-&gt;Ribbon. Check &#8216;Developer&#8217; and hit &#8216;OK&#8217;.</p>
<p><em>Excel 2008</em><br />
You are out of luck. Excel 2008 has a Developer section and even looks like it can run macros, just not Visual Basic macros, which is what we&#8217;re using for this fix. Our school has Excel 2008, so I had to work at home. You can tell how frustrated people were since Microsoft went back to allowing VBA to execute.</p>
<p><strong>What is VBA?</strong><br />
VBA is Visual Basic for Applications. Gilberto Urroz from Utah State University <a href="http://www.neng.usu.edu/cee/faculty/gurro/VBA&amp;Excel.htm" target="_blank">gives a good explanation here.</a> VBA uses a strain of the Visual Basic programming language to automate certain tasks in different applications, like the Office suite.</p>
<p>Once you enable the Developer section in Excel, click on that ribbon and then click on &#8216;Macros&#8217;. The first one we&#8217;re going to enter is called <em>FirstName</em> (all one word). After you type in the name, click on &#8216;Create&#8217;.<br />
<a href="http://briangriggs.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-9.51.59-AM.png"><img class="alignnone size-full wp-image-1520" title="Screen shot 2011-06-04 at 9.51.59 AM" src="http://briangriggs.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-9.51.59-AM.png" alt="" width="490" height="311" /></a></p>
<p><strong>Changing the Formatting to First Name Last Name from Last Name, First Name</strong></p>
<p>In the macro editor, we are going to paste the following code that I got from <a href="http://dmcritchie.mvps.org/excel/excel.htm" target="_blank">David McRitchie</a>:</p>
<blockquote><p><code>Sub FirstName()<br />
'David McRitchie 2000-03-23 programming<br />
'http://www.mvps.org/dmcritchie/excel/join.htm#firstname<br />
Application.ScreenUpdating = False<br />
Application.Calculation = xlManual<br />
Dim cell As Range<br />
Dim cPos As Long<br />
For Each cell In Selection.SpecialCells(xlConstants, xlTextValues)<br />
cPos = InStr(1, cell, ",")<br />
If cPos &gt; 1 Then<br />
origcell = cell.Value<br />
cell.Value = Trim(Mid(cell, cPos + 1)) &amp; " " _<br />
&amp; Trim(Left(cell, cPos - 1))<br />
End If<br />
Next cell<br />
Application.Calculation = xlAutomatic 'xlCalculationAutomatic<br />
Application.ScreenUpdating = False<br />
End Sub</code></p></blockquote>
<p>It should look like this:<br />
<a href="http://briangriggs.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-9.59.38-AM.png"><img class="alignnone size-full wp-image-1521" title="Screen shot 2011-06-04 at 9.59.38 AM" src="http://briangriggs.com/wp-content/uploads/2011/06/Screen-shot-2011-06-04-at-9.59.38-AM.png" alt="" width="464" height="340" /></a></p>
<p>Click on the Play button or click &#8216;Run&#8217; and it will execute a script that searches column A for commas, flips whatever&#8217;s on either side of the comma, and removes the comma.</p>
<p>Now we have all of our names formatted the same way. Next step: combine the book title with the book number and book cost.</p>
<p><strong>Combining multiple cells in one row while keeping the data of each</strong><br />
This step got added when I saw in the mail merge that a couple of teachers had assigned multiple textbooks to a student. When we ran the letter, it said &#8220;Test Student has not returned Science 8 and Science 8.&#8221; If my student went to our school, I would wonder what crazy things we were teaching her.</p>
<p>The textbook list had column B for the title, column C for the book number (number 13 in a class set of 30 or whatever), and column D for the price. I wanted to combine those.</p>
<p>I used a formula function called &#8216;concatenate&#8217;. A mistake I made was creating the formula inside column B. That deleted the book title checked out to that student. Edit-&gt;Undo. In a new column &#8211; E for mine &#8211; title it &#8220;Book + # + Cost&#8221;. Title it something that will help you tell the difference between this column and the others.</p>
<p>In E2, I typed:<br />
<code>=CONCATENATE(B:B, " #", C:C, " $", D:D)</code><br />
and felt pretty awesome, in all honesty.<br />
Concatenating is a fancy way of combining and a lot quicker to type than:<br />
<code>=PUT THAT JUNK TOGETHER NOW OR I WILL PUNCH YOU</code><br />
which was my next option.</p>
<p>Everything inside the () is a variable for the concatenate function. B:B selects everything in column B, C:C selects C, and D:D selects D. If it said B2, it would only select column B, row 2.</p>
<p>Each variable is separated by a comma. Notice the &#8221; &#8220;, between the column variables. I wanted a space between each value when the columns were concatenated, or else it would read &#8220;Science 81375&#8243;. That would be really confusing, considering it&#8217;s Science 8, book 13, and the textbook costs $75.</p>
<p>Anything inside the &#8221; &#8221; Excel will enter as text into the cell. The &#8221; #&#8221; puts a number sign in front of column C&#8217;s value, which is the book number, and &#8221; $&#8221; puts the dollar sign in front of the insane cost publishers charge for textbooks.</p>
<p>E2 now had that formula, but what about the others? You could either copy and paste that formula multiple times or select E2 all the way down to the last row you need (the row for the last student name) and then choose Edit-&gt;Fill-&gt;Down.</p>
<p>I opened up a new workbook to enjoy this lovely column. I wanted column A to be the student name and a new column B to have the combined book title, number, and cost. I pasted column A from my old sheet to the new without any problem. An error I made was trying to paste column E into the new worksheet&#8217;s column B. I tried a regular old paste, so the entire column was full of:<br />
<code>!#REF - I AM DISAPPOINTED IN YOU</code></p>
<p>Excel can be so condescending at times. Edit-&gt;Undo</p>
<p>I then did a Paste Special and chose the Values option. That gave me the final data without having to refer back to any other cells.</p>
<p>I was finally ready to call in the secret weapon.</p>
<p><strong>Merging multiple lines into one line per student</strong><br />
This is where it all started. It&#8217;s like a Joseph Campbell monomyth. My quest was initially to get lines to merge, yet the journey to Mount Doom in Mordor was filled with distractors and new challenges. Heavy-hearted, I prepared to cast the One Ring into the flames.</p>
<p>My friend Peter is a computer savant. He&#8217;s a great friend and one of the many cool things about him is that he works for Microsoft. He made Office. Hit F1 in Word 2010 and that&#8217;s him.</p>
<p>Yes. Peter killed <a href="http://www.youtube.com/watch?v=HbvezhW1J-I" target="_blank">Clippy</a>.</p>
<p>When he found out I needed help, he wrote this elegant piece of code:</p>
<blockquote><p><code>Option Explicit</code></p>
<p>Sub Books()</p>
<p>Dim lastRow, currRowOut, currName, lastBook<br />
lastRow = FindLastRow(ActiveWorkbook.ActiveSheet) + 1<br />
currName = &#8220;&#8221;<br />
currRowOut = lastRow + 3<br />
lastBook = &#8220;&#8221;</p>
<p>Dim sheet As Worksheet</p>
<p>Set sheet = ActiveWorkbook.ActiveSheet</p>
<p>Dim r As Integer</p>
<p>For r = 2 To lastRow<br />
If sheet.Cells(r, 1).Value &lt;&gt; currName Then<br />
If sheet.Cells(currRowOut, 2).Value &lt;&gt; &#8220;&#8221; Then<br />
sheet.Cells(currRowOut, 2).Value = sheet.Cells(currRowOut, 2).Value &amp; &#8220;, and &#8221; &amp; lastBook<br />
Else<br />
sheet.Cells(currRowOut, 2).Value = lastBook<br />
End If</p>
<p>currRowOut = currRowOut + 1<br />
currName = sheet.Cells(r, 1).Value<br />
sheet.Cells(currRowOut, 1).Value = currName<br />
lastBook = sheet.Cells(r, 2).Value<br />
Else<br />
If sheet.Cells(currRowOut, 2).Value &lt;&gt; &#8220;&#8221; Then<br />
sheet.Cells(currRowOut, 2).Value = sheet.Cells(currRowOut, 2).Value &amp; &#8220;, &#8221; &amp; lastBook<br />
Else<br />
sheet.Cells(currRowOut, 2).Value = lastBook<br />
End If</p>
<p>lastBook = sheet.Cells(r, 2).Value<br />
End If</p>
<p>Next</p>
<p>End Sub</p>
<p>&#8216; Finds the last row of actual data in the worksheet&#8230; very, very handy.<br />
Function FindLastRow(sheet As Worksheet)<br />
If WorksheetFunction.CountA(sheet.Cells) &gt; 0 Then<br />
&#8216;Search for any entry, by searching backwards by Rows.<br />
FindLastRow = sheet.Cells.Find(What:=&#8221;*&#8221;, After:=[A1], SearchOrder:=xlByRows, SearchDirection:=xlPrevious).Row<br />
End If<br />
End Function</p></blockquote>
<p>Create a new macro and name it <em>Books</em>. Paste that bunch of awesomeness into the editor and run it. As long as your worksheet is column A Name, column B Book, you should be good.</p>
<p>The macro will create a new listing four rows down with the single line per student and column B full of each book they owe.</p>
<p>Hopefully this helps us track down those books so students don&#8217;t run into trouble at the high school. Sure, it makes the letter easier to understand, but it&#8217;s what the families do with that letter that is the bigger importance.</p>
<p>I know that this is a mega-huge post, so feel free to leave comments, questions, and/or links to videos of chimpanzees riding on Segways.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/05/30/a-re-posting-of-a-very-helpful-excel-tutorial-for-a-missing-textbook-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A day with Pelican House Productions</title>
		<link>http://briangriggs.com/2012/05/15/a-day-with-pelican-house-productions/</link>
		<comments>http://briangriggs.com/2012/05/15/a-day-with-pelican-house-productions/#comments</comments>
		<pubDate>Tue, 15 May 2012 18:41:21 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Author Visit]]></category>
		<category><![CDATA[Movie]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2131</guid>
		<description><![CDATA[Yesterday we had the privilege of hosting Pelican House Productions, the film company behind General Education. If you’re a fan of quirky comedies, this is one that you will want to see in August. One of the reasons that we hosted Pelican House is that a founder, Elliot Feld, used to be a student at [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://briangriggs.com/wp-content/uploads/2012/05/pelican-house.png"><img class="alignnone size-full wp-image-2132" title="pelican-house" src="http://briangriggs.com/wp-content/uploads/2012/05/pelican-house.png" alt="" width="518" height="415" /></a></p>
<p>Yesterday we had the privilege of hosting <a href="http://www.pelicanhouseproductions.com/home/home.html" target="_blank">Pelican House Productions</a>, the film company behind <a href="http://www.imdb.com/title/tt1971403/" target="_blank">General Education</a>. If you’re a fan of quirky comedies, this is one that you will want to see in August.</p>
<p>One of the reasons that we hosted Pelican House is that a founder, Elliot Feld, used to be a student at our school and it’s great to see a Hurricane come back to share experiences with current students. Their group did a great job of talking to students about how to pursue goals and how to work as a professional. Over and over again they talked about taking opportunities as they came, but also learning how to say no to things that didn’t line up with their goals.</p>
<p>They were very approachable and related well with the students. They put on a marathon presentation schedule yesterday, but were good sports about it and were happy to meet with as many students as they could. More than once they mentioned to me how much they wanted to give back to the community.</p>
<p>As co-writers of the screenplay, they had great insight into how to create a story that would not only translate well to the screen but would emotionally connect the audience to the subject matter. A big lesson for the students was that planning is free and crucial. The more effectively you plan, the more money you save. Each day filming translates into money. These guys had a budget to shoot for 18 days, not 90 like a blockbuster. Also, you have to be super-planned because it’s not just you and some friends messing around with a video camera. When filming the graduation scene in <em>General Education</em>, 500+ people were on set. Without planning, the movie would have  ground to a halt in the chaos. It was great hearing the producer talk about his role in organizing things ahead of time.</p>
<p>Check out <a href="http://www.generaleducationmovie.com/" target="_blank">the movie trailer here</a> and marvel at <a href="http://www.imdb.com/title/tt1971403/" target="_blank">the cast they have listed at IMDB</a>. They can be reached on Twitter at <a href="http://twitter.com/PHPfilm" target="_blank">@PHPfilm </a>and on Facebook at <a href="http://www.facebook.com/pelicanhouseproductions">www.facebook.com/pelicanhouseproductions</a>. Message them to schedule a visit. It’s well worth your time.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/05/15/a-day-with-pelican-house-productions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Long Walk to Water by Linda Sue Park</title>
		<link>http://briangriggs.com/2012/05/09/a-long-walk-to-water-by-linda-sue-park/</link>
		<comments>http://briangriggs.com/2012/05/09/a-long-walk-to-water-by-linda-sue-park/#comments</comments>
		<pubDate>Wed, 09 May 2012 16:55:07 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Drama]]></category>
		<category><![CDATA[Historical]]></category>
		<category><![CDATA[Society-Challenging]]></category>
		<category><![CDATA[Survival]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2128</guid>
		<description><![CDATA[This matches up extremely well with Lost Boy, Lost Girl to compare fiction and nonfiction about the Second Sudanese Civil War. While Linda Sue Park says this is fiction, she does mention how closely she based it on the real Salva Dut&#8217;s life. Like in Lost Boy, Lost Girl, the depiction of human perseverance in [...]]]></description>
			<content:encoded><![CDATA[<p><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=briangrcom-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0547577311&amp;IS1=1&amp;ref=qf_sp_asin_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=FFFFFF&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe></p>
<p>This matches up extremely well with <a href="http://briangriggs.com/2011/02/14/lost-boy-lost-girl-by-john-bul-dau-and-martha-arual-akech/" target="_blank">Lost Boy, Lost Girl</a> to compare fiction and nonfiction about the Second Sudanese Civil War. While Linda Sue Park says this is fiction, she does mention how closely she based it on the real Salva Dut&#8217;s life. Like in <em>Lost Boy, Lost Girl</em>, the depiction of human perseverance in spite of horrible circumstances is amazing.</p>
<p>The really cool part about <em>Long Walk</em> is that it has an interwoven story from 2009 with an update on how southern Sudan is doing. What I love is that Salva Dut, just like John Bul Dau, hasn&#8217;t just enjoyed his time in the United States; he has gone on to found <a href="http://www.waterforsouthsudan.org/" target="_blank">Water for South Sudan</a>, an organization to install wells for clean water. Go check them out.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/05/09/a-long-walk-to-water-by-linda-sue-park/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Dark Endeavor by Kenneth Oppel</title>
		<link>http://briangriggs.com/2012/05/07/this-dark-endeavor-by-kenneth-oppel/</link>
		<comments>http://briangriggs.com/2012/05/07/this-dark-endeavor-by-kenneth-oppel/#comments</comments>
		<pubDate>Mon, 07 May 2012 22:15:05 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Drama]]></category>
		<category><![CDATA[Horror]]></category>
		<category><![CDATA[Mystery]]></category>
		<category><![CDATA[Romance]]></category>
		<category><![CDATA[Sci-fi]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2124</guid>
		<description><![CDATA[I am convinced that Ken Oppel is required by contract to have at least one weird creature in his books. We’ve had flying cats, lonely bats, and maybe even mutated rats (that last one I may be wrong on, but it rhymes, so I’m keeping it). In This Dark Endeavor, though, the creatures are real. [...]]]></description>
			<content:encoded><![CDATA[<p><iframe style="width: 120px; height: 240px;" src="http://rcm.amazon.com/e/cm?t=briangrcom-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=1442403152&amp;IS1=1&amp;ref=qf_sp_asin_til&amp;fc1=000000&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=FFFFFF&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="320" height="240"></iframe></p>
<p>I am convinced that Ken Oppel is required by contract to have at least one weird creature in his books. We’ve had flying cats, lonely bats, and maybe even mutated rats (that last one I may be wrong on, but it rhymes, so I’m keeping it).</p>
<p>In <a href="http://www.amazon.com/gp/product/1442403152/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&amp;tag=briangrcom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1442403152" target="_blank">This Dark Endeavor</a>, though, the creatures are real. Some are rare, but they still exist. That’s what I love most about the book. Yes, it’s a prequel to <a href="http://www.gutenberg.org/ebooks/84" target="_blank">Frankenstein </a>and it’s all about alchemy, but the chemistry and the biology stay pretty realistic.</p>
<p>Victor Frankenstein, creator of the famous monster, is the protagonist and the narrator. What is interesting is that Victor is deeply brooding – which, little known fact, is also a requirement by contract for YA characters. Oppel does a good job setting up the man who will try to conquer death itself through science. I guess that’s part of the trend of the “when they were young” books that are coming out; we get to see the origins of well-known characters.<br />
The downside of that trend, though, is that those books sometimes rely too heavily on prior knowledge from the original source. While I benefited from having read the original Frankenstein, students that have read only This Dark Endeavor were still able to understand and appreciate what was going on. In fact, some went on to check out the original.</p>
<p>Having a semi-villain for a protagonist makes for an interesting romance. Normally, you cheer for the hero to win their love, but this time he’s trying to steal from his brother, we know he’s making things worse, and can’t quite endorse what he’s doing. It’s definitely not your normally love story.</p>
<p>Oppel succeeds in making the Frankensteins seem like a real family from history and the characters are the backbone of the story. Students who like adventure stories and won’t be daunted by an 18th-century setting will enjoy it.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/05/07/this-dark-endeavor-by-kenneth-oppel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Magazine’s Top 100 Most Influential 2012</title>
		<link>http://briangriggs.com/2012/05/07/time-magazine-top-100-most-influential-2012/</link>
		<comments>http://briangriggs.com/2012/05/07/time-magazine-top-100-most-influential-2012/#comments</comments>
		<pubDate>Mon, 07 May 2012 15:16:12 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2119</guid>
		<description><![CDATA[Here is the Time Magazine list for part two of Ms. Redden&#8217;s assignment on leadership qualities in Girl Who Owned a City. Read about one of the people on the list, comparing and contrasting leadership qualities. To find your second article, log into Destiny and click on EBSCO Host and then Biography Reference Center. Search [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the <a href="http://www.time.com/time/specials/packages/completelist/0,29569,2111975,00.html" target="_blank">Time Magazine</a> list for part two of Ms. Redden&#8217;s assignment on leadership qualities in <em>Girl Who Owned a City</em>. Read about one of the people on the list, comparing and contrasting leadership qualities.</p>
<p>To find your second article, log into <a href="http://destiny1.gilbertschools.net/" target="_blank">Destiny</a> and click on EBSCO Host and then Biography Reference Center. Search for your person there.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/05/07/time-magazine-top-100-most-influential-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Leadership Qualities from HR World [a re-posting]</title>
		<link>http://briangriggs.com/2012/04/30/top-10-leadership-qualities-from-hr-world-a-re-posting/</link>
		<comments>http://briangriggs.com/2012/04/30/top-10-leadership-qualities-from-hr-world-a-re-posting/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 15:02:15 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Assignments]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2114</guid>
		<description><![CDATA[This is a re-posting of an assignment for Ms. Redden&#8217;s class. Read the article found here and be prepared to summarize the main points about the important leadership characteristics. While your class is reading The Girl Who Owned a City, you&#8217;ll be looking for these characteristics in the children who have survived the plague.]]></description>
			<content:encoded><![CDATA[<p><strong><em>This is a re-posting of an assignment for Ms. Redden&#8217;s class. </em></strong></p>
<p>Read the article <a href="http://www.hrworld.com/features/top-10-leadership-qualities-031908/" target="_blank">found here</a> and be prepared to summarize the main points about the important leadership characteristics. While your class is reading <em>The Girl Who Owned a City</em>, you&#8217;ll be looking for these characteristics in the children who have survived the plague.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/04/30/top-10-leadership-qualities-from-hr-world-a-re-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A real-life version of Caroline Cooney’s Face on the Milk Carton</title>
		<link>http://briangriggs.com/2012/04/27/a-real-life-version-of-caroline-cooneys-face-on-the-milk-carton/</link>
		<comments>http://briangriggs.com/2012/04/27/a-real-life-version-of-caroline-cooneys-face-on-the-milk-carton/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 21:04:28 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Nonfiction]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2112</guid>
		<description><![CDATA[Steve Carter was adopted when he was four. He&#8217;s now 35 and found his picture on a missing children website, which caused him to dig deeper into his past. Check it out here.]]></description>
			<content:encoded><![CDATA[<p>Steve Carter was adopted when he was four. He&#8217;s now 35 and found his picture on a missing children website, which caused him to dig deeper into his past. <a href="http://www.cnn.com/2012/04/26/us/pennsylvania-missing-mystery/index.html?hpt=hp_c2" target="_blank">Check it out here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/04/27/a-real-life-version-of-caroline-cooneys-face-on-the-milk-carton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A text-only help line</title>
		<link>http://briangriggs.com/2012/04/27/a-text-only-help-line/</link>
		<comments>http://briangriggs.com/2012/04/27/a-text-only-help-line/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 18:26:59 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2107</guid>
		<description><![CDATA[Check out this TED talk about a help line for teens set up by Nancy Lublin, someone who understands how teens prefer to communicate.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ted.com/talks/nancy_lublin_texting_that_saves_lives.html" target="_blank">Check out this TED talk</a> about a help line for teens set up by Nancy Lublin, someone who understands how teens prefer to communicate.<br />
<object width="526" height="374"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talk/stream/2012U/Blank/NancyLublin_2012U-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/NancyLublin_2012U-embed.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1430&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=nancy_lublin_texting_that_saves_lives;year=2012;theme=women_reshaping_the_world;theme=technology_history_and_destiny;theme=media_that_matters;event=TED2012;tag=activism;tag=culture;tag=global+issues;tag=health;tag=youth;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="590" height="410" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2012U/Blank/NancyLublin_2012U-320k.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/NancyLublin_2012U-embed.jpg&#038;vw=512&#038;vh=288&#038;ap=0&#038;ti=1430&#038;lang=&#038;introDuration=15330&#038;adDuration=4000&#038;postAdDuration=830&#038;adKeys=talk=nancy_lublin_texting_that_saves_lives;year=2012;theme=women_reshaping_the_world;theme=technology_history_and_destiny;theme=media_that_matters;event=TED2012;tag=activism;tag=culture;tag=global+issues;tag=health;tag=youth;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/04/27/a-text-only-help-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantasy Election ’12</title>
		<link>http://briangriggs.com/2012/04/26/fantasy-election-12/</link>
		<comments>http://briangriggs.com/2012/04/26/fantasy-election-12/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 21:55:22 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Society-Challenging]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2104</guid>
		<description><![CDATA[MTV and PolitiFact are teaming up with a game to educate future voters (and maybe currently registered ones) about the candidates and the electoral process. PolitiFact explains it here and the game site is here. Thanks to Mr. Vales for the recommendation.]]></description>
			<content:encoded><![CDATA[<p>MTV and PolitiFact are teaming up with a game to educate future voters (and maybe currently registered ones) about the candidates and the electoral process. PolitiFact explains it <a href="http://www.politifact.com/truth-o-meter/article/2012/apr/24/politifact-and-mtv-team-fantasy-politics-game/" target="_blank">here</a> and the game site is <a href="http://powerof12.org/fantasy-election" target="_blank">here</a>. Thanks to Mr. Vales for the recommendation.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/04/26/fantasy-election-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Drive</title>
		<link>http://briangriggs.com/2012/04/25/google-drive/</link>
		<comments>http://briangriggs.com/2012/04/25/google-drive/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 17:40:51 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://briangriggs.com/?p=2101</guid>
		<description><![CDATA[Google Drive promises to be like Dropbox as a place to synchronize files across your devices. The added bonus is that you can set up your files to be shared amongst specific Google users. The downside is now Google, supercomputing powerhouse that it is, would now have access to those files. If I were a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://drive.google.com" target="_blank">Google Drive</a> promises to be like Dropbox as a place to synchronize files across your devices. The added bonus is that you can set up your files to be shared amongst specific Google users. The downside is now Google, supercomputing powerhouse that it is, would now have access to those files. If I were a comic book supervillain, I wouldn&#8217;t take over a building. I would subtly take over Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://briangriggs.com/2012/04/25/google-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.755 seconds --><!-- Cached page served by WP-Cache -->

