Crucial Thought Rss

Featured Posts

MobiOne Promo Code - app development software One of the highlights of my year thus far has been publishing iOS apps with kids. We've gotten two apps successfully published in the App Store and are working on several more. As of this writing, we have one in review that we hope will be approved soon. I often get asked how we publish apps, since this is not something that is typical...

Read more

Chris selected as K12OnlineConference keynote speaker Each year the K12OnlineConference provides tremendous professional development for free, and entirely online. This year, they have selected me as one of their keynote speakers. I am thrilled to have been chosen and look forward to participating in the conversation. Read the full post announcing all the keynote speakers here.

Read more

Two quick links on Cognitive Load Theory I've been fielding lots of questions lately about Cognitive Load Theory. Here are two quick links that may be useful. First is an article talking about the practical implications of CLT on the design of learning. The second are some "recent" (as of 2003) developments regarding CLT. Happy reading! Update: I clarified the second...

Read more

Practical advice on kids and Android app development After hearing about my students' success developing an Android app, I've gotten several emails asking for more details as to how I practically worked with my kids. Here are some pointers that I offered to the first person that emailed me, perhaps they are of some use to you. Please note that your mileage may vary. It's ok to not be...

Read more

Publishing an App Inventor app to the Android Market As I mentioned earlier, my students and I published an Android app to the Android Market. See those links for more information on the background. This post is decidedly technical. First, once we finished the coding process, we packaged the app for to download to the computer. This is an option in App Inventor. This downloaded an .apk file....

Read more

Podcast Episode 12 – Openacademic

Category : General, Software

Openacademic should be coming close to a release. So sayeth Bill Fitzgerald on a comment that reads like this…

RE: ?I wish OpenAcademic would hurry up.? ? Me too :)

All kidding aside, we?re getting there ? Part of the reason that we are moving slowly is that we want to make sure we get it right ?

And, by ?getting it right? I mean making sure we have a system that is easy to install, intuitive to use, and will scale easily for both the individual user/school and collaboration between multiple schools.

It?s a broad target, but we want to be sure that the tools we develop don?t exclude the smaller players who might not have access to a well-funded technology infrastructure.

So, sorry about the wait, but it is drawing to a close ? trust me.

You heard it here! This episode talks a little about the seeming purpose of OpenAcademic, some of the technology behind it (I left out Mediawiki in my recording) and some of the benefits of OpenID.

Oh, and I ask Bill for an interview.

So whatdya say Bill, can I Skype interview you to help my audience (few though they may be ;) figure out what’s in store for the first OpenAcademic release?

I await your response…(anxiously!)

How to embed Youtube et al videos in Drupal

Category : General, Software

This is for you, Jeff. Well, for his kids anyway.

Jeff recently asked how to embed video in Drupal. Since I’m working with a new Drupal installation I decided I would try and figure it out, just in case it came in handy for me and my sites at some point in the future. So I did, and here’s how I did it.

First, I installed the Embed Filter which allows for embedding and object tags. Once I installed it, I activated it, and added http://youtube.com into the allowed domains list. I also added http://www.youtube.com just for kicks. I may go back and add the ip address (http://208.65.153.251) to it as well, making it possible to see from other spots if I’m lucky.

But it didn’t work. I began to wonder what was happening. I had installed the FCKEditor plugin, which I LOVE. This plugin requires a separate download of the actual FCKEditor to work. When I used the source command the video would be seen upon returning to WYSIWYG mode, but then once saved it would not. Hmmm.

I then made it where FCKEditor opens in a popup rather than by default. This adds a link that says Open Rich Editor alongside the body of what you’re writing. Still didn’t work. My logic is that FCKEditor was cleaning the code and making it faulty. Nope, sorry to have blamed you FCKEditor.

Then it hit me, my code WAS being filtered, by Drupal.

I had to enable FULL HTML under the Input Format menu below the posting. Once I did that, I was golden.

Now, for student accounts on my site to be able to do this, the administrator (me) would have to enable it in the permissions. You can do this by clicking on Administer –> Input Formats and then configuring a certain role (student in my case) to be allowed to use FULL HTML. You will still have to click it on each post, but that’s an easy solution.

