<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Video</title>
  <link rel="alternate" type="text/html" href="http://addingunderstanding.com/category/video"/>
  <link rel="self" type="application/atom+xml" href="http://addingunderstanding.com/taxonomy/term/262/atom/feed"/>
  <id>http://addingunderstanding.com/taxonomy/term/262/atom/feed</id>
  <updated>2008-06-14T23:08:59-06:00</updated>
  <entry>
    <title>Home again Colorado</title>
    <link rel="alternate" type="text/html" href="http://addingunderstanding.com/2008/11/home-again-colorado" />
    <id>http://addingunderstanding.com/2008/11/home-again-colorado</id>
    <published>2008-11-09T18:17:20-07:00</published>
    <updated>2008-11-16T00:10:46-07:00</updated>
    <author>
      <name>joshb</name>
    </author>
    <category term="Colorado" />
    <category term="John Denver" />
    <category term="Video" />
    <summary type="html"><![CDATA[<p>Crossing the Rockies, descending along the Front Range into Denver International Airport at sunset brought back so many great memories. Each time I make that descent and come upon Fort Collins, Loveland, Boulder and the other towns tucked up against the foothills it is hard not to imagine returning in a more permanent way.</p>
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/QPOvcSlnLyg">
  <param name="movie" value="http://www.youtube.com/v/QPOvcSlnLyg" />
  <param name="wmode" value="transparent" />
</object><p>
There are so many beautiful places in the world but here, where the mountainous backbone of the continent meets the great plains is a very special place. And of course walking out to see the <a href="http://colostate.edu">Colorado State University</a> banner didn't hurt either. Combine the great city, a good dinner and getting to video chat with the wife and daughter and things look pretty good. Onward to Chicago.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Crossing the Rockies, descending along the Front Range into Denver International Airport at sunset brought back so many great memories. Each time I make that descent and come upon Fort Collins, Loveland, Boulder and the other towns tucked up against the foothills it is hard not to imagine returning in a more permanent way.</p>
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/QPOvcSlnLyg">
  <param name="movie" value="http://www.youtube.com/v/QPOvcSlnLyg" />
  <param name="wmode" value="transparent" />
</object><p>
There are so many beautiful places in the world but here, where the mountainous backbone of the continent meets the great plains is a very special place. And of course walking out to see the <a href="http://colostate.edu">Colorado State University</a> banner didn't hurt either. Combine the great city, a good dinner and getting to video chat with the wife and daughter and things look pretty good. Onward to Chicago.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Mr. Deity - mid-week video diversion</title>
    <link rel="alternate" type="text/html" href="http://addingunderstanding.com/2008/06/mr-deity-mid-week-video-diversion" />
    <id>http://addingunderstanding.com/2008/06/mr-deity-mid-week-video-diversion</id>
    <published>2008-06-26T12:38:24-06:00</published>
    <updated>2008-08-19T12:37:50-06:00</updated>
    <author>
      <name>joshb</name>
    </author>
    <category term="Humor" />
    <category term="Video" />
    <summary type="html"><![CDATA[<p>Last week's conference exposed me to the wonderful Mr. Deity video series. The episodes are available on You Tube or through the podcast directory on iTunes.</p>
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/Qzf8q9QHfhI">
  <param name="movie" value="http://www.youtube.com/v/Qzf8q9QHfhI" />
  <param name="wmode" value="transparent" />
</object>    ]]></summary>
    <content type="html"><![CDATA[<p>Last week's conference exposed me to the wonderful Mr. Deity video series. The episodes are available on You Tube or through the podcast directory on iTunes.</p>
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/Qzf8q9QHfhI">
  <param name="movie" value="http://www.youtube.com/v/Qzf8q9QHfhI" />
  <param name="wmode" value="transparent" />
</object>    ]]></content>
  </entry>
  <entry>
    <title>Adding video to Drupal posts the simple and valid way</title>
    <link rel="alternate" type="text/html" href="http://addingunderstanding.com/2008/06/adding-video-drupal-posts-simple-and-valid-way" />
    <id>http://addingunderstanding.com/2008/06/adding-video-drupal-posts-simple-and-valid-way</id>
    <published>2008-06-14T23:27:49-06:00</published>
    <updated>2008-09-19T20:20:08-06:00</updated>
    <author>
      <name>joshb</name>
    </author>
    <category term="Drupal" />
    <category term="Video" />
    <summary type="html"><![CDATA[<p>I've been on a bit of a video binge lately posting several videos from YouTube here. This can be done several ways, including using the code supplied by video sites such as YouTube. The problem for someone who wants to keep their HTML valid is that YouTube posts the video snippet using &lt;embed&gt; tags which aren't valid HTML. However, like it does for many things, Drupal provides an easy solution. The <a href="http://drupal.org/project/video_filter">video filter module</a> makes it easy to put a [ video:URL] style tag in a post and have the video embedded. And best of all it does so cleanly with valid &lt;object&gt; tags.</p>
<p>It's worth noting there are several other modules like the <a href="http://drupal.org/project/emfield">embeded media field</a> that can make the process work in other ways if one is developing CCK types and wants to include videos. So if you're looking for a solution that does even more be sure to check these out.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I've been on a bit of a video binge lately posting several videos from YouTube here. This can be done several ways, including using the code supplied by video sites such as YouTube. The problem for someone who wants to keep their HTML valid is that YouTube posts the video snippet using &lt;embed&gt; tags which aren't valid HTML. However, like it does for many things, Drupal provides an easy solution. The <a href="http://drupal.org/project/video_filter">video filter module</a> makes it easy to put a [ video:URL] style tag in a post and have the video embedded. And best of all it does so cleanly with valid &lt;object&gt; tags.</p>
<p>It's worth noting there are several other modules like the <a href="http://drupal.org/project/emfield">embeded media field</a> that can make the process work in other ways if one is developing CCK types and wants to include videos. So if you're looking for a solution that does even more be sure to check these out.</p>
    ]]></content>
  </entry>
  <entry>
    <title>Southern Nevada Water Authority plans to destroy a way of life</title>
    <link rel="alternate" type="text/html" href="http://addingunderstanding.com/2008/06/southern-nevada-water-authority-plans-destroy-a-way-life" />
    <id>http://addingunderstanding.com/2008/06/southern-nevada-water-authority-plans-destroy-a-way-life</id>
    <published>2008-06-14T08:57:58-06:00</published>
    <updated>2008-06-14T23:08:59-06:00</updated>
    <author>
      <name>joshb</name>
    </author>
    <category term="Las Vegas" />
    <category term="Nevada" />
    <category term="Video" />
    <category term="Water Grab" />
    <summary type="html"><![CDATA[<p>Continuing on yesterday's video binge here is  a great video about plans of the Southern Nevada Water Authority to suck up water from fragile parts of Nevada and pipe it to Las Vegas. The video looks at some of the impacts on areas of rural Nevada. It doesn't get very far into how risky this plan is for Las Vegas. Although SNWA would like to spend billions upon billions of taxpayer dollars to put in the pipeline the risks involved with having a whole city depend upon a facility that is impossible to secure flies in the face of the concerns of homeland security.</p>
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/WcoujfL0SNM">
  <param name="movie" value="http://www.youtube.com/v/WcoujfL0SNM" />
  <param name="wmode" value="transparent" />
</object>


    ]]></summary>
    <content type="html"><![CDATA[<p>Continuing on yesterday's video binge here is  a great video about plans of the Southern Nevada Water Authority to suck up water from fragile parts of Nevada and pipe it to Las Vegas. The video looks at some of the impacts on areas of rural Nevada. It doesn't get very far into how risky this plan is for Las Vegas. Although SNWA would like to spend billions upon billions of taxpayer dollars to put in the pipeline the risks involved with having a whole city depend upon a facility that is impossible to secure flies in the face of the concerns of homeland security.<br />
<br />
<object type="application/x-shockwave-flash" width="479" height="400" data="http://www.youtube.com/v/WcoujfL0SNM">
  <param name="movie" value="http://www.youtube.com/v/WcoujfL0SNM" />
  <param name="wmode" value="transparent" />
</object>
</p>


    ]]></content>
  </entry>
</feed>
