sWWW - Sylwester Wojnowski
CODE FOR THE WEB
05 Oct 2017 21:49:26
Article on implementing matrix transpose operator in PHP programming language. Contains commented code and use examples.
Read full article »
21 Dec 2016 11:07:56
List of Unicode code points for Genericons vector icon set and a BASH script that finds the codes.
Read »
29 Apr 2017 16:41:28
Sorting UTF-8 encoded strings using strcoll and usort functions or alternatively Collator library in PHP.
29 Jun 2018 19:38:09
Encrypting files and directories of files with public key and ciphers using GnuPG and gpg-zip.
03 Jul 2017 13:58:12
Article on traversing tree data structure depth-first in pre-order recursively with examples in PHP programming language.
17 Aug 2017 16:07:40
Article on the subject of comparing arrays or objects based on array with a function in PHP programming language.
14 Jul 2020 11:08:06
An article on recursively updating deeply nested arrays using array_walk_recursive and custom nested array traversal function in PHP.
11 Jan 2017 12:58:48
Environmental variables on a Linux based system like Debian are named strings available to all applications initialized from text console or some graphical interface. These variables are gradually added by various processes as your system starts. Once login shell is invoked ...
Read more »
03 Jan 2017 13:03:49
In this second part on the updating WordPress database URLs I'll concentrate on a database-wide approach. All tables will be scanned and old URLs updated to new ones. Also serialized data will be properly dealt with. In this part, mysql utility will not be involved ( but ...
01 Jan 2017 15:27:35
Either when developing a new WordPress website or when dealing with one that already exists but is in need of a move to another host, you're certain to come across an issue related to updating old domain name with a new one. A typical WordPress website ( by typical I ...
29 Dec 2016 06:59:28
With ever growing importance of websites like Pinterest, and in particular due to their reliance on images, and for general post linking purposes often it is desirable or even necessary to be able to find at least one image in your WordPress blog entry automatically and in an ...