I created this sketchbook to reduce the amount of time it takes to play around with new ideas. It contains a starter project, _blank
, and a few examples.
Duplicate the _blank
folder and give it a new name. Then get in there and start hacking!
The _blank
project contains a few files to get you started:
filename | description |
---|---|
index.html |
An example HTML file. It uses the HTML5 html doctype and includes a few example CSS and JavaScript files. |
style/main.css |
An example CSS file. It only contains one style to demonstrate proper syntax. |
scripts/main.js |
An example JavaScript file. It demonstrates creating a jQuery click handler and how to log to the console. |
scripts/vendor/jquery.js |
The jQuery library. jQuery is extremely popular and a great stepping stone when you're first learning JavaScript. |
scripts/vendor/html5.js |
The HTML5 shiv adds support for HTML5 sectioning elements in legacy Internet Explorer. |