Tuesday, December 9, 2008
Episode 25: No School Bailout
Memiary (www.memiary.com)
Record five memories a day
GMail Tasks
Gmail now adds tasks to your email interface. (see GMail blog entry)
Show Notes:
There are significant business losses and now those same businesses are asking the government for a bailout; these same businesses blame the economy for their problems. And yet schools have been forced into ineffective business models that have been proven to fail.
Schools, instead, need to return to what they do best: learning and creating and fun.
Listen
Next time: "Reader-Response theories in Moodle"
Thursday, October 30, 2008
Episode 24: Lessons from LiveBlogging
The Elkhart Truth has been looking at ways for their paper to interact with their readers and during this election season, decided to facilitate liveblogs for the debates.
DebateWatch VP Debate (2 Oct 08) http://www.etruth.com/Know/News/Story.aspx?id=463348
DebateWatch Presdental Debate (7 Oct 08) http://www.etruth.com/Know/News/Story.aspx?id=463741
DebateWatch Presidental Debate (14 Oct 08): http://www.etruth.com/Know/News/Story.aspx?id=464344
The site that eTruth.com used was www.coveritlive.com
Listen to the episode:
Subscribe to this podcast via iTunes
Or, download this podcast here .
Tuesday, September 23, 2008
Moodle: On Chats and Time
Saturday, August 23, 2008
Installing Squeak on the eeePC
I think I decided that this was not my primary computer and that I didn't need to trick out everything and install a lot of different linux distros...I still run the default Xandros light OS and have added some deb-based packages, but for the most part, I'm using the eeePC to access apps on the web (which, btw, I use Opera over the Firefox--Opera seems much more spunky).
Anyway, tonight I wanted to install Squeak (a FOSS smalltalk environment) and started with my usual Google of how to do it for the eeePC and the procedure is pretty much the same for other flavors of Unix/Linux: add a site to the depository, do a apt-get update and then install the deb. package. And Squeak is no different: I found the directions on the Squeak site and things worked as I wanted them to. In fact, I like this rendering of Squeak on the eeePC more than the one on my eMac (man, I have two computers that like that initial "e").
So there it is: a low-cost, low-impact computer that can still be a very useful laptop.
Tuesday, July 22, 2008
Episode 19: You can't reform education with technology
I explain my issues with his response to fixing American schools in his quote:
First, we have to agree that we have a problem. In the last 25 years, spending has risen 240% while performance has barely changed. Only 68% of students graduate from high school, and many states require only eighth-grade skills in reading and math to get a diploma.The statistics are probably from The New Commission on the Skills of the America Workforce (in which he is chairman). The problem is that it is difficult to find the research or the survey that these numbers are based on. I would really like to find out the accuracy of the second sentence, because it is so loaded (but I could not find it on the New Commission site).
Some of the most interesting business models have come from the spirit of the "In Search of Excellence" theme (Peters et al) and I think a recent example of how business can work in an exciting way (instead of the typical "top-down" approach) is from American Airlines and here's the NPR report that describes the new leadership (from two years ago).
Tuesday, July 15, 2008
Living on the CLI: Setting up email
I made a list of things (or reasons) why I use my computer and most of
that list had something to do with communication with others. At the top
was email and since I had already been running mutt (clean text-based mail
reader that is a step above typing "mail" at the prompt but with lots of
improvements) and I thought I might give Pine (or Alpine) another try. I
gave up on Pine because I use GMail as my main source for connections to
the world and for some reason there's lots of steps to setting up Pine to
read and send GMail.
And so, I turned off the cron job for fetchmail and searched out the
answer to the question "How do I set up Pine for GMail?" And after some
tweaking, I got it to work. The better site that gave me most of my
answers was a post from virtualmyles2 tracked on ObjectMix.com
(http://objectmix.com/pine/326840-pine-gmail.html). I'm going to use what
virtualmyles2 wrote and add one change from my setup from this morning.
(Translation: Credit the above url for providing the info, only me for my
two contributions).
1. First enable IMAP on your Google account!!!
-Log into Google and click "settings",
-Click "Forwarding and POP/IMAP"
-Under IMAP Access click "Enable IMAP"
# Chris says "Whenever you see your.username at gmail, Google identifies
your username as username@google.com. So, it's your entire GMail email
address, not just the stuff before @google.com. Just remember:
user=your_username@google.com"
2. Your .pinerc needs to
be "something" like this:
user-id=your.username at gmail.com
user-domain=gmail.com
#Here's my other contribution: you need the "/novalidate-cert" Pine will
tell this when you try to send something the first time...that's how I
found out about it.
(all on one line)<= This is very important; it should be on one line.
smtp-server=smtp.gmail.com:587/tls/user=your.username at
gmail.com/novalidate-cert
(all on one line)<= This is very important; it should be on one line.
inbox-path={imap.gmail.com:993/ssl/novalidate-cert/user=your.username
at gmail.com}INBOX
(all on one line)<= This is very important; it should be on one line
incoming-folders=your.username at gmail.com {imap.gmail.com:993/
novalidate-cert/ssl/user=your.username at gmail.com}
(you probably have to check "enable-incoming-folders" in your Pine
Setup, Config as well)
(all on one line)<= This is very important; it should be on one line.
folder-collections="your.username at gmail.com" {imap.gmail.com:993/
ssl/user=your.username at gmail.com}[]
Be sure to save your work (:wq for my vim friends) and you should be good
to go (or at least I was). Pine will ask for your password and then the
option to save that password for your next session and then things are
pretty easy to figure out from there.
Pine (or Alpine, if you're using the very up-to-date version) impressions:
One of the reasons I like the cli is that hands are on the keyboard and
not running over to the mouse. One of the things that I'm not crazy about
is the combination keystrokes to get things done (I started with vim,
okay, and if my first editor was emacs, then maybe things would be
different). Beyond that, it's about getting to know another environment
and using the "O" (other cmds) a lot. Pine is easy, though, and it
<emphasis>seems<emphasis> to fill the gap between the terminal "mail"
command and the web-based version of GMail.
Later on I'll be taking a look at my other way of communicating: Twitter
and perhaps, Plurk. Also, I'll be looking at changing my prompt and a few
reminders about getting around.
~/cjudson $ exit
Monday, July 14, 2008
Living on the CLI: Day 1
using an eMac as my main computer at home for, well, as long as the
thing has been in existence (5.5 years?). I think I stumbled upon the
"underpinnings" of the Mac OSX right after I got the machine when I
heard about all the cool Unix programs that are available.
I've played with loading programs via Fink and MacPorts (I like Fink a
bit more because like most programs, the one you use first is the one
you like). I think I learned the most about using Unix after using Dave
Taylor's <i>Unix for Mac OSX Tiger</i> back in 2005. From there I
started playing with shell scripting (another Taylor book: <i>Wicked
Cool Shell Scripts</i>) and more recently I'm working my way through the
wonderful <i>Learning Perl</i>. Aside from a purely curious pursuit, I'd
like to think that there is some practicality to all of this command
line, retro computing stuff. I mean, why bother with a prompt when I've
got one of the coolest interfaces in computing?
I think the answer may be that the GUI tends to be distracting and the
user might lose some power over what she or he really wants to do. I
think this is the answer. I also think that computers, as a whole, tend
to mostly be things to amuse us as humans (and that shouldn't be any new
news, eh?) So, for this week, I've decided to live a little off the grid
(or GUI) and live on the cli: to see what I can (and can not) do in the
ways I currently use my computer.
Now, to see if this post makes it to blogger.com...one of my first
issues: blogger.com doesn't seem to like text-based browsers like lynx.
Peace.
Sunday, July 13, 2008
iPod Shuffle won't work after iTunes 7.7 update
I'm ready to head out for a run and I've just updated to iTunes 7.7 and the iPod shuffle (2nd generation) is loaded up with new and exciting stuff to take my mind away from the run.I'm halfway out the door and the thing doesn't work.
I start with the usual "5 - Step" method of troubleshooting an iPod and nothing is working still (I think I made it to step 3 and just did the run without the iPod).
When I got back, I plugged in the iPod again and noticed something odd: a Podcast playlist now appeared below my iPod shuffle drive. Ah! The answer: delete it and it will work.
Here's simple steps to cure the problem if your iPod shuffle won't play and does that green-yellow-green-yellow-green-yellow blinking thing:
1. Plug in iPod shuffle (2nd generation).
2. You'll notice the "Podcasts" play list under your iPod volume.
3. Delete the "Podcasts" playlist.
4. ITunes will re-sync
5. Unmount the iPod Shuffle and everything should be fine.
For some reason (perhaps related to the recent update to the iPhone and iPod Touch), iTunes 7.7 will add the podcast playlist. Luckily, you really don't have to do the 5 steps to iPod restoration; you just need to delete one thing, and you're back on the road with your iPod shuffle.
Wednesday, June 25, 2008
Episode 18: Why edutopia might disappoint you

GLEF magazine "edutopia" bills has the tagline now of "What Works in Public Education" but is the publication headed in the right direction? Some contend that the publication is light on content and heavy on advertising; others say it is a nice resource and is offered free to educators.
Show notes: I think some of us were sort of excited to be getting a magazine from the George Lucas Educational Foundation (and in the summer of 1977, I was introduced to the "creative impulse" George Lucas via Star Wars...which saw in San Francisco at the Cornet theatre). In those early issues four years ago, it look like that Edutopia was going to be a magazine that was technologically savvy for the educator. And it was and it had a great website (especially the staff development section regarding of PBL). Then, about two years ago, I got bored and stopped reading the issue even though I was getting the subscription for free. The content got a bit light (even fashion for the teacher) and it seemed to lose its focus. Now, with the most recent issue, James Daily (editorial director) refocuses the publication to be relevant again.
Most of the discussion is centered on the first 10 pages of the most current of the June/July 2008 issue of Edutopia. Specifically, I make mention of James Daily's editor's note: "What Works in Public Education" (10). I also make a parting pot shot at the article about plagarism (in short, teachers need better writing engagements).
Download this episode (28:07) here, listen via the Talkshoe badge on this site, or download/listen/subscribe via iTunes.
Episode 17: Teach me Moodle, okay?

One approach to staff development as we consider how to teach (not so much train) teachers Moodle.
Show notes:
Most of the information for this podcast is from a outline of a proposal I did about a year ago. It needs to be tweaked and all, so feel welcome in using all or part or none of the ideas for training teachers on using Moodle.
Teaching with Moodle
Day 1: Why teacher with technology?
A four[six]-hour discussion of exploring the reasons for using technology (in this case, Moodle) in the classroom. Participants will be experiencing Moodle as the instructor builds the class in Moodle from scratch. The basis of instruction will come from various readings regarding using technology in the classroom and participant-generated text.
Day 2: How do I teach using Moodle?
Participants will bring existing units of learning (a unit, lessons, etc) transitioning that lesson(s) to Moodle. Participants will be using the ACOT Unit of Practice template (Invitation, Standards, Tasks, Interactions, Situation, Assessment, Tools) to aid in this translation to their class site.
Download episode (36:02) from Talkshoe, listen to it via the sidebar, or download/listen on iTunes.
Next episode: Why edutopia might disappoint you.
Saturday, June 14, 2008
Taking Moodle for a spin (Part 2)
Siteground uses the more popular cPanel interface along with the Fantastica installer scripts (which I think gives you access to more FOSS web apps than 1and1.com). You'll scroll down to "Software/Services" and click on the "Fantastico De luxe" and you'll find the Moodle app to install (scroll down to "Other Scripts". Like 1and1.com, you'll just follow the dialogue boxes and you'll have your Moodle site set up and ready to take for a spin.
Thursday, June 12, 2008
Take Moodle out for a spin (Part 1)

Wednesday, June 11, 2008
Episode 16: How much has technology hurt the classroom?
Top of the show recommendations:This week, I'm sharing stuff I like around the home
- The Week (best digest of all that is happening in one publication)
- Senseo Coffee maker (no mess and a consistent cup of coffee... every time)
- FlipVideo camera (small, convenient and decent output)
- Roomba (it really works and it's sort of fun)
Episode Notes: A look at if we're even in an education crisis and who says we are and the limitations of a techno-centric view of schooling.
Educational crisis
- In the 80s, it was the DOE publication A Nation at Risk that sparked "crisis" in US education.
- "There seems to be a pattern: when the country feels insecure, let's fix our problems with trying to reform education (let the kids fix it)".
- "NCLB which attempts to judge all things evenly (built on a concept that was the Houston [Texas] Miracle...later found to be a fraud...but not many people will talk about that..."
- "...and I still agree with Harry Wong and other who have said that you can't fix a society's problems with education."
- "Here's the problem: you have to dig really deep below the words and scary headlines and stats to see if there is really merit to how a school or a district or a state or a nation is doing in education."
So what about technology?
- "Well, it gets in the way and probably will continue to cloud the resources and energies and we "prepare our students" for the 21st Century..."
- "And I'm thinking: people are really viewing education as a business and how fast a business should be run..."
- "Instead, learning isn't fast; learning is much like the plateau where "better" learning happens over a long period of time...For who ever said that somehow you needed to know a lot more facts than you did 20 years ago...isn't the better ideal that people, our students, their parents, our colleagues and us...all can think and ponder and wonder and reflect and articulate ..."
Download and participate in a FOSS community
Read about community
- Opensource Democracy (Douglas Ruskhoff)
- Open Sources: Voices from the Opensource Revolution (O'Reilly)
- Linux Journal, Linux Format
Download this episode here, listen to this episode using the badge on this page
Monday, June 9, 2008
It begins with dropping the rhetoric
Friday, June 6, 2008
Episode 15: I went to a text file to live deliberately
GoodReads.com
I noticed at our school corp year-end celebration that many of the retirees said that they'd now have more time to read and it seems as teachers, we like to read more. Nice layout, easy to use and great connection with other readers you know and perhaps meet. You can start your own reading group...students use it and what a wonderful way of making more connections with those whom we see each day in the classroom outside the classroom.
Goosh.org
And this is a bit geeky, but perhaps amusing: interact with most of the Google services through the command line...yeah, that's how I thought you'd respond. Anyway, it is amusing and somewhat useful...I think it continues the tradition of many ways to do one thing and I think that is a positive. So, instead of point and click, you enter commands (think back to the DOS 5.0 days w/o using PowerShell, et al). Hands are on keyboard and with a couple of commands, you are on your way.
Show Notes
What is plain text?
It's a file that doesn't have any other coding...it is only the letters and numbers and punctuation that is readable by humans...or at least normal ones. Basically, it's only the stuff of your keyboard. When you use a programs, to say, type a letter or lesson plan or handout (like MSWord or WP), that programs allows you do format characters and the document itself so that when you open it up again, it'll be consistent. But, you have to basically use that program to read that document and if that program goes through updates (like MS Word) the readable file format may change over the years. Most can import backward, but some formatting may change...no longer looks the same. Even RTF inserts code though many say it's the next best thing to plain text. Plain text will remain the same as long as computers can read plain text files
How can you use it?
Todo.txt (Organizing your life through a text file)
- Some folks like the Getting Things Done (GTD) approach
- One way of doing it: (http://todotxt.com)
You could have the entire docs for a class in one file and then copy and paste for formatting. Or, if you are really daring, put everything in one file.
Sites referenced:
And can you make a convenient little metaphor for something bigger?
Thoreau for some reason went to Waldon pond to figure out life...or as had been quoted: "I went to the woods to live deliberately...to suck out the marrow of life" etc. Take a plain-text look at your classroom, strip away the extra modifiers and requirements and see the magic again.
Download this episode here, visit the TalkShoe badge on this page or subscribe on iTunes.
Next week: How much has technology hurt the classroom?
A look at if we're even in an education crisis and who says we are...and the limitations of a techno-centric view of schooling. Tuesday, 10 June 2008, 5:05 p.m.
Wednesday, May 28, 2008
EPISODE14 - Could texting and IMing be good for writing?
Top of the show:
- A wonderful AIR app for Friendfeed is Alert Thingy Friendfeed is a way to keep all of your self-generated content in one place and a way for you friends to view and comment on that content. Alert Thingy is a clean app to manage Friendfeed from the desktop.
- I also mentioned Facebook as a way to keep connections with former students and reconnecting with former classmates.
The report is called: Writing, Technology and Teens (Teens write a lot, but they do not think of their emails, instant and text messages as writing. This disconnect matters because teens believe good writing is an essential skill for success and that more writing instruction at school would help them).
Use the Talkshoe badge on the side bar to listen to this episode, subscribe via iTunes or download it here.
Next Episode: EPISODE15 - I went to a text file to live deliberately
Time: 06/03/2008 05:05 PM EDT
Thursday, May 15, 2008
EPISODE13 - Please don't let teachers blog!
Download this episode here or subscribe to this podcast on iTunes.
Why not generate content through these services:
Twitter in Plain English (CommonCraft)
Next Episode: EPISODE14 - Could texting and IMing be good for writing?
EPISODE12 - Why Wiki When We Write?
Top of the show:
- ChaCha (a really useful texting service: ask a question, get an answer).
- Utterz (audioblogging via your cell phone)
The creator of wikis, Ward Cunningham talks about wikis and other things on FLOSS weekly (with Randal Schartz and Leo Laporte)
CommonCraft explanation of how a wiki works. [video]
Popular wiki sites:
Download this episode here.
Next episode: EPISODE13 - Please don't let teachers blog!
EPISODE11 - Web Docs: But I like to upgrade
Links from this show:
Google Docs
Buzzword
Writewith
Download this episode here, listen to the Talkshoe badge on this site or subscribe via iTunes.
Next episode: Why Wiki When We Write?
Saturday, April 26, 2008
Surveys are not the best way to assess
I don't think so.
I stumbled across the 21st Century Skills folk back when I was reading through Indiana's latest technology plan. I came across the group in a Google search, but I don't think the 21st Cent. Skills folk helped write the state's plan; perhaps the writer of the plan was influenced by group. (And, if we're to get picky: I don't think anyone owns the term "21st Century Skills"). Anyway, in my first post, I discussed a bit about the group and some of their founding principles. Now as more states join list of states jumping on the 21st Century Skills movement, I wonder how long it will take for Indiana to jump on board.
First "proof" is based on the results of surveys published by the Partnership (with some help of other business organizations) in late 2006 under the title "Are They Really Ready to Work?." These are survey results, people and should be treated as such. I understand the need to get a "feel" for what's out there, but if that is the sole basis of the argument of having these 21st Century Skills, then it is a faulty argument.
Don't get me wrong: I'm not advocating that the Partnership is out to control the world. But I do have to wonder what's in it for the businesses of the Partnership. Doing nice things for education is nice, but really, what's the payoff for industries where the bottom line and the shareholder option means a vacation or a pink-slip.
But schools can't and don't function that way; I can't merely give a survey to parents on how they think their child is doing in my class; I give an appropriate assessment to measure what the student knows. And this seems to be where things get messy, so we won't run down this trail this time. (Hint: Wouldn't it be great if we measured all students the same way so we can get an accurate measurement? NCLB isn't working great, is it?)
Anyway, let me get on to the next proof and that is a survey of "Voter Attitudes Toward 21st Century Skills." I'm hoping you can see where this conversation is going (Hint: Exit polls and their accuracy). But again, these are limited questions that probably most people would agree with...but does the survey result "prove" the need or the existence of the Partnership? Oh, and by the way, here's how the poll was conducted:
the poll of 800 registered voters was conducted Sept. 10 to 12, 2007, by Public opinion Strategies and Peter D. Hart research Associates for the Partnership for 21st Century Skills.My call, again, is for clear thinking on education and technology. The Partnership comes into this conversation because they want to help push educational reform through technology. Surveys can only reflect attitudes and shouldn't be used to make policy; policy should last longer than the current crisis (and this one is reflected in the last slide: "Are our students ready for the new global economy?".
Episode 10: How do we know that they know? Moodle and assessment
Show Notes:
Tools for memory work:
- jMemorize (an opensource, java-based flashcard system based on timed-intervals)
- StudyStack (a free flashcard building site with additional activites; here's some of mine)
- Teaching with Technology (ACOT put together this book in 1997 and it is still an amazingly relevant book...buy this book!)
- Theory and Practice of Online Learning (From Athabasca University, an incredible source from higher education, but still applicable to all online learning environments; offered free through CC license).
- Quizzes
- Short Responses
- Polls
- Workshops
Download this episode here, listen to the episode from the TalkShoe web badge on the right, or subscribe on iTunes.
Next episode: Web Docs: But I like to upgrade
Time: 04/29/2008 05:05 PM EDT
Episode Notes: Is there long-term value to using web apps such as Google Docs and Buzzword? Is there a web app that will tie my shoes? This week we'll look at the growing list of standard desktop activities that are now available on the web (mostly free of charge).
Tuesday, April 15, 2008
TS:EPISODE9 -- But can a computer dance?
Show notes:
Things to share:
*iPhone envy but don't want to pay for the phone nor the data plan?You may take a peek at VirginWireless' Wild Card phone and their reasonable plans so you can text and send pix.
Video of Pearson's newer Math curriculum that I referred to in the show.
You can listen to this episode by using the TalkShoe badge to the right or download this episode here or from iTunes.
| Next Week: EPISODE10 -- How do we know that they know? Moodle and assessment |
| Time: 04/22/2008 05:05 PM EDT Episode Notes: It's _the_ bottom-line question for a teacher: "How do I know that my student has learned?" Moodle has a wide-variety of ways to assess student learning and we'll take a look at a few of those ways. |
Friday, April 11, 2008
TS:EPISODE8 -- Toward an Open Source classroom
Listen to the episode here or on the TalkShoe badge on the right side of the page.
Show notes:
Sorry about the quality of the recording, I'm working on a better sound.
Products/Sites mentioned at the beginning of the podcast:
- Flickr (a photo-sharing site) is now allowing for video to be uploaded (up to 90 sec.)
- Livewires: If you are looking for a good programming language to teach to kids, you may consider Python (OpenSource and very much used all over). A solid teaching series comes from our friends in the U.K. called "livewires."
- Flock -- The "social" browser (it's build on Firefox code) which is getting better and better, is a nice "one-stop" integration with the major social sites on the web (including Facebook, Twitter, Flickr, YouTube and even gMail).
Gimp (an image editor that is like Adobe Photoshop in that it probably has more features than you really need).
Audacity (sound editor)
[and there's lots of other programs. Here's a few more: Thunderbird (email), Songbird (music library/listening), Miro (video library/listening), and Inkscape (illustration)]
Next week's topic: "But can a computer dance?" (Should a computer be merely a tool or can it actually teach our students?)
Date and time: 04/15/2008 05:05 PM EDT (stop by and join the chat!)
Saturday, April 5, 2008
Teachers don't let other teachers start new blogs
- Chapter discussions!
- Links to online resources!
- Current Events!
- Share Content!
- Connect with your Class!
Tuesday, April 1, 2008
EPISODE7 - 21st Century Skills?
Referenced Posts:
Technology on Mission
Close Read of the Indiana Plan (Preface)
Business Educates Schools
21st Century Skills Partnership
Download this podcast on iTunes (search "bashinged") or here.
Next Week: Toward an Open Source classroom
Sunday, March 23, 2008
EPISODE6- Moodle Chat: Capturing conversation in a blur
Sites mentioned in the top of the cast:
- LinkedIN (a networking site for business professionals)
- FriendFeed (follow what content your "friends" are generating)
- Chess.com (an example of a social networking site done right around the game of chess)
- FLOSS weekly (a TWiT production and I had mention the most recent episode with the inventor of the wiki, Ward Cunningham)
Download the cleaned up version of Episode 6 from Talkshoe.
Note: For some reason, TalkeShoe drops after 10min. intervals during this case. The iTunes Store has the raw recording and you should listen to the edited on from TalkShoe.
Next Week: EPISODE7 - 21st Century Skills?
Time: 03/30/2008 07:10 PM EDT
Episode Notes: What is the role of learning with technology in the 21st Century? Is it skill-based as the organization suggest? Will technology finally save our schools? Stop by and chat with us.
Sunday, March 16, 2008
EPISODE5 - Taking another read of digital literacy
Products mentioned at the beginning:
- FlipVideo camera
- Google Reader
Notes: We're still trying to apply older approaches to "digital literacy." Let's explore some more appropriate approaches to reading dynamic content.
Not much conversation from the outside, but we were talking about if there is a need for a different way to approach digital texts. Is there a fundamental difference in how we read print and non-print texts?
In answering that question (which I may or may not have really answered), we can recognize the tension between literacy pedagogy that either encourages reading for fluency (enjoyment) or reading for precision (skill).
One program mentioned in the podcast that addresses digital literacy (and that recognizes the skill-based view of reading) is the Big6. I also mentioned the Big6 Research Paper organizer in the podcast.
Download mp3 of this podcast.
Next Week's TalkShoe:
Episode 6: Moodle Chat: Capturing conversation in a blur.
Episode Notes: Is there value in treading on the "kids" territory of IMing? Information overload with so many voices and the same time?
Start Time (EDT): 03/23/08 07:10 PM EDT
Sunday, March 9, 2008
Title: EPISODE4 - The heart of Moodle: the Social Forum
Episode Notes: Using the Social Forum in Moodle is the at the heart of this idea of students constructing texts around other texts to create meaning. If that sounds interesting or confusing, stop by and have a listen.
"Forum" Discussions mentioned in this podcast:
- Journalist becomes the story (SXSW)
- Startups Must Hire The Right People And Watch Every Penny. Or Fail.
Note: I lost connection halfway through and I'll be uploaded an edited version w/o the 5 minute silent gap.
Here's the link to download this week's TalkShoe: EPISODE 4: The heart of Moodle: the SocialForum.
Next week:
Title: EPISODE5 - Taking another read of digital literacyTime: 03/16/2008 07:10 PM EDT
Episode Notes: We're still trying to apply older approaches to "digital literacy." Let's explore some more appropriate approaches to reading dynamic content.
Tuesday, March 4, 2008
EPISODE3 - Ads or "White Papers": The Selling of techology to schools.
Saturday, March 1, 2008
The Marketing of "Educational" Software
Sunday, February 24, 2008
EPISODE2 - Don't Blame Wikipedia for bad papers
Opening quote:
The education world has pursued new technology with an almost evangelical zeal and it is time to take a step back and give proper consideration of how we use it.
Too many students don’t use their own brains enough. We need to bring back the important values of research and analysis.
Lecturer Bans Students From Using Google And Wikipedia (from The Argus)
Some ideas about alternative assignments: I-Search papers, Multigenre papers, Reflective Annotated Bibliography.
Listen to TalkShoe Episode 2
Tuesday, February 19, 2008
EPISODE1 - Those Who Can't Moodle
Listen
Next Week's Podcast info:
Title: EPISODE2 - Don't Blame Wikipedia for bad papers
Time: 02/24/2008 07:20 PM EST
Episode Notes: Some educators blame Wikipedia (and often use it as a curse word) for bad student writing. Maybe we should look at why Wikipedia is good and perhaps we should assign better papers.
Use the TalkShoe badge to the right to listen to past shows or to upcoming shows.
Why bashingED?
As it applies to education--and especially technology--we really need to return to the main focus of any tool: how to use that tool for learning. In short, let's uncover the rhetoric, the slick slideware presentations, the spiffy 4-color mailers that promise and promise, and return to the days of the command line. Enter a command, and things happen. Once we're comfortable with entering in a command, we can string a couple of commands together and then perhaps do some scripting within education.
This is not a site to bash education for fun; education has been (as some have said) the whipping boy of politics for over a generation. The intent of the site is to round out the conversation of using technology for learning and trying to sift through all the GUI to get back to the CLI of control...because when the interface of Windows or OSX (well, maybe not that) or X-windowing distract us a bit too much, the command line and a shell such as bash can make the computing experience clear.
This was originally published in my first attempt at bashingED:
bashingED site creation and population
I wanted to separate out my conversations about technology and learning to another site and honestly grew tired of having to get a new plug-in to make WordPress do simple things like adding a simple code for embedding something. And that's the reason I decided to come back to Blogger and give it a spin.
This will be a place for giving feedback regarding the weekly TalkShoe casts and other posts as they come up. If anything, I'd like to continue the conversation of using technology for learning, which IMHO is lacking (and had been lacking) in our K-12 schools.
Wednesday, January 30, 2008
“Those Who Can’t, Moodle: Avoiding the ‘Napoleon Plan’ for Technology in the Classroom”
Most of the successful transitions to moving instruction toward technology suggests a shift in pedagogy. Many times, incorporating technology into the classroom has amounted to the “Napoleon Plan” of decision making. Instead of merely putting up a static .html page with class rules, an assignment schedule, and perhaps some online quizzes, the effective online classroom makes use of the social aspect of the internet and structure and some would suggest moving toward a social constructivist approach to pedagogy.
We got a website! (The Napoleon Plan of Technology Integration)
And we've all done it: either it was coded by hand in some text editor or we used a visual web-editor such as Claris Homepage or Adobe Pagemill, but the school's site was live and we had presence on the world wide web. Now all of our students, community and the world could come to our school website and ... well, see our crafted table-layout or the more elusive frame-based text with stock gifs and scrolling java banners. And not much has changed, has it?
Well, swap out java and frames for Flash and perhaps add a lot more information (especially your school improvement plan and a link to the DOE school snapshot page) and that's about it. The potential of the Internet got duped by the politics of the technology to put a computer into every classroom and wire all the schools so that all of our students could access all of this information. All for what? Besides cost a lot of money for our “shareholders” and a lot of headaches for teachers and IT folk to keep the little kiddies on task rather than any or all game sites, it reinforced that idea that we as educators and tech leaders are most guilty of: a Napoleon Plan [http://www.imdb.com/title/tt0707436/] of technology integration: 1. Show up and, 2. See what happens. The new technology is purchased or presented to teachers and then we'll just see what happens.
It's no wonder why David Shenk in his 1997 book Data Smog stated that putting in the internet into every classroom is like putting a power station into every home. There was a fury of internet love last decade and seemingly everyone connected with education and technology was "on board" with the national plan to wire all schools and get Internet access for every child (the lesser No Child Left Unwired plan ). More energies were spent in acquiring Internet access for schools and honestly, it would have been viewed undemocratic not to get the access for "the students." (Insert teacher and staff jab here for all of the eBay purchases and ESPN streaming video highlights that have been done by the adults). The most pedagogical the conversation got was which educational site the staff could visit or the latest online teaching "tool" javascript we could copy and paste on to our stale, static HTML pages.
BTW, we could say the same for each new technology through the decades as Todd Ophenhimer did in his Atlantic Monthly article from 1997: “The Computer Delusion” [http://www.theatlantic.com/issues/97jul/computer.htm] (which he later developed into the 2004 book The Flickering Mind: Saving Education from the False Promise of Technology). There is a pattern of “Showing up” and “Seeing what happens” and then it repeats all over again (almost like our educational reforms but we have chosen the technologies as silver bullets -- but we will always say that they're not...we'll deny it).
We like shiny objects, we like the new new, we like CES and MacWorld announcements, we like computers, Palm Pilots, digital cameras, scanners with OCR, iPod touch, iPhones (or we have iPhone envy but can't seem to justify the data plan to our bosses: that is, our superintendents or spouses). In short, we like the new shining object and we'll talk for days on what it does, but the conversation slips into generic terms when we are asked how and why is it important or useful for learning.
Here's my favorite response to "How" and "Why":
These are the current tools of the trade and we should be using X (or having students use X) so that they will be better prepared for the real world.
What a load of desegregated data. Logically, there's problems with that answer and I think you can figure it out. (Hint: How much does your school spend on making paper copies...I thought we were supposed to use those document scanners).
Herein lies the heart of my talk: We have been guilty of acquiring a lot of gadgets and URLs and just hoping that something magical educationally will happen, and it hasn't. We've sometimes used the software companies own "studies" as justification to purchase Inspiration [www.inspriation.com] or Writer's Workbench [http://www.emo.com/wwb/] because it says here that research says or that--and here it comes-- it connects with most of your state standards. (BTW, probably one of the few pieces of software that has done real and reasonable educational research is CMaps [http://cmap.ihmc.us/]. Their white papers are for review and study and not for marketing alone). Instead, there is some hope out there and it happens to be connected with a product that some in the state of Indiana think is really great. It's a framework for building and managing learning communities.
It's really nice and I stumbled upon it about 3 years ago and now I'd like to give you some advice regarding Moodle: Don't use it. Don't install it. Well, okay, you probably will...but at least listen to the reason why it's good for education and presents a solid case as far as pedagogy.
It's based on an evolving idea of social constructivism and I'd like to talk to you about how doing education this way, in your classroom and schools, makes sense when using a framework such as Moodle [moodle.org].
Getting the "Those who can't" on board (or Those stubborn teachers are like sticks in the mud)
It's not about tools and more about how and why of doing things. And that's the conversation we should be having and it is the conversation of teachers: pedagogy. It's a much longer conversation than a demo of the latest site or shiny object; it's a conversation, not a lecture. These people are a stubborn sort and many folk from different walks of life and points of view are wondering when these teachers will just "get on board." The great thing is that they usually just don't...you got to talk the talk of teachers and that, again, is pedagogy. And if there's something that technology folks have done a lousy job is just this: explain how to use technology for learning. Not as a "learning tool" or how technology help with record keeping...nope, technology for learning. And that pedagogical conversation now turns to an idea--not a new one--but an idea that when individuals create and share information, something really cool happens. This is the general idea of social constructivism.
Here's the bulleted list from Moodle’s site [moodle.org/philosophy]:
• Constructivism--This point of view maintains that people actively construct new knowledge as they interact with their environment.
• Constructionism asserts that learning is particularly effective when constructing something for others to experience. This can be anything from a spoken sentence or an internet posting, to more complex artifacts like a painting, a house or a software package.
• Social Constructivism--This extends the above ideas into a social group constructing things for one another, collaboratively creating a small culture of shared artifacts with shared meanings. When one is immersed within a culture like this, one is learning all the time about how to be a part of that culture, on many levels.
• Connected and Separate--This idea looks deeper into the motivations of individuals within a discussion. Separate behaviour is when someone tries to remain 'objective' and 'factual', and tends to defend their own ideas using logic to find holes in their opponent's ideas. Connected behaviour is a more empathic approach that accepts subjectivity, trying to listen and ask questions in an effort to understand the other point of view. Constructed behaviour is when a person is sensitive to both of these approaches and is able to choose either of them as appropriate to the current situation.
• Conclusion--Once you are thinking about all these issues, it helps you to focus on the experiences that would be best for learning from the learner's point of view, rather than just publishing and assessing the information you think they need to know. It can also help you realise how each participant in a course can be a teacher as well as a learner. Your job as a 'teacher' can change from being 'the source of knowledge' to being an influencer and role model of class culture, connecting with students in a personal way that addresses their own learning needs, and moderating discussions and activities in a way that collectively leads students towards the learning goals of the class.
Again, these are not entirely news ideas (I’m thinking of Project-Based Learning [mindmap: http://www.vergil66.com/pbl/]) and there's been other software that have attempted to bring collaboration into a teaching moment (Daedalus Integrated Writing Environment [http://www.daedalus.com/] comes to mind). What is interesting is that there is so much talk of social networks and the maturation of Web 2.0, once again we might just be missing the boat with our stubborn colleagues by telling them about all the cool stuff they could be doing with X.
You should notice that this is going to be a shift in how folk approach teaching. BTW, please don't think that this is small groupings or merely student-centered classrooms; both of those ideas were and are good but their implementation was and still is pretty lousy. It's the mindset we sometimes live in: Education is broke, let's fix it by the end of the next NCA cycle or before the next ISTEP scores are released.
It's about time to pause for a moment and find a way to use technology for learning and the social constructivism model is well-supported with in a little CMS called Moodle.
The good, the bad and the ugly of managing a Moodle site
Don't get me wrong: I love technology and gadgets and all things shiny. I've been trying to talk my principal and technology folk into purchasing things since I've been teaching. I advise student publications, so I've been able to get my hands on hardware (had a lab of the original bondi blue iMacs after they came out...that was cool). But as I started making class webpages in the late 90s and then as I noticed that not everyone came a clicking to my static html page, I started to look at my practice as an educator and how in the world could this fun stuff be useful beyond a "yeah, my teacher has a web page."
Probably like many folk, I started to add opportunities for students to leave comments and make social comments on my page (I think I was using iBlog at this time). I wanted my students to read and comment on each other's papers, so I made a link to some discussion doc site (I think it was QuickTopic.com). I had a shout box on the site and invited students to leave messages for me or anyone who went to the page. But the whole thing was so duck-taped together, I continued to look around for something to manage all of the social activity along with integrating assessment.
Three years ago, I installed Moodle on a hosting site that I paid for out of my own pocket. Students in my classes we already used to the blogging way of me organizing our class info, so the jump to Moodle was a bit more polished. So since using Moodle for 3 years, I’d like to leave you with some advise on the Good, the Bad, and the Ugly of using Moodle.
The Good.
- It's Open Source (or, free...for the most part). This is the buzzing that's sweeping through IT department across the state and nation. Stress budgets are now looking manageable as folk are seeing the possibility (and strength) of FOSS. Moodle is like Blackboard without the money concerns and there's no financial obligation to a company who needs to make money off of their product.
- No coding! Yeah! I love to dabble...I like to mess around with putting things together, but Moodle (like many other Web20 apps) allows you to focus on creating and managing content rather than figuring out how it works. For most of your non-tech colleagues, training should be harmless and there's wonderful documentation and online, in-context help system on each page. It's easy to use...really.
- Full integration of all your classroom activities. That's online stuff and offline stuff. Assessment presents some newer ideas and I especially like the Workshop module.
- Tons of opportunities for student interaction through bulletin boards and messaging to even blogs (if you so desire). More reasons to visit a site means more investment in its cause. Students can interact (along with the teacher) outside of the classroom day.
The Bad.
- Frankly, it takes more of my time outside of class and that's because if I want something to be interactive, I just can't build it and wait until they come. Tons of opportunities for interaction. I usually spend time each night responding to student's messages and questions (though, for questions, I remind them to make a post and seek the help of the other students).
- Not every student has Internet access and so yes, those students miss out...a bit.
- You got to step down from the pedestal and allow stuff to happen. You have to let students argue things out for time to time and not always be the morality police. Sometimes you just have to not comment and allow other students to be consciousness of the classroom.
- There's hiccups in the program and I think I've learned many workarounds in the gradebook module (which is going through a revision). Look, this is Open Source and many people are working to make it great...and it is. The wonderful thing is that if you have a question, there's a great support community out there on the Moodle.org site.
The Ugly (only two things here...more cautionary things).
- It would be ugly to force every teacher in a school, district, region or state to use Moodle. That would be ugly because Moodle, like every other new idea or shiny object in education, is not for everyone. It supports a wonderful and dynamic way of approaching learning, but that's not the only way of doing education. Sometimes I wonder how long some of the great teachers of the ages would last in the classroom ("Oh, just who just quite after one day?" "Oh, that was Socrates...he just asked 'What am I doing here?' and left.")
- Another ugly thing, and this is all editorial comment, is that as schools discover great FOSS such as OpenOffice, Firefox, Audicity and Moodle, that the educational community wouldn't feel an ethical and I would say moral obligation to give back to the OpenSource community. Sure the stuff is free, but with the freedom is an obligation to help pay for or help develop which ever project that we're using. All of these FOSS projects list how you can get involved and I would encourage all of us to give back.
During lunch today, I did what many folk do when we go to conferences: made small talk. And I’m eating my cheeseburger and fries and I say “Hey” to the suited man at the next table. Dave Dobos was here at the conference as an exhibitor for a company that sells supplies for math and science classrooms and so I wasn’t really his target audience. He did thank me (as the representatives of high school English teachers) for teaching him how to write clearly and concisely (not that I’ve spoken that way today). We talked about how long it takes to learn to do just that: to communicate clearly and concisely and I think that is precisely what I’ve attempted to say in today’s talk: that education and learning take time and that something new and shiny may or may not have an impact on the stuff of learning. Let’s pause and think about broader and deeper issues such as pedagogy and it’s impact on using a content management system such as Moodle. Why are we using technology and to what real purpose are we aiming for? Let’s go beyond an endless cycle of Napoleon Plans for technology integration and try to speak clearly and concisely on why we do what we do.
Thank you.
Questions and some demonstration of actual classroom site using Moodle.
(Originally posted on Vergil's Coffee)