TextMate Bundles in PhpStorm

http://confluence.jetbrains.com/display/PhpStorm/TextMate+Bundles+in+PhpStorm

Live video streaming with PHP

http://gonzalo123.com/2010/09/20/live-video-streaming-with-php/

How to change extension of multiple files from command line?

I have many files with .abc extension and want to change them to .edefg I have a root folder with many sub-folders, so the solution should work -r recursively. find /the/path -depth -name "*.abc" -exec sh -c 'mv "$1" "${1%.abc}.edefg"' _ {} \;

Learn Git

No matter if you’re a beginner or an expert, our learning section will provide you with guides, books, tutorials and tips & tricks. http://www.git-tower.com/learn/index.html

Version Control Best Practices

Today, version control should be part of every developer’s tool kit. Knowing the basic rules, however, makes it even more useful. We’ve compiled some best practices that help you get the most out of version control with Git.

Setting Up a Symfony2 Project in PhpStorm

http://www.kevwebdev.com/blog/setting-up-a-symfony2-project-in-phpstorm.html

VirusTotal – Free Online Virus, Malware and URL Scanner

VirusTotal is a free virus, malware and URL online scanning service. File checking is done with more than 40 antivirus solutions. Files and URLs can be sent via web interface upload, email API or making use of VirusTotal’s browser extensions and desktop applications.

Exception Best Practices in PHP 5.3

http://ralphschindler.com/2010/09/15/exception-best-practices-in-php-5-3

MySQL: optymalizacja i wydajność

http://blog.ksiazek.info/

SourceMaking – the best information source on the Web on design patterns, refactoring and UML

SourceMaking — is the best information source on the Web on such software development topics as design patterns, refactoring and UML. A lot of information freely available through the site’s pages, so feel free to use bookmarklet to leave interesting chapters for further reading.