<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EdTechTalk's feed | Diigo Group</title>
    <link>http://groups.diigo.com/edtechtalk/bookmark/tag/ascd</link>
    <description>Bookmarks from EdTechTalk tagged by ascd</description>
    <pubDate>Sun, 04 May 2008 20:51:44 -0000</pubDate>
    <item>
      <title>ACEL 2007 International Conference</title>
      <link>http://apollo.instanthosting.com.au/%7Eace14897/conf07/papers.php</link>
      <description>&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/ascd&quot;&gt;ascd&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/australia&quot;&gt;australia&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/bestpractices&quot;&gt;bestpractices&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/conferences&quot;&gt;conferences&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/sydney&quot;&gt;sydney&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/drichards&quot;&gt;drichards&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 04 May 2008 20:51:44 -0000</pubDate>
    </item>
    <item>
      <title>learningbeyondboundaries » Proposal to ASCD 2009</title>
      <link>http://learningbeyondboundaries.wikispaces.com/Proposal+to+ASCD+2009</link>
      <description>&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/2.0&quot;&gt;2.0&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/21st+century+literacies&quot;&gt;21st century literacies&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/ascd&quot;&gt;ascd&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/learning&quot;&gt;learning&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/web2.0&quot;&gt;web2.0&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/drichards&quot;&gt;drichards&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Apr 2008 11:45:36 -0000</pubDate>
    </item>
    <item>
      <title>LearningBeyondBoundaries » The Conversation</title>
      <link>http://learningbeyondboundaries.wikispaces.com/The+Conversation</link>
      <description>&lt;p&gt;&lt;strong&gt;Highlights and Sticky Notes:&lt;/strong&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;&lt;td class=&quot;field&quot; style=&quot;border-left: 1px solid rgb(170, 170, 170);&quot;&gt;&lt;br /&gt;&lt;/td&gt;
      &lt;td class=&quot;field&quot; valign=&quot;top&quot; style=&quot;width: 100%;&quot;&gt;

        &lt;div class=&quot;contentBox&quot;&gt;&lt;div class=&quot;innerContentBox&quot;&gt;&lt;div id=&quot;WikiAdMargin&quot; style=&quot;&quot;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
var baseUrl = 'http://www.wikispaces.com/_/2008040706';
var autosaveDetected = false;
var checkoutStatus = '';
var checkoutUser = '';
var checkoutMessage = '';



function disableEditButton(element) {
  if (element.className == 'WikiPageMenuEditButton') {
    element.className='WikiPageMenuEditButtonDisabled';
  }
  jQuery(element).unbind(&quot;click&quot;);
  element.style.cursor='default';
  element.href='#';

  return true;
}

function enableEditButton(element) {
  log('enabledEditButton');
  if (element.className == 'WikiPageMenuEditButtonDisabled') {
    element.className='WikiPageMenuEditButton';
  }

  jQuery(element).click(function() {
    jQuery('.WikiNotice').remove();
    jQuery('.WikiBanner').remove();
    try {
      disableEditButton(element);
      showFiles(); 
      editorEnable();
      return false;
    } catch (e) {
      element.href = '/page/edit/' + encodeURIComponent(wikispaces_page);
      redirectToEditPage(false);
      return true;
    }
  });

  element.style.cursor='pointer';
  element.href='/page/edit/' + encodeURIComponent(wikispaces_page);

  return true;
}


function editorEnable() {
  if (navigator.userAgent.toLowerCase().indexOf('safari') + 1 ||
      navigator.userAgent.toLowerCase().indexOf('opera') + 1) {
      redirectToEditPage(true);
    exit();
  }

  try {
    var url = '/page/dump/' + encodeURIComponent(wikispaces_page) + '?format=Wikispaces2';
    jQuery.ajax({ url: url, type: &quot;GET&quot;, timeout: 2000, global: false, error: redirectToEditPageCallback, success: editorEnableCallback });
  } catch (e) {
    redirectToEditPage(false);
  }
}

function redirectToEditPageCallback(request, errorString, errorException) {
  log('redirectToEditPageCallback');
  redirectToEditPage(false);
}