So there it is, Utecht’ers. Hope this helps!

Burnatonce – Open Source CD/DVD Burning Software

Category : General, Software

I have been fighting with Nero all day trying to force it to burn an image that I downloaded recently. The image is a new beta version of Dream Linux Multimeda Edition. If you’re not familiar with Dream Linux, you should be. It looks markedly similar to Mac OS X and seems to be a bit easier to use for my kids. Now we’re a PC school, but the interface is relatively intuitive.

So after making a few frisbees compliments of Nero, I recalled having downloaded an open source burning software once before. I have used Nero for years with mixed results, and my PC has two CD/DVD burners, and I tried both, to no avail. I hopped over to www.burnatonce.net and found my software. It it easy to use, and burned my CD in 3 mins and 26 seconds at 48x. Of course, since this is an ISO image, I might not have burned it at 48x normally, but I was tired of waiting. The CD is booting on my laptop as we speak.

As you can see, the main screen is fairly simple. The goal of this software seems to be to burn ISO images to discs. I did not explore to see whether disc copying was available, but it looks to be.

The settings screen also is fairly straightforward.

Do yourself a favor, make your life easier when it comes to disc burning, go download burnatonce at once!

Testing out TWiki, a CGI based wiki approach

Category : Software

I suppose it is no secret that I am a little bit obsessed with wikis. I think that the level of collaboration available through the use of a wiki is superb and unparalleled. As you may know, I recently did a thorough review of a short list of wiki selections in a two part series.

In my unending quest for the perfect wiki, I have been playing around with wikis that seem to be more geared toward the corporate world. My most recent dip in the wiki pool took me to Twiki.

What intrigued me about Twiki is that it is CGI based, as opposed to PHP. I had to do some serious work to get this one to work on Bluehost, although that is NO fault of theirs, this is just a complex program. But now I am wiser, and that is always my goal in learning this stuff. We talk so much about being lifelong learners, and this is one way I am completing this goal.

This post will also serve as a bit of a tutorial as to how to make TWiki work on bluehost.

1. The first thing you must do is download the software from www.twiki.org.

2. I would highly recommend NOT using SSH to unpack the files. I typically DO use SSH since it tends to work so much better than FTP’ing. The problem is that the permissions were wrong, so when I first attempted my site (after fixing the next problem) it looked like heck. Turns out I had to change the permissions to the /pub directory to 755 recursively. Had I unzipped the package (or extracted the tarball) to my desktop in a directory and then uploaded it, I would have avoided this problem.

I did post to the TWiki support board (not sure if I can really call it a forum) and even I was a bit confused by the posting process. They noted in a follow-up comment that 755 might be a smidge unsafe, as the executable flag is not needed, and that they recommend 644. Would that I were to keep this program installed, heed their advice I would.

On a related note, this bug was relative only to TWiki, and I will continue to use SSH (secure shell access) and Putty for many years to come. I like the command line interface and control features.

3. I also had to change the file extension on everything in the /bin directory. I have to admit, this was a real pain in the neck. I felt like I should not have had to work so hard to get a wiki installation working. I began to seriously question whether it was worth it. After changing all the extensions, it worked.

I then had to get Bluehost to install the CGI::Sessions extension for me. I am not quite sure if this is necessary, but I ran across it so many times in learning about the Twiki install process that I decided to go ahead and have it there if I needed it. As I understand it, the CGI::Sessions would be necessary if I were using some sort of authentication system for logins and permissions. So now it’s there, and it gave me one more chance to be impressed with Bluehost. They really have been fantastic!

Since TWiki is a CGI based wiki, it typically cannot run in a root directory, so one needs to use an .htaccess file to properly redirect. I didn’t set this up since I had decided against Twiki, but there it is nonetheless. I will post a follow up with more information on making Twiki work with Bluehost, as there is a more thorough, manual way to do it.

You can see the basic installation here.
Scratch that, I deleted it, decided it was too much of a security risk and I didn’t want to change all the permissions again. So Twiki is gone.

