Author: Darko Borojevic
Learn how to recognize and avoid mistakes in WordPress theme development.
Read MorePHP string cleaner example. This example uses two regular expressions to strip the inserted string of all symbols, extra hyphens and extra white spaces so the end result is a clean text structure that contains lowercase words, and only one hyphen between each word.
Read MoreES-6 JavaScript to do web app with Material CSS. EcmaScript 6 was the second major revision to JavaScript and it enabled us to use things like arrow functions, let and const, and solved a lot of problem points with variable scope issues.
Read MoreSQL LIKE operator and wildcards with examples.
Read More