Another reason to use Vagrant for PHP development
I always insist people are using the same or maximally similar environment as the production server has, that is the…
programming and psychology
I always insist people are using the same or maximally similar environment as the production server has, that is the…
Pretty common question when dealing with lists (arrays, vectors or whatever is used in you favorite programming language) is to…
When you create a post in WordPress a bunch of actions happen and a lot of them allow hooking into.…
Learning new frameworks is always a good idea even if you’re not going to use them in your job. For…
Since I work mostly on Windows, I develop all my PHP projects in NuSphere PhpEd IDE. And I’m using TortoiseSVN…
One of the problems with WScript is that it implements not the normal JavaScript we all use in web but…
In this article I’ll explain how WordPress parses request URL and decides what to show and what to do. Unlike…
One more caveat in using switch-statement is when you tend to use it like if-statement. Here is an example: Now.…
We tried using ACL in one of our project with no success. The problem with it from my point of…
Despite the fact that PHP Manual suggests to use switch statement to match single variable I would argue that switch…