So, now that TWiki is has been installed, here are my impressions.

Overall, I am not terribly impressed. One limitation that is inherent to using CGI is the naming scheme. Everything has to be what they call “WikiWord” which means it is all one word, with little to no separation characters. So, a page that Wikispaces would call Cool+Ed+Tech+Stuff Twiki forces you to call CoolEdTechStuff. If Wikispaces didn’t add the + symbol for you, this would be a bit of an issue, but they do, so it is a seamless naming scheme. This applies to most of the hosted wikis that feature WYSIWYG/WYSIWYM editors. As I understand it, the reason behind the WikiWord naming scheme is that it lends itself to automatic inline hyperlinking. So if I were in the throes of document creation, I would not have to worry about manually hyperlinking back to the originating documents, provided I inserted the proper WikiWord name.

I am not sure why I am so interested in wiki offerings. I keep coming back to Wikispaces and Wetpaint, almost exclusively. I keep looking at Jotspot, wondering how it’s going to look once it’s fully integrated with Google.

I notice that David Warlick uses PMWiki. It would work well for me, but Wiki Markup language is so difficult for my young students, which contraindicates its use in my classroom (along with MediaWiki, etc etc). I keep going back to the WikiMatrix to see if anything new has surfaced. Maybe one day the wiki market will grow to one that is hosted and appropriate for kids.

I did get an email from www.helpingstudents.org (not linking) and I noticed that they simply use jspwiki, and I wondered what the benefit is. Seems like Wikispaces is a stronger wiki (not to mention WetPaint). My solitary gripe about Wetpaint is the limited amount of wiki space. I look at Wikispaces and see a little menu, and lots of editable space. The menu on the right on each Wetpaint is a little bothersome for me and my kids. I am hoping Kevin and those guys will consolidate the menu.

One major positive for WetPaint is the monthly (I think) status updates. I got a little email the other day telling me my wiki was 315th of over 100,000. That was nice to see, along with how many contributions I had made, and related other sundry information.

And so continues my obsession with Wikis. Part of the reason I continue down this road is because I feel like kids will be using Wikis in their jobs, and since the job market is changing so much, I think they need to learn about these now. I thought it would be fun for them to use one of the major players in the corporate wiki market, such as SocialText, Confluence, or Twiki.

Moodle is down, Drupal is up!

Category : General, Software

Tonight has been a productive one. I have been thinking about my desires for openness for my students, and I have come to the conclusion that we need some sort of outward-facing website for them to edit and publish work. They sure like the Moodle for slide presentations, online quizzes, and messaging, but don’t seem to really be blogging much. Perhaps it is because Moodle’s blog integration doesn’t really feel like a “blog”. Last nine weeks, my kids went to town on a Drupal install, so I decided to revamp my own interest in Drupal.

I noticed that there was a new version, 5.0 Beta 1. As I always a sucker for a good beta of open source goodness, I installed it on a different server, as not to mess with my trusty 4.6.4 install.

My single biggest aggravation with Drupal is the lack of csv uploading of new users. There seemed to be an add-on for that in 4.7.4, but there is no such animal for 5.0 as of yet. Grant you this is an early beta.

So that’s where I am. I want more chances for my kids to publish work. Our wiki got a little messy with nonsense, so I need to clean it up. I am having MAJOR trouble with my Jot wiki, and can’t get any support. Maybe they are busy migrating to Google. Maybe the answer is to have my kids publish to a wiki? Boy I sure like them being able to just ramble about nonsense in a blog setting. It’s just so much to do in nine weeks. And to think, this bunch is almost halfway done! In January, we start this journey all over again. Sigh.

Crucial EduBlogger WordPress plugins…

Category : Educational Technology, General, Software

I am working on a new blog, to be announced soon. If I have learned anything from this blog (which will continue, but return back to the real core purpose of promoting free and/or open source software in k12 education) it’s that folks are out to get me.

By that I mean trackback/comment/comment form spammers. It’s been unreal! I can’t imagine what a real ed blogger that’s halfway decent in the rankings deals with. According to technorati, I don’t even make it into the top 100,000. Can’t say I’m terribly concerned, although I suppose it would be an ego boost if it happened. Maybe the new blog will be the trick! I’ll be announcing that shortly, once I finish getting the theme just right, the plugins installed, and some other fine tuning done. I think it will be good.

I want to ask a question before I continue, though. What do you think are absolutely mission critical WordPress plugins? Here is a list of the plugins I either use or have modified for use. Do you have any that you think I should add to the list? For what it’s worth, I am using the newest version (2.0.5) of WordPress and all these plugins seem to work fine.

  • Akismet – Spam Protection – installed by default with WordPress.
  • Ultimate Tag Warrior – Helps me tag my posts with ease.
  • PodPress – It’s the gold standard for WordPress and podcasting. Works wonderfully and recent improvements have knocked out some of the bugs that caused me lots of grief in months past.
  • Feedburner Feed Replacement Plugin – theoretically redirects all feed traffic to feedburner.
  • EdBlogger News Submit Link – Automatically adds a submit link for EdBlogger News. I actually modified this one from a plugin called Sol-Digg , by Bas Wenneker, which I don’t think is bring developed any more. So I say I did it! Jokingly more than anything, I give credit where credit is due. You can see this in action below each post.
  • EduBlogoSphere Submit Plugin – I modified the above one to work for a new service, located at EduBlogosphere.com. In the interest of full disclosure, I sort of run the edublogosphere.com domain using an open source piece of software called pligg. I am thinking it would be a cool way to unite the edblogger community, but not sure I would ever get buy-in and enough traffic. So it sits there.
  • Google Analytics – Helps me see the underworkings of my site’s traffic. Haven’t fully harnessed this one yet.
  • Spam Karma 2 – This helps where Akismet does not, for trackback validation. I was getting LOADS of trackback spam until SK2 took control. I doubt I need both Akismet and SK2 but they don’t seem to be fighting each other.
  • WordPress Database Backup – This is also a default plugin, but a good one.
  • WP Contact Form – I use this so that folks can contact me without me revealing my email address, a defense against spam, naturally. Although, I am finding out that LOTS of bots seem to be able to use this form, so now I am getting a bunch of contact form spam. I think I need a new contact form option with some sort of image validation-type check to it. Going to be looking into a new solution for this one…
  • XD Forum – I wanted this more to learn how to do it than anything else. I have figured out a blog is not a great spot for discussion outside of the comments realm. My forum never got going, and was originally a bit hard to read. I fiddled with bbpress when it was first released a few weeks ago, and never could quite get it to work with my theme wrapped around it. It works nicely alone, and can integrate with WP logins, etc, but I had trouble truly integrating it, and my sites are fractured enough as it is.
  • BlogLiner – I don’t use this on this blog, although I should. My blogroll is sadly out of date. BlogLiner spits my Bloglines blogroll into a fancy little sidebar widget. I had to trim the list, since there are a good many feeds in my account. I made the majority private and left the ones I think would be the most useful.

I think all of these are available on the newly redesigned WP-Plugins.net site, which I think can be a fun site to explore.

So that is the list compiled from my own surfing. I decided that if I was to find a more comprehensive list I might need to look to the blogging community, writ large. Via Bloggingpro I came across this article from John C Chow. After reading his list, I decided to add two to my list, and have installed them since beginning the draft of this post. They are:

  • Digg Click - I previously used Cybernet’s Digg Button plugin but found that I had to turn off the Visual Editor each and every time I intended to include a Digg Button. Digg Click, as you can see from my implementation, has a nice feature of not requiring a post to have been previously “dugg” before it displays the button.
  • Related Posts – This plugin is obvious. It seems to work based on the title of the post, and has a feature where you can add keywords (not tags) to help the plugin better match what it calls related to the current post. You can see that it works, although not terribly well. That is a fault of my desire to create witty titles that sometimes are a bit non-sequitor to the post content. Do I need to shape up? Well…maybe.

