This project is just used for personal study.
All of this technology is very simple, and I just write some demo for them to have an intimate knowledge of them.
#1 Add the web technology as below: 1.AngularJS 2.Bootstrap 3.Backbone 4.html 5.html5 6.javascript 7.es6 8.nodeJS
#1.1 AngularJS
Learn how to use the base directives or components of it, and then write a simple demo of the background management system.
#1.2 Bootstrap
Learn the base grammer and components of it, and then write a simple demo of the background management system.
learn the how to use underscore.
#1.3 Backbone
Lean the base grammer of it, such as what is the View Model Collection, and how to use them, and how to communicate with each other, and also how to use the event.
Write a simple demo about CRUD(Create & Update & Delete & Retrieve), but this maybe used the web service to interchage the data with DB(mysql).
#1.4 html
Learn some grammer of it, such as base tags, image map, vadio(mp3, mp4, wmv, swf, flv...), and how to download file in different browser.
Write some demo, such as blog and tour websit.
#1.5 html5
Learn the new tags and how to use them, such as article, nav, aside, video, canvas and so on.
And also learn some new grammer of CSS3, such as animation, keyframes.
Write some demo of special album with CSS3, such as explode, tile, bars, cube, turn.
And another demo of travel agency use html technology.
Use canvas draw some simle demo, such as gobang(five-in-a-row), tetris game, bouncing balls.
Auto scroll with the picture.
#1.6 javascript
Learn the base grammer of it, how to use the lazy function, what is jquery and how it was packaged.
Learn how to use the extJS.
#1.7 es6
Learn how to build the base develop enviroment, and build the enviroment with different environment(developing, test, product).
Learn how to use webpack to build the ES6 grammer.
#1.8 nodeJS
Learn NodeJS's basic grammer and how to use the 3-part constructor express of the nodeJS.
Should run [npm install] after download this demo.