Metal: Development Notes: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 4: Line 4:
* Pull down javascript locally whenever possible - Make sure not to mix http and https or Firefox (etc?) will NOT load (so just pull locally!)
* Pull down javascript locally whenever possible - Make sure not to mix http and https or Firefox (etc?) will NOT load (so just pull locally!)
* [https://github.com/mbostock/d3/wiki/Gallery These visualizations] are both beautiful and incredibly optimized; use with discretion FTW.
* [https://github.com/mbostock/d3/wiki/Gallery These visualizations] are both beautiful and incredibly optimized; use with discretion FTW.
* W2UI Toolbar uses icons that you need in an img or a font setTry [http://fortawesome.github.io/Font-Awesome/cheatsheet/ this] or [http://glyphicons.getbootstrap.com/ this].
* W2UI Toolbar uses font-awesome icons for now (will change according to author)Use 'fa fa-#name#' according to [http://w2ui.com/web/demo/sidebar#comment-1277254656 this][http://fortawesome.github.io/Font-Awesome/cheatsheet/ List of icons]

Revision as of 14:07, 27 September 2014

Random dev notes I want to remember...

  • W2UI has just about all the widgets and support we should need - AVOID JQUERY UI as that will get EXTREMELY MESSY to mix in!
  • Pull down javascript locally whenever possible - Make sure not to mix http and https or Firefox (etc?) will NOT load (so just pull locally!)
  • These visualizations are both beautiful and incredibly optimized; use with discretion FTW.
  • W2UI Toolbar uses font-awesome icons for now (will change according to author). Use 'fa fa-#name#' according to this. List of icons