Featured Projects
The open source community produces a lot of great software. conjoon itself is build upon open source software, and several subprojects grew out of it, which in turn have been dedicated to the community. This page lists all the software that was either used to get conjoon running, or which grew out of the development of conjoon.
Fundamentals

Ext JS
Ext JS is a high performant, flexible and customizable javascript framework. It provides intuitive and smooth controls and takes care of making conjoon behave and respond just like a desktop application. Find out more…

Zend Framework
Zend Framework is becoming a de facto standard when a powerful and reliable PHP-driven backend is needed. conjoon utilizes the powerful framework for every task that has to be done on the server, whether it’s transforming responses into JSON, accessing databases or consuming news feeds. Find out more…
Sub Projects

Ext.ux.Livegrid
Ext.ux.Livegrid is an Ext JS extension that was released during the very first development cycles of conjoon. It allows for scrolling through a set of large data without the need of paging, and lazy loads data from the server as needed. Find out more…

Ext.ux.util.MessageBus
A MessageBus allows for message exchanging between loose coupled components in an application. Components which need to listen to various events can register themself to the MessageBus, and can still be state unaware of each other. Find out more…

Ext.ux.grid.GridViewMenuPlugin
A simple plugin that renders the show/hide menu for a grid’s columns in the upper right of the gridpanel. Find out more…

Ext.ux.layout.CardLayout
An extended version of Ext.layout.CardLayout, which considers several events before setting a card active. Find out more…

Ext.ux.Wiz
A flexible, configurable extension that makes it easy to create wizard dialogs, which guide users through setup steps. This extension is used by conjoon whenever the user has to create new instances of application relevant data, such as email accounts. Find out more…

Ext.ux.YoutubePlayer
An extension that allows for playing youtube videos, with controls that are build upon native Ext components. Find out more…

Ext.ux.FlashControl
An extension that mediates between FlashMovies and its containers. This allows for embedding Flash into heavy nested DOM structures. Find out more…

Ext.ux.FlexAccord
This is what powers the QuickPanels in the conjoon workbench. An accordion layout that’s capable of having more than one panel open at any time. Find out more…
User Extensions

Ext.ux.ToastWindow
efattal contributed this extension for generating onobtrusive system notifications within Ext applications. Find out more…

SlideLayout
An user extension that allows for sliding in/out of panels to a given direction. This extension was first created by the user NeonMonk. Find out more…
Javascript Vendor Code
Soundmanager 2
Since conjoon V0.1RC1P, conjoon comes with system sounds! This was realized using Scott Schill’s Soundmanager 2, which provides a Flash API for playing back sound files in various formats, and a javascript bridge to control the playback. Find out more…