CATIIE

I've been to numerous technology and education conferences/workshops in the past 10 years, too many to name. Each time I visit one of these conferences I find a great deal of innovative technologies (both hardware and software) that are being used in schools and classrooms, but I never seem to find enough exceptional presentations that specifically focus on academic content standards being met in a creative project that takes us on a journey from lesson plan to assessment.

 

A lot of these presentations say things like, "you can use this technology to do this" or "you can use this technology to do that." What the teachers and administrators in our school are looking for, and I believe others are as well, are presentations that detail specific projects that list each step in the classroom from the project design, to implementation, to assessment of the project's effectiveness at delivering specific academic content standards.

 

Enter CATIIE. CATIIE stands for Creativity and Technology Integration in Innovative Education. Our school, Central Catholic High School, is about to announce a new annual conference. From the conference website:

 

"This conference specifically focuses on and delivers presentations that demonstrate curricular best-practices in creativity and technology integration. These sessions will take real-world educational objectives and standards, and show how these are being delivered to students using lessons that incorporate 21st century skills and exceptional creativity."

 

I am very excited by the opportunity to help create a conference that is specifically tailored to provide professional development to teachers that are committed to integrating both creativity and technology into the delivery of their curriculum. If you know of any projects that "blew you away" in their design, implementation, and effectiveness at delivering technology and/or creativity infused learning, please ask those teachers or technology integration specialists to consider sharing them with others via our CATIIE conference. Please note that we would love examples from all subject matter areas (math, language, social studies, etc).

 

Thank you.

 

CH

eTech Ohio Presentation on "Enhancing Your School Community with Live Streaming Video"

Thank you to those of you that attended my recent presentation. You can download a PowerPoint presentation of my slides here:

eTech 2010 presentation on streaming video

Some video of our media production facility, behind the scenes footage, and examples of final broadcasts:

Video Footage 37 Mb (Requires the Free QuickTime Player)

Our sporting event broadcast workflow in a mind map:

Workflow (pdf)

CH

 

 

Play DVD Movies On Macintosh Computers Without Optical Drives

My daughter and I wanted to watch a DVD tonight. Each time we put the DVD into my Mac Mini, the Mini would spit the media back out. I'm still not sure what the cause of that was.

Next I tried ripping it on my MacBook Pro with HandBrake. It ripped into an m4v file but the sequence of the movie was all scrambled. This wouldn't work either.

I told my daughter the bad news. She looked at me and said matter of factly, "...just put the DVD in your MacBook and play it over on the Mac Mini." A brilliant idea if it were possible. I initially told her that it wasn't possible, but then I remembered Apple's Remote Disk Sharing feature that is normally used to install software on the MacBook Air and other computers that do not have optical disk drives.

I went into the Sharing section of my MacBook Pro's System Preferences and turned on "DVD or CD Sharing." I next went to the Mac Mini and waited. Nothing. Remote Disk is supposed to show up in the sidebar of the finder window. Nothing.

It turns out that this feature is not enabled on some Macs. After a bit of Googling, I found this:

http://www.macosxhints.com/article.php?story=2009012605560521

Open terminal on the computer that needs to access the remote DVD drive and type:

defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true

And then:

defaults write com.apple.NetworkBrowser ODSSupported -bool true

I logged out of the account and then back into it again. Now I could see the remote disk (DVD) loaded on the MacBook Pro while looking at the finder sidebar of the Mac Mini. Great! I opened up DVD player on the Mac Mini, navigated to the remote DVD and received an error that the disk was "...copy protected blah blah blah."

Googling more I found a number of posts stating that this procedure could not be done due to the copy protection restrictions put in place by Apple. I was just about to give up hope when I thought of VLC (Video Lan Client). I opened up VLC, browsed to the remote DVD, and lo and behold, IT WORKED! We are now watching the DVD on the Mac Mini as it is being played on the MacBook Pro's DVD drive.

My daughter has mad skills!
CH

