Skip to content
forked from TheSin-/deskible

Deskible the jQuery Window Manager for your browser

License

Notifications You must be signed in to change notification settings

neosin/deskible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt Deskible Logo alt Deskible Screen Shot

Deskible is a web window manager, in jQuery, which helps developers to create and manage dynamic windows inside their web applications.

The whole window framework uses jQuery making it light, fast and versatile. All content is loaded using ajax on the fly, thus allowing greater control for the developer. Server side language, data (databases), and content are not built by this module, it's basically a theme for your website. The added benefit is that your website/app is no longer bound to one page; you can have multiple pages open and running at one time and share data between them.

Managing these windows is the role of the window manager. It has to keep track of which window the user is currently interested in, allow the user to change windows, and also create or destroy windows. It also controls the way the windows look with size and control features.

Having these "WEB-windows" inside the same browser window gives the user a more familiar and comfortable experience.

Todo

  • Update example page and add all documentation to it
  • Add 'Left' and 'Right' to taskbar locations
  • Add method to add to startmenu button bar
  • Test tab and task scrolling (arrows added but no code yet for tabs)
  • Add resize bind and function (if user resizes window to keep things flowing)
  • Bind drag to the desktop container (Allow off the desktop but not fully)
  • Bind resize to the desktop container (Shrink on resize)
  • Maybe add a font section to the settings window (just an idea at this point)
  • Add window tiling
  • Add overlay over window when resizing/backgrounding so things like iframe inside won't break mousemove and you can't interact with a backgrounded window, but click on it anyplace will bring it forward (this isn't the case with iframes currently)

About

Deskible the jQuery Window Manager for your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.3%
  • HTML 21.1%
  • CSS 16.6%