14.04.19
The .htaccess file performs many different functions. This is an apache configuration file. Consider how to set a password for access to the site using .htaccess. This may be needed at design time or as an additional...
13.04.19
This article is about the ZOO component for Joomla CMS. First of all consider adding a simple text field to the right side of the admin panel category ZOO.
1. Open media/zoo/applications/blog/aplication.xml and after ...
08.04.19
Let's write a simple form for sending data to email using the PHP mail() function. Our form will also write data to a file on the server. The code is not related to any CMS and can be used anywhere.
Code:
<?php
...
07.04.19
The convenience of the jQuery plugin is that you can use the same code several times for different objects. In this case, copy-paste code is not needed. In addition, you can change the behavior of the plugin with diffe...