Metal: Development Notes: Difference between revisions

From Bitpost wiki
(Created page with "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 d...")
 
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 set.  Try [http://fortawesome.github.io/Font-Awesome/cheatsheet/ this] or [http://glyphicons.getbootstrap.com/ this].

Revision as of 13:28, 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 icons that you need in an img or a font set. Try this or this.