Multidimensional array

https://gist.github.com/kraksoft/24823ed99bee72afd8a2

5 features to know about Composer PHP

http://moquet.net/blog/5-features-about-composer-php/

#phpconpl 2013!

http://xlab.pl/phpconpl-2013/ Praktyczne Code Reviews – Sebastian Marek Dependency Injection w PHP – Kacper Gunia Moving Away from Legacy code with BDD – Konstantin Kudryashov BigData w PHP

Using variables from PHP code in your LESS files

assetic: filters: lessphp: apply_to: "\.less$" # Formatter options: compressed, lessjs, classic formatter: "compressed" preserve_comments: false presets: my_variable: "#000" http://isometriks.com/using-less-with-symfony2

APC Configuration

http://linuxaria.com/howto/everything-you-need-to-know-about-apc-alternate-php-cache http://gregrickaby.com/the-perfect-apc-configuration/ http://surniaulula.com/2012/11/22/save-memory-with-alternative-php-cache-apc/ http://serverfault.com/questions/403135/what-does-apc-mmap-file-mask-really-do http://wiki.dreamhost.com/APC

A Beginner’s Guide to Design Patterns

http://net.tutsplus.com/articles/general/a-beginners-guide-to-design-patterns/

Debuggex: Online visual regex tester. JavaScript, Python, and PCRE

Test your regex by visualizing it with a live editor. JavaScript, Python, and PCR https://www.debuggex.com/ http://regex.larsolavtorvik.com/

Mobile Detect – lightweight PHP class for detecting mobile devices (including tablets)

Mobile Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment. http://mobiledetect.net/

Upload plików i pasek postępu (file upload progressbar) w PHP+AJAX+APC+jQuery

http://programowanie.opole.pl/archives/2167#

Running background processes in PHP

http://braincrafted.com/php-background-processes/