function redirectToEditPage(textEditor) {
  log('redirectToEditPage');
  document.location = '/page/edit/' + encodeURIComponent(wikispaces_page) + (textEditor ? '?texteditor=1' : '');
}

function editorEnableCallback(xml) {
  log('editorEnableCallback');
  // Load the fetched XML and set it up for the editor
  if (loadXMLData(xml)) {
    if (checkoutStatus == 'locked' &amp;&amp; (!wikispaces_isUserLoggedIn || checkoutUser != wikispaces_username)) {
      alert(checkoutMessage);
      enableEditButton(document.getElementById('editButton'));
      return false;
    }

    // Setup autosave
    if (autosaveDetected) {
      log('autosaveDetected');
      if (typeof(Dialog) != 'undefined') {
        if (typeof(showAutosavePopup) != 'undefined') {
          log('showAutosavePopup');
          showAutosavePopup();
        } else {
          log('ERROR: undefined showAutosavePopup');
          redirectToEditPage(false);
          return false;
        }
      } else {
        log('ERROR: undefined Dialog');
        redirectToEditPage(false);
        return false;
      }
    } else {
      //Only start the autosave loop after the modal autosave popup has closed or if it wasn't displayed
      log('autosaveLoop setTimeout');
      setTimeout(&quot;autosaveLoop()&quot;, 1000);
    }

    jQuery('#editor_wrap').show();

    if (customEditorStart('WikispacesEditorContentHidden')) {
      jQuery('#WikiTags').hide();
      jQuery('#content_view').hide();
      jQuery('#WikiAds').hide();
      o = jQuery('#WikiAdMargin');
      if (o) {
        o.css('marginRight', 0);
      }
      return true;
    } else {
      log('customEditorStart failed');
    }
  }

  // Something failed, and we're in a callback, so we have to change the page location to the edit page like this
  redirectToEditPage(false);
}

function loadXMLData(xml) {
  log('loadXMLData');
  try {
    var contentBlock = xml.getElementsByTagName('dump')[0].getElementsByTagName('content')[0];
    var wikiPageData = '';
    if (contentBlock &amp;&amp; contentBlock.childNodes.length &gt; 0) {
      for (var i = 0; i &lt; contentBlock.childNodes.length; i++) {
        wikiPageData += contentBlock.childNodes[i].nodeValue;
      }
    }
    var versionBlock = xml.getElementsByTagName('dump')[0].getElementsByTagName('version')[0]
    if (versionBlock &amp;&amp; versionBlock.firstChild) {
      version = versionBlock.firstChild.nodeValue;
    }

    // If we got back a version, but not any data
    if (!wikiPageData &amp;&amp; version != 0) {
      return false;
    }

    // Store loaded page data in the same place that the edit page would have it
    if (wikiPageData) {
      document.getElementById('WikispacesEditorContentHidden').innerHTML = wikiPageData;
    }

    checkoutStatus = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutStatus')[0].firstChild.nodeValue;
    if (checkoutStatus == 'locked') {
      checkoutUser = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutUser')[0].firstChild.nodeValue;
      var checkoutDate = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutDate')[0].firstChild.nodeValue;
      var checkoutRefreshDate = xml.getElementsByTagName('checkout')[0].getElementsByTagName('checkoutRefreshDate')[0].firstChild.nodeValue;

      checkoutMessage = 'This page was locked for editing by ' + checkoutUser + ' on ' + checkoutDate + '.  The page will be available for editing after the changes have been saved.';
    }

    if (xml.getElementsByTagName('dump')[0].getElementsByTagName('autosave').length &gt; 0) {
      var autosaveRoot = xml.getElementsByTagName('dump')[0].getElementsByTagName('autosave')[0];
      var autosaveContentBlock = autosaveRoot.getElementsByTagName('autosaveContent')[0];
      var autosaveContent = '';
      if (autosaveContentBlock &amp;&amp; autosaveContentBlock.childNodes.length &gt; 0) {
        for (var i = 0; i &lt; autosaveContentBlock.childNodes.length; i++) {
          autosaveContent += autosaveContentBlock.childNodes[i].nodeValue;
        }
      }
      var autosaveDate = autosaveRoot.getElementsByTagName('autosaveDate')[0].firstChild.nodeValue;
      autosaveVersion = autosaveRoot.getElementsByTagName('autosaveVersion')[0].firstChild.nodeValue;

      document.getElementById('autosavePrompt').innerHTML = '&lt;h1&gt;Draft Recovered&lt;/h1&gt;&lt;p class=&quot;wikispaces_p&quot;&gt;We have recovered an unsaved draft of this page, created ' + autosaveDate + '.&lt;/p&gt;' + 
      (autosaveVersion != version ? '&lt;p class=&quot;wikispaces_p&quot;&gt;However, another person has edited this page since your last draft.  If you continue, their changes will be overwritten. To view these changes, &lt;a href=&quot;/page/diff/' + encodeURIComponent(wikispaces_page) + '?v1=' + autosaveVersion + '&amp;v2=' + version + '&quot;&gt;click here&lt;/a&gt;.&lt;/p&gt;' : '');
      document.getElementById('autosaveContent').innerHTML = autosaveContent;

      autosaveDetected = true;
    }
      
    return true;
  } catch (e) {
    return false;
  }
}

