-
Notifications
You must be signed in to change notification settings - Fork 42
Home
kattunga edited this page Oct 23, 2015
·
14 revisions
This framework was created with the idea of create responsive projects for mobile and desktop.
To achieve this we will use HTML5, css3 and bootstrap.
- The html code produced by the components should be keep as simple and small as it is possible.
- Javascript functions should not be embedded in the produced code, it should be write in separated js file and included in header so we can take advantage of browser cache.
- We will not use fallback javascript functions to support older browsers, it's not the intention of this framework to support non HTML5 browsers. For older browser we can use an external library like WebShim.
This wiki have the basic documentation of IWBootstrap Framework.
Documentation of bootstrap is here:
http://www.w3schools.com/bootstrap/
If you are new to boostrap I recommend you to take a look to the documentation to understand how it works before start working with this framework.