Category Archives: web

web technologies

PHP+nginx setup tricks

General notes: The trial follows the way I’ve discovered the solutions of the problem. Following it directly reproduces most of my mistakes and quests. If the final solution is necessary, it’s recommended to pre-read the article before you begin All … Continue reading

Posted in linux, PHP, web | Leave a comment

Next incarnation of OCI web-server. Part one. HTTP.

The first experience with OCI compute instances had been dedicated to how to deploy a simple Hello-world-scale webserver. Now it’s time to play with the toy a little harder. Here is an approach of how to make the simple webserver … Continue reading

Posted in linux, OCI, Oracle/CentOS/RedHat, web | Leave a comment

How to run an internet webserver in 20 minutes with zero investments

There are many possibilities of server run using the cloud services from a bunch of companies, but the clearest and truly free option exists due to the “Always Free Resources” conception by Oracle Cloud service. The company provides an amount … Continue reading

Posted in cloud cervices, HTML, OCI, web | Leave a comment

images captions align as beginning

Getting to customize an appearance a little I’ve faced with common trouble that the text under images doesn’t center, it always goes to the left side. Additionally, I would like to customize captions text to make it smaller, lighter, and … Continue reading

Posted in CSS, web, WordPress | Leave a comment

echo multiparameter

There is a very known feature that differs echo and print instructions of PHP: echo takes several parameters, but print doesn’t. Don’t mind echo works silent, well print returns a value depending on execution success. Just as I’ve faced with … Continue reading

Posted in PHP, web | Leave a comment

Native HTML color picker

Not much to say, just to memorize: The result appears to be surprisingly workable for me: Try it out:  Interesting to say, that different browsers react on the color picker in a different way. E.g., Firefox displays the following kind … Continue reading

Posted in HTML, web | Leave a comment

Embedded HTML block

Sometimes it makes sense to have some block HTML code separated from the main part of the code. For example, the footer with a navigation menu is considered to be placed on each page and to be modified just by … Continue reading

Posted in HTML, web | Leave a comment