<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Web Video Snip
</title>
        <description>Status of the Web Video Snip
 development</description>
        <link>http://ytsnip.sf.net</link>
        <language>en</language>
        <pubDate>Mon, 29 Mar 2010 01:09:30 UTC</pubDate>
        <lastBuildDate>Mon, 29 Mar 2010 01:09:30 UTC</lastBuildDate>
        
        <atom:link href="http://ytsnip.sf.net/rss.xml" rel="self" type="application/rss+xml" />
        <category>javascript</category>
        <category>playlist</category>
        <category>YouTube</category>
        <category>development</category>
        
        <!--
            <image>
                <url>http://ytsnip.sf.net/favicon.png</url>
                <title>YouTube Playlist Player</title>
                <link>http://ytsnip.sf.net</link>
            </image>
        -->
        <item>
                <title>Version 1.0.1</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Mon, 29 Mar 2010 01:09:30 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2010-Mar-30</guid>
                <description>
            &lt;p&gt;2010-Mar-30: Version 1.0.1:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Minor patch to the HTML 5 provider to handle the 'suspended' state
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 1.0.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Mon, 29 Mar 2010 01:09:30 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2010-Mar-29</guid>
                <description>
            &lt;p&gt;2010-Mar-29: Version 1.0.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Official release of the 1.0 version.
                &lt;/li&gt;
                &lt;li&gt;
Completed document updates.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 1.0.0-beta</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 26 Mar 2010 01:09:30 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2010-Mar-26</guid>
                <description>
            &lt;p&gt;2010-Mar-26: Version 1.0.0-beta:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Added the API call 'swapVideos', to exchange the position in the playlist
of two videos.
                &lt;/li&gt;
                &lt;li&gt;
Completed the sample page for editing video playlists.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 1.0.0-beta</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 13 Jan 2010 01:11:39 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2010-Jan-13</guid>
                <description>
            &lt;p&gt;2010-Jan-13: Version 1.0.0-beta:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
The source javascript files are now shrunk.  The original versions are
    kept in a 'src' directory, so that the zip distribution will contain the
    fully documented version.
                &lt;/li&gt;
                &lt;li&gt;
Updated some API documentation.  It still needs heavy revisions
                &lt;/li&gt;
                &lt;li&gt;
Cleaned out the snip-extending document to better reflect its current state (no progress).
                &lt;/li&gt;
                &lt;li&gt;
Updated some of the website pages and colors.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 1.0.0-beta</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 04 Dec 2009 05:11:39 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Dec-03</guid>
                <description>
            &lt;p&gt;2009-Dec-03: Version 1.0.0-beta:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Version 1.0.0 has entered beta.
                &lt;/li&gt;
                &lt;li&gt;
Website updated to include new beta version.
                &lt;/li&gt;
                &lt;li&gt;
Examples are up, but the documentation needs to be completed.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 1.0.0-alpha</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Mon, 09 Nov 2009 23:11:39 UTC</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Nov-09</guid>
                <description>
            &lt;p&gt;2009-Nov-09: Version 1.0.0-alpha:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Started development of version 1.0.0, which will support different
        pluggable video vendors
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.5.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 26 Oct 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Oct-26</guid>
                <description>
            &lt;p&gt;2009-Oct-26: Version 0.5.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Improved playlist-helper.js - it now constructs a self-contained object that
    handles as a proxy to the underlying playlist and player objects, making sure
    that the user doesn't need to handle minutae around the player state.
                &lt;/li&gt;
                &lt;li&gt;
Added documentation for the video-info.js package.  Also, included a sample
    proxy PHP file for working-around security restrictions on browsers.
                &lt;/li&gt;
                &lt;li&gt;
Initial pass of javascript files through JSLint.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Site Maintenance</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 09 Oct 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Oct-09</guid>
                <description>
            &lt;p&gt;2009-Oct-09: Site Maintenance:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Created a SourceForge project (ytsnip) for hosting the Subversion repository.
    Eventually, the website will be centralized in one location.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.4.3</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Mon, 05 Oct 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Oct-05</guid>
                <description>
            &lt;p&gt;2009-Oct-05: Version 0.4.3:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Improved documentation.  The index page was reformatted slightly, and documentation was added
    for the playlist-helper.js file.  Embedded how-to guide was vastly improved and simplified.
                &lt;/li&gt;
                &lt;li&gt;
