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

<channel>
	<title>Glenn on the Web</title>
	<atom:link href="http://www.glenncrocker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glenncrocker.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Mar 2012 20:31:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Finding Web Site Pages Missing Analytics</title>
		<link>http://www.glenncrocker.com/2012/02/finding-web-site-pages-missing-analytics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finding-web-site-pages-missing-analytics</link>
		<comments>http://www.glenncrocker.com/2012/02/finding-web-site-pages-missing-analytics/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 20:38:24 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Analytics]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=307</guid>
		<description><![CDATA[A frequent problem I see in evaluating web site traffic is that some site pages are missing Google Analytics code, preventing them from being tracked. Very often, these are form submission &#8220;thank you&#8221; pages (which are ideal Goal Pages in Analytics!) or other pages that have &#8220;funny&#8221; templates relative to the rest of a site. [...]]]></description>
			<content:encoded><![CDATA[<p>A frequent problem I see in evaluating web site traffic is that some site pages are missing Google Analytics code, preventing them from being tracked. Very often, these are form submission &#8220;thank you&#8221; pages (which are ideal Goal Pages in Analytics!) or other pages that have &#8220;funny&#8221; templates relative to the rest of a site.</p>
<p>The procedure I use to track these down works like this:</p>
<ol>
<li>Spider the site to capture all files, ignoring images:<br />
<code>wget --recursive --random-wait -w 1 --force-html -R gif -R png -R jpg -R pdf -R css -R js -R mov http://www.yoursite.com/</code></li>
<li>Look for pages that DON&#8217;T have Analytics, again ignoring image files, css, etc.:<br />
<code>find . -type f -print | xargs grep -c UA-12341234 | grep -v png | grep -v gif | grep -v jpg | grep -v images | grep -v pdf | grep -v css | grep -v robots.txt | grep -v '\.js' | grep :0</code></li>
</ol>
<p>Works like a champ to ferret out weird pages. You can of course use the same approach to grep for other strings that need to be on all site pages.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2012/02/finding-web-site-pages-missing-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving SEO from Goals, Traffic, Phrases, and Rank</title>
		<link>http://www.glenncrocker.com/2012/02/driving-seo-from-goals-traffic-phrases-and-rank/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=driving-seo-from-goals-traffic-phrases-and-rank</link>
		<comments>http://www.glenncrocker.com/2012/02/driving-seo-from-goals-traffic-phrases-and-rank/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 22:35:33 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=299</guid>
		<description><![CDATA[I was emailing with scrum expert and all-around great guy Dan Greening and thought this might be useful for others as well. Remember when considering search engine optimization to focus first on goals, then traffic, then phrases, then rank. Ranking for irrelevant phrases won&#8217;t get you more or better leads. Early on, be sure to [...]]]></description>
			<content:encoded><![CDATA[<p>I was emailing with <a href="http://scrumerati.com/">scrum expert</a> and all-around great guy <a href="http://dan.greening.org/">Dan Greening</a> and thought this might be useful for others as well.</p>
<p>Remember when considering search engine optimization to focus first on goals, then traffic, then phrases, then rank. Ranking for irrelevant phrases won&#8217;t get you more or better leads.</p>
<p>Early on, be sure to set up goal/conversion tracking in Analytics. Most sites have several goals:</p>
<div>
<ol>
<li>Site visit duration. Long visits (1 minute longer than average?) = goal worth perhaps $5?</li>
<li>Site visit pages. Many pages (1 or 2 more than average?) = goal worth another $5?</li>
<li>Newsletter subscribes. $20 value?</li>
<li>Contact Us submission. There are probably worth $100?</li>
</ol>
</div>
<p>Here&#8217;s a related post if you&#8217;re having trouble <a href="http://www.markerseven.com/whats-new/blog/how-determine-goal-page-values">setting goal values</a>.</p>
<div></div>
<p>Once you have goals and conversions info you can track that back to phrases and find out which ones work best for you. This is a bit of a rosy outlook in that many sites won&#8217;t have enough high-value conversions to be statistically significant, which is why I emphasize soft goals like time-on-site and visit-depth.</p>
<div></div>
<p>Folks who spend a lot of time on your site or look at lots of your pages are pretty likely to subscribe to your newsletter or submit your contact form later on, so look at the phrases driving that kind of traffic and put your SEO time and money into those.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2012/02/driving-seo-from-goals-traffic-phrases-and-rank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Man Diet: How to Lose Some Damn Weight</title>
		<link>http://www.glenncrocker.com/2011/06/man-diet-how-to-lose-some-damn-weight/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=man-diet-how-to-lose-some-damn-weight</link>
		<comments>http://www.glenncrocker.com/2011/06/man-diet-how-to-lose-some-damn-weight/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 15:06:36 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=275</guid>
		<description><![CDATA[(Note: This diet only works for men, because I&#8217;m told that men lose weight so unfairly easily. I have no idea what it takes for a woman to lose weight. Sorry!) The problem was the smaller belt. I&#8217;d bought it about a year ago after losing 30 pounds, and was happy to have a 34&#8243; [...]]]></description>
			<content:encoded><![CDATA[<p>(Note: This diet only works for men, because I&#8217;m told that men lose weight so unfairly easily. I have no idea what it takes for a woman to lose weight. Sorry!)</p>
<p>The problem was the smaller belt. I&#8217;d bought it about a year ago after losing 30 pounds, and was happy to have a 34&#8243; instead of a 36&#8243; belt. In my new &#8220;skinny&#8221; waist size, the end of the belt tucked nicely into the belt loop to the left of the buckle and all was well.</p>
<p>Then I started eating like in the old days. And before I knew it, some pants seemed to require me to use the next &#8220;larger&#8221; (i.e. &#8220;fatter&#8221;) belt hole. This caused the end of the belt to no longer <strong>quite</strong> reach the belt loop, so it flapped around like a constant reminder that Fried Food Makes You Fat. The straw that broke this camel&#8217;s back was when my scale had a highly offensive number on it one morning after eating way too much the night before.</p>
<p><span id="more-275"></span>Then we started going to the pool. Last year, I proudly yanked my shirt off and hopped in the the kids, showing off my skinny belly. This year, uh, not so much. Maybe I&#8217;ll just read for a while and let you kids play in the pool. Sure, that water is chilly sometimes, but being up a few pounds wasn&#8217;t helping my interest level.</p>
<p>We go to Colorado the first week of August most years, and I like to hike there. Being skinny made hiking a breeze the past couple of years, and I was clearly not on a trajectory for such ease this year.</p>
<dl class="wp-caption alignright" style="width: 208px;">
<dt class="wp-caption-dt"> <img id="image_edit_id_7412" title="Soon I will look like this guy.  ©iStockphoto.com/philipdyer" src="http://www.glenncrocker.com/wp-content/uploads/istockphoto/11-06/man-lose_weight-belt.jpg" alt="Soon I will look like this guy.  ©iStockphoto.com/philipdyer" width="198" height="297" /> </dt>
<dd class="wp-caption-dd">Soon I will look like this guy. ©iStockphoto.com/philipdyer</dd>
</dl>
<p>So I started dieting. Here&#8217;s how:</p>
<ol>
<li>Set a goal. I want to lose 10 pounds by Colorado.</li>
<li>Change behavior. I&#8217;m cutting <strong>way</strong> down on calories.</li>
<li>Set a reward. Mmmm, reward.</li>
<li>Track performance. Bleh, tracking.</li>
<li>Tell people. Yuck, accountability.</li>
</ol>
<p>My goal was pretty straightforward. I&#8217;ve been as low as 15 pounds lower recently, so getting down 10 would be good. Getting down 15 would be great, but we&#8217;ll see how it goes. Getting down 20+ would be as amazing as my <a href="http://www.daleramseymusic.com/">father-in-law</a>, and is pretty damned unlikely.</p>
<p>Behavior-wise I&#8217;m doing a few things:</p>
<ol>
<li>When eating out, set aside half of the meal up front. Even if it&#8217;s a small salad, go ahead and ask for a takeout box, cut that sucker in half, and put it in the box for lunch the next day. There is no way a normal human needs to eat the vast volume of food most suburban Kansas restaurants feel compelled to put on a plate.</li>
<li>I learned this from <a href="http://www.cherylsindell.com/">awesome nutritionist Cheryl Sindell</a>: If food is not pleasing, toss it. Apple too soft? Toss it. Banana all nasty and brown? Toss it. Yes, I feel a pang of guilt when I do this, but life&#8217;s too short and calories too precious to waste on bad food.</li>
<li>Cut out alcohol. I loves me some wine. And some rum. And some margaritas. And some whatever else. But that&#8217;s a lot of calories I can do without.</li>
<li>Don&#8217;t count calories. Seriously. If it is fried, it is bad for you. If it is bigger than your head, it is bad for you. If it is half bread, it is bad for you. If it is smothered in cheese, it is bad for you. There is no great mystery to this. There are no hidden calories waiting to fatten you up in a salad, even if it has goat cheese, pecans, and tasty dressing. They are fine. Just don&#8217;t eat a volume of them equivalent to a movie theater popcorn container and You Will Lose Weight.</li>
</ol>
<p>Dieting is in many ways its own reward, but there are a few specific ones I&#8217;m interested in:</p>
<ul>
<li>Friends telling you &#8220;Damn, you are a skinny bastard.&#8221;</li>
<li>Moving back to the &#8220;skinny&#8221; belt hole</li>
<li>I really want a <a href="http://www.reprap.org/">reprap 3d Printer</a>, so I&#8217;m setting aside my wine money to put into one of those. Unfortunately, if I lose weight too fast I won&#8217;t have enough $, but that&#8217;s just a risk I&#8217;ll have to take!</li>
<li>Hiking easier in Colorado.</li>
<li>Being a bit more willing to shuck my shirt off and swim with my kids at the community pool.</li>
</ul>
<p>To track performance I set up a Google Spreadsheet with columns for: Date, weight, whether I avoided wine and get my 3d printer $ for that day, and comments (&#8220;Party at Bough&#8217;s&#8221;, &#8220;<a href="http://www.spinpizza.com/">Sangria at Spin</a>&#8220;, etc.). I can update the spreadsheet on my iPhone after I weigh myself in the morning, so it&#8217;s easy.</p>
<p>Telling others always helps when you&#8217;re trying to accomplish something, because there&#8217;s a tiny bit of accountability once others know what you&#8217;re trying to accomplish. So I told my wife and kids, and wrote this post.</p>
<p>Combining the above two ideas, I decided I really should embed some view of the Google Spreadsheet here, so here&#8217;s my weight loss chart:</p>
<div class="wp-caption alignnone" style="width: 610px"><img src="https://spreadsheets.google.com/spreadsheet/oimg?key=0AloRUxmpwYY8dGJEM0VqOWFVR1EzQ1ZaNG1XT0xaWnc&amp;oid=2&amp;zx=8zq4ms25vsz1" alt="Glenns Weight" width="600" height="371" /><p class="wp-caption-text">Glenn&#39;s Weight Loss</p></div>
<p>God, I love Google Spreadsheets.</p>
<p>So, guys, just follow the above and you can lose some weight. My wife tells me that none of this works for women and all that works for women is to stop eating anything and go running twice a day. I&#8217;m sure that&#8217;s true, because my <a href="http://www.tepring.com/">wife</a> told me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2011/06/man-diet-how-to-lose-some-damn-weight/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Joplin Tornado</title>
		<link>http://www.glenncrocker.com/2011/05/joplin-tornado/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joplin-tornado</link>
		<comments>http://www.glenncrocker.com/2011/05/joplin-tornado/#comments</comments>
		<pubDate>Mon, 23 May 2011 17:05:08 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=267</guid>
		<description><![CDATA[There are thousands of people who were really impacted by the Joplin tornadoes. I&#8217;m not one of them. To help them, the Red Cross is a great option. They like cash and blood and we all have more of both than we really need! Cousin Dave warned us we might run into weather. Ben (10) [...]]]></description>
			<content:encoded><![CDATA[<p>There are thousands of people who were really impacted by the Joplin tornadoes. I&#8217;m not one of them. To help them, the <a href="http://american.redcross.org/site/PageServer?pagename=ntld_main&amp;s_src=RSG000000000&amp;s_subsrc=RCO_BigRedButton">Red Cross</a> is a great option. They like cash and blood and we all have more of both than we really need!</p>
<p>Cousin Dave warned us we might run into weather.</p>
<p>Ben (10) and Elizabeth (7) were sitting in the back of the ol&#8217; minivan, headed home from Granny&#8217;s house in Oklahoma. They were occupied with tormenting each other, playing <a href="http://www.minecraft.net/" target="_blank">Minecraft</a>, reading books, all that stuff. As we drove along I-44 into Missouri, it was clear we&#8217;d have some serious rain ahead, so I took a peek on the i-Phone. Indeed it was quite a storm system.</p>
<p><span id="more-267"></span>We continued on our path around Baxter Springs and up into the southeast corner of Kansas, and started getting tons of rain. A few minutes later, the wind really started to pick up, so I checked AM radio. It was full of tornado warnings in counties I&#8217;d never heard of but was probably driving through.</p>
<p><a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=I-44,+big+cabin,+ok&amp;daddr=36.98968,-94.62764+to:KOAM-TV+%4037.220828,-94.706182&amp;hl=en&amp;geocode=FbgTLQIdGkFS-inbQLZpIQrJhzE00pdsAYcxIg%3BFfBqNAIdyBhc-injqEy-IWzIhzE39LasHWSwGw%3BFdzxNwId-uVa-g&amp;mra=dpe&amp;mrsp=1&amp;sz=9&amp;via=1&amp;sll=36.837866,-94.987793&amp;sspn=1.455182,2.584534&amp;ie=UTF8&amp;ll=37.168524,-94.450836&amp;spn=0.362221,0.646133&amp;z=11"><img class="alignright size-medium wp-image-268" title="2011-05-23_1137" src="http://www.glenncrocker.com/wp-content/uploads/2011/05/2011-05-23_1137-300x235.png" alt="2011-05-23_1137" width="300" height="235" /></a></p>
<p>I told Ben: &#8220;Stop playing your game and start watching for tornadoes.&#8221; He&#8217;s never followed instructions faster! I called my lovely wife who was safe at home and told her &#8220;I&#8217;m 20 miles south of Pittsburg, KS and need you to check for tornadoes.&#8221; She says there are several in the area, and that we probably need to get to shelter.</p>
<p><span id=":646" dir="ltr">So I&#8217;m looking for a place to stop, and there&#8217;s a great place. Cinderblock building, no windows, open for business. </span>And three big X&#8217;s out front.</p>
<p>It was a rural porn shop. I&#8217;d rather die in  a  tornado than explain any of that to my kids, so we kept driving a little further.</p>
<p><span id=":64b" dir="ltr">We spotted a Doppler radar tower and adjacent building, and figured we could stop there. Surely the people who tell you to &#8220;seek cover&#8221; have to let you in! The doors were locked, and the doorbell broken, so we h</span>ung around outside under an awning until one of the  weather staff arrived at work (all hands on deck). He looked a little unsure about letting us in to the building, but a crying 7 year old with a blankie is pretty convincing, so in we went.</p>
<p>It turned out the building wasn&#8217;t just the radar location, it was also the TV studio. So we watched the weather on their breakroom TV, and then the nice-looking weatherman from TV would go off air and then walk through the hall outside where we were sitting. It was odd.</p>
<p>The staff were completely busy getting updates from social media, phone, and their insane amount of weather gear. But every time there was a break, they would head to the windows and look out to see what it was really like. They&#8217;d come through the break room every now &amp; then and say Hi, then head back to work.</p>
<p>We heard that there had been a tornado in Baxter Springs, which we&#8217;d driven just a couple of miles around. But the big damage was in Joplin, about 10 miles southeast of the station. I&#8217;m guessing that most of the folks who work there live in Joplin, and odds are that 3/4 of them had houses that were being destroyed while they were at work getting the word out. They were amazing.</p>
<p>An hour and a half later, the meteorologist came through, asked which way we were heading, and said it would probably be fine. So we headed out, and two minutes later we were past the &#8220;dry line&#8221; and in the sunshine.</p>
<p>So yay, all&#8217;s well and the kids (and I) have an interesting story for a Monday morning. I hope your Sunday was as interesting and safe as ours. Please keep the folks of Joplin in your thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2011/05/joplin-tornado/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LDA Score Optimization Update</title>
		<link>http://www.glenncrocker.com/2010/12/lda-score-optimization-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lda-score-optimization-update</link>
		<comments>http://www.glenncrocker.com/2010/12/lda-score-optimization-update/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 02:54:38 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=254</guid>
		<description><![CDATA[This is an update to my previous article about LDA Optimization. The process is now a lot easier with an update to the optimizer tool!  Many thanks to Virante and SEOmoz for ideas, support, and inspiration! Step 1: Identify your Keyword First up, figure out what keyword you want to improve your page’s rank for. [...]]]></description>
			<content:encoded><![CDATA[<p>This is an update to my <a href="http://www.glenncrocker.com/2010/09/optimizing-lda-scores/">previous article</a> about LDA Optimization. The process is now a lot easier with an update to the <a href="http://www.glenncrocker.com/lda-word-diff-visualizer-version-2/">optimizer tool</a>!  Many thanks to <a href="http://www.virante.com/seo-tools/lda-content-optimizer.php">Virante</a> and <a href="http://www.seomoz.org/labs/lda">SEOmoz</a> for ideas, support, and inspiration!</p>
<h3>Step 1: Identify your Keyword</h3>
<p>First up, figure out what keyword you want to improve your page’s  rank for. For this test, I’m using the phrase “basketball drills”. I  just chose this at random and hoped I’d be able to find a good example  site in it. See how that worked out below!<br />
<span id="more-254"></span></p>
<h3>Step 2: Identify the Competition</h3>
<p>Chances are you already know who this is, but doing a search for your keyword on Google and using the top results is a good start.</p>
<h3>Step 3: Find Your Missing Keywords</h3>
<p><img class="alignright size-medium wp-image-258" title="2010-12-19_2044" src="http://www.glenncrocker.com/wp-content/uploads/2010/12/2010-12-19_2044-244x300.png" alt="2010-12-19_2044" width="244" height="300" />At this point you should have a good feel for how your page stacks up  against the competition.  Now let’s see what words they have that you <strong>don’t</strong> have, and what words they have in greater frequency than you have.</p>
<p>For the example keyword <strong>basketball drills</strong>, let’s say  that our site is www.basketballteacher.com, which has LDA of roughly  61% and ranks #17 on Google for the phrase. Here’s where we’ll use this  new <a href="http://www.glenncrocker.com/lda-word-diff-visualizer-version-2/">LDA Optimizer tool</a>.</p>
<p>This tool takes your phrase, your URL, and up to 9 competitors’ URLs. It then  finds words they use that you don’t, and words that they use more on  average than you do, and provides a word cloud showing your  opportunities. It can take a couple of minutes to run, so be patient!</p>
<p>To exclude words specific to just a handful of sites, you can specify  “Show Keywords Seen on at Least” at the bottom of the form. I used a  setting of “4 sites” for my test but got similar results with as many as  8 sites. I recommend playing with this until you’re happy with the  results, seeing lots of good words to add but not a lot of extraneous  noise.</p>
<h3>Step 5: Reviewing Missing/Insufficient Keyword Use</h3>
<p>For the sample site, we get this word cloud (on the Wordle link, their clouds are prettier than mine!) for <strong>missing words</strong>:</p>
<p style="text-align: center;"><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/missing-words.png"><img class="aligncenter" title="missing-words" src="/wp-content/uploads/2010/09/missing-words.png" alt="missing-words" width="495" height="305" /></a></p>
<p>So this page related to basketball training is missing words like  “rebounding”, “dribble”, “jump”, etc. Lots of opportunities to improve  LDA score.  (Note that singular vs. plural isn’t handled well here so  some of these words (drill) might exist on the page in other forms that  Google would find identical.)</p>
<p>Here are the words the page doesn’t have “enough” of relative to competing sites:</p>
<p style="text-align: center;"><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/insufficient-words.png"><img class="aligncenter" title="insufficient-words" src="/wp-content/uploads/2010/09/insufficient-words.png" alt="insufficient-words" width="490" height="229" /></a></p>
<p>A bit more emphasis on these words might help the site show that it is more topically related to the search phrase.</p>
<h3>Step 6 Optimize your LDA Score</h3>
<p>The LDA Optimizer tool then provides a suggested set of words and  densities to improve the page’s LDA score. Just taking these and pasting  them in to your page is <strong>unlikely</strong> to help, but you  should now have some guidance in terms of how many instances of the  various words to shoot for as you revise copy.</p>
<p>Adding the suggested words to the site’s existing set moves its LDA from 61% to <strong>86%</strong>.  So we’ve at least helped our LDA score with a change along these lines.  Whether that improves search rank is up to you to test!</p>
<h3>Step 7 Check for Higher Google Ranking</h3>
<p>Hopefully making changes along these lines will improve your page’s  Google ranking, but that’s relatively uncharted territory with regard to  LDA today. I’d love to hear your results!</p>
<p>Here&#8217;s the <a href="http://www.glenncrocker.com/lda-word-diff-visualizer-version-2/">optimizer tool</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2010/12/lda-score-optimization-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing LDA Scores</title>
		<link>http://www.glenncrocker.com/2010/09/optimizing-lda-scores/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=optimizing-lda-scores</link>
		<comments>http://www.glenncrocker.com/2010/09/optimizing-lda-scores/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 05:30:00 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=219</guid>
		<description><![CDATA[(There&#8217;s an updated version of this article as of 12/19/2010.) If you have a page about &#8220;basketball drills&#8221;, shouldn&#8217;t it include these words? What if it didn&#8217;t?  How would you find that out quickly? SEOmoz recently announced (and then corrected the stats for) a new tool in their labs called the &#8220;LDA Tool&#8220;.  The tool [...]]]></description>
			<content:encoded><![CDATA[<p>(There&#8217;s an <a href="http://www.glenncrocker.com/2010/12/lda-score-optimization-update/">updated version</a> of this article as of 12/19/2010.)</p>
<p>If you have a page about &#8220;basketball drills&#8221;, shouldn&#8217;t it include these words?</p>
<p style="text-align: center;"><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/missing-words.png"><img class="aligncenter" title="missing-words" src="/wp-content/uploads/2010/09/missing-words.png" alt="missing-words" width="495" height="305" /></a></p>
<p>What if it didn&#8217;t?  How would you find that out quickly?</p>
<p>SEOmoz recently <a href="http://www.seomoz.org/blog/lda-and-googles-rankings-well-correlated">announced</a> (and then <a href="http://www.seomoz.org/blog/lda-correlation-017-not-032">corrected</a> the stats for) a new tool in their labs called the &#8220;<a href="http://www.seomoz.org/labs/lda">LDA Tool</a>&#8220;.  The tool basically takes a <strong>search phrase</strong> and a <strong>page</strong> and tells you how much they relate <strong>topically</strong>.</p>
<p>Unfortunately, it&#8217;s not very clear from that report what topics it identifies or what you can do to improve your page&#8217;s score. In this post I&#8217;ll show you how to just that, and and give you a new <a href="http://www.glenncrocker.com/lda-word-diff-visualizer/">LDA Optimization Tool</a> I wrote to make it easy.</p>
<p><span id="more-219"></span></p>
<h2>Step 1: Identify your Keyword</h2>
<p>First up, figure out what keyword you want to improve your page&#8217;s rank for. For this test, I&#8217;m using the phrase &#8220;basketball drills&#8221;. I just chose this at random and hoped I&#8217;d be able to find a good example site in it. See how that worked out below!</p>
<h2>Step 2: Identify the Competition</h2>
<p><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/kw-difficulty.png"><img class="alignright" title="Keyword Difficulty for basketball drills" src="/wp-content/uploads/2010/09/kw-difficulty-300x221.png" alt="Keyword Difficulty for basketball drills" width="300" height="221" /></a></p>
<p>A quick way (thanks, Rand!) to do this is with the SEOmoz <a href="http://www.seomoz.org/keyword-difficulty/">Keyword Difficulty tool</a>, but you can just do a search and make a spreadsheet too.  To the right you can see what I got for the test phrase:</p>
<p>Exporting this to a CSV and using it as your starting point for LDA analysis speeds things up. You can get the raw CSV <a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/keyword-basketball-drills.csv">here</a>.</p>
<p>I uploaded the CSV to Google Apps as a spreadsheet, and you can see a read-only version of it <a href="https://spreadsheets.google.com/pub?key=0AloRUxmpwYY8dHBTZXdqVFRoQzlOMHhaZ2lRcTJaMVE&amp;hl=en&amp;output=html">here</a> (note that this spreadsheet contains my final data as well).</p>
<p>Add your page to the spreadsheet if you&#8217;re not (yet) in the top rankings.</p>
<h2>Step 3: Gather LDA Scores and Competitor Words</h2>
<p>Add columns to your spreadsheet for LDA %, and for site keywords (a really wide column!).  Head to the <a href="http://www.seomoz.org/labs/lda">LDA Tool</a> and type in your test phrase and first site URL, then gather the % and keywords for each of the sites.</p>
<p><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/gathering-lda-stats.png"><img title="gathering-lda-stats" src="/wp-content/uploads/2010/09/gathering-lda-stats-223x300.png" alt="gathering-lda-stats" width="223" height="300" /></a><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/gathering-lda-stats-2.png"><img class="alignright size-medium wp-image-224" title="gathering-lda-stats-2" src="/wp-content/uploads/2010/09/gathering-lda-stats-2-300x213.png" alt="gathering-lda-stats-2" width="300" height="213" /></a></p>
<p>Repeat this process for each of the sites. <a href="https://spreadsheets.google.com/pub?key=0AloRUxmpwYY8dHBTZXdqVFRoQzlOMHhaZ2lRcTJaMVE&amp;hl=en&amp;output=html">Here&#8217;s how my spreadsheet ended up</a>.</p>
<h2>Step 4: Find Your Missing Keywords</h2>
<p><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/paste-in-words.png"><img class="alignright size-medium wp-image-227" title="paste-in-words" src="/wp-content/uploads/2010/09/paste-in-words-300x236.png" alt="paste-in-words" width="300" height="236" /></a>At this point you should have a good feel for how your page stacks up against the competition.  Now let&#8217;s see what words they have that you <strong>don&#8217;t</strong> have, and what words they have in greater frequency than you have.</p>
<p>For the example keyword <strong>basketball drills</strong>, let&#8217;s say that our site is www.basketballteacher.com, which has LDA of roughly 61% and ranks #17 on Google for the phrase. Here&#8217;s where we&#8217;ll use this new <a href="http://www.glenncrocker.com/lda-word-diff-visualizer/">LDA Optimizer tool</a>.</p>
<p>This tool takes your words and up to 9 competitors&#8217; words. It then finds words they use that you don&#8217;t, and words that they use more on average than you do, and provides a word cloud showing your opportunities.</p>
<p>To exclude words specific to just a handful of sites, you can specify &#8220;Show Keywords Seen on at Least&#8221; at the bottom of the form. I used a setting of &#8220;4 sites&#8221; for my test but got similar results with as many as 8 sites. I recommend playing with this until you&#8217;re happy with the results, seeing lots of good words to add but not a lot of extraneous noise.</p>
<h2>Step 5: Reviewing Missing/Insufficient Keyword Use</h2>
<p>For the sample site, we get this word cloud (on the Wordle link, their clouds are prettier than mine!) for <strong>missing words</strong>:</p>
<p style="text-align: center;"><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/missing-words.png"><img class="size-full wp-image-229 aligncenter" title="missing-words" src="/wp-content/uploads/2010/09/missing-words.png" alt="missing-words" width="495" height="305" /></a></p>
<p>So this page related to basketball training is missing words like &#8220;rebounding&#8221;, &#8220;dribble&#8221;, &#8220;jump&#8221;, etc. Lots of opportunities to improve LDA score.  (Note that singular vs. plural isn&#8217;t handled well here so some of these words (drill) might exist on the page in other forms that Google would find identical.)</p>
<p>Here are the words the page doesn&#8217;t have &#8220;enough&#8221; of relative to competing sites:</p>
<p style="text-align: center;"><a href="http://www.glenncrocker.com/wp-content/uploads/2010/09/insufficient-words.png"><img class="size-full wp-image-230 aligncenter" title="insufficient-words" src="/wp-content/uploads/2010/09/insufficient-words.png" alt="insufficient-words" width="490" height="229" /></a></p>
<p>A bit more emphasis on these words might help the site show that it is more topically related to the search phrase.</p>
<h2>Step 6 Optimize your LDA Score</h2>
<p>The LDA Optimizer tool then provides a suggested set of words and densities to improve the page&#8217;s LDA score. Just taking these and pasting them in to your page is <strong>unlikely</strong> to help, but you should now have some guidance in terms of how many instances of the various words to shoot for as you revise copy.</p>
<p>Adding the suggested words to the site&#8217;s existing set moves its LDA from 61% to <strong>86%</strong>. So we&#8217;ve at least helped our LDA score with a change along these lines. Whether that improves search rank is up to you to test!</p>
<h2>Step 7 Check for Higher Google Ranking</h2>
<p>Hopefully making changes along these lines will improve your page&#8217;s Google ranking, but that&#8217;s relatively uncharted territory with regard to LDA today. I&#8217;d love to hear your results!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2010/09/optimizing-lda-scores/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site Indexation and Cross-Linking Best Practices</title>
		<link>http://www.glenncrocker.com/2010/01/site-indexation-and-cross-linking-best-practices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-indexation-and-cross-linking-best-practices</link>
		<comments>http://www.glenncrocker.com/2010/01/site-indexation-and-cross-linking-best-practices/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 21:28:15 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=207</guid>
		<description><![CDATA[Most of the sites I work on these days are on the small end of the scale, but a few are large news portals.  One of them went through a site redesign a few months ago (before I got involved), and they&#8217;ve seen a large dropoff in traffic.  I&#8217;m starting to look into why that [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the sites I work on these days are on the small end of the scale, but a few are large news portals.  One of them went through a site redesign a few months ago (before I got involved), and they&#8217;ve seen a large dropoff in traffic.  I&#8217;m starting to look into why that happened, and wanted to share some ideas about how to fix the problem.</p>
<ol>
<li><span id="more-207"></span>These guys track their top search phrases, and they haven&#8217;t dropped much in rank for any of those.</li>
<li>The total number of searches per month Google reports for those phrases have increased moderately.</li>
<li>But traffic from search engines is down for this site.</li>
</ol>
<p><img class="alignright" title="Analytics: Traffic Sources: Search Engines" src="http://content.screencast.com/users/glenncrocker/folders/Jing/media/bb2da64d-00cd-4405-a5e9-166e42d7cd92/00000237.png" alt="" width="169" height="228" />There are a bunch of things that can imply, but to me, this says that they&#8217;re probably getting fewer &#8220;long tail&#8221; searchers in to the site.  Looking at the number of visits you&#8217;re getting from long tail searchers is a little tricky, but Analytics gives us a way.  Click to &#8216;Traffic Sources&#8217;, then &#8216;Search Engines&#8217;, then the one you&#8217;re interested in.  Select the right date range, and click the leftmost column to show &#8216;Landing Page&#8217;.  Scroll to the bottom and see how many Landing Pages are listed in the &#8220;1-10 of <strong>12,345</strong>&#8221; to the right.</p>
<p>For the site I&#8217;m working on, # of unique Landing Pages is down about 30% for December 2009 vs. December 2008.  We also see it in that there are about half as many unique search phrases in Dec. 2009 as in Dec. 2008.  (Select &#8216;Keyword&#8217; in the leftmost column of Analytics and scroll down to get this info.)</p>
<p>So we have a pretty clear indexation problem.  Many fewer landing pages, many fewer unique phrases.  There are a lot of potential causes, but one interesting idea came up in a quick site review.</p>
<p>Google spiders tend to &#8220;follow a link IN to the site, click around a bit, and leave.&#8221;  So to increase indexation, we want lateral linking to a <strong>diverse</strong> but relevant set of pages from deep landing pages.</p>
<p>Right now on the site, we&#8217;re linking to &#8220;related articles&#8221;, and it works by looking at <strong>category overlap</strong> and <strong>article freshness</strong>.  That&#8217;s a great start, but has some unintended side-effects.  This causes us to weight newer articles more heavily and link to them from many of our top landing pages.  For example, an old article from 2008 links to 5 articles from today and yesterday.  So whatever pages were linked to from that page back in 2008 aren&#8217;t getting any link respect now, and that&#8217;s lowering their odds of being in the index.</p>
<p>What if instead, we looked at category overlap and weighted articles with <strong>similar</strong> dates?  So old articles might have lateral links to <strong>other</strong> older articles.  That might be too extreme, and might starve our newer content of link respect.  So a middle ground where we factor both in, or add a new &#8220;Other Archive Articles&#8221; box for similarly-old content might help.</p>
<p>This will be an ongoing process of making sure lateral links are done right, but this isn&#8217;t the first site I&#8217;ve worked on with this kind of category+date lateral linkage, so I thought the above might be useful for others fighting with indexation problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2010/01/site-indexation-and-cross-linking-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with SEOmoz Linkscape Data</title>
		<link>http://www.glenncrocker.com/2009/11/working-with-seomoz-linkscape-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=working-with-seomoz-linkscape-data</link>
		<comments>http://www.glenncrocker.com/2009/11/working-with-seomoz-linkscape-data/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 04:59:48 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=198</guid>
		<description><![CDATA[The fine folks over at SEOmoz provide Pro members with the ability do neat link analysis of web sites and download a CSV of the raw data.  Will Critchlow posted over there recently about Advanced Link Analysis Charts to analyze SEOmoz data through their API and a bunch of spiffy Excel graphs.  I&#8217;m more of [...]]]></description>
			<content:encoded><![CDATA[<p>The fine folks over at <a href="http://www.seomoz.org/">SEOmoz</a> provide Pro members with the ability do neat link analysis of web sites and download a CSV of the raw data.  Will Critchlow posted over there recently about <a href="http://www.seomoz.org/blog/advanced-link-analysis-charts">Advanced Link Analysis Charts</a> to analyze SEOmoz data through their API and a bunch of spiffy Excel graphs.  I&#8217;m more of a PHP guy, so I put together some very raw beginning code to read in the Linkscape CSV and show pretty pictures using Google Chart.</p>
<p><span id="more-198"></span></p>
<p>Getting the data smoothed was one of the hardest things, and I&#8217;m still very much not happy with the results.</p>
<p>To use this, upload the following PHP to a web server, put a linkscape.csv file in the same folder, and run the PHP.  You should see two charts like these:</p>
<div class="wp-caption alignnone" style="width: 310px"><img title="Links per DmT, rounded to whole DmT values" src="http://chart.apis.google.com/chart?cht=ls&amp;chd=t:24,2,8,77,199,252,233,110,4,0&amp;chs=300x300&amp;chxt=x,y&amp;chxr=0,0,10|1,0,252" alt="Links per DmT, rounded to whole DmT values" width="300" height="300" /><p class="wp-caption-text">Links per DmT, rounded to whole DmT values</p></div>
<div class="wp-caption alignnone" style="width: 310px"><img title="Links per DmT, rounded to one decimal" src="http://chart.apis.google.com/chart?cht=ls&amp;chd=t:2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,2.2727,0.3636,0.3636,0.4545,0.4545,0.4545,0.1818,0.1818,0.3636,0.2727,0.2727,0.2727,0.3636,0.5455,0.5455,0.7273,0.7273,1.6364,1.6364,2.0909,2.4545,3.1818,4.2727,6.6364,6.5455,8.0909,8.0909,9.3636,10.0909,10.4545,12.2727,15.0909,19.4545,19.6364,17.7273,21.5455,21.7273,21.6364,24.0909,24.5455,25.8182,24,25.0909,24,24.2727,25.7273,23.3636,25.1818,25.6364,27.4545,28.2727,27.2727,27.5455,26,22.8182,21.7273,19.7273,21.3636,18.0909,19.8182,15.9091,13.6364,13,13.7273,11,10.2727,9.8182,9.8182,6.6364,6.4545,4.2727,2.6364,2.0909,2.0909,0.4545,0.4545,0.3636,0.3636,0.3636,0.3636,0.1818,0.0909,0.0909,0,0,0,0,0,0,0&amp;chs=300x300&amp;chxt=x,y&amp;chxr=0,0,10|1,0,310.9997" alt="Links per DmT, rounded to one decimal" width="300" height="300" /><p class="wp-caption-text">Links per DmT, rounded to one decimal</p></div>
<p><a href="http://www.glenncrocker.com/graphmoz/graphmoz-v1.txt">Here&#8217;s the PHP code</a>.  If you add to it, email me a copy at glenn@netmud.com and I&#8217;ll post an update.  I know the code is awful, it&#8217;s just a quick hack to play with CSVs and Google Charts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2009/11/working-with-seomoz-linkscape-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jr. FLL Planning for 2009-2010</title>
		<link>http://www.glenncrocker.com/2009/11/jr-fll-planning-for-2009-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jr-fll-planning-for-2009-2010</link>
		<comments>http://www.glenncrocker.com/2009/11/jr-fll-planning-for-2009-2010/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:37:25 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[LEGO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=190</guid>
		<description><![CDATA[I&#8217;ve been emailing with some new coaches, and thought this info might be helpful for planning.  I&#8217;ve included last year&#8217;s and this year&#8217;s budgets, and some ideas for how to get the best sets of equipment the cheapest. For our first year, our budget looked like this: $32.17    Shirts &#38; Iron-Ons $38.90    Markers, paper, folders [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been emailing with some new coaches, and thought this info might be helpful for planning.  I&#8217;ve included last year&#8217;s and this year&#8217;s budgets, and some ideas for how to get the best sets of equipment the cheapest.</p>
<p><span id="more-190"></span>For our first year, our budget looked like this:</p>
<p style="padding-left: 30px;">$32.17    Shirts &amp; Iron-Ons<br />
$38.90    Markers, paper, folders<br />
$70.81    <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%26y%3D0%26field-keywords%3DCrazy%2520Action%2520Contraptions%26url%3Dsearch-alias%253Daps&amp;tag=netmud&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">LEGO Crazy Action Contraptions</a><br />
$49.00    Activity Pack (new <a href="http://www.legoeducation.us/store/detail.aspx?ID=1672&amp;c=0&amp;t=0&amp;l=0">version</a>)<br />
$102.60    JrFLL Base Kit (roughly <a href="http://www.legoeducation.us/store/detail.aspx?ID=1667&amp;c=0&amp;t=0&amp;l=0">this</a>)<br />
$25.00    Team Registration</p>
<p>The <a href="http://www.legoeducation.us/store/detail.aspx?ID=1672&amp;c=0&amp;t=0&amp;l=0">Activity Pack</a> is now $89 and there&#8217;s a second one for $49.  Highly recommended, and if you want to look at my copy of last year&#8217;s, you&#8217;re welcome to.</p>
<p>Our 2009-2010 budget is:</p>
<p style="padding-left: 30px;">$25.00    Team Registration<br />
$111.96    WeDo kit (either the JrFLL recommended one or the <a href="http://www.legoeducation.us/store/detail.aspx?pl=6&amp;ID=1736&amp;c=0&amp;t=0&amp;l=0">Homeschool WeDo set</a>, which I think ends up cheaper)<br />
$129.95    <a href="http://www.legoeducation.us/store/detail.aspx?ID=1651&amp;c=0&amp;t=0&amp;l=0">WeDo Activity Pack</a><br />
$49.95    <a href="http://www.legoeducation.us/store/detail.aspx?ID=1673">Advancing with Simple &amp; Motorized Mechanisms</a> (Note: the activities are kinda lame.  It also really wants to go with the W779686 set, which is new this year and has the build instructions needed for the &#8220;Advancing&#8230;&#8221; pack.  So, not a good fit for the JrFLL set from LAST year at all.  The CD does come with the build instructions, but I&#8217;ll have to print them out.)<br />
$14.99    15&#8243;x15&#8243; Base Plate<br />
$19.13    Shipping<br />
$50.00    Tackle Boxes for storage (<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%26y%3D0%26field-keywords%3DPlano%25201364%26url%3Dsearch-alias%253Daps&amp;tag=netmud&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Plano 1364</a>, 1374?. Smaller soft-sided tackle box was annoying &amp; not big enough.)<br />
$25.00    LEGO <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26x%3D0%26ref%255F%3Dnb%255Fss%26y%3D0%26field-keywords%3DCrazy%2520Action%2520Contraptions%26url%3Dsearch-alias%253Daps&amp;tag=netmud&amp;linkCode=ur2&amp;camp=1789&amp;creative=390957">Crazy Action Contraptions</a><br />
$35.00    Team Shirts</p>
<p>So the main things we&#8217;re adding are WeDo and the Activity Pack for it.  Our kids are 8 and 9 now, so I think that&#8217;s going to be a really good fit.  For a younger team, the JrFLL Base Kit and the Activity Pack might be an easier start.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2009/11/jr-fll-planning-for-2009-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kansas City JrFLL 2009-2010 Starting Up</title>
		<link>http://www.glenncrocker.com/2009/11/kansas-city-jrfll-2009-2010-starting-up/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kansas-city-jrfll-2009-2010-starting-up</link>
		<comments>http://www.glenncrocker.com/2009/11/kansas-city-jrfll-2009-2010-starting-up/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:34:56 +0000</pubDate>
		<dc:creator>Glenn Crocker</dc:creator>
				<category><![CDATA[LEGO]]></category>

		<guid isPermaLink="false">http://www.glenncrocker.com/?p=185</guid>
		<description><![CDATA[Hey, just checking in with my fellow JrFLL coaches! Our team is starting practice next week, and we have a second 3rd grade team starting at Valley Park Elementary. We&#8217;re using WeDo components this year, and planning to move up to NXT and FLL next year. Who&#8217;s coaching again this year? Any new teams around? [...]]]></description>
			<content:encoded><![CDATA[<p>Hey, just checking in with my fellow JrFLL coaches!  Our team is starting practice next week, and we have a second 3rd grade team starting at Valley Park Elementary.  We&#8217;re using WeDo components this year, and planning to move up to NXT and FLL next year.</p>
<p><span id="more-185"></span>Who&#8217;s coaching again this year?</p>
<p>Any new teams around?</p>
<p>I&#8217;m hoping we can get another JrFLL event/competition to happen in the spring.</p>
<p>I see on this page <a href="http://www.kcfirst.org/FLL-Ages_9-14.html">http://www.kcfirst.org/FLL-Ages_9-14.html</a> that there are a few FLL Rumbles and meets:</p>
<ul>
<li><strong>December 5, 2009 	FLL Rumble</strong><br />
Summit Lakes Middle School<br />
1:00 pm &#8211; 4:00 pm</li>
<li><strong>January ?, 2010 	FLL Rumble</strong><br />
TBD</li>
<li><strong>February 27, 2010 	FLL Tournament &#8211; Kansas and Western Missouri</strong><br />
Summit Lakes Middle School<br />
8:00 am to 4:30 pm</li>
<li><strong>March 5&amp;6, 2010 	FLL Exhibition at FRC</strong><br />
Hale Arena<br />
9:00 am to Noon</li>
<li><strong>March 20, 2010 	Team Share</strong><br />
TBD</li>
</ul>
<p>I&#8217;ll try to get my team to a couple of these, and make sure they know about the events in case they want to attend on their own.</p>
<p>I haven&#8217;t seen it yet, but the show &#8220;Gearing Up&#8221; looks pretty cool:<br />
<a href="http://www.gearingupproject.org/">http://www.gearingupproject.org/</a><br />
Kansas City 	KCPTDT2 	11/4/2009 	2:00 PM CT<br />
Kansas City 	KCPTDT2 	11/4/2009 	8:00 PM CT<br />
Kansas City 	KCPTDT2 	11/4/2009 	9:00 AM CT<br />
Kansas City 	KCPTDT2 	11/5/2009 	2:00 AM CT</p>
<p>The Cow Town Throw Down practice competition is this weekend: <a href="http://cttd-robotics.com/"> http://cttd-robotics.com/</a></p>
<p>I see the following teams so far:</p>
<ul>
<li>Trailwood Turbines (Overland Park)</li>
<li>Rogue Squadron (Overland Park)</li>
<li>Cyclones (my team, Valley Park Elementary, Overland Park)</li>
<li>St. Agnes Jr. Rams (<a href="http://www.stagneskc.org/index.html">St. Agnes</a>, Roeland Park)</li>
<li>Mindstorm Masters Secret Agents (Kansas City)</li>
<li>Astromechs (Parkville)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.glenncrocker.com/2009/11/kansas-city-jrfll-2009-2010-starting-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

