/holsee.ui.portlets

jQuery plug-in which creates a Portlet UI

Primary LanguageJavaScriptMIT LicenseMIT

Portlets Demo using local storage by Steven Holdsworth (@holsee)

This was created initially as a demo. JavaScript portlet UI implemenation as a jQuery Plug-in which stores state in localstorage.

The code is still pretty rough and needs to be refactored, specs implemented fully & polished.

My goal is to restructure the directory, remove any dependencies on twitter bootstrap (rather take the form of a twitter boostrap compatible control) and also remove the depenency on jQuery sortable in favor of an approach that allows multi-column widgets/portlets.

See: http://holsee.com/portlets-with-localstorage/

Dependencies

  • jQuery
  • jQuery UI (Sortable)
  • Twitter Bootstrap (responsive css & glyphs)

DEMO

http://holseeui.herokuapp.com/#portlets

stand-alone

  • any modern browser open stand-alone/index.html.

node server host

tests / specs

  • Open tests/spec-runner.html

3rd Party Code (used in example app):

  • Twitter Bootstrap
  • Backbone.js
  • Node.js
  • Express
  • jQuery & jQuery UI (sortable)
  • Jasmine BDD lib

License Notes

All my* code is MIT license, so go nuts with one condition, that you rename the files and the plug-in from 'holsee' to whatever you want.

* Code which I wrote. 3rd Party libs and dependencies have their own license.