So that’s my list. Did I miss something? If you comment, please make sure to provide a link to your favorite plugin! I will be announcing my new blog soon, to much fanfare I am sure! Thanks for standing by me.

Part 2 of the Wiki Experiment

Category : General, Software

So I’ve had a few days to work with my kids on the idea of a wiki. First, let me say that that are absolutely thrilled with the possibility of connecting with students from other parts of the world and hearing what they think on the subject of immigration. So after all the wonderful comments on my last Wiki post I spent some more time tweaking my ideas and then decided to carefully implement. First, some background.

I have two students that are with me during two separate class periods but do not receive a grade. They are both honors students but otherwise a typical microcosm of the student body, writ large. So before I rolled this out to the entire class I had my two students spend some time using the four hosted options explored in the last post, namely Wetpaint, Wikispaces, Jotspot, and PbWiki. The results surprised me. But before I tell you which they chose, some more to the story.

The first comment on my last post came from Miguel Guhlin, whose insight always proves, well, insightful. He corrected an error in my last post, where I erroneously stated that Jotspot did not have a WYSIWYG editor. In fact it does, and it rivals word processing software in its ease of use. So for that, I owe you an apology. I misspoke.

So thanks to Miguel and a few email conversations, I gave Jotspot a revisit. Personally, I liked it a bunch, but I was not sure if it would stand the test of kids. Only our trial would tell.

So my two students sat down and tried the wikis out. All four of them. Believe it or not, they all preferred Jotspot. I have to admit I was a bit surprised, especially since the way I asked them to test it was to sit and play with it. I gave them no formal instruction whatsoever, and they took to it swimmingly. Yay, Jotspot!

Their comments in regards to Wikispaces were that it was a little confusing, and they wanted to be able to comment without having to register. That is a big deal for the eleven year-old mind since they are still so worried about what their parents think. I think that’s a good thing. It may be possible to turn on anonymous comments in Wikispaces, but even that would not have swayed my kids’ opinion. They were hooked on Jotspot. Wetpaint confused them, and PBWiki didn’t interest them in comparison. Now I should add a side note that PbWiki has a special place in my heart and will serve nicely for some teacher projcets I am working on. Just not for my kids, yet. It desparately needs WYSIWYG, which I think they are working on. For more on that topic, see the comments to the wiki post, Ramit himself sounds off. No worries, Ramit, PbWiki is close to my heart.

So back to Jotspot. I like the clean interface and WYSIWYG editor. I don’t really need Spreadsheets or some of the other applications that are available but it’s nice to have them, though. So as I was playing around with Jotspot, I ran into a major snag. By default, free accounts are not publically accessible. Quoting their knowledgebase

Beginning with version 2.7, we made a change with our default account permissions. For Personal (free) accounts, Guest Access needs to be enabled by JotSpot. We made this change as a means to fight spammers who were using Jot accounts as spam farms.

So now I’m in a jam. I need my wiki to be pubically accessible for my kids to be able to read it and other folks to come and comment on it. I noticed the upgraded account allows you to make the wiki guest accessible easily. I wasn’t sure how to feel, so I shot an email to support at jot dot com as per their request. I didn’t hear anything back all day so I began to get a little downtrodden thinking my experiment was on the verge of falling apart. Ultimately, I figured it was worth a phone call to Jotspot, so I called! A wonderful gentleman answered the phone and took care of my request within minutes! Yay, Jotspot! (again!)

So this morning I showed my kids the front page of the Jotspot wiki for our immigration debate. I was able to make it where only I can edit the home page but they can edit any other page as well as add comments anonymously. That might be risky, but I will be watching this wiki like a hawk. Truth be told, I anticipate that if there is any trouble, someone else might take care of it before I see it anyway.

On another note, I spoke with Jeff Utecht and he is ready and willing to collaborate. I can’t tell you how excited my kids are! So go check the wiki out, there’s not much there, but as of next week or so, there will be! We would love to hear your thoughts on our project! Is the project a good idea? Are their ideas well formed considering the young age? Now it’s your turn!!

Up to my ears in Wikis

Category : Educational Technology, General, Software

I am about to go nuts. I have spent almost all day investigating different wiki options for my class. Here are the details of my journey in the hopes that it may help you in yours.

A few days ago I got a pretty good idea for a collaborative learning “project”. My kids watched a video about a young lady who lives on the shores of the Amazon River in Peru. We watched what life is like there and compared it to life here. Since I have been to Peru more than once to live, I could relate my own ideas. So here is the idea…when the video ended, I asked if my kids would like to meet “Elida” the subject of the documentary. They of course were excited about the idea. I strung them along for a bit and then dropped the bomb that Elida can’t come into the United States at will. She would be rejected without special permission (read: a visa). Bearing in mind my kids are 11 years old (mean age) they were particularly shocked.

This led us into a stimulating discussion about immigration. We began with the question, “Should the United States let people in”, just for the asking. Well the reason I am posting this here is I have been investigating ways to collaborate. I divided my class (rather, they divided themselves) into two sides, the Pros and the Cons. Some did not necessarily agree with their chosen side, but wanted to explore the reasoning behind it. So, how do I make this open source and web 2.0 tasty?

Here are my wiki-based thoughts…

1. Since I know teachers in Peru, I could easily have my kids post to a Wiki and then have the professors and students comment to it.

2. I could have other teachers from other classes around the world, from San Fernando, CA (maybe Marco Torres ?) to Shanghai (Jeff, you listening?) have their students read and comment.

It’s also worth noting that I pay for web hosting so I have lots of space, gobs of bandwidth, and enough MySQL databases to keep me going for some time. So I am not limited to a free or ad-supported wiki.

Since I have six classes with roughly 25 students in each class, and since they are divided into groups of typically four, I wanted a wiki with a quality drill-down menu and easy commenting, so that people reading my kids’ work would be encouraged to leave their two cents without frustration. Ease of commenting is crucial to a truly collaborative project.

So that ultimately led me to a Wiki search. I was over at EdTechTalk Sunday night and listened into the first half of the broadcast. I will catch the rest via podcast. They were interviewing the co-founder and VP of Marketing of PbWiki. So Monday morning I fired up Flock and went to work trying to find a wiki suitable for young minds not accostumed to this type of learning.

I began with Mediawiki, made famous by Wikipedia, of course. I found it to be feature-rich and enjoyed its full range of extensions. The trouble is simply that it requires too much knowledge of WikiText, and my kids are doing well if they can handle even basic WYSIWYG commands! Wikimedia is full and robust, but not a great choice for the type of Wiki I want for my class. I am aware that it is possible to integrate FCKEditor into Mediawiki, and I have done so for some of my other Content Management System installs, but the security risks were too much for me to handle. I need an easy solution for my kids.

As I mentioned a moment ago, I listened to Ramit talk about some of the neat features of Pbwiki. I like the concept and it certainly was easy to sign up. I know they have some features that are in the batter’s box to be rolled out, and I’d like to know what they are. I was a little taken aback when I got an email offering me a big savings if I upgrade. One of the things I like about Wikispaces is that while I know there are premium upgrades, they seem to be totally fine with me staying at my level of comfortable freeness. I felt a little strange getting a sales ad in my email inbox so shortly after signing up for a free service. Ok, have to pay the bills, so I won’t hold it against them. What ruled Pbwiki out for me is of course, the lack of a good WYSIWYG editor based on a non-Wikitext format. My kids have such a short time left that there is no time for a learning curve. I know they can figure it out, but at what cost?

So I moved on to Jotspot. I have had a Jotspot account for some time, but not really used it based on the severe limitations given to the free account. At least until recently. Thanks to Miguel Guhlin and two posts, I went back to Jotspot to give it another shot. I loved the Spreadsheet integration, although it is not anything I can really use right now. Again, I found it to be a little tough to use (from an 11 year old standpoint) given the lack of a quality WYSIWYG editor integrated. I just know my kids would get confused by exclamation points and the like. Remember, these students leave me on October 20, so that cancels the teach-them-and-it-will-be-ok argument. I have 9 classes left with them, I need a turnkey solution.

