Tag Archives: PHP

How to use Docker for WordPress development

This is a simple tutorial on how to start using Docker for WordPress development. Continue reading

Posted in Tutorials | Tagged , , , , , | Leave a comment

Small ideas – quick refactoring of legacy code after couple of years

Recently I have been working on the refactoring of one method when I realized how much I have skilled up as a developer in the last few years. Continue reading

Posted in Refactoring | Tagged | Leave a comment

How to create a file in a different directory in PHP

How to make this file in another folder than the execution file location? This article will help you with a small snippet of code to create a file in a different folder. Continue reading

Posted in Language basics | Tagged , | Leave a comment

How to create a folder in PHP if it doesn’t exist

This article will show you how to create a folder automatically in PHP if it does not exist. Continue reading

Posted in Tutorials | Tagged , | 1 Comment

How to compute distance between 2 GPS points?

This is an algorithm for measuring distance between 2 GPS points. Continue reading

Posted in Solutions | Tagged , | Leave a comment

How To Start With Codeception PHP Framework And Selenium

This is a small guide explaining how to start with Codeception PHP test framework and how to integrate it with Selenium for automated tests. Continue reading

Posted in Tutorials | Tagged , , , , , , | Leave a comment

Project 1Searchform

Problem description: Different booking portals have different price policies and use different algorithms to provide offers. Sometimes I plan my trips and I search on these booking portals for best (cheapest or fastest) option. It is always very time-consuming search.

Posted in Projects | Tagged , | Leave a comment

Fixing SimplePie “./cache is not writeable.” error

Switching from EasyPHP to XAMPP as development environment and Windows to OSX I have encounter error regarding cache file in my app based on SimplePie library.

Posted in Solutions | Tagged , , | Leave a comment

How to make a webpage

Whatt is necessary for making webpage What is not necessary for making webpage Two steps for creating first webpage Webpage files WYSIWYG HTML editors Writing own HTML code Tutorial for begginers Quickest way how to learn making webpage

Posted in Tutorials | Tagged , , , , , | Leave a comment

WordPress 3.2.1 installation PHP warning

During upgrade of my WordPress on newer 3.2.1 version I’ve got an installation error. It was caused by version of used PHP version on side of server.

Posted in Wordrpress | Tagged , , , , , , , , , , , | Leave a comment