-
Pages
-
Recent Posts
- How to connect to an EC2 instance over SSH
- Simple algorithm for casting strings to double
- How to make multipart requests with file and object through autogenerated code defined in OpenAPI
- How to make multipart requests with files through autogenerated code defined in OpenAPI
- How to compile and run Java files on Windows
Categories
-
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
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
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
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
How to compute distance between 2 GPS points?
This is an algorithm for measuring distance between 2 GPS points. Continue reading
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 Composer, PHP, PHP framework, Selenium, testing, UAT, webdriver
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.
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.
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
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.