So my next idea was to investigate Wikispaces. I am sort of a big fan of the Technospud blog and she seems to have a special place in her heart for Wikispaces, so I gave them a shot. I especially like that they are giving away 10,000 free wikis to educators. So I went and signed up. I like the Wikispaces idea, it was a really clean environment and I like the natural feel of the WYSIWYG editor for my kids. I think it would seem native to them and reduce the learning curve. I would prefer a little more ability to categorize the pages, but I can deal without it. So far, Wikispaces is my front runner, and I love that there are no ads. That’s a big deal.

I decided to investigate a little more into the world of installed, database backed-up Wikis thinking that since I have hosting, I may be at an advantage. So I headed over to my favorite Open Source Content Management System (and Learning Management System) playground, Opensourcecms.com. There I found a good list of different wikis that are installable and fun. The nice thing about Opensourcecms is that you can log in to their demo installations that are refreshed every few hours. So I was able to see how all of these different wikis function without having to install them on my own server first. There are also a number of different LMS’s, such as Moodle, Site @ School, and ATutor, not to mention others. If you’ve ever wondered what a fresh install of any of these pieces of software looks like, go play!

My travels to Opensourcecms.com turned me on to Dokuwiki. As noted by the name, Dokuwiki is mainly aimed at developers and small companies trying to create documentation on something, such as a project of piece of equipment. Nonetheless I decided to try it since it stores information in simple text files and requires no database. This means that installation is a simple matter of FTP’ing the directories to my web space and running it. I liked that a lot because there is zero risk of SQL Injection hacks or other security worries. Inherently, one can’t build a large Wiki this way, but no bother since I am going to refresh it each nine weeks. This solution would also keep me from having to manually run the MySQL queries using phpMyAdmin to empty the Wiki tables each time (a potential problem using Mediawiki if there were residual entries in the tables, albeit a low risk). Additionally, upgrading would be a breeze since one would only have to copy new files into the directory and not replace the text files from which the information is called. Troublingly, there was very little in the way of access control (outside of the standard .htaccess) and no commenting ability built it. There is a plugin manager, but I quickly hit roadblock after roadblock that I could not justify overcoming with Wikispaces luring me back with a siren’s call. So Dokuwiki went out the window, although it remains installed to play with later should the desire return.

So following my Dokuwiki disappointment I turned to a resource I found in a quick Google search; Wiki Matrix. I was thrilled with the Wiki Choice Wizard, which allows you to answer a few simple questions and helps you determine what you need given your criteria. I spent a good half hour trying to figure out which Wikis went with which options. I have been wanting to learn Ruby on Rails (or either by itself) but found nothing that fit my needs. Ultimaltely, I figured out that these wikis were more designed for the coporate world than the educational world (there’s a shock) and I found no software that could defeat the strong push for Wikispaces. So as of the afternoon, it was still looking strong for Wikispaces.
I came across another turnkey site called Netcipia, which I have to admit lured in me strongly based on a fun, clean home page. I liked the “web 2.0 participation” spin they put on it so I signed up. Immediately, I was disappointed. Once I actually got into my site, I found a standard Drupal-esque interface not terribly different from any other php-based CMS. Netcipia disappointed like no other in my search. They lured with strong words, even offering to let me download their software (see bottom under cancellation), but providing no link. I find no reason to stick with Netcipia when I already have various CMS’s installed, such as phpNuke and Drupal. So bye bye, Netcipia.

I thought back to the first time I had ever used a real, live Wiki. It was during the Discovery Educator Network’s planning stages for their National Leadership Conference. They purchased some space on Editme. I liked their interface because it was clean (a recurring theme, you’ll notice) and offered a simple WYSIWYG editor and easy discussion opportunities. The obvious drawback, $4.95 per month. As thrifty as I can tend to be, spending nearly $60 per year for my kids was a bit much. Truth be told, it’s my salary and four of us, so you can imagine the budget is tight. I love my students, but I love my family more. So editme went by the wayside because I can’t afford it.