Fixed a bug where a next video was getting a "cued" event out-of-expected-order.
                &lt;/li&gt;
                &lt;li&gt;
Added the video-info.js helper package for loading information on videos.  It still needs documentation.
                &lt;/li&gt;
                &lt;li&gt;
Started improvements for playlist-helper.js, to have ease-of-use functionality inside the returned helper object.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.4.2</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Sun, 04 Oct 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Oct-04</guid>
                <description>
            &lt;p&gt;2009-Oct-04: Version 0.4.2:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Added the ability to show videos in High Def and High Quality.  The new "quality" parameter on the
    video object can be set to "hd" or "hq", for high definition (1024x768) and high quality (480x360)
    respectively.  Not all videos may honor this.
                &lt;/li&gt;
                &lt;li&gt;
Each video can also specify the desired size.  If the PlaylistObject has "allowResize" set to "true",
    then the video&apos;s "height" and "width" values will be respected.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.4.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Tue, 14 Apr 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Apr-14</guid>
                <description>
            &lt;p&gt;2009-Apr-14: Version 0.4.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Updated the player look-and-feel to be prettier.
                &lt;/li&gt;
                &lt;li&gt;
Added a new script file, "playlist-helper.js", to simplify the
   playlist management.  This still needs heavy documentation and clean-up
   before its official debut.
                &lt;/li&gt;
                &lt;li&gt;
Created a player page that can download XML playlists, along with a how-to
   guide on using it.
                &lt;/li&gt;
                &lt;li&gt;
Created a player page that allows for the user to manage the playlist.
   It's still very much early beta, so use with caution.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.3.1</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Sun, 12 Apr 2009 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2009-Apr-12</guid>
                <description>
            &lt;p&gt;2009-Apr-12: Version 0.3.1:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Added test for checking if a video allows for precise search capabilities,
    if so requested by the playlist.
                &lt;/li&gt;
                &lt;li&gt;
Finish up the API documentation.
                &lt;/li&gt;
                &lt;li&gt;
Added development RSS feed.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.3.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Mon, 15 Dec 2008 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2008-Dec-15</guid>
                <description>
            &lt;p&gt;2008-Dec-15: Version 0.3.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Rewrote the code for managing state with the YouTube player.  It is now
   implemented as a state machine.
                &lt;/li&gt;
                &lt;li&gt;
Added many more state change notifications, based on new way to handle state.
                &lt;/li&gt;
                &lt;li&gt;
Added "msgid" attribute to the ERROR event.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.2.0 Website Update 1</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Sun, 14 Dec 2008 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2008-Dec-14</guid>
                <description>
            &lt;p&gt;2008-Dec-14: Version 0.2.0 Website Update 1:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
added Markov-chain experiment.  This exposed many bugs in the
    approach taken for searching ahead.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.2.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Sat, 13 Dec 2008 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2008-Dec-13</guid>
                <description>
            &lt;p&gt;2008-Dec-13: Version 0.2.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Added code for the remove() method, which had not been
   implemented in v0.1.0.
                &lt;/li&gt;
                &lt;li&gt;
Added methods to the playlist-api.html page.
                &lt;/li&gt;
                &lt;li&gt;
Enhanced the JavaDoc in the JavaScript file.
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.1.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Fri, 12 Dec 2008 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2008-Dec-12</guid>
                <description>
            &lt;p&gt;2008-Dec-12: Version 0.1.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
First public release
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
        <item>
                <title>Version 0.0.0</title>
                <link>http://ytsnip.sf.net/index.html</link>
                <pubDate>Thu, 11 Dec 2008 00:00:00 UT</pubDate>
                <guid>http://ytsnip.sf.net/index#2008-Dec-11</guid>
                <description>
            &lt;p&gt;2008-Dec-11: Version 0.0.0:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;
Initial prototype created
                &lt;/li&gt;
            &lt;/ul&gt;
                </description>
        </item>
    </channel>
</rss>


