Online resources mentioned in my talk at HTML5 BUG#2:
So you want to get into web development?
| /.project |
Online resources mentioned in my talk at HTML5 BUG#2:
So you want to get into web development?
(Full description and list of commands at - https://npmjs.org/doc/index.html)
##List of less common (however useful) NPM commands
######Prepand ./bin to your $PATH Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:
| <!DOCTYPE html> | |
| <html lang="en" ng-app="App"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Angular Bootstrap</title> | |
| <!-- Bootstrap CSS --> |
| // | |
| // Simple template system with plain JS objects, using CSS selectors | |
| // Two versions : | |
| // * JSON | |
| // - based on JSON objects, each element is a property | |
| // * JSON-ML : | |
| // - inspired from the JSON-ML markup language (http://www.jsonml.org/) | |
| // - each element is a list | |
| // - element type can contains id and classes like the first version (so, not standard json-ml) | |
| // |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Title Page</title> | |
| <meta charset="UTF-8"> | |
| <meta name=description content=""> | |
| <meta name=viewport content="width=device-width, initial-scale=1"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Bootstrap CSS --> | |
| <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Title Goes here</title> | |
| <meta name="description" content="The HTML5 Herald"> | |
| <meta name="author" content="knacked"> | |
| <link rel="stylesheet" href="css/styles.css"> | |
| <!--[if lt IE 9]> | |
| <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: