<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>The Evenflow Blog</title>
	<link>http://evenflowtechnologies.com/blog</link>
	<description>Just another Chris</description>
	<pubDate>Sat, 18 Nov 2006 20:59:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
		<!-- podcast_generator="podPress/6.8" -->
		<copyright>&#xA9; 2003-2006</copyright>
		<managingEditor>chris@evenflowtechnologies.com ()</managingEditor>
		<webMaster>chris@evenflowtechnologies.com</webMaster>
		<category></category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Just another WordPress weblog</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>chris@evenflowtechnologies.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://evenflowtechnologies.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://evenflowtechnologies.com/wordpress/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>The Evenflow Blog</title>
			<link>http://evenflowtechnologies.com/blog</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Spelling with Flickr</title>
		<link>http://evenflowtechnologies.com/blog/?p=64</link>
		<comments>http://evenflowtechnologies.com/blog/?p=64#comments</comments>
		<pubDate>Wed, 25 Jan 2006 21:57:00 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=64</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=64</wfw:commentRSS>
		</item>
		<item>
		<title>Enumerate System DSNs for easy migration</title>
		<link>http://evenflowtechnologies.com/blog/?p=62</link>
		<comments>http://evenflowtechnologies.com/blog/?p=62#comments</comments>
		<pubDate>Tue, 22 Nov 2005 01:58:33 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=62</guid>
		<description><![CDATA[On the topic of how to find out and easily transfer DSN settings (ODBC connections) that might be resident on a win2k/xp machine, the following might be useful.
 From a command prompt, try the following to see what the reg.exe command can do: %&#62;reg /?
 Then, try the following to view system DSNs on screen: [...]]]></description>
			<content:encoded><![CDATA[<p>On the topic of how to find out and easily transfer DSN settings (ODBC connections) that might be resident on a win2k/xp machine, the following might be useful.</p>
<p> From a command prompt, try the following to see what the reg.exe command can do:<br /> <span class="code">%&gt;reg /?</span></p>
<p> Then, try the following to view system DSNs on screen:<br /> <span class="code">%&gt;reg query HKLM\Software\ODBC\ODBC.INI /s<br /> </span></p>
<p> Then, try the following to view DSNs for the currently logged-in user<br /> <span class="code">%&gt;reg query HKCU\Software\ODBC\ODBC.INI /s</span></p>
<p> Finally, try the following to create a .reg file (called systemDSNs.reg) containing all of the entries needed to transfer system DSN settings from one machine to another:<br /> <span class="code">%&gt;reg export HKLM\Software\ODBC\ODBC.INI systemDSNs.reg<br /> </span><br /> One challenge comes in transferring user DSN entries from one machine to another because each user is identified by what Windows calls an SID (Security Identifier) that uniquely identifies a Windows account on a system.&nbsp; The SID for user X on one machine will not match the SID on another machine even if the user appears identical in all respects (name, password, settings, etc.)</p>
<p>To overcome this challenge, it is a little more convenient to use Windows Scripting to query the registry.&nbsp; This topic goes a bit beyond the current need but the gist will involve enumerating keys under HKU that have the branch <em>&lt;SID&gt;</em>\Software\ODBC\ODBC.INI</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=62</wfw:commentRSS>
		</item>
		<item>
		<title>Playing Roles with HR</title>
		<link>http://evenflowtechnologies.com/blog/?p=67</link>
		<comments>http://evenflowtechnologies.com/blog/?p=67#comments</comments>
		<pubDate>Fri, 14 Oct 2005 12:50:11 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=6</guid>
		<description><![CDATA[I&#8217;ve been working with our Human Resources department over the last couple of months in reading and discussing the book &#34;Talk it Out! The Educator&#8217;s Guide to Having Successful Difficult Conversations&#34; by Barbara Sanderson.&#160; We&#8217;re reading the book at a rate of one chapter per week and taking time to reflect on the content at [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with our Human Resources department over the last couple of months in reading and discussing the book &quot;<em>Talk it Out! The Educator&#8217;s Guide to Having Successful Difficult Conversations</em>&quot; by Barbara Sanderson.&nbsp; We&#8217;re reading the book at a rate of one chapter per week and taking time to reflect on the content at the end of each week.&nbsp; One person is responsible for facilitating the week&#8217;s chapter at the HR staff meeting, and we talk about the concepts that are particularly significant to us at work or home, and also coach one another on the difficult conversations we&#8217;ve been having all along the way.</p>
<p>This morning I&#8217;m planning to work with our reserve teacher scheduler to act out a scenario in front of the group (the group won&#8217;t know about this beforehand.)&nbsp; What I&#8217;d like to have happen is to have the audience guide our improvisation from a potentially inflammatory and destructive situation into one that comes out with, at least, fair and respectful behavior.</p>
<p>Interacting with HR has been a really great experience not only because I enjoy all of the people in that department, but it is also very interesting to plop myself into a group with a whole different set of behavior, language, challenges, and outlook on work and life.&nbsp; These folks have a great collective experience and wisdom when it comes to working with other people.</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=67</wfw:commentRSS>
		</item>
		<item>
		<title>Designing a Coaching Cycle Observer</title>
		<link>http://evenflowtechnologies.com/blog/?p=50</link>
		<comments>http://evenflowtechnologies.com/blog/?p=50#comments</comments>
		<pubDate>Sun, 04 Sep 2005 18:33:54 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=50</guid>
		<description><![CDATA[Had session with Sean B to talk about how to best track the interactions that our instructional coaches will be having with teachers throughout ths school year. Sean shared with me some great insight from his Cognitive Coaching (CCC) experience . The CCC school of thought affirms the notion that effective instructional coaches will intentionally [...]]]></description>
			<content:encoded><![CDATA[<p>Had session with Sean B to talk about how to best track the interactions that our instructional coaches will be having with teachers throughout ths school year. Sean shared with me some great insight from his Cognitive Coaching (<a href="http://www.cognitivecoaching.com/">CCC</a>) experience . The CCC school of thought affirms the notion that effective instructional coaches will intentionally build relationships with teachers. Also necessary for coaching experiences is that they are structured in such a way that value is clearly visible to the teacher, coach, and outside observers. This structure takes the form of a continuum of engagement from <strong>planning</strong>, to <strong>implementation (or action strategy)</strong>, then <strong>observation (or data collection)</strong>, and finally <strong>reflection</strong>.  These four phases of a coach&#8217;s work follow the basic <a href="http://en.wikipedia.org/wiki/W._Edwards_Deming">Deming</a> <a href="http://www.asq.org/learn-about-quality/project-planning-tools/overview/pdsa-cycle.html">Plan-Do-Check-Act</a> cycle - increasing quality and value over time.</p>
<p>The session focused on a system that would allow coaches to document their engagements with teachers in the classroom within each of the four phases.<a target="_self" href="http://evenflowtechnologies.com/blog/pages/DesigningACoachingCycleObserver.pdf" /></p>
<p>The structure of the session was an offshoot of the wonderful <a href="http://www.boxesandarrows.com/">boxes and arrows</a> article <a href="http://www.boxesandarrows.com/archives/collaboration_sessions_how_to_lead_multidisciplinary_teams_generate_buy-in_and_create_unified_design_views_in_compressed_timeframes.php">&#8220;Collaboration Sessions&#8221;</a> by Sasha Verhage.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=50</wfw:commentRSS>
		</item>
		<item>
		<title>More Curriculum Mapping Thoughts</title>
		<link>http://evenflowtechnologies.com/blog/?p=49</link>
		<comments>http://evenflowtechnologies.com/blog/?p=49#comments</comments>
		<pubDate>Sat, 02 Jul 2005 16:51:52 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=49</guid>
		<description><![CDATA[Some additional thoughts on the topic of Curriculum Mapping as long as it&#8217;s fresh in the mind&#8230;&#160;
In the demonstrations there were a few lower-level technology questions that I felt needed to be addressed by these products (actually, any CM system). At the risk of encouraging schizophrenia, I&#8217;m going to try to point out a the [...]]]></description>
			<content:encoded><![CDATA[<p>Some additional thoughts on the topic of <a target="_self" href="http://evenflowtechnologies.com/blog/?p=9">Curriculum Mapping as long as it&#8217;s fresh in the mind</a>&#8230;&nbsp;</p>
<p>In the demonstrations there were a few lower-level technology questions that I felt needed to be addressed by these products (actually, any CM system). At the risk of encouraging schizophrenia, I&#8217;m going to try to point out a the most significant nice-to-haves with respect to integration. <br /> For my district, this means working with our Student Information System (SIS), Curriculum and Instruction Committee (CIC) output (best practices, reports, documents, and so on), and staff professional development portfolios. This will build-out over time but here is a start&#8230; </p>
<p> &gt; api access (web service, JMS, .NET remoting or whatever), to: <br />  * Curriculum Master <br />  * Curriculum Master instances (tear-off) <br />  * Instructors <br />  * Subject Area <br />  * Course <br />  * Time/calendar <br />  * Artifacts (lesson plans, resources, activities, documents, etc.) </p>
<p> &gt; versioning (with diff functionality) <br /> &gt; directory services integration for authentication <br /> &gt; online awareness for instant messaging platforms <br /> &gt; comment threads for all elements <br /> &gt; document import <br /> &gt; inline document editing <br /> &gt; mapping standards to professional development experience <br /> &gt; mapping standards to instruction experience (assignments &amp; assessments) <br /> &gt; user can subscribe to interesting elements  </p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=49</wfw:commentRSS>
		</item>
		<item>
		<title>Talking about race and the achievement gap</title>
		<link>http://evenflowtechnologies.com/blog/?p=7</link>
		<comments>http://evenflowtechnologies.com/blog/?p=7#comments</comments>
		<pubDate>Sat, 23 Oct 2004 03:24:38 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=7</guid>
		<description><![CDATA[Last night, I went to a town hall meeting which was hosted by MPR&#8217;s Kerri Miller.&#160; The purpose of the meeting was to allow community members to have an open dialogue with three leaders in Minnesota public education.
&#160;
In general, students falling at the low-performance mode of the achievement gap face a economic limitations.&#160; Though this [...]]]></description>
			<content:encoded><![CDATA[<p>Last night, I went to a town hall meeting which was hosted by MPR&#8217;s Kerri Miller.&nbsp; The purpose of the meeting was to allow community members to have an open dialogue with three leaders in Minnesota public education.</p>
<p>&nbsp;</p>
<p>In general, students falling at the low-performance mode of the achievement gap face a economic limitations.&nbsp; Though this is not unanimous, Pat Harvey points out that it is not rare for immigrant students to improve quickly after a short adjustment period the different expectations and culture.&nbsp; There are, however, chronic deadbeats.</p>
<p><em>Was this gap anticipated?</em></p>
<p>To some degree, yes.&nbsp; The Title 1 act intiaited by LBJ was created in acknowledgement of the impact that economic disparities have on student learning.&nbsp; This had been largely neglected over thelast couple of decades.&nbsp;&nbsp;Mandates like NCLB -&nbsp;regardless of implementation gripes - have, at least, forced the issue&nbsp;to the front burner.</p>
<p><em>Idea 1: Require parent involvement and community partnerships.</em></p>
<p>Awareness of cultural differences requires a better understanding of the perceived role of parents in child education.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=7</wfw:commentRSS>
		</item>
		<item>
		<title>Triumph</title>
		<link>http://evenflowtechnologies.com/blog/?p=8</link>
		<comments>http://evenflowtechnologies.com/blog/?p=8#comments</comments>
		<pubDate>Fri, 03 Sep 2004 14:26:37 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=8</guid>
		<description><![CDATA[My neighbors have been working so hard on their estate that I thought I&#160;ought to do my part to honor their efforts.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/15106174@N00/52881112/" title="Photo Sharing"><img width="100" height="79" border="0" align="right" src="http://static.flickr.com/30/52881112_884f31764e_t.jpg" alt="bee hive" /></a>My neighbors have been working so hard on their estate that I thought I&nbsp;ought to do my part to honor their efforts.</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=8</wfw:commentRSS>
		</item>
		<item>
		<title>Mapping Curriculum</title>
		<link>http://evenflowtechnologies.com/blog/?p=9</link>
		<comments>http://evenflowtechnologies.com/blog/?p=9#comments</comments>
		<pubDate>Fri, 30 Jul 2004 18:28:49 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=9</guid>
		<description><![CDATA[Yesterday I sat in on&#160;two presentations of curriculum mapping software products.&#160; The two presented were Curriculum Mapper from Westjam (a name concocted from the founder&#8217;s name James&#160;Westrick), and Curriculum Facilitator from a company called QLD Learning.&#160; The demonstrations involved a fairly comprehensive walk-through of&#160;product features in an environment that, as closely as possible, simulated what [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I sat in on&nbsp;two presentations of curriculum mapping software products.&nbsp; The two presented were <a href="http://www.curriculummapper.com/homesite/default.htm">Curriculum Mapper</a> from <a href="http://www.westjam.com/homesite/aboutus.htm">Westjam</a> (a name concocted from the founder&#8217;s name James&nbsp;Westrick), and <a href="http://www.qldlearning.com/b/products_cf.shtml">Curriculum Facilitator</a> from a company called <a href="http://www.qldlearning.com/">QLD Learning</a>.&nbsp; The demonstrations involved a fairly comprehensive walk-through of&nbsp;product features in an environment that, as closely as possible, simulated what our teachers and administrators would encounter.</p>
<p>In a nutshell, these curriculum mapping tools are specialized content management stores.&nbsp; They specifically hold information about curriculum scope, sequence, and content in a few different, well-defined, hierarchies.&nbsp; What must be done is to define the curriculum &ldquo;master&rdquo;, or template, which defines how we, as a district, provide a subject area - social studies, for example.&nbsp;Elements from the master correspond (map-to) standards produced by the <a href="http://education.state.mn.us">state board of education</a>.&nbsp; Once the masters are defined, teachers can &ldquo;tear-off&ldquo; copies and customize them to their own likes - arranging subject matter into their term calendar, adding their own lesson plans and activities.&nbsp; The tear-off curriculum still maintains it&#8217;s mapping to the master so that one can perform some reporting to determine if where and when standards are (or are not) being met in the classroom.</p>
<p>The system comes out serving (at least) a couple of distinct audiences most significantly - <strong>teachers</strong> for whom the software may become an organizational aide in&nbsp;planning,&nbsp;executing,&nbsp;and&nbsp;reviewing&nbsp;their pedagogy for a course/term/year; and <strong>curriculum&nbsp;committees</strong> that may be interested in discovering standards compliance, planning for&nbsp;revisions to the master curricula,&nbsp;providing guidance to professional development programs, and other activities that focus on review and planning.</p>
<p>What I hoped to offer with my presence as a &ldquo;technology rep&ldquo; was some insight on the compatibility of these products with our operating environment - in both desktop configuration and support.&nbsp; Both of these products are entirely web-based&nbsp;which fits in well with our other systems.&nbsp; Unfortunately, a few questions revealed that these products are in their infancy with respect to any sort of information integration or user collaboration.&nbsp; This means that they have to do a *really* good job of&nbsp; the curriculum mapping effort to compensate for becoming &ldquo;another system&ldquo; for a teacher to&nbsp;master and use regularly.&nbsp; Without sharing its information, the mapping software is not much more than another filing cabinet for data. (Maybe it&#8217;s got a prettier face with&nbsp;a few predefined reports but, to me, it still seems like swine sporting Revlon&#8217;s latest lip gloss.)</p>
<p>Curriculum Mapper has been around for a longer time (about 5 years).&nbsp; It seems like a product that, with organized guidance, could more quickly become a teacher&#8217;s organizational assistant.&nbsp; It has flexibility in the way that information is entered and a rigid time schedule for execution which is easy to understand.&nbsp; The ability to add and index electronic documents directly in the system is also a very nice feature not provided by the QLD product.&nbsp; </p>
<p>One of the things I have discovered working in this district is that it is filled with very thoughtful people - individuals that are able to bring their experience, research, and conversation into context to provide awesome insight.&nbsp;&nbsp;As I was sitting&nbsp;through these presentations, our&nbsp;director of Ed. Services&nbsp;posed a good question about how a teacher that is <a href="http://www.dc.peachnet.edu/%7Ejgutliph/Books/learning_styles/Concrete_Sequential.html">not</a> non-<a href="http://www.dc.peachnet.edu/%7Ejgutliph/Books/learning_styles/Abstract_Random.html">Random</a> in their work style&nbsp;would benefit from this mapping software. Then there is another whole question of this software&#8217;s applicability (actually, standards in general) in a developmental learning&nbsp;environment - an interesting question&nbsp;and one that I will have to get back to another time.&nbsp;</p>
<p>So, where does that leave Curriculum Facilitator and Curriculum mapper as curriculum mapping software?&nbsp; For me, unfortunately, the significant cost, an ininspired feature set, failure of imagination,&nbsp;and an ambiguous position in the&nbsp;public school district&nbsp;enterprise mean that these products are not a right fit.&nbsp; But, there is a lot of room to grow because of the potential value to&nbsp;educators - opportunity is knocking.</p>
<p>&#8211;</p>
<p><em>There was a young woman named Bright,<br />Whose speed was faster than light,<br />She set out one day,<br />in a relative way, <br />and returned on the previous night.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=9</wfw:commentRSS>
		</item>
		<item>
		<title>Blended and Hybrid Learning Models</title>
		<link>http://evenflowtechnologies.com/blog/?p=10</link>
		<comments>http://evenflowtechnologies.com/blog/?p=10#comments</comments>
		<pubDate>Tue, 27 Jul 2004 14:29:56 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=10</guid>
		<description><![CDATA[Graeme Daniel has put together a nice and succinct view of hybrid learning models as related to technology integration in the classroom in his post &#8220;The Trend to Blended or Hybrid Learning Models&#8220;.  In abstract, the confluence of computer based instruction and student-centered learning environments has resulted - with varied reception - in elearning. [...]]]></description>
			<content:encoded><![CDATA[<p><span class="signature">Graeme Daniel has put together a nice and succinct view of hybrid learning models as related to technology integration in the classroom in his post &ldquo;<a href="http://magazines.fasfind.com/wwwtools/magazines.cfm?x=0&#038;rid=1413">T</a></span><span class="signature"><a href="http://magazines.fasfind.com/wwwtools/magazines.cfm?x=0&#038;rid=1413">he Trend to Blended or Hybrid Learning Models</a>&ldquo;.  In abstract, the confluence of <strong>computer based instruction</strong> and <strong>student-centered learning environments</strong> has resulted - with varied reception - in <strong>elearning</strong>. A more pragmatic solution, some say, is a hybrid approach wherein internet technologies are integrated with traditional, face-to-face learning. </span></p>
<p>Two particular links jump out at me from Graeme&#8217;s post.  The <strong><a href="http://educationforum.ipbhost.com/index.php?showtopic=246">first</a></strong> is a nice interchange on the subject of &quot;Blended learning? Blended learning is just a cop out for those people who are too afraid or unable to teach fully online&quot; - it emphasizes the always-present constraints of time, money, and richness.</p>
<p>The <a href="https://wbt.psu.edu/Docs/blendingWBintoILT.htm">second resource</a> is from Penn State University&#8217;s Web Based Training (WBT) center and provides a set of useful observations on the elements of a successful integration of internet technology with traditional instructor-led courses (watch the spell-check).</p>
<p>&#8211;</p>
<p><em>Little Willy&#8217;s gone, he&#8217;s not with us any more.  <br />What he thought was H<sub>2</sub>O, was H<sub>2</sub>SO<sub>4</sub></em></p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=10</wfw:commentRSS>
		</item>
		<item>
		<title>EP Reads and the Three Rivers</title>
		<link>http://evenflowtechnologies.com/blog/?p=11</link>
		<comments>http://evenflowtechnologies.com/blog/?p=11#comments</comments>
		<pubDate>Tue, 27 Jul 2004 11:34:58 +0000</pubDate>
		<dc:creator>chris.hoehn</dc:creator>
		
		<guid isPermaLink="false">http://evenflowtechnologies.com/blog/?p=11</guid>
		<description><![CDATA[Eden Prairie Reads is a community program in which members of our community will read a specific book and have a chance to participate in guided learning sessions to gain a deeper understanging of the material as well as make connections between neighbors. The project presents a wonderful opportunity for the assembly of Community, Conversation, [...]]]></description>
			<content:encoded><![CDATA[<p>Eden Prairie Reads is a community program in which members of our community will read a specific book and have a chance to participate in guided learning sessions to gain a deeper understanging of the material as well as make connections between neighbors. The project presents a wonderful opportunity for the assembly of Community, Conversation, and Technology with some of the online tools at our disposal.</p>
<p>This confluence is not unlike the transitions that students experience as they make their way through institutionalized education&#8230; They are first forced to participate and be part of a community based on location (a classroom).&nbsp; As time passes, students are given the opportunity to associate with others based on interest - be it religious, political or otherwise.&nbsp; By the time you are in college and discovered that independence is as much about choosing with whom you associate, as it is about acccepting responsibility for your actions, the expecation is that you should not&nbsp;be excluded from a community&nbsp;of your interest for reasons of race,&nbsp;gender, age, affiliation, or location.&nbsp; If you have a genuine voice in the community, it will welcome you and benefit from your contribution.&nbsp; This is transparency, this is the Fish Bowl effect, this is &#8216;accountability&#8217;.</p>
<p>ep reads website is just such a community.&nbsp; It&nbsp;is an area in which people interested in a similar topic have an opportunity to converse - in active dialogue - with one another without regard to temporal or geocraphic restrictions.&nbsp; Technology has made it possible for connunity members to participate in a rich and meaningful way (see <a href="http://www.myspace.com">www.myspace.com</a>).&nbsp; The value of the dialogue is increased by the removal of constraints in the same way that the Indonesian coffee farmer benefits from global telecommunications&nbsp;- by connecting the producer directly with the consumer, the optimal free-market conditions are created - a flattened world.&nbsp;&nbsp; </p>
<p>Interesting about this is that it is a beautiful return to the original marketplace where consumers and producers did meet face-to-face.</p>
<p>Needed for <strong>epreads.edenpr.org</strong>:</p>
<ul>
<li>self-registration  </li>
<li>registered users can author  </li>
<li>how to acquire book (<a href="http://www.bookcrossings.com">www.bookcrossings.com</a>)  </li>
<li>questions for Nerburn  </li>
<li>generals in the army  </li>
<li>calendar&nbsp;of physical meetings (way to record physical meetings) </li>
</ul>
<p>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://evenflowtechnologies.com/blog/?feed=rss2&amp;p=11</wfw:commentRSS>
		</item>
	</channel>
</rss>

