Archive for posts tagged ‘Curious Reef’

New stuff on Curious Reef

Kevin Day, November 22nd, 2010

I’ve been working a lot on Curious Reef lately, and here are some headlines to report:

Things have been busy for me, so if you want to see what I’m up to, you’re best off checking out Curious Reef.

Curious Reef: Exploratory Social Learning

Kevin Day, April 27th, 2010

My learning website, Crunch Course, now has a new name: Curious Reef.  It’s the same site, just a new name.  Check it out now.

Introduction to Algorithms is starting on May 1st.  It’s a popular course at MIT, and all of the content is freely available on Open Course Ware.  You will have to buy the book, but it’s a highly recommended one for CS students.

Lots of other great classes too.  Here is the full list of all classes.

Create a robots.txt if you haven’t yet

Kevin Day, February 5th, 2010

I have anecdotal evidence that Google is more likely to crawl and index your site if you have a robots.txt (set to allow googlebot) than if you don’t have any robots.txt file.

For Crunch Course, I’ve taken my time setting up a robots.txt file. Partly because I didn’t think it would help much and partly because it takes a couple steps to do it in Django.

As a result, Google’s cache of Crunch Course is about a month old.

I finally got around to adding a robots.txt yesterday, and I’m now getting a bunch of 404 errors from the googlebot for old links that I’ve since changed the structure of. That’s indicating to me that it checks for a robots.txt frequently, but it is much more likely to actually crawl the site if it has the green light to do so. Of course it could also just be a coincidence, but that doesn’t make for a good blog post.

So there you have it, indisputable evidence from one data point that Google is more likely to crawl your site if you have a robots.txt than if you don’t.

Bulletproof Web Design Now on Crunch Course

Kevin Day, February 2nd, 2010

If you want to get serious about HTML and CSS, you have to read Bulletproof Web Design, by Dan Cederholm.  It’s a must-read for any web professional.

We’re just starting to go through the book chapter by chapter on Crunch Course.  There’s more than 40 of us now, so you’ll have a lot of people to learn with.