A corret path to front-end development - http://www.frontendpath.com
Besides being large, the web also evolves constantly. Therefore, this project has a long way to go. The guide's content is in the folder source/guia.
Soon I will open issues for collaboration.
Once you've made your great commits:
- Fork the project
- Create your feature branch:
git checkout -b my_feature
- Push to the branch:
git push origin my_feature
- Submit a pull request!
This project was developed in a static generator, the Middleman.
-
First, install last version of Ruby
-
Install Bundler:
$ gem install bundler
-
Clone it:
$ git clone [email protected]:fernahh/frontendpath.git
-
Go to project's folder:
$ cd frontendpath
-
Install dependencies
$ bundle
-
Run the project
$ middleman server
Without these references, no doubt the guide could not be possible. Thanks to all the authors.
- Introduction
- High Performance Web Sites, by Steve Souders
- HTML5: Up and Running, by Mark Pilgrim.
- Semantic
- About HTML semantics and front-end architecture, by Nicolas Gallagher.
- HTML5 For Web Designers, by Jeremy Keith.
- Acessibility
- Web Content Accessibility Guidelines, by W3C.
- Coletânea Front-end, by Reinaldo Ferraz.
- CSS
- Object Oriented CSS, by Nicole Sullivan.
- Scaleble and Modular Architetura for CSS, by Jonathan Snook.
- JavaScript
- High Perfomance JavaScript, by Nicholas Zakas.
- Secrets of JavaScript Ninja, by John Resig and Bear Bibeault.
Luiz Fernando Rodrigues - http://blog.fernahh.com.br
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.