P.S. This got me thinking. Why doesn't Apple just allow this by default? I'm jumping through way too many hoops just to play a movie that WE LEGALLY OWN. *sigh*

Tricky Data Recovery Process

This Christmas we went to visit my inlaws out in Chicago. As we were approaching our destination, my wife received a text on her iPhone, "Ask Chris what we should do with the Mac Mini. When we try to boot it up, it gets stuck at the Apple logo."

Long story short, this Mac's drive was shot. The drive not only wouldn't boot properly, it wouldn't even mount in target disk mode. I could boot the Mac in singler user mode (restart holding down command+S) which enabled me to see the files via command line so I knew that they were still there. I just couldn't get to them. To make matters worse, my brother in law then informed me that he had very important files on the computer related to an audit that he was involved in at work. No backups. Not good.

Here's what I eventually had to do to recover the files. I connected a FireWire drive to the Mac Mini and booted it up off of a retail Mac OS X 10.5 DVD. Once I could see the Utilities menu, I opened up terminal and ran:

cd /Volumes

and then:

ls

This returned:

Macintosh HD  FireWire HD

Now that I was sure that the two drives could be seen via command line, I did:

cd Macintosh\ HD/Users/

then:

cp -R brotherinlaw/Documents/ /Volumes/FireWire\ HD/

Once the cp command completed, I did:

ls /Volumes/FireWire\ HD/

This resulted in seeing that all of the files that my brother in law needed were now on the FireWire drive! I'm still in the process of backing up data. I'll update this post as soon as I know one way or another if I was completely successful.

One very strange behavior ocurred in that the failing drive (Macintosh HD) wouldn't show up in the Mac OS X Installer until I opened up Disk Utility from the Utilities menu and clicked on its root partition. After I did that, I quit out of Disk Utility and eventually it showed up in the installer. I could then see the drive when I did a:

ls /Volumes

These commands explained for those of you new to Unix:

cd = Change Directory

ls = List Files

cp -R = Copy Recursively

 CH

UPDATE: It worked.

Twitter, Please Fix User Login (Lock Out) Restrictions

Over the past few weeks with increasingly more regularity, my Twitter account has been locked when I try to access it. When I attempt to log in, I get the message:

"Locked out!
We've temporarily locked your account after too many failed attempts to sign in. Please chillax for a few, then try again."

I know my login information and have it saved in my web browser, so what could possibly be causing this? I believe that the answer lies in the ever increasing amount of Twitter accounts that are being hacked and exploited for spamming.

Could people be attempting to hack into accounts using brute-force hacking methods? I'm sure it's possible, and probable.

Twitter's answer to this issue, however, is extremely vexing. Because someone is trying to hack into "my" account, Twitter locks ME out of it!? Um...is this really the best solution to this problem?</sarcasm>

Why not use IP address restrictions instead of globally locking down the account. If someone types 3 bad login attempts from an IP address, refuse all login attempts from that IP address UNLESS that IP address has been used in the past to successfully log in. In that case, make it 5 unsuccessful log in attempts before that IP address is locked out. How about allowing users to force Twitter to ONLY allow logins from specific IP addresses?

Don't like these ideas as default settings? How about making them an optional checkbox in the Twitter settings?

[  ] Use IP address login restrictions.

[  ] Only allow logins from the following IP addresses

etc...

All I know is, getting locked out of my Twitter account when I'm increasingly relying on it for communication and learning is a real pain.

Could someone be silenced for their views on Twitter? Absolutely. All someone has to do is try to log into an account over and over again and that user is locked out of it. This doesn't seem very functional, dependable, or even usable.

Twitter is many things to many people. If they want many of us to rely on it for professional social networking, IMHO they need to make it more robust, consistent, and designed with mission critical uptime, connectivity, and "loginability" in mind. (Ok...loginability isn't a word. Put the word or phrase that I'm looking for in the comments.) :)

I hope Twitter fixes these login restrictions real soon.

CH