Real Scroll Magic. Another one very well optimized and feature-rich scroll interactions plugin for jQuery
TJ Holowaychuk "is leaving node.js land" and starting his way with Go lang. That's an... interesting news and forces me to think about "my next programming language" :) Maybe to give a try to Dart ?
Real Scroll Magic. Another one very well optimized and feature-rich scroll interactions plugin for jQuery
Free online books "Learn ... The Hard Way"
PHPVerbalExpressions - the easiest way to start with Regular Expressions. Write it in OOP way
$regex=new VerbalExpressions;
$regex ->startOfLine()
->then("http")
->maybe("s")
->then("://")
->maybe("www.")
->anythingBut(" ")
->endOfLine();
$regex->test("http://d.com")
A lot of implementations on other languages exist
PhpStorm 8 EAP started. No phpdbg support yet.
Huge set of color schemes by Dayle Rees. For different editors - PhpStorm, Sublime Text, VIM, HighlightJS etc. Demo for each scheme is available