HTML5, CSS and Javascript: Difference between revisions
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
2013-Jul-23 | 2013-Jul-23 | ||
[http://www.hotgloo.com | [http://www.hotgloo.com HotGloo] - $$ - Prototypes and wireframes -- | ||
"A website wireframe is a basic visual guide used in interface design to suggest the structure of a website and relationships between its pages. A webpage wireframe is a similar illustration of the layout of fundamental elements in the interface. Typically, wireframes are completed before any artwork is developed.” (Source: Wikipedia) | "A website wireframe is a basic visual guide used in interface design to suggest the structure of a website and relationships between its pages. A webpage wireframe is a similar illustration of the layout of fundamental elements in the interface. Typically, wireframes are completed before any artwork is developed.” (Source: Wikipedia) | ||
[http://moqups.com Moqups] - Wireframes | [http://moqups.com Moqups] - $ - Wireframes | ||
Angular - MVC like javascript framework | [http://angularjs.org/ Angular.js] - MVC like javascript framework | ||
Backbone | [http://backbonejs.org/ Backbone.js] - "Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. " | ||
05-Apr-2013 | 05-Apr-2013 |
Revision as of 02:49, 20 January 2014
Stuff I need to look at
2014-Jan-19
Yeoman -> Yo, Grunt, Bower -> Angular, Bootstrap, Compass, Modernizr
2013-Jul-23
HotGloo - $$ - Prototypes and wireframes -- "A website wireframe is a basic visual guide used in interface design to suggest the structure of a website and relationships between its pages. A webpage wireframe is a similar illustration of the layout of fundamental elements in the interface. Typically, wireframes are completed before any artwork is developed.” (Source: Wikipedia)
Moqups - $ - Wireframes
Angular.js - MVC like javascript framework
Backbone.js - "Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. "
05-Apr-2013
Another Javascript framework thing to look at: Bootstrap (Thanks Jesse!) which led me to Glyphicons