31
Content licensed under a Creative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Embed Size (px)

Citation preview

Page 1: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Page 2: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

e-Learning Dev Con 2007

Page 3: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

e-Learning Dev Con 2007

Page 4: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Page 5: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative 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

[email protected]

Page 6: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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.

Page 7: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Creating Learning Gadgets

Page 8: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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.

Page 9: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Where Do Gadgets Live?

Page 10: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Existing Gadgets

Page 11: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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

Page 12: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Example: Video Gadget

Page 13: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Example: List Gadget

Page 14: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Example: Photo & Text Gadget

Page 15: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Example: Image Gadget

Page 16: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Where Can I Experiment?

Page 17: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

How Can I Share Learning Gadgets?

Page 18: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Get A G-Mail Account

Page 19: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Set Up An iGoogle Page

Page 20: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Modify For Your Learners

Page 21: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Custom Gadgets

Page 22: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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:[email protected]</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>

Page 23: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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>

Page 24: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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>

Page 25: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Demo – Learning Gadget

Page 26: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Let’s Build A Learning Gadget

Page 27: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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

Page 28: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

Now Let’s Brainstorm

Page 29: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

Content licensed under a Creative Commons Attribution 2.5 License

More Informationwww.LearningGadgets.com

Page 30: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative Commons Attribution 2.5 License

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.

Page 31: Content licensed under a Creative Commons Attribution 2.5 LicenseCreative 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

[email protected]