This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<-- Example HTML/JS of how to use the JQuery File Upload library, with resizing --> | |
<!DOCTYPE html > | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<title>this is My Child</title> | |
<script src="scripts/jquery-1.7.2.js" type="text/javascript"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM Set up workspace | |
mkdir \work\node_modules | |
cd \work\node_modules | |
REM check out modules | |
cmd /c git clone https://github.com/mikeal/node.couchapp.js.git couchapp | |
cmd /c git clone https://github.com/mikeal/request.git | |
cmd /c git clone https://github.com/mikeal/watch.git | |
REM create my_app |