Metal: Development Notes: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 5: Line 5:
* [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 font-awesome icons for now (will change according to author).  Use icon: 'fa fa-#name#' according to [http://w2ui.com/web/demo/sidebar#comment-1277254656 this].  [http://fortawesome.github.io/Font-Awesome/cheatsheet/ List of icons]
* W2UI Toolbar uses font-awesome icons for now (will change according to author).  Use icon: 'fa fa-#name#' according to [http://w2ui.com/web/demo/sidebar#comment-1277254656 this].  [http://fortawesome.github.io/Font-Awesome/cheatsheet/ List of icons]
D3 and CrossFilter thoughts...
These amazing javascript libraries are designed for dynamic analysis of "details on demand".  You provide a decent-sized set of raw data (~5MB in the flights demo) and then the javascript tools let you manipulate it instantaneously to search for trends.

Revision as of 18:07, 28 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 icon: 'fa fa-#name#' according to this. List of icons


D3 and CrossFilter thoughts...

These amazing javascript libraries are designed for dynamic analysis of "details on demand". You provide a decent-sized set of raw data (~5MB in the flights demo) and then the javascript tools let you manipulate it instantaneously to search for trends.