Recent Posts

windows batch file tips

less than 1 minute read

using batch parameter comprehensive documentation [sourcecode language="bash"] @echo off sublime_text.exe %1 [/sourcecode] hide output and output only the ...

SVN tips

less than 1 minute read

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...

my jQuery tips

less than 1 minute read

A collection of jQuery examples and tips adding background image to an element [sourcecode language="javascript"] <script type="text/javascript"...