Just run:
curl -ks https://gist.github.com/vincentwoo/8892428/raw/install.sh | bash -
Just run:
curl -ks https://gist.github.com/vincentwoo/8892428/raw/install.sh | bash -
| { | |
| "topLevelItems": ["1", "2", "3", "4"], | |
| "items": { | |
| "1": { | |
| "parent": null, | |
| "title": "Books", | |
| "children": ["11", "12", "13"] | |
| }, |
Using HTML, CSS, and JavaScript, you will create a tool that allows a user to drill down through a tree of categories and select a final category. The taxonomy data is represented as a tree of categories. A category can have any number of children. A category with no children is considered a selectable category (categories with children should not be selectable).
The taxonomy data is located at https://gist.github.com/5527862
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>fileTypes</key> | |
| <array> | |
| <string>html.erb</string> | |
| </array> | |
| <key>name</key> | |
| <string>JSFoot HTML (Rails)</string> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>fileTypes</key> | |
| <array> | |
| <string>html.erb</string> | |
| </array> | |
| <key>name</key> | |
| <string>JSFoot HTML (Rails)</string> |