<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Dynarch.com [product releases feed]</title>
<link>http://www.dynarch.com/</link>
<description>... closer to perfection ...</description>
<language>en</language>
<copyright>© Dynarch.com 2003-2005 and beyond.</copyright>

<item>
<title>DynarchMenu [2.9]</title>
<description>&lt;p&gt;This version includes support for &lt;a href=&quot;http://www.dynarch.com/demos/hmenu-2.9/examples/scroll1.html&quot; target=&quot;_blank&quot; title=&quot;Scrolling menu sample (opens new window)&quot;&gt;scrolling menus&lt;/a&gt;.&amp;#xa0; You can enable this feature by passing “scrolling: true” to DynarchMenu.setup.&amp;#xa0; 2 scroll speeds are supported, which can be easily configured.&lt;/p&gt;&lt;p&gt;Some minor bug fixes as well.&lt;/p&gt;</description>
<guid isPermaLink="true">/products/dhtml-menu/changelog.html#v2.9</guid>
<pubDate>Thu Mar 30 15:20:30 2006</pubDate>
</item>

<item>
<title>DynarchMenu [2.8.2]</title>
<description>&lt;p&gt;Fixes a &lt;a title=&quot;Keyboard navigation issue&quot; href=&quot;http://www.dynarch.com/forums/1331&quot;&gt;minor bug&lt;/a&gt; described by one of our customers.&amp;#xa0; Added a &lt;a href=&quot;http://www.dynarch.com/demos/hmenu/examples/context5.html&quot; title=&quot;Keyboard-triggered popup menus&quot;&gt;new sample&lt;/a&gt; that shows how to setup menus that popup upon keybindings.&lt;/p&gt;</description>
<guid isPermaLink="true">/products/dhtml-menu/changelog.html#v2.8.2</guid>
<pubDate>Sun Mar  5 13:41:13 2006</pubDate>
</item>

<item>
<title>DynarchMenu [2.8.1]</title>
<description>&lt;p&gt;This is a bugfix release that fixes the menu functionality within an IFRAME or in cross-frames mode.&lt;/p&gt;&lt;p&gt;Previous version (2.8) had problems when menus were defined in an IFRAME document.&amp;#xa0; As for the cross-frames menus, it only worked when the menu frames were direct sub-frames of the toplevel frameset.&amp;#xa0; Version 2.8.1 fixes all that.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
<guid isPermaLink="true">/products/dhtml-menu/changelog.html#v2.8.1</guid>
<pubDate>Tue Oct 18 07:36:15 2005</pubDate>
</item>

<item>
<title>DynarchMenu [2.8]</title>
<description>&lt;p&gt;DynarchMenu version 2.8 features experimental support for cross-frame menus and a few fixes for menus over IFRAME-s.&amp;#xa0; Check out the demos: &lt;a title=&quot;Vertical layout (opens new window)&quot; target=&quot;_blank&quot; href=&quot;/demos/hmenu/examples/framesv.html&quot;&gt;cross-frames vertical&lt;/a&gt;, &lt;a title=&quot;Horizontal layout (opens new window)&quot; target=&quot;_blank&quot; href=&quot;/demos/hmenu/examples/frames.html&quot;&gt;cross-frames horizontal&lt;/a&gt;, &lt;a title=&quot;IFRAME demo (opens new window)&quot; target=&quot;_blank&quot; href=&quot;/demos/hmenu/examples/iframe.html&quot;&gt;iframes&lt;/a&gt;.&lt;/p&gt;
</description>
<guid isPermaLink="true">/products/dhtml-menu/changelog.html#v2.8</guid>
<pubDate>Tue Sep  6 13:47:59 2005</pubDate>
</item>

<item>
<title>DynarchMenu [2.7]</title>
<description>&lt;p&gt;Besides the most obvious licensing change—you can now use DynarchMenu &lt;em&gt;for free&lt;/em&gt;, provided that you offer us a link back and you don't have commercial purposes—here's what's new in this release:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The ability to call a custom event handler when a popup is displayed.&amp;#xa0; This allows you to customize the menu dynamically—such as disabling some items, or hide/show items, etc.&amp;#xa0; &lt;a title=&quot;Dinamically modifying the context menus (opens new window)&quot; target=&quot;_blank&quot; href=&quot;/demos/hmenu/examples/context4.html&quot;&gt;See the sample&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;A new special class name (&amp;quot;open-left&amp;quot;) on the submenu &amp;lt;ul&amp;gt;-s will instruct DynarchMenu to always open that popup to the left, even if there is room on the right side.&amp;#xa0; We're using that in our shopping cart menu and submenus.&lt;/li&gt;&lt;li&gt;[bugfix] Lazy mode can now be used with context menus.&lt;/li&gt;&lt;li&gt;DynarchMenu will now add an extra class to items that have a submenu, allowing for special customization—for instance you might want to assign them a different background, etc.&lt;/li&gt;&lt;li&gt;An alternate, semantic way of adding shortcut keys is now supported: just use the &amp;quot;accesskey&amp;quot; attribute on the &amp;lt;a&amp;gt; tag.&amp;#xa0; This means you no longer need to have those underscores in code, which could improve SE opinion about your page. ;-)&amp;#xa0; Of course, the old way is still supported.&lt;/li&gt;&lt;li&gt;If you use the &amp;quot;clone popups&amp;quot; feature, you now need to pass &amp;quot;clone: true&amp;quot; to all invocations of DynarchMenu.setup.&amp;#xa0; We made this change because the clone feature is rarely useful, so it makes sense not to clone the elements by default—saves memory, runs faster. ;-)&lt;/li&gt;&lt;li&gt;Added an utility function to preload CSS background-image-s for Internet Explorer.&amp;#xa0; Dramatically improves load time in IE and reduces bandwidth consumption.&lt;/li&gt;&lt;li&gt;Several new skins are included (BeOS™, Longhorn™), and some subtle fixes on the others.&amp;#xa0; Documentation improvements and new samples are also provided.&lt;/li&gt;&lt;li&gt;Finally, it fixes a couple of rare bugs that sometimes occurred in electric mode (sometimes the menus failed to close when the mouse leaves them).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This is the first version tested with Internet Explorer 7.0 Beta, and we have to say, it works excellent.&amp;#xa0; The PieNG hack is no longer necessary (but it doesn't hurt to use it anyway, for IE5.5 and 6).&amp;#xa0; Microsoft is finally delivering.&lt;/p&gt;&lt;p&gt;Enjoy! ;-)&lt;/p&gt;</description>
<guid isPermaLink="true">/products/dhtml-menu/changelog.html#v2.7</guid>
<pubDate>Wed Aug 24 12:32:41 2005</pubDate>
</item>

</channel>
</rss>