So I was back to square one. Wiser yet frustrated. I felt like there should be a better solution. I went back to Miguel Guhlin’s post concerning Wetpaint and decided to give it a shot. I was immediately captivated by the site, and how fun it looked. I signed up for an account and have been mesmerized ever since. You naturally know what my one issue is, right? While they have a great WYSIWYG editor, I am scared of the ads! Google’s AdWords works contextually, and if my kids begin wiki’ing about a certain topic like Immigration, who knows what ads will pop up. I have to be super careful about what I allow in my kids eyes and ears, especially at the tender age of 11 (some are 10!). There is no way to limit the ads, no way to turn on the ad-equivalent of Strict-Safesearch so I think Wetpaint is not going to work. This really hurts, because this has been my favorite so far. One trick I really like is that I can upload a graphic to replace the text banner. Simple stuff, really, but it got my geek attention going.

Bottom line is that I am going to focus on Wikispaces for now. The nice thing about having students for a mere nine weeks is that I can try something new each nine weeks. So if Wikispaces turns sour (and with this much time and effort researching this, how could it?!) I can move to a different solution in a short time.

Do you have a Wiki story you want to tell? Did my analysis seem biased? Did I miss something? Am I just flat wrong? Tell me! Thanks for getting this far with me!!

Audacity Woes…

Category : General, Software

I have been a big fan of audacity for a long time now, and it has yet to fail me, until now. I have been unable to make it work reliably with two Ubuntu-based systems. One is running Edubuntu and the other is running Xubuntu. I think the problem is the hardware, not the software, but nonetheless it has been recently rendered useless. These are resurrected machines that were headed for the surplus warehouse. I snatched them from the jaws of death with the promise that with open source software, I could make them new.

Until audacity.

For some reason it doesn’t handle the particular sound hardware that comes preinstalled in these machines (and there is of course the chance of a problem with the on-board AC97 sound chip anyway) and gives an error that renders the software decorative instead of useful.

So now I go in search of a Linux-compatible audio recording and editing software. This is for sixth graders, so simplicity is a must.

Ahhh, learning communities. Who knew this would be so much work.

Good thing these kids are so amazing, otherwise the frustration might not be worth it, but their future is at stake! I must persevere if I intend to empower them to the point that they have a competitive edge in ten years, right?

So, any suggestions?

UPDATE: Audacity mysteriously started working while I was seeking out a quality alternative. I downloaded a number of different programs attempting to replicate the robustness of Audacity and it’s ease-of-use. I found none within the narrow confines of the Ubuntu repositories (and yes, I uncommented the unsupported ones).

I recognize that this potentially is not the fault of Audacity, but this sort of frustration can be what sends folks running away from Linux. Not that Windows doesn’t have its problems, too (blue screen, anyone), it’s just that Linux has such an obstacle set before it that anything that goes wrong is a bad thing. I read a post this morning that referred to this same phenomenon in the Mac world.

So I am off to enjoy the weekend, intending to worry about Monday’s problems when Monday comes anew. I’d still love your suggestions as to an alternative, though, so that at the very least I can learn more about what’s out there. Thanks!

EdBlogger News Plugin for WordPress

Category : General, Software

Ok so I got the coding bug today. I read a post on Jeff Scofer’s the Thinking Stick and I wanted to help. I think Will Richardson’s idea of EdBloggerNews is fantastic and I want to help support it. I came up with a decent link, but I wanted to take advantage of the WordPress Plugin API. I found some code that worked similarly and modified the heck out of it until it did what I wanted. I took a dash of this, a pinch of that and developed a little working plugin for WordPress. I hope it works for others, but it sure works for me.

It adds a link at the bottom of each post (or wherever you like) that simply says Share on EdBlogger News and mimics their bookmarklet. It automatically fills the URL and Title using WordPress hooks. Please use and redistribute it at will, I am releasing it under the GNU/GPL license. Here is my first true contribution to the open source world. Enjoy! Let me know how it works!

Download EdBlogger Submit




bt
plugin by DynamicWP
#