Last Sunday (April 28th 2013) was IMHO a crucial day for PHP community in Belgrade (& Serbia too), a first PHP meetup was organized by PHP Srbija developer ...
After years of working in a company using inhouse framework, before switching jobs I decided to expand my knowledge and find a new framework I will base my projects ...
In last 14 years working as a PHP developer I changed few coding standards. Often for better but not always, reinventing that wheel over and over. For the better ...
Since PhpStorm works much faster with Oracle version of Java and Oracle JRE is not directly supported in Ubuntu here are 3 short steps how to get it: sudo ...
If you ever decided to use Uploadify jQuery plug-in you might have noticed problems with debugging remote PHP code that this plugin relies on. We all usually do our ...
In my last blog post I was writing about fatal error problems when undefined methods do occur. I decided to wait with implementation to see what will other ...
Two years ago we built a small class for easier logging and reporting of errors inside our applications by using set_error_handler(). We built it cause: 1) In ...
I was wondering how important and popular PHP is in Croatian web development circles so I decided to go through list of 20 most popular croatian webs using gemius ...
Trait pattern description Instead of trying to explain traits myself I will use PHP manual and wikipedia descriptions: Wikipedia: In computer programming, a trait is ...
Why singleton? Idea is to limit number of instances of a desired class, you don’t want to have 4 connections to your DB server or 3 instances of session. First ...
Although Aditya Agarwal’s presentation is from 2010 we can learn a lot from them. Video is 60 minutes long and you can view it here together with the ...
In the years ending the last century I started playing around with PHP, so happy to be writing small code snippets and exploring this brave new world of ...
On more then few occasions I found myself committing broken code to our git repository (and deploying it onto staging server) so I started to look into how to ...
Introduction There are few types of class implementations used in PHP and I wanted to see how will they effect performance on such a low level. Here is a short list ...
This was my first international and PHP conference and I’m so happy that I was able to go. Unfortunately in Zagreb (and region) where I live there are no ...
Last Sunday (April 28th 2013) was IMHO a crucial day for PHP community in Belgrade (& Serbia too), a first PHP meetup was organized by PHP Srbija developer ...
After years of working in a company using inhouse framework, before switching jobs I decided to expand my knowledge and find a new framework I will base my projects ...
After working with git for more then 2 years, few months ago I decided to start using Github to store my repos and test different workflow arrangements. It worked out great, I’m ...
This is a neat trick for directly importing compressed MySQL dump files into MySQL xz -dc /folder-of-my-choice/filename.xz | mysql -u username -pmy_password It might not ...
Screen dims after 5 or 10 minutes of watching something in VLC? I got this issue on Linux Mint Nadia few months ago and few days ago when I installed it on laptop. All you have to do is ...
Last Sunday (April 28th 2013) was IMHO a crucial day for PHP community in Belgrade (& Serbia too), a first PHP meetup was organized by PHP Srbija developer community. With gathering ...
This post is a bit overdue, little more then a month passed from conference but I wanted to gather my thoughts & feelings before writing this. In my opinion first occurance of ...
The year 2011 was a great success for developer communities in Zagreb. Although mobile developers started in 2010 with Mobile Monday, web developers were a bit shy and Ruby developers ...