No description
Find a file
2012-06-11 08:55:09 +00:00
client.js cloud commander 2012-06-07 13:33:42 +00:00
cloudfunc.js cloud commander 2012-06-07 13:33:42 +00:00
index.html cloud commander 2012-06-07 13:33:42 +00:00
minify.js jsScripts refactoring 2012-06-08 14:52:08 +00:00
README.md limited-mode features 2012-06-11 08:55:09 +00:00
reset.css cloud commander 2012-06-07 13:33:42 +00:00
server.js resolved bug with js-minification 2012-06-08 14:26:56 +00:00
style.css cloud commander 2012-06-07 13:33:42 +00:00

Cloud Commander

Cloud Commander - two-panels file manager, totally writed on js. Demo

Benefits

  • full browser compatibility (ie6+,chrome,safari,opera,firefox);
  • responsible design
  • one full page loading, and then just one-time json-dir-listings loading (with refresh opportunity).
  • caching readed directorys to localStorage
  • key binding
  • support of working in limited mode if js is disabled
  • automated minification client js-files and onstart-reading Cloud manager files on server starting.

Cloud Commander using all benefits of js, so if js is disabled, we moves to limited mode.

Limited-mode features:

  • only 1 panel
  • no keybinding
  • no local caching
  • full loading of all web page(with styles, js-scripts, html-page etc).