Official Elasticsearch client library for Node.js and the browser.
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
Official Elasticsearch client library for Node.js and the browser.
SpinKit - a collection of loading indicators animated with CSS, very nice looking.
Amazon CloudFront CDN got Geographic Restriction feature. Now you can allow/deny access to files by Country code.
Float label forms pattern implementation in JS. Here is demo visualization.
Piwik 2.0 released. New design, looks more modern.