<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
  <channel>
    <title>YoxView changelog</title>
    <description>Information about new YoxView versions and updates</description>
    <link>http://www.yoxigen.com/yoxview/</link>
    <lastBuildDate>Fri, 30 Dec 2011 17:59:00 GMT</lastBuildDate>
	<item>
      <title>YoxView3 Preview!</title>
      <link>http://yoxigen.com/yoxview3/demo/yoxview.demo.fit.html</link>
      <description>
        It's been a while, but the next generation of YoxView is finally coming along, and I'm really proud of it. Some of the new features:
		&lt;ul&gt;
		&lt;li&gt;Hardware acceleration by using CSS3 transitions&lt;/li&gt;
		&lt;li&gt;Inline display - YoxView isn't limited to popups anymore!&lt;/li&gt;
		&lt;li&gt;Custom transitions&lt;/li&gt;
		&lt;li&gt;YoxScroll - an additional plugin, used by YoxView. You can see it in the demo's thumbnails, try sliding them using gestures, like a touch screen.&lt;/li&gt;
		&lt;li&gt;Mobile support!&lt;/li&gt;
		&lt;li&gt;Improved API and events.&lt;/li&gt;
		&lt;li&gt;Better performance, smaller memory footprint.&lt;/li&gt;
		&lt;li&gt;Support for multiple data sources (Picasa, Flickr, YouTube).&lt;/li&gt;
		&lt;li&gt;Faster pre-caching&lt;/li&gt;
		&lt;/ul&gt;
		There's also a &lt;a href=&quot;https://github.com/yoxigen/YoxView3&quot;&gt;YoxView3 GitHub repository&lt;/a&gt;, you're welcomed to have a look. (Not for IE for now)
      </description>
      <pubDate>Fri, 30 Dec 2011 17:59:00 GMT</pubDate>
      <guid>http://yoxigen.com/yoxview3/demo/yoxview.demo.fit.html</guid>
    </item>
    <item>
      <title>YoxView v2.21</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.21</link>
      <description>
        &lt;ul&gt;
        &lt;li&gt;
          &lt;strong&gt;Bug fix:&lt;/strong&gt; Urgent fix for Picasa plugin - thumbnails changed into full-size images, as a result of a change in Picasa's API.
        &lt;/li&gt;
        &lt;/ul&gt;
      </description>
      <pubDate>Thu, 26 May 2011 23:51:14 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.21</guid>
    </item>
    <item>
      <title>YoxView v2.2</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.2</link>
      <description>
        &lt;ul&gt;
        &lt;li&gt;
        &lt;strong&gt;new plugin:&lt;/strong&gt; youtube. yoxview can now &lt;a href=&quot;http://www.yoxigen.com/yoxview/plugins.aspx#dataurl=http%3a//www.youtube.com/results%3fsearch_query%3dbreaking+bad%26aq%3df&quot;
        title=&quot;see it in action!&quot;&gt;create galleries from youtube videos&lt;/a&gt; just as easily
        as from picasa or flickr! the plugin can create galleries for channels, playlists,
        search or single videos. demos: &lt;a href=&quot;http://www.yoxigen.com/yoxview/demo/demo - thumbnails options 1.html&quot;&gt;
        simple
        youtube gallery
        &lt;/a&gt;, &lt;a href=&quot;http://www.yoxigen.com/yoxview/demo/demo - thumbnails options 2.html&quot;&gt;
        list-style youtube
        gallery
        &lt;/a&gt;.
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;new options&lt;/strong&gt;: &lt;a href=&quot;http://www.yoxigen.com/yoxview/plugins.aspx#thumbnailsoptions&quot;&gt;thumbnailsoptions&lt;/a&gt;.
        added various options for customizing how thumbnails are rendered by yoxview, such
        as whether to display the title and the description inside thumbnails, classes for
        thumbnails and more.
        &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;new option&lt;/strong&gt;: showdescription, can disable showing a description
            inside the viewer.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;documentation&lt;/strong&gt;: improved much of the &lt;a href=&quot;http://www.yoxigen.com/yoxview/plugins.aspx&quot;&gt;
              plugins
              page
            &lt;/a&gt; for better usability and added more examples.
          &lt;/li&gt;
        &lt;/ul&gt;
      </description>
      <pubDate>Sat, 13 November 2010 22:54:12 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.2</guid>
    </item>
    <item>
      <title>YoxView v2.15</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.15</link>
      <description>
        &lt;ul&gt;
          &lt;li&gt;
            &lt;strong&gt;New API method&lt;/strong&gt;: &lt;a href=&quot;http://www.yoxigen.com/yoxview/usage.aspx#api_update&quot;&gt;update&lt;/a&gt;, updates one or more YoxView instances in
            the page. For example, in case your images change in response to an AJAX call, update()
            can be called to load the new images.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;New API method&lt;/strong&gt;: &lt;a href=&quot;http://www.yoxigen.com/yoxview/usage.aspx#api_options&quot;&gt;options&lt;/a&gt;, for changing YoxView's options after the
            viewer has been loaded. &lt;a href=&quot;http://www.yoxigen.com/yoxview/demo/demo - changing options.html&quot;&gt;
        Demo
        &lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;Optimization&lt;/strong&gt;: The opening animation is smoother (when the viewer
        opens from thumbnail/text).
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;Compatibility&lt;/strong&gt;: Keyboard presses weren't working correctly with
        jQuery v1.4.3/1.4.4.
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;Documentation&lt;/strong&gt;: Added a &lt;a href=&quot;http://www.yoxigen.com/yoxview/usage.aspx#demos&quot;&gt;
              list of all available
              demos
            &lt;/a&gt; to the usage page.
          &lt;/li&gt;
        &lt;/ul&gt;
      </description>
      <pubDate>Sat, 30 October 2010 14:12:01 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.15</guid>
    </item>
    <item>
      <title>YoxView v2.11</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.11</link>
      <description>
        &lt;strong&gt;Bug fix&lt;/strong&gt;: there were problems loading flash and iframe contents.
      </description>
      <pubDate>Fri, 15 October 2010 14:35:34 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.11</guid>
    </item>
    <item>
      <title>YoxView v2.1</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.1</link>
      <description>
        &lt;ul&gt;
          &lt;li&gt;
            &lt;strong&gt;New feature&lt;/strong&gt;: YoxView can now be opened from text links, not just
            image links! &lt;a href='http://www.yoxigen.com/yoxview/usage.aspx#textLinks'&gt;More info&lt;/a&gt; and &lt;a href='http://www.yoxigen.com/yoxview/demo/demo - text links.html'&gt;Demo&lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;New feature&lt;/strong&gt;: The &lt;a href='http://www.yoxigen.com/yoxview/usage.aspx#api'&gt;API&lt;/a&gt; has been much
        improved. Calls can now be made directly on thumbnails or elements using this syntax:
        &lt;strong&gt;$(&amp;quot;#yoxviewDiv&amp;quot;).yoxview(&amp;quot;open&amp;quot;)&lt;/strong&gt;. &lt;a href='http://www.yoxigen.com/yoxview/usage.aspx#api'&gt;More info&lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
        &lt;strong&gt;New API method&lt;/strong&gt;: &lt;a href='http://www.yoxigen.com/yoxview/usage.aspx#api_setdefaults'&gt;setDefaults&lt;/a&gt;,
            Can be used to set options for all following instances of YoxView to be called.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Bug fix&lt;/strong&gt;: iframes displayed with YoxView had their querystrings stripped.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Bug fix&lt;/strong&gt;: Setting width and height for individual flash files (using
            ?width=[number]&amp;amp;height=[number] in the swf file's URL) wasn't working.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Improved&lt;/strong&gt;: The option videoSize has been removed, and added to option
            &lt;em&gt;defaultDimensions.video&lt;/em&gt;.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Improved&lt;/strong&gt;: Code related to initialization has been reorganized for improved readability and performance using &lt;a href='http://docs.jquery.com/Plugins/Authoring'&gt;jQuery's Plugins/Authoring&lt;/a&gt; guidelines.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Improved/bug fix&lt;/strong&gt;: Window &lt;em&gt;onresize&lt;/em&gt; event handler is now
            namespaced, to avoid conflicts with any other &lt;em&gt;onresize&lt;/em&gt; event handler.
          &lt;/li&gt;
        &lt;/ul&gt;
      </description>
      <pubDate>Mon, 11 October 2010 23:56:18 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.1</guid>
    </item>
    <item>
      <title>YoxView v2.09</title>
      <link>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.09</link>
      <description>
        &lt;ul&gt;
          &lt;li&gt;
            &lt;strong&gt;Bug fix&lt;/strong&gt;: In IE, all window size recognition wouldn't work.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Bug fix&lt;/strong&gt;: An endless loop would occur when caching small galleries.
          &lt;/li&gt;
          &lt;li&gt;
            &lt;strong&gt;Improved&lt;/strong&gt;: Aside from jQuery itself, all the plugins and objects required for YoxView are now packaged in a single minified file. This reduces the number of HTTP requests from 14 to 10 (almost 30% improvement!).
          &lt;/li&gt;
        &lt;/ul&gt;
      </description>
      <pubDate>Sat, 11 September 2010 11:41:12 GMT</pubDate>
      <guid>http://www.yoxigen.com/yoxview/roadmap.aspx#v2.09</guid>
    </item>
  </channel>
</rss>

