<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>RadioJames &#187; eLearning</title>
	<atom:link href="http://www.radiojames.com/jblog/category/elearning/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radiojames.com/jblog</link>
	<description>What the day brings</description>
	<lastBuildDate>Wed, 05 Aug 2009 01:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>james@radiojames.com ()</managingEditor>
		<webMaster>james@radiojames.com()</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>About the use of Technology in Online Learning - and other thoughts -</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>james@radiojames.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.radiojames.com/jblog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.radiojames.com/jblog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>RadioJames</title>
			<link>http://www.radiojames.com/jblog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Searchable Flash ActionScript Code Library</title>
		<link>http://www.radiojames.com/jblog/2006/05/searchable-flash-actionscript-code-library/</link>
		<comments>http://www.radiojames.com/jblog/2006/05/searchable-flash-actionscript-code-library/#comments</comments>
		<pubDate>Sun, 28 May 2006 19:10:59 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<dc:subject>eLearning</dc:subject>
		<guid isPermaLink="false">http://www.radiojames.com/jblog/2006/05/28/searchable-flash-actionscript-code-library/</guid>
		<description><![CDATA[One of the things that I used to use a lot, and that I wish was part of the Flash authoring environment, is the code Snippets feature that&#8217;s available in Dreamweaver. Code Snippets is a feature that allows you to name and save snippets of HTML, javascript, or anyother type of code, to a central [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that I used to use a lot, and that I wish was part of the Flash authoring environment, is the code Snippets feature that&#8217;s available in Dreamweaver. Code Snippets is a feature that allows you to name and save snippets of HTML, javascript, or anyother type of code, to a central library so that it can be re used at a later time ( Clicking on a Snippet will insert the code into the page ). Aside from saving a lot of time, it makes it easy to share code with others, as snippets can be imported into Dreamweaver.</p>
<p>Now that I spend more of my time programming in Flash, I wish there was a code snippet library for saving actionscript. This would allow me to build a library of the common functions and classes I use over and over: an XML load and parse snippet, a NetConnection snippet, one for mic and cam settings &#8211; shared objects &#8211; sound objects &#8211; component styles etc,.</p>
<p>Since that day hasn&#8217;t come, I decided to build a simple database to serve the puropse.<br />
<a onfocus="this.blur()" onclick="ps_imagemanager_popup(this.href,'asdblib.jpg','698','394');return false" href="http://www.radiojames.com/jblog/wp-content/imageuploads/images/asdblib.jpg"><img width="120" height="68" border="0" title="asdblib.jpg" alt="asdblib.jpg" src="http://www.radiojames.com/jblog/wp-content/imageuploads/images/.thumbs/.asdblib.jpg" /></a><br />
<em>(click image for larger view)</em></p>
<p>The database is very basic, but allows me to:</p>
<ul>
<li>paste code into a text field</li>
<li>provide a description of the code</li>
<li>add URL to the project (if relevant),</li>
<li>add info related to the author of the code (if from a book or online community)</li>
<li>add the date</li>
<li>include the path to the file (if there is one)</li>
<li>select a checkbox to help identify the code as being for Flash or Flash Server projects</li>
<li>and best of all, search for and retrieve the code so that I can reuse it in other projects</li>
</ul>
<p>The nice thing about having code in a datbase is that it will allow me to organize code centrally. This will keep me from having to search through flash projects to find that bit of code I need, or to type it &#8211; again &#8211; from scratch. I figure I&#8217;ll put the database on my thumb drive so that I can access it at work and at home.</p>
<p><strong>Better idea?</strong> While I was developing the database it dawned on me that an action script wiki might be a lot more valuable. A wiki would allow the world wide flash developer community to share code and best practices for Flash and Flash server. Maybe Adobe should consider hosting something like this. Currently they have a <a href="http://labs.adobe.com/wiki/index.php/ActionScript_3">wiki for AS 3 development</a>, and to some extent their online integrated help system is &#8220;wiki like&#8221; in that it provides good code examples that users can comment and add their own code to, but a wiki may get more  input from the community at large?</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.radiojames.com/jblog/2006/05/searchable-flash-actionscript-code-library/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Voice enabled online presentations using Bubbleshare</title>
		<link>http://www.radiojames.com/jblog/2006/04/voice-enabled-online-presentations-using-bubbleshare/</link>
		<comments>http://www.radiojames.com/jblog/2006/04/voice-enabled-online-presentations-using-bubbleshare/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 00:55:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<dc:subject>eLearning</dc:subject>
	<dc:subject>Main</dc:subject>
		<guid isPermaLink="false">http://www.radiojames.com/jblog/2006/04/11/voice-enabled-online-presentations-using-bubbleshare/</guid>
		<description><![CDATA[I am always on the look out for easy to use apps that students can use to create and publish narrated presentations/slideshows to use in online courses. I recently come across a good one. It&#8217;s called Bubbleshare and though it wasn&#8217;t designed with this in mind, turns out to be a very powerful online slideshow [...]]]></description>
			<content:encoded><![CDATA[<p><img align="top" alt="Bubblehare logo" title="Bubblehare logo" src="http://www.radiojames.com/jblog/wp-content/images/bubbleshareIcon.jpg" /></p>
<p>I am always on the look out for easy to use apps that students can use to create and publish narrated presentations/slideshows to use in online courses. I recently come across a good one. It&#8217;s called Bubbleshare and though it wasn&#8217;t designed with this in mind, turns out to be a very powerful online slideshow (presentation) builder.</p>
<p>Currently online students have been developing narrated powerpoints using the built in narration feature that is part of PowerPoint. The problem with this is that the resulting file size is huge, and without students being able to compress and publish to the web themseleves, the whole process becomes burdensome: Student A has to upload to the course and then download student B&#8217;s,C&#8217;sD&#8217;s etc,.so that they can review and comment. Even with broadband it&#8217;s a pain..</p>
<p>What CyberCampus has been doing to help alleviate this for students is to have them send their presentation to us using  &#8220;Yousendit.com.&#8221;  We then use Impaticato to publish the file to their course (it encodes it to a java player file). You can imagine how this will not scale, even at our sized University.</p>
<p>The nice thing about Bubbleshare is that it will allow students to do everything themself. Bubbleshare allows a student to upload (in batch) images. This means that a student can export their PowerPoint and then upload them to Bubbleshare. After they are uploaded a student can add narration and captions, and then publish and share the presentation as a slideshow. What&#8217;s also nice is that you can rearrange the order that the slides play by dragging the slide to a new position within the sequence (yes through the wonders of AJAX).</p>
<p>It&#8217;s in beta (no suprise there) and, it&#8217;s free (also no suprise ), but it&#8217;s definately worth checking out especially if you have students in online courses that you want to be able to produce presentations.<br />
<em>About it being free: The hesitation I always have with free services is that I&#8217;m never too sure if I should build interest with students and faculty in using the service. Will it be around for long? Will the URL persist (if it&#8217;s a a graded presentation this becomes important). For the most part, I tend to express to the instructors I support that apps and tools will come and go, and the more you accept this as the norm, the less you will be dissapointed.<br />
</em></p>
<p>If interested, here&#8217;s an example of a Bubbleshare presentation I made from a PowerPoint. <a target="_blank" href="http://www.bubbleshare.com/album/25096.623726a7a01/photoframe">An upcoming Workshop</a></p>
<p>All that I did was to export the PowerPoint slides as .jpg&#8217;s &#8211; uploaded the directory of images and then add the narration and a few balloons. Online Audio recording is powered by Flash Server. Of course I am happy about this since I have been waiting for Flash COm to catch on in this way for years. It works well and fits the online application model.</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.radiojames.com/jblog/2006/04/voice-enabled-online-presentations-using-bubbleshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unyte: A free skype enabled desktop sharing tool</title>
		<link>http://www.radiojames.com/jblog/2006/01/unyte-a-free-skype-enabled-desktop-sharing-tool/</link>
		<comments>http://www.radiojames.com/jblog/2006/01/unyte-a-free-skype-enabled-desktop-sharing-tool/#comments</comments>
		<pubDate>Sat, 07 Jan 2006 20:49:56 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<dc:subject>eLearning</dc:subject>
	<dc:subject>Main</dc:subject>
	<dc:subject>Work</dc:subject>
		<guid isPermaLink="false">http://www.radiojames.com/jblog/?p=22</guid>
		<description><![CDATA[Unyte is a skype enabled plugin that allows anyone to share their computer screen, or open application, with up to four guests. What makes it unique is that guests don’t have to install it, or download any plugin to participate, nor do they have to have skype: You can send invitations to non skype users who access your desktop via a secure website provided by WebDialogs. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.radiojames.com/jblog/wp-content/images/UNyteLogo.gif" width="214" height="82" alt="" title="" /><br />
I had planned on doing a post on Verosee, but came across another free skype enabled app or plugin mentioned on <a href="http://www.skypejournal.com/blog/archives/2006/01/host_web_conferences_during_skype_confer.php">skype journal </a>that has really impressed me. It’s called <a href="http://www.webdialogs.com/unyte/default.asp">Unyte</a>, and it’s developed by Web Dialogs &#8211; a company that offers web conferencing solutions in tow with WebEx, Live Meeting and Breeze.</p>
<p><strong>About:</strong><br />
Unyte is a skype enabled plugin that allows anyone to share their computer screen, or open application, with up to four guests. What makes it unique is that guests don’t have to install it, nor download any plugin to participate.  Infact, they don&#8217;t even have to have skype installed. You just  send guest(s) a URL and password (these are automatically generated). They use these to initiate the session via a secure website, provided by WebDialogs.</p>
<p><strong>Why I was drawn to it:</strong><br />
When I first read about it, two services at work came to mind immediately that might benefit from it; The online writing owl (OWL), and The Math Online Tutoring Help (MOTH). These online tutoring services are currently asynchronous, but this may partly be as a result of there not being aware of free synchronous solutions that can augment the current model; a scheduled time where online students can meet with a tutor “live” to get help. The fact that it’s free and that participants just need Explorer, Firefox, and Safari and the Java Virtual Machine (JVM) makes it open to almost everyone.</p>
<p>Other features that makes it cool is that the “presenter” can yield control of their desktop, or application to guests so that they can interact with what’s being shared. In this way it could be used by students as a way to collaboratively edit Word documents or build group presentations. Since it ties into skype the process is further enabled by being able to send files during the share. In a team work scenario, one student could send an image using file sharing that gets placed into a PowerPoint. At the same time, the PowerPoint could be edited by a third person in real-time.  The final file could then be emailed to the team member who couldn’t join because they were at work whose responsible for performing final edits and posting to the course website.</p>
<p>For a good overview look at the <a href="https://skype2.unyte.net/skype/en-us/help.html?ac=help">help pages</a>: </p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.radiojames.com/jblog/2006/01/unyte-a-free-skype-enabled-desktop-sharing-tool/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Skype + Kodak =  Kodak Photo Voice</title>
		<link>http://www.radiojames.com/jblog/2006/01/skype-kodak-kodak-photo-voice/</link>
		<comments>http://www.radiojames.com/jblog/2006/01/skype-kodak-kodak-photo-voice/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 05:46:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<dc:subject>eLearning</dc:subject>
	<dc:subject>Main</dc:subject>
	<dc:subject>Work</dc:subject>
		<guid isPermaLink="false">http://www.radiojames.com/jblog/?p=21</guid>
		<description><![CDATA[Photo Voice is a Skype plugin that allows two people to talk with one another while sharing a photo slideshow]]></description>
			<content:encoded><![CDATA[<table width="100%" border="0">
<tr>
<td valign="top" style="width: 40%"><a href="http://www.radiojames.com/jblog/wp-content/images/smallKodak.jpg"><img width="197" height="215" src="http://www.radiojames.com/jblog/wp-content/images/_smallKodak.jpg" /></a></td>
<td valign="top" style="width: 60%">I was perusing a Flash Com user list earlier and came across an interesting mention by <a href="http://www.ryerson.ca/~blesser">Brian Lesser </a>about something that launched today called <a href="http://www.kodakgallery.com/photovoice">Kodak Photo Voice</a>. What it is, is a Skype plugin that allows two people to talk with one another while sharing photo slideshow. Kodak is promoting it as a way for friends and families to share experiences, but it could also be used for giving online presntations via Skype, first by outputting Power Point fslides to .jpg and then using them as the source to build the slideshow.</td>
</tr>
<tr>
<td colspan="2">One of the big drawbacks is that for now you can only share slideshows with one other person. I’m hoping that in future versions this will change so that it takes full advantage of the Skype conference call feature. This would make it possible for students in online courses to deliver presentations within small groups (up to five), which is something that would be very useful in a lot of the courses I support. .Another thing to mention is that Photo Voice is tied to the Kodak Easy Share service. This means that you have to sign up for a free account (no surprise there). The good news is that the sign up is fairly painless (it&#8217;s built directly within the app) and you don&#8217;t have to load your images to the online &#8220;Easy Share Gallery.&#8221; Instead you can share images that are stored on your hard drive which I think is pretty cool since I don&#8217;t have any desire to store images on the Kodak site.Other drawbacks? You guessed it, as is the case with almost every skype plugin, it’s  only available to Windows users.  This didn&#8217;t suprise me too much, but it means that  you cannot share your images with mac users&#8230;</p>
<p>To continue with Skype, tomorrow I’ll discuss my experience using <a href="http://www.verosee.com/site/actionHome.do">Verosee </a>(beta) which is a skype-centric collaboration app that allows for fileVersioning, offlineSynch and DesktopSharing.</td>
</tr>
</table>
No Tags]]></content:encoded>
			<wfw:commentRss>http://www.radiojames.com/jblog/2006/01/skype-kodak-kodak-photo-voice/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

