Powershell script tips
Write to a file Use Set-Content and Add-Content Set-Content Add-Content [sourcecode language="bash"] Set-Content "C:\Program Files\Sublime Text 2\subl...
Write to a file Use Set-Content and Add-Content Set-Content Add-Content [sourcecode language="bash"] Set-Content "C:\Program Files\Sublime Text 2\subl...
using batch parameter comprehensive documentation [sourcecode language="bash"] @echo off sublime_text.exe %1 [/sourcecode] hide output and output only the ...
As javascript newbie, this is what I did. [sourcecode language="javascript"] return '{"Data" : ' + '{' + '"uid" : "' + this.uid...
SVN has been useful source control, though recently people go for git or mercurial for its disconnected manner. I am git/hg convert too, but you know, you ca...
A collection of jQuery examples and tips adding background image to an element [sourcecode language="javascript"] <script type="text/javascript"...