Joined December 2012
·
Posted to
copying and pasting commands into Terminal, Linux/OSX/etc
over 1 year
ago
In Bash ctrl+x+e opens default editor (like vim) where you can prepare your command before executing.
Posted to
PHP operator precedence
over 1 year
ago
Pretty clever:
http://codepad.org/UxoUp1E9
Posted to
Sublime Text 2 Perfect Workflow Screencast
over 1 year
ago
Watching 2 hours and 30 m movie about a text editor may be annoying, imo better idea is to look to the source, which is an article by Jeffrey Way Perfect Workflow in Sublime Text 2 - http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/
Posted to
Why always use '===' in Javascript
over 1 year
ago
Mostly yes, but are you always sure about those types? Look at the first example, is it logical that new Number(10) !== 10 ? IMO not rly. That's why use of === is another best practice in JS.
Posted to
Execute unix shell command in background
over 1 year
ago
It's also useful while working with cron.
If anyone want to be sure that Google respects 503 status code, you should check this link http://googlewebmastercentral.blogspot.com/2006/08/all-about-googlebot.html