Cool icons interaction UI Feedbacks inspiration ans demos
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
Cool icons interaction UI Feedbacks inspiration ans demos
Перевод книги "Паттерны для масштабируемых JavaScript-приложений" от Addy Osmani
Как безопасно добавить в репозиторий папку vendor
с php Composer
PHP library Whoops to create nice looking error pages in your application
Real Scroll Magic. Another one very well optimized and feature-rich scroll interactions plugin for jQuery