Our Products:



 

 

Overview

Easy to use

The DynarchRB widget is very easy to use: only one line of JavaScript code was needed for these slides.

Small code

The JavaScript code is very small (about 12K).

Portable

DynarchRB works with Microsoft Internet Explorer 6, Mozilla/Firefox, Apple Safari, Konqueror and Opera 8.

Themes

Supports skins. Fully customizable through CSS. Several professional skins are provided with the package.

Featureful

Professional looking, slick animations and fading effects; supports keybindings, JS event handlers, preserving state.

 

 

 










 

 

 

 

 

Easy to use

A DynarchRB widget can be instantiated with only one line of JavaScript code. Example usage:

<div id="slides">

  <div>
    Slide 1 content
  </div>
  <div>
    Slide 2 content
  </div>
</div>
<script type="text/javascript">

  DynarchRB.setup("slides");
</script>










 

Very small code

With a vast experience in the JavaScript/DHTML field, Dynarch.com has managed to develop techniques that drastically reduce the code size.

Our DynarchRB JavaScript code has around 12K, which, given the number of features, makes it probably the slimmest tab widget in existence.










Portable

DynarchRB is portable. It supports at least the following browsers:

  • Mozilla and all Gecko-based browsers (any platform)
  • Firefox (any platform)
  • Internet Explorer 6 (Windows)
  • Opera 8 (any platform)
  • Safari (Mac OSX)
  • Konqueror (Linux)

DynarchRB degrades well to non-JavaScript browsers. Try disabling JavaScript and then refresh this page. Or try to see this page with Lynx. ;-)










Fully customizable by the wonders of CSS

At this time, the following skins are provided with the official package:

Please note that skins aren't intended to be switched in real-time and thus the layout may not look perfect.










 

Packed with features

DynarchRB has some nice features that allows one to extend functionality and create rich applications:

  • Supports keyboard shortcuts
  • Can be nested
  • Can remember state in a cookie
  • Can enable one to bookmark the URL to a certain tab
  • Slick special effects.
  • Exports a simple API that allows you to catch events and to control the widget from your own code.