UML class diagrams

This article contains short and simple explanations of UML class diagram design concepts. They are helpful for ones who want to improve UML understanding. These explanations consist of a few lines of PHP code and a diagram and summary of how they are related to each other.

Snippet for quick single file upload in Symfony 2.0

http://konradpodgorski.com/blog/230/snippet-for-quick-single-file-upload-in-symfony-2-0/

How to avoid memory leaks in Symfony 2 Commands

http://konradpodgorski.com/blog/413/how-to-avoid-memory-leaks-in-symfony-2-commands/ http://www.alexatnet.com/articles/optimize-php-memory-usage-eliminate-circular-references

Deployment przez FTP

Oczywiste jest, że najlepszym sposobem zainstalowania aplikacji na serwerze klienta jest skorzystanie z Capifony. Nie zawsze jednak jest tak różowo. Szczególnie przy tanich hostingach opcja dostępu przez SSH nie jest dostępna. Nawet jeśli taki hosting ma dostęp przez SSH, może na nim brakować np. rsync. Wtedy jedyną możliwością zainstalowania aplikacji jest protokół FTP. Chyba najgorsza ...

Unit Testing Tutorial

https://jtreminio.com/tag/phpunit/

Qstarz BT-Q1000 and Ubuntu

http://www.cyrius.com/debian/gps/bt-q1000x/ http://www.gpsbabel.org/htmldoc-development/fmt_mtk.html http://www.gpsvisualizer.com/

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