// Link the edit button to the dynamic in-page editor and remove the href to the standalone editor
jQuery(document).ready(function() { 
  if (document.getElementById('editButton')) { 
    enableEditButton(document.getElementById('editButton')); 
  }
} );

//--&gt;

&lt;/script&gt;


  &lt;div id=&quot;autosaveContent&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;
  &lt;div id=&quot;autosavePrompt&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;

&lt;!-- The wiki div is styled in the customizable stylesheet --&gt;
&lt;div class=&quot;wiki wikiPage&quot; id=&quot;content_view&quot;&gt;

  &lt;div id=&quot;contentEditButton&quot;&gt;
&lt;a href=&quot;http://learningbeyondboundaries.wikispaces.com/page/edit/The+Conversation&quot; id=&quot;editButton&quot;&gt;&lt;img title=&quot;Edit This Page&quot; src=&quot;http://s.wikispaces.com/i/edit.png&quot; height=&quot;37&quot; alt=&quot;Edit This Page&quot; style=&quot;margin: 0pt 0pt 0.5em 0.5em; float: right;&quot; width=&quot;128&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;!-- google_ad_section_start --&gt;&lt;h1 id=&quot;toc0&quot;&gt;Part of the Story&lt;/h1&gt;
 &lt;br /&gt;
While I was at ASCD 2008 in New Orleans in March 2008, I started a conversation with some ASCD Leadership Council members and my online network of educators about the need for educators familiar with Web 2.0 pedagogies to spread the word about how they are successfully using the new 21st Century technology to improve student learning. That conversation has continued until today, April 3, 2008. We have less than a month to pool our collective intelligence to help ASCD do a &quot;bang up&quot; job for it's membership in Orlando in March 2009 on technology and engaging students in learning. See the home page of this wiki for more details.&lt;br /&gt;
&lt;br /&gt;
Go &lt;a href=&quot;http://tinyurl.com/2nkwzw&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to read the conversation as it developed on &lt;a href=&quot;http://tinyurl.com/39jejt&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;Professional Development 2.0&lt;/a&gt; from March 16, 2008 to April 3, 2008 when I then created this wiki. Join this wiki and help us develop a comprehensive proposal. In the process we will show how the online nextwork of educators works. If nothing else, at least that will be impressive. If you help out!&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;While I was at ASCD 2008 in New Orleans in March 2008, I started a conversation with some ASCD Leadership Council members and my online network of educators about the need for educators familiar with Web 2.0 pedagogies to spread the word about how they are successfully using the new 21st Century technology to improve student learning. That conversation has continued until today, April 3, 2008. We have less than a month to pool our collective intelligence to help ASCD do a &quot;bang up&quot; job for it's membership in Orlando in March 2009 on technology and engaging students in learning. See the home page of this wiki for more details.&lt;br /&gt;
&lt;br /&gt;
Go &lt;a href=&quot;http://tinyurl.com/2nkwzw&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; to read the conversation as it developed on &lt;a href=&quot;http://tinyurl.com/39jejt&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;Professional Development 2.0&lt;/a&gt; from March 16, 2008 to April 3, 2008 (Dennis Update - ongoing as of 4.17.08) when I then created this wiki. Join this wiki and help us develop a comprehensive proposal. In the process we will show how the online nextwork of educators works. If nothing else, at least that will be impressive. If you help out!&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Thank you for connecting through Twitter. You have really hit the nail on the head that the Web 2.0 tools are not meeting mainstream, and I am right there, we need to change that!&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;There are a number of ways in which technology can better facilitate the learning of adults:&lt;br /&gt;

