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
| $( 'html,body' ).animate( { scrollTop: $( id ).position().top }, 500, 'easeInOutExpo' ); |
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
| (function swfEmbed() { | |
| if ( typeof swfobject === 'undefined' ) { | |
| setTimeout( function () { swfEmbed(); }, 100 ); | |
| } else { | |
| var vars = { xmlPath: '/RotatorXml', linkCol: '#ffffff' }; | |
| var params = {}; | |
| var attributes = {}; | |
| swfobject.embedSWF( "/flash/HomepageRotator.swf", "rotator-homepage-flash", "796", "428", "9.0.0", "/flash/expressInstall.swf", vars, params, attributes ); | |
| } | |
| } )(); |
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
| git clone https://github.com/gruntjs/grunt-init-jquery.git %USERPROFILE%/.grunt-init/jquery | |
| git clone https://github.com/gruntjs/grunt-init-gruntfile.git %USERPROFILE%/.grunt-init/gruntfile | |
| git clone https://github.com/gruntjs/grunt-init-gruntplugin.git %USERPROFILE%/.grunt-init/gruntplugin | |
| git clone https://github.com/gruntjs/grunt-init-node.git %USERPROFILE%/.grunt-init/node | |
| git clone https://github.com/gruntjs/grunt-init-commonjs.git %USERPROFILE%/.grunt-init/commonjs | |
| npm install -g grunt-init |
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
| debug: Plugins loading for: C:\dev\inuit.css-kitchensink\node_modules | |
| → [2013-05-22 20:54:43.362] [C:\Users\jaimefox\AppData\Roaming\npm\node_modules\docpad\out\lib\docpad.js] [DocPad.log] | |
| debug: Loading plugin: eco | |
| → [2013-05-22 20:54:43.389] [C:\Users\jaimefox\AppData\Roaming\npm\node_modules\docpad\out\lib\docpad.js] [DocPad.log] | |
| debug: Loading plugin: livereload | |
| → [2013-05-22 20:54:43.401] [C:\Users\jaimefox\AppData\Roaming\npm\node_modules\docpad\out\lib\docpad.js] [DocPad.log] | |
| debug: Loading plugin: marked | |
| → [2013-05-22 20:54:43.411] [C:\Users\jaimefox\AppData\Roaming\npm\node_modules\docpad\out\lib\docpad.js] [DocPad.log] | |
| debug: Loading plugin: partials | |
| → [2013-05-22 20:54:43.421] [C:\Users\jaimefox\AppData\Roaming\npm\node_modules\docpad\out\lib\docpad.js] [DocPad.log] |
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
| netstat -a -n -o | |
| TaskKill.exe /PID <value> |
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
| #Check system version information | |
| :version | |
| #Check what plugins are installed | |
| :scriptnames | |
| #Open .vimrc | |
| <leader> + e,v | |
| #Reload .vimrc |
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
| node ./node_modules/docpad/bin/docpad run |
##Chai Expect
##Language Chains
- to
- be
- been
- is
- that
- and
- have
#Chai jQuery
##.attr(name[, value])
expect($('body')).to.have.attr('foo', 'bar');
expect($('body')).to.have.attr('foo').match(/bar/);
##.css(name[, value])