<?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/"
	>

<channel>
	<title>edsysad.org</title>
	<atom:link href="http://edsysad.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsysad.org</link>
	<description>another ed blogger....</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:13:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>X-Forwarded-For Headers and mod_rpaf</title>
		<link>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/</link>
		<comments>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:06:07 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Apache Tricks]]></category>
		<category><![CDATA[WordpressMU]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=216</guid>
		<description><![CDATA[***Security Alert*** &#8211; This should only be done where you 110% trust the proxy that is forwarded the client IP. It is quite easier to spoof an IP address using X-Forwarded-For headers. If you have a couple of webservers behind a load blancer than you&#8217;ve probably noticed that your logs and many time web application [...]]]></description>
			<content:encoded><![CDATA[<p><strong>***Security Alert*** &#8211; This should only be done where you 110% trust the proxy that is forwarded the client IP. It is quite easier to spoof an IP address using X-Forwarded-For headers.<br />
</strong></p>
<p>If you have a couple of webservers behind a load blancer than you&#8217;ve probably noticed that your logs and many time web application incorrectly log the IP address of the load balancer.</p>
<p>This is totally expected behavior and is an important security feature in a standard Apache server.</p>
<p>However, it is also a pain. <img src='http://edsysad.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course there is an easy way to solve the problem.</p>
<ol>
<li>One enable the feature of your load balancer to turn on <a title="X-Forwarded-For" href="http://en.wikipedia.org/wiki/X-Forwarded-For" target="_self">X-Forwarded-For</a> headers. (The name is slightly different depending on the device so I&#8217;m not always sure about the specifics.)</li>
<li>Make sure that you are actually forwarding the additional header. I used my phpinfo() file to check you should see &#8220;HTTP_X_FORWARDED_FOR&#8221; in the apache environment section. If not than your load balancer is not correctly configured to pass the correct header. Troubleshoot until you can see this variable in the phpinfo().<br />
<a href="http://edsysad.org/wp-content/uploads/2010/08/x-forward.png"><img class="alignnone size-full wp-image-218" title="x-forward" src="http://edsysad.org/wp-content/uploads/2010/08/x-forward.png" alt="" width="275" height="47" /></a></li>
<li>Enable and configure the <a title="mod_rdaf" href="http://stderr.net/apache/rpaf/" target="_self">mod_rpaf</a> module for your apache server.</li>
<li>Restart the webserver.</li>
<li>Check your phpinfo() file and you should now see the correct IP address in the &#8220;REMOTE_ADDR&#8221; section. You can also still see that the request came from in the &#8220;HTTP VIA&#8221; section.</li>
</ol>
<p>You should now see the correct IP in WordPress comments and Moodle logs.</p>
<p><strong>***Security Alert*** &#8211; This should only be done where you 110% trust  the proxy that is forwarded the client IP. It is quite easier to spoof  an IP address using X-Forwarded-For headers.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/08/27/x-forwarded-for-headers-and-mod_rpaf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerPoint as a visual medium&#8230;</title>
		<link>http://edsysad.org/2010/08/21/powerpoint-as-a-visual-medium/</link>
		<comments>http://edsysad.org/2010/08/21/powerpoint-as-a-visual-medium/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 13:10:29 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=212</guid>
		<description><![CDATA[I&#8217;ve always hated using bullet points and wished that folks would use more imagery but here is a great illustration of why. A great site that is worth following.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always hated using bullet points and wished that folks would use more imagery but here is a great illustration of why.</p>
<p><a href="http://www.presentationzen.com/presentationzen/2010/08/a-long-time-ago-before-death-by-powerpoint.html">http://www.presentationzen.com/presentationzen/2010/08/a-long-time-ago-before-death-by-powerpoint.html</a></p>
<p>A great site that is worth following.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/08/21/powerpoint-as-a-visual-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toad Symphony</title>
		<link>http://edsysad.org/2010/08/01/toad-symphony/</link>
		<comments>http://edsysad.org/2010/08/01/toad-symphony/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 03:06:34 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=207</guid>
		<description><![CDATA[So, I&#8217;ve been crazy busy at work and haven&#8217;t had much time to think or write lately. But the monsoon storms of the last two days have inspired a creative burst for both me and some desert toads. Listen to the cacophony of toads that were in a temporary pond that form in front of [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been crazy busy at work and haven&#8217;t had much time to think or write lately. But the monsoon storms of the last two days have inspired a creative burst for both me and some desert toads.</p>
<p>Listen to the cacophony of toads that were in a temporary pond that form in front of my house. We had nearly 2 inches of rain in 24 hours.</p>
<p><a href="http://edsysad.org/2010/08/01/toad-symphony/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/08/01/toad-symphony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://edsysad.org/wp-content/uploads/2010/08/Frog-Music.mp3" length="558728" type="audio/mpeg" />
		</item>
		<item>
		<title>AzTEA &#8211; Session @ WOW &#8211; Virtualization</title>
		<link>http://edsysad.org/2010/05/01/aztea-session-wow-virtualization/</link>
		<comments>http://edsysad.org/2010/05/01/aztea-session-wow-virtualization/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:35:33 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=204</guid>
		<description><![CDATA[Here are a few useful links related to virtualization: Virtualization Software: Virtual Box &#8211; FOSS VMware &#8211; Commerical Parallels &#8211; Commerical Linux Distros: Debian OpenSUSE Ubuntu What is Virtualization and FOSS?: Virtualization in Plain English School Forge Source Forge]]></description>
			<content:encoded><![CDATA[<p>Here are a few useful links related to virtualization:</p>
<p><span style="text-decoration: underline;">Virtualization Software:</span></p>
<ul>
<li><a title="Virtual Box by Sun" href="http://www.virtualbox.org/wiki/Downloads" target="_self">Virtual Box &#8211; FOSS</a></li>
<li><a title="VMware" href="http://www.vmware.com/index.html" target="_self">VMware &#8211; Commerical</a></li>
<li><a title="Parallels" href="http://www.parallels.com/" target="_self">Parallels &#8211; Commerical</a></li>
</ul>
<p><span style="text-decoration: underline;">Linux Distros:</span></p>
<ul>
<li><a title="Debain Linux" href="http://www.debian.org/distrib/" target="_self">Debian</a></li>
<li><a title="OpenSUSE" href="http://software.opensuse.org/112/en" target="_self">OpenSUSE</a></li>
<li><a title="Ubuntu" href="http://www.ubuntu.com/GetUbuntu/download" target="_self">Ubuntu</a></li>
</ul>
<p><span style="text-decoration: underline;">What is Virtualization and FOSS?:</span></p>
<ul>
<li><a href="http://video.intel.com/?fr_story=c10e56ea7eaf4fa408658c82cbc4440161474470" target="_self">Virtualization in Plain English</a></li>
<li><a title="School Forge" href="http://www.schoolforge.net/" target="_self">School Forge</a></li>
<li><a title="SourceForge" href="http://sourceforge.net/" target="_self">Source Forge</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/05/01/aztea-session-wow-virtualization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burned by Ning</title>
		<link>http://edsysad.org/2010/04/15/burned-by-ning/</link>
		<comments>http://edsysad.org/2010/04/15/burned-by-ning/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:12:33 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=202</guid>
		<description><![CDATA[This is exactly why K-12 institutions need to spend more time developing their own cloud services. Ning is no longer free&#8230;. I hope your district hasn&#8217;t focused on staff development tied to free services.]]></description>
			<content:encoded><![CDATA[<p>This is exactly why K-12 institutions need to spend more time developing their own cloud services.</p>
<p><a title="Ning not free" href="http://news.cnet.com/8301-13577_3-20002611-36.html">Ning is no longer free&#8230;.</a></p>
<p>I hope your district hasn&#8217;t focused on staff development tied to free services.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/04/15/burned-by-ning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad a Metaphor for Personal Computing</title>
		<link>http://edsysad.org/2010/04/15/ipad-a-metaphor-for-personal-computing/</link>
		<comments>http://edsysad.org/2010/04/15/ipad-a-metaphor-for-personal-computing/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 14:25:25 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=198</guid>
		<description><![CDATA[So I finally got my hands on an iPad to play with for a few days. My initial impression is that it is a big iPod. There seems to be so much possibility with this device, but most of that potential seems cut off at the knees by Apple. But before I start down the [...]]]></description>
			<content:encoded><![CDATA[<p>So I finally got my hands on an iPad to play with for a few days.</p>
<p>My initial impression is that it is a big iPod. There seems to be so much possibility with this device, but most of that potential seems cut off at the knees by Apple. But before I start down the negative, lets look at the positive.</p>
<p>Things that I like or find appealing about the iPod:</p>
<ol>
<li>The interface is so intuitive that my 18 month old could interact with an interactive storybook within minutes of showing it to him. Without a doubt the single most compelling part of the iPad is the touch interface. The potential for clever developers to create complex programs that require little to no training has some real potential.</li>
<li>As a eBook reader it blows the Kindle away. The high resolution screen with color adds a depth to any text with images and color that just isn&#8217;t comparable in other reader devices that I&#8217;ve seen.</li>
<li>It is a great gaming platform. Much like the WII did in the console world, I believe the iPad, with it&#8217;s touch interface and accelerometers, will create an entirely new compelling gaming experience.</li>
<li>The battery life is awesome! In today&#8217;s busy world having a device with a 10+ hours battery is huge!</li>
</ol>
<p>Now to the things that I don&#8217;t like:</p>
<ol>
<li>Apple&#8217;s closed ecosystem. I don&#8217;t have the choice to do anything with my iPad with out Apple&#8217;s blessing.</li>
<li>The iPad is primarily a consumption device with limited capacity to do creative work.</li>
<li>It doesn&#8217;t replace anything that I already have to carry with me. I still need my laptop and my phone so why an iPad?</li>
<li>As a school IT administrator, I also haven&#8217;t seen any tools that make  managing or imaging a fleet of iPads easy or even feasible on a larger  scale.</li>
<li>It hasn&#8217;t shifted my paradigm. <img src='http://edsysad.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>After several days of playing, I really feel like the iPad as a metaphor for computing is a set back. Proprietary device with proprietary software and a closed operating system that is missing key web-based technologies (i.e. Flash and full Java support). How is this a good thing?</p>
<p>I see the potential in the technology in the device but I&#8217;m seriously at odds with the business model of the iPad ecosystem.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/04/15/ipad-a-metaphor-for-personal-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Core Standards</title>
		<link>http://edsysad.org/2010/03/25/common-core-standards/</link>
		<comments>http://edsysad.org/2010/03/25/common-core-standards/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 03:25:57 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Core Standards]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=196</guid>
		<description><![CDATA[So, I finally took a deeper look at the Common Core Standards and I&#8217;m pretty excited. The standards themselves have a few new features, such as the way they are grouped and the fact that there are specific literacy skills related to humanities and science. Check them out for yourself. What gets me excited is [...]]]></description>
			<content:encoded><![CDATA[<p>So, I finally took a deeper look at the Common Core Standards and I&#8217;m pretty excited.</p>
<p>The standards themselves have a few new features, such as the way they are grouped and the fact that there are specific literacy skills related to humanities and science. <a title="Common Core Standards" href="http://www.ade.state.az.us/standards/CommonCoreStandards/default.asp">Check them out</a> for yourself.</p>
<p>What gets me excited is that when I see those standards, I see a huge opportunity to change the way educational content is created, delivered, and the potential for some amazing innovation.</p>
<p>First, lets talk creation. The same group of states that is banding together to develop these standards (<a title="Core Standards Website" href="http://www.corestandards.org/">48 states, 2 territories, and DC</a>) should come together to create an open source curriculum. Using the model of open-source, the curriculum could be used as is for a base by districts or others can profit by value adds. In other words, lets have experts layout an open-source curriculum or two and make them freely available. Then we can let the publishing companies of the world make there money by adding to it with additional multimedia, teacher resources, student services, etc&#8230;. that they are experts at creating. It would be great because the basic building blocks would be available to all districts rich and poor and current educational materials companies still have a place in the curriculum ecosystem.</p>
<p>Next, lets take delivery to the next level. There needs to be open standards for curriculum delivery systems. Districts, schools, or teachers should be able to access that third party material mentioned above as easily as we buy a song from iTunes or an ebook from Amazon. Imagine how cool it would be for a district to purchase yearly rights to various digital databases and resources from which teachers could pull various pieces. The stores could become social networking hubs for teacher collaboration and using social bookmarking technologies the best and most popular resources could automatically rise to the top. Best of all a market could emerge for educational professions to submit their own curriculum (a la app store) for purchase.</p>
<p>So now you have teachers taking ownership of their teaching and responsible for getting the best hand picked curriculum they can  get. Differentiation in the classroom would be greatly simplified because teachers would have instant access to at least the open-source curriculum, if not several other high quality additions from various professional producers of content and/or peer designers. Student learning styles could be addressed by the fact that each student could have learning materials that are geared towards their likes and dislikes. It would be fantastic!</p>
<p>All I know is that standardization at larger scales has the potential to create a new market that will drive educational curriculum in a new direction. I believe it is sweet irony that Texas is going through it&#8217;s currently curriculum crisis and is one of the few states that isn&#8217;t part of this movement. The educational system of Texas will go from one of the driving forces behind textbook creation to an obscure backwater in a couple of years. At least one can hope!</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/03/25/common-core-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AzTEA Awards</title>
		<link>http://edsysad.org/2010/03/17/aztea-awards/</link>
		<comments>http://edsysad.org/2010/03/17/aztea-awards/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:27:58 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=193</guid>
		<description><![CDATA[I was pleasantly surprised to win the Technology Coordinator of the Year  Award from the Arizona Technology in Education Association.Great organization with wonderful members.]]></description>
			<content:encoded><![CDATA[<p>I was pleasantly surprised to win the Technology Coordinator of the Year  Award from the Arizona Technology in Education Association.Great organization with wonderful members. <img src='http://edsysad.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://edsysad.org/wp-content/uploads/2010/03/photo.jpg"><img class="alignnone size-medium wp-image-194" title="Award Presentation" src="http://edsysad.org/wp-content/uploads/2010/03/photo-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/03/17/aztea-awards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the Cloud Stifling Innovation?</title>
		<link>http://edsysad.org/2010/02/24/is-the-cloud-stifling-innovation/</link>
		<comments>http://edsysad.org/2010/02/24/is-the-cloud-stifling-innovation/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:02:59 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Random Babbling]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=186</guid>
		<description><![CDATA[So, I just finished reading an article about wordpress.com going down for a bit and began thinking about whether or not the &#8220;Cloud&#8221; is a good or bad thing. I&#8217;m worried that the cloud is just the latest manifestation of consumer laziness. We live in a world that is dominated by computer devices, but how [...]]]></description>
			<content:encoded><![CDATA[<p>So, I just finished reading an article about <a title="Read, Write, Web" href="http://www.readwriteweb.com/cloud/2010/02/is-the-wordpress-outage-a-fail.php" target="_self">wordpress.com</a> going down for a bit and began thinking about whether or not the &#8220;Cloud&#8221; is a good or bad thing.</p>
<p>I&#8217;m worried that the cloud is just the latest manifestation of consumer laziness. We live in a world that is dominated by computer devices, but how many of us know rudimentary coding or computer science skills?</p>
<p>It makes me think of books. When books had to be written individually by scribes, they were expensive and literacy was a mark of nobility. However, once the printing press was developed and books were mass produced literacy rates soared. Why isn&#8217;t the same thing happening with coding and computer science?</p>
<p>We live in a world where code is easily accessible. With a little motivation and a few Google searches you can find how to code just about anything. Additionally, the coding languages are getting easier and easier to use but still very few users understand even the basics of programming. Instead we have the few that understand programming and they are considered a special class of user.</p>
<p>What would the world be like if instead of sites like YouTube, we had individual web servers at each persons home? Those home servers could submit their content to large aggregation tools such as Google or maybe they would interact with each other in an unimagined version of peer to peer social media.</p>
<p>I think the cloud is going to make a whole generation of lazy consumers that see the Internet as a strange black-box technology, instead of creating a group of highly motivated and innovative consumers that are defining for themselves what the Internet is and can be.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/02/24/is-the-cloud-stifling-innovation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet Buses</title>
		<link>http://edsysad.org/2010/02/24/internet-buses/</link>
		<comments>http://edsysad.org/2010/02/24/internet-buses/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 13:34:13 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Internet Bus]]></category>
		<category><![CDATA[Rural Divide]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=184</guid>
		<description><![CDATA[If you&#8217;re running a 1-to-1 in a rural area or have long bus rides in your district check this out. For many of our students this is the last Internet they have before they get home.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running a 1-to-1 in a rural area or have long bus rides in your district check this out. For many of our students this is the last Internet they have before they get home.<br />
<object id="video" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="520" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.myfoxphoenix.com/video/videoplayer.swf?dppversion=6494" /><param name="FlashVars" value="&amp;skin=MP1ExternalAll-MFL.swf&amp;embed=true&amp;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Eksaz%2Fnews%2Feducation%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bfname%3Dvail%5Fmobile%5Fstudy%5Fhall%5F022310%3Bloc%3Dsite%3Bsz%3D320x240%3Bord%3D75224686227599380%3Frand%3D0%2E48561092497200886&amp;flv=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D131774564&amp;img=http%3A%2F%2Fmedia2%2Emyfoxphoenix%2Ecom%2F%2Fphoto%2F2010%2F02%2F23%2Fvail%2Dschool%2Dbus%2D8am%2D022210%5Ftmb0000%5F20100223123455%5F640%5F480%2EJPG&amp;story=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Fdpp%2Fnews%2Feducation%2Fvail%5Fmobile%5Fstudy%5Fhall%5F022310" /><param name="allowNetworking" value="all" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.myfoxphoenix.com/video/videoplayer.swf?dppversion=6494" /><param name="flashvars" value="&amp;skin=MP1ExternalAll-MFL.swf&amp;embed=true&amp;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Eksaz%2Fnews%2Feducation%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bfname%3Dvail%5Fmobile%5Fstudy%5Fhall%5F022310%3Bloc%3Dsite%3Bsz%3D320x240%3Bord%3D75224686227599380%3Frand%3D0%2E48561092497200886&amp;flv=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D131774564&amp;img=http%3A%2F%2Fmedia2%2Emyfoxphoenix%2Ecom%2F%2Fphoto%2F2010%2F02%2F23%2Fvail%2Dschool%2Dbus%2D8am%2D022210%5Ftmb0000%5F20100223123455%5F640%5F480%2EJPG&amp;story=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Fdpp%2Fnews%2Feducation%2Fvail%5Fmobile%5Fstudy%5Fhall%5F022310" /><embed id="video" type="application/x-shockwave-flash" width="640" height="520" src="http://www.myfoxphoenix.com/video/videoplayer.swf?dppversion=6494" allowscriptaccess="always" allownetworking="all" flashvars="&amp;skin=MP1ExternalAll-MFL.swf&amp;embed=true&amp;adSrc=http%3A%2F%2Fad%2Edoubleclick%2Enet%2Fadx%2Ftsg%2Eksaz%2Fnews%2Feducation%2Fdetail%3Bdcmt%3Dtext%2Fxml%3Bpos%3D%3Btile%3D2%3Bfname%3Dvail%5Fmobile%5Fstudy%5Fhall%5F022310%3Bloc%3Dsite%3Bsz%3D320x240%3Bord%3D75224686227599380%3Frand%3D0%2E48561092497200886&amp;flv=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Ffeeds%2FoutboundFeed%3FobfType%3DVIDEO%5FPLAYER%5FSMIL%5FFEED%26componentId%3D131774564&amp;img=http%3A%2F%2Fmedia2%2Emyfoxphoenix%2Ecom%2F%2Fphoto%2F2010%2F02%2F23%2Fvail%2Dschool%2Dbus%2D8am%2D022210%5Ftmb0000%5F20100223123455%5F640%5F480%2EJPG&amp;story=http%3A%2F%2Fwww%2Emyfoxphoenix%2Ecom%2Fdpp%2Fnews%2Feducation%2Fvail%5Fmobile%5Fstudy%5Fhall%5F022310" data="http://www.myfoxphoenix.com/video/videoplayer.swf?dppversion=6494"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/02/24/internet-buses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