&lt;ul&gt;
    &lt;li&gt;Email, iChat/IM, Twitter: connects learners as collaborators&lt;/li&gt;
    &lt;li&gt;Blogs: provides a forum for reflection and discussion&lt;/li&gt;
    &lt;li&gt;Wikis/Google Docs/Zoho: provides a place to co-learn and build shared knowledge.&lt;/li&gt;
    &lt;li&gt;Shared server/network space: provides a place for learners to swap/store documents&lt;/li&gt;
    &lt;li&gt;iPods/MP3 players: allows anytime/anywhere learning&lt;/li&gt;
    &lt;li&gt;Moodle/Blackboard: a place to learn from instructor-assigned tasks and discussions&lt;/li&gt;
    &lt;li&gt;Interactive technology: (student response systems and interactive boards) engages adult learners in much the same way as students&lt;/li&gt;
    &lt;li&gt;Online survey tools: collect opinions and perceptions&lt;/li&gt;
    &lt;li&gt;Social Bookmarking tools: helps to share the knowledge&lt;/li&gt;
    &lt;li&gt;RSS: critical tool for managing information.&lt;/li&gt;
    &lt;li&gt;Digital cameras (still and video): use to record learning for later playback/review.&lt;/li&gt;
    &lt;li&gt;Online streaming (uStream): collaborate online during a presentation, revisit the archive later.&lt;/li&gt;
    &lt;li&gt;Nings; places like this to brainstorm and share strategies.&lt;/li&gt;
    &lt;li&gt;Web: unlimited possibilities!&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;I agree with your thinking that the tech presentations need to move to other conferences. Thanks for starting that shift.&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;This is something I have seen at many conferences and I am glad you are making it more obvious to others! One of my niches is using technologies with young children... when I spoke as a featured speaker at FETC (Florida) this year there were only 3 sessions for early learning... so when we add to ASCD, let's also remember to add content for elementary!! I can add an application or two myself. Do you have any specific pointers to help us add more technology, especially Web 2.0 to ASCD?&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;The field on Web 2.0 is wide open for ASCD 2009. See &lt;a href=&quot;http://tinyurl.com/2cagep&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. I can tell you that 2009 at the annual conference will be different if we &quot;seize the day.&quot; ASCD is ready to embrace a new definition of literacy for the 21st Century at its annual convention in Orlando, but they need our help. It's now time for those whose pedagogies utilize web 2.0 tools to send the word out to their networks to submit proposals by May 1.&lt;br /&gt;
I also agree on a stronger focus on elementary programming is also needed.&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Hi Dennis,&lt;br /&gt;
Are you on the committee or have some strong influence to be sure the proposals get accepted?&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Hi Charlene,&lt;br /&gt;
It's not that simple. In life nothing worth having ever is. Hope this helps. I'm also going to post more on my &lt;a href=&quot;http://innovation3.blogspot.com&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;blog&lt;/a&gt; so I can explain the context, but I can start the conversation by saying a few things here.&lt;br /&gt;
&lt;br /&gt;
- I am president of the Massachusetts affiliate of ASCD,&lt;br /&gt;
- I am on the ASCD Leadership Council.&lt;br /&gt;
- I attended the Position Statement Committee discussion in New Orleans, ASCD 2008, last month on 21st Century education and was a strong advocate for ASCD beginning to help the staff, leadership and membership understand Web 2.0 pedagogies.&lt;br /&gt;
- I advocated in the same fashion for Web 2.0 pedagogies with Valerie Truesdale, current President of ASCD.&lt;br /&gt;
- Valerie pointed out that &lt;a href=&quot;http://tinyurl.com/2cagep&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;ASCD 2009&lt;/a&gt; has a major theme on technology, &lt;a href=&quot;http://tinyurl.com/2sqpew&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;**Imagine: Connecting Learners in an E-World**&lt;/a&gt;, and a major theme of engagement, &lt;a href=&quot;http://tinyurl.com/2hr23s&quot; class=&quot;wiki_link_ext&quot; rel=&quot;nofollow&quot;&gt;**Imagine: Challenging Minds to Engage and Learn More Deeply**&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Based on what I know, I am optimistic that ASCD is ready for our message. I still have work to do, but if I have the names of a network of presenters like you, Gail and others interested with solid proposals, I will approach ASCD to advocate for an understanding of how significant our contribution could be on ASCD 2009. It would obviously help if I had ten or more people so I could say, &quot;Hey, look at us; we have something to offer ASCD that will move the educational technology strand from successful to significant! Not sure what will come of it, but it sure beats complaining that no one listens to us.&lt;br /&gt;
Dennis&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Dennis,&lt;br /&gt;
Thanks for the encouraging information. I think that in the past some technology-rich presenters have felt discouraged by not having applications accepted. I will apply and also encourage others to do so!&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Now if I'm going to advocate for you and others who apply, I think it would help for me to know who applies and what the proposals look like. It would also makes sense for people not to duplicate similar topics. How can we orchestrate that?&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Well, let's see, we can use Twitter, this site, and others to gather information about people planning to apply OR perhaps a more proactive approach -- offer to ASCD some expertise in helping them fill a technology-infused or technology-rich strand by helping them select the sessions which will be hosted in a specific room or rooms throughout the conference (thus pooling the higher technology needs (high speed internet and projectors, sound, IWB or whatever) into a specific set of rooms. We could serve to help them make this a dynamic, meaningful and important part of their conference. We could help them balance grade levels, technologies, levels of experience required of participants, etc.... I wonder what others think...&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;Great ideas, almost create a &quot;package&quot; of well balanced presentations, balanced grade levels and interest. I like Gail's thinking about hosting in specific rooms using appropriate technology that helps spread the message. For example instead of going to an IWB session, actually see the board in action during a presentation. I would also like to extend the buzz by having &quot;meet-ups&quot; or a networking sessions on various topics. These could be informal sessions to promote conversations. I will be working on topic ideas this week.&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;I do like this idea - a bit like NECC's OpenSource Lab concept. A suite of Web 2.0 tools demonstrated and presented.&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;content&quot;&gt;I think we need to LEAD with the content (curriculum, learning, etc) and USE the tools as much as possible and then intersperse that a bit with the tool &quot;how tos&quot; and &quot;whiz bang&quot;... this conference will draw people who want to learn about using technologies IN curriculum and not so much the techies, at least that would be my first take. We may have sessions that people come to to find out the basics (Like &quot;What IS Web 2.0?&quot;) but perhaps MORE who wonder about having learners participate in global learning communities or who ponder making curriculum more differentiated through technology.... it will be important to not ONLY &quot;preach to the choir&quot; of the technology-lovers at ASCD, but to snag a few through the content... am I making any sense?&lt;/div&gt;&lt;/p&gt;&lt;p&gt;&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/ascd&quot;&gt;ascd&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/learning&quot;&gt;learning&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/pedagogy&quot;&gt;pedagogy&lt;/a&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/tag/web2.0&quot;&gt;web2.0&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Posted by:&lt;/strong&gt; &lt;a href=&quot;http://groups.diigo.com/edtechtalk/bookmark/drichards&quot;&gt;drichards&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Apr 2008 18:00:20 -0000</pubDate>
    </item>
  </channel>
</rss>