EdTechDev

developing educational technology

The Digital Natives / Digital Immigrants Distinction Is Dead, Or At Least Dying

I guess I never blogged this before, but I keep seeing references to the 10 year old distinction between digital natives vs. digital immigrants as it relates to educational technology.  This is the idea that “kids today” are born in a digital world and have their brains wired differently than us old fogeys. The “single biggest problem facing education today” is that teachers, being digital immigrants, don’t know how to teach digital native kids, who want nothing but video games and so forth.

Quite a lot has been written about how this idea isn’t really substantiated.  At the very least, the distinction is quickly growing irrelevant.  Unfortunately, the idea is still uncritically accepted even in some journal articles, and perhaps used as an excuse or crutch too often for poor or ineffective teaching practices.  The result may be a self-fulfilling prophecy, but for teachers, not students.  We currently teach pre-service and in-service teachers less technology skills than we do middle schoolers and high schoolers, perhaps because of an implicit belief that adults can’t handle anything more than powerpoint or a basic HTML page.

Anyway, here are some references to criticisms of the idea you can point people to if it ever comes up:

Even Marc Prensky, who came up with the digital natives / immigrants distinction, wrote last year that it is at the very least growing less relevant. [thanks to Antonella Esposito for two of the refs]

Update December 2010 – some new references:

March 19, 2010 Posted by | children, edtech, education, technology | 2 Comments

Browser-Based IDEs (programming environments)

As I wrote about earlier, HTML5 (Javascript, Canvas, WebGL, etc.) is allowing people to create rich, interactive applications that run in your browser and don’t require flash or java. Cloud computing (such as Google App Engine and others) and AJAX are also allowing us to run things in our browser that before were typically run on the desktop because they require quickly saving and retrieving a bunch of info. Google docs, gmail, etc.

So it’s not so surprising that there are now even some programming environments starting to emerge that you can run and develop from inside your browser. These are websites where you can edit code, run your application, and sometimes even instantly share your application for others to try. This is much more convenient than the typical process of downloading and installing a huge IDE such as Eclipse or Netbeans, and then compiling and packaging and distributing/hosting an application on your own.  Browser-based environments are also nice for students at schools, because they typically are not given permission to download and install software on their own, but can run these tools in the browser, as long as they aren’t blocked by IT.  I imagine it won’t be too long before we start seeing kid-friendly browser-based IDEs start to appear.

UPDATED LIST (December, 2011)

This mostly lists browser-based development tools, but also a few desktop applications that help you create HTML5 applications or animations/games:

OLD NOTES:

Here are some browser-based coding environments I know about. All are free and most are open source.

  • [Some updates in July 2011, over a year since this was originally posted:]
    • Cloud9 IDE – create server-side node.js javascript apps in this browser-based development environment
    • Erbix - another Javascript App editor
    • Akshell – and another Javascript application editor
    • Kodingen – edit php/html/css/etc. files on the server via the browser (I used this in my web development class)
    • Maqetta – visual HTML5 editor, builds on the dojo toolkit
    • SketchPad.cc – etherpad + processing.js (I used this in my html5 class)
    • Zeon.js – still early in development, not open source – analyzes javascript source code for issues
    • other javascript/html/css online editors: jsFiddle, jsdo.it, jsbin
    • browser-based game development sites: Pixie (coffeescript), Play My Code (uses a ruby-like language called quby)
    • Alternative languages that compile to javascript - a huge list, some of which let you edit and compile scripts in the browser.
  • HasCanvas – an IDE for Processing.js. Processing is a very popular java-based development environment, with a free IDE you can download. Processing.js is a port of that to javascript. With either one, you can create animations and artwork and so forth. HasCanvas has a weird interface – hover over the arrows on the left side to show the source code for any animation, and use your mouse wheel to scroll. Click Browse to see other scripts.
  • Bespin – [replaced by Ace editor, used in cloud9 IDE listed above] an editor from Mozilla that you can use either on their site, or embed into your own site.
  • CodeRun – Develop ASP.NET, php and Ajax applications in your browser. Not open source.
  • App Inventor for Android – This is unique in that it has a visual designer, along with a visual blocks-based language for creating applications (similar to that in Lego Mindstorms and Scratch). From this description it does appear to be web-based, although you use it to develop applications that run on an Android cell phone, not the browser. Here’s a course that used the tool last fall, along with the beginnings of a textbook. Unfortunately, it’s still only in private testing and not available to the public. I’ve signed up to use it with students in my multimedia development course this fall. If that works out I’ll post all the resources and videos online, just like all my courses.
  • There are also many programming command line interpreters (repls – read-eval-print loop) that work in the browser, such as Lord of the REPLs (lotrepls), which lets you try many different languages out.
  • Some other browser-based IDEs: Ares (Palm WebOS development), Zembly (discontinued when Sun was bought out by Oracle), Yahoo Application Platform and Yahoo Pipes, Glowday Google widget designer…

March 19, 2010 Posted by | android, development, html5, java, programming, software | 6 Comments

   

Follow

Get every new post delivered to your Inbox.

Join 2,695 other followers