content licensed under a creative commons attribution 2.5 licensecreative commons attribution 2.5...

Post on 30-Dec-2015

227 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Content licensed under a Creative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

e-Learning Dev Con 2007

Content licensed under a Creative Commons Attribution 2.5 License

e-Learning Dev Con 2007

Content licensed under a Creative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Building Learning GadgetsUsing the Power Of the Google Sidebar

Dick Carlson

dick@VirtualContentCompany.com

Content licensed under a Creative Commons Attribution 2.5 License

Building Learning Gadgets

The Google sidebar offers you a chance to have little gadgets on your desktop that monitor the weather, the news, and even current news stories. But can these little widgets be

used for learning purposes?

We've been experimenting with designing, developing and deploying learning through Gadgets. Hear about what's

involved in the behind-the-scenes programming, what it took to create our first gadget, and where we went wrong.

Content licensed under a Creative Commons Attribution 2.5 License

Creating Learning Gadgets

Content licensed under a Creative Commons Attribution 2.5 License

What’s A Gadget?

Google has introduced the idea of having tiny little "gadgets" on your desktop. 

A few examples are shown below -- weather, traffic, news, videos -- you

can get a wide variety of content and information delivered to your desktop.

Content licensed under a Creative Commons Attribution 2.5 License

Where Do Gadgets Live?

Content licensed under a Creative Commons Attribution 2.5 License

Existing Gadgets

Content licensed under a Creative Commons Attribution 2.5 License

What’s A Learning Gadget?

A Learning Gadget is a gadget that is designed to result in learning for the

person sitting and staring at the desktop.  It might deliver short training

clips, instructions, teasers to more information -- there are lots of options

Content licensed under a Creative Commons Attribution 2.5 License

Example: Video Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Example: List Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Example: Photo & Text Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Example: Image Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Where Can I Experiment?

Content licensed under a Creative Commons Attribution 2.5 License

How Can I Share Learning Gadgets?

Content licensed under a Creative Commons Attribution 2.5 License

Get A G-Mail Account

Content licensed under a Creative Commons Attribution 2.5 License

Set Up An iGoogle Page

Content licensed under a Creative Commons Attribution 2.5 License

Modify For Your Learners

Content licensed under a Creative Commons Attribution 2.5 License

Custom Gadgets

Content licensed under a Creative Commons Attribution 2.5 License

Strings File<strings>

<GADGET_NAME>Bite-Sized Learning</GADGET_NAME>

<GADGET_DESCRIPTION>Bite-Sized Learning Gadget, by Dick Carlson</GADGET_DESCRIPTION>

<GADGET_ABOUT_TEXT>Bite-Sized Learning

© 2007

www.learninggadgets.com

mailto:info@LearningGadgets.com</GADGET_ABOUT_TEXT>

<ITEM_A>Previous tip</ITEM_A>

<ITEM_B>Next tip</ITEM_B>

<ITEM_C>Reload</ITEM_C>

<BSL_DATA_LOCATION>http://www.Learninggadgets.com/bsl/BSLData.xml</BSL_DATA_LOCATION>

</strings>

Content licensed under a Creative Commons Attribution 2.5 License

XML File<?xml version="1.0" encoding="windows-1251"?>

<bsldata>

<item da="02/16/2007" title="Learn To Go To x Foods" source="http://www.wholefoods.com" text="You should really consider going to Whole Foods if you want to be healthy."/>

<item da="02/17/2007" title="Learn To Pick Out Sandals" source="http://www.chacousa.com/ " text="It’s important that you have the little sticking up part firmly between your toes, and no sand on the bottom."/>

<item da="02/18/2007" title="How To Make A Sandwich" source="http://en.wikipedia.org/wiki/Sandwich " text="Take some bread, butter it. Then put the meat and cheese inside and see if that all fits. Cut it in half and then eat it."/>

</bsldata>

Content licensed under a Creative Commons Attribution 2.5 License

Manifest File<gadget minimumGoogleDesktopVersion="4.2006.505.0">

<about>

<name>&GADGET_NAME;</name>

<description>&GADGET_DESCRIPTION;</description>

<aboutText>&GADGET_ABOUT_TEXT;</aboutText>

<smallIcon>plugin_small.gif</smallIcon>

<icon>plugin_large.gif</icon>

<version>1.0.0.0</version>

<author>Dick Carlson</author>

<authorWebsite>http://www.learninggadget.com</authorWebsite>

<id>DC8D8DBF-022E-492F-88B6-C5D1F6C1A23B</id>

<copyright></copyright><authorEmail></authorEmail></about>

</gadget>

Content licensed under a Creative Commons Attribution 2.5 License

Demo – Learning Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Let’s Build A Learning Gadget

Content licensed under a Creative Commons Attribution 2.5 License

Writing the XML File

Link Title Source Text

Learn To Go To Whole Foods

wholefoods.com You should really consider going to

Whole Foods if you want to be healthy

Content licensed under a Creative Commons Attribution 2.5 License

Now Let’s Brainstorm

Content licensed under a Creative Commons Attribution 2.5 License

More Informationwww.LearningGadgets.com

Content licensed under a Creative Commons Attribution 2.5 License

Building Learning Gadgets

The Google sidebar offers you a chance to have little gadgets on your desktop that monitor the weather, the news, and even current news stories. But can these little widgets be

used for learning purposes?

We've been experimenting with designing, developing and deploying learning through Gadgets. Hear about what's

involved in the behind-the-scenes programming, what it took to create our first gadget, and where we went wrong.

Content licensed under a Creative Commons Attribution 2.5 License

Building Learning GadgetsUsing the Power Of the Google Sidebar

Dick Carlson

dick@VirtualContentCompany.com

top related