Month: August 2022
Posted in CSS Utilities
Pseudo-classes, Pseudo-elements, Selectors, Combinators
If a pseudo-class is used to define special features of an element, a CSS pseudo-element is used to…
Posted in HTML Utilities
Embed PDF in page
27/08/2022 Leave a Comment on Embed PDF in page
In addition to plugins that can help embed a PDF file into an HTML page so that the…
Posted in PHP Utilities
Repetitive structures (WHILE, FOR, FOREACH, DO WHILE)
Iterative loops are designed to repeat a task as long as a condition is met or until the…
Posted in PHP Utilities
SWITCH Function
27/08/2022 Leave a Comment on SWITCH Function
In its standard form, the SWITCH function provides alternations depending on the set condition, very similar to IF….
Password reset form
20/08/2022 Leave a Comment on Password reset form
One of the simplest methods is where the user is in our database with an email. In order…
Posted in PHP
Active menu highlighted
18/08/2022 Leave a Comment on Active menu highlighted
If you want to highlight the active menu, it can be done in a relatively simple way, by…
Display filter results in the same page, without a button
To display the content as a result of a selection from a combobox, but without using a Submit…