HTML5 keygen tag: A new field for key generation

October 12, 2020
Aner Barrena

With HTML5 keygen tag we continue to discover the new HTML5 fields. (more…)

PHP date_default_timezone_set(): Set default time zone UTC

New post to review the function of PHP date_default_timezone_set() that sets the default time zone. (more…)

October 12, 2020

PHP date_default_timezone_get(): Get default time zone UTC

When we are working with dates in PHP we always have to consider if the time zone of the system…

October 12, 2020

HTML5 Datalist tag: Suggests a list of values in a form

Let's review this HTML5 datalist tag, it is one of the new input, tags and form attributes in HTML5 forms.…

September 23, 2020

Hotlinking: avoid and detect the image hotlink on our website

The hotlink is more usual than we can imagine, there are people who hotlink images without being aware of it…

September 22, 2020

How to display PHP errors at runtime with a simple code

Many servers do not display PHP errors by default, so many times when not getting the expected result or performance…

September 20, 2020

PHP header(): operation and redirect 301 with the Location header

The PHP header function allows us to send unformatted headers to the client (robot, browser...). It is a way to…

September 20, 2020

How to disable and delete post reviews in WordPress

If we don't have the post reviews disabled in WordPress the database will be filled with versions of our posts…

September 20, 2020

jQuery load(): load an external html into a div of our page

Sometimes we need to update a certain part of the page without having to refresh it, a function I often…

September 20, 2020

Redirect 301 in .htaccess with ‘redirect 301’ and ‘redirectmatch 301

Configure a redirect 301 in .htaccess is very easy. This redirection is used when we need to change urls of…

September 17, 2020