Posted in MS Access VBA

Decimal Truncation

In MS Access, there may be situations, more rarely, when you don’t want to round some numerical values…

Continuare...
Posted in MS Excel Projects VBA

Automatic rounding for a range of cells

If it is desired that, in a sheet, numerical values be formatted and displayed by rounding with a…

Continuare...
Posted in Windows

The alternative to Logout, by locking the Windows screen

Sometimes is useful to lock the screen, if you leave the computer (the main reason may be related…

Continuare...
Posted in PHP Projects

Password reset form

One of the simplest methods is where the user is in our database with an email. In order…

Continuare...
Posted in PHP

Active menu highlighted

If you want to highlight the active menu, it can be done in a relatively simple way, by…

Continuare...
Posted in PHP SQL

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…

Continuare...
Posted in WordPress

Install WordPress on localhost

For example, we used WAMP as a WordPress running platform. So, starting from the fact that WAMP is…

Continuare...
Posted in WordPress

Shortcode for embedding PDFs

If you want to view, directly from a post (article, page), the content of a PDF file without…

Continuare...
Posted in CSS HTML Projects

CSS Tabs

To use tabs as a tool for elegant information sharing, we can use predefined plugins or we can…

Continuare...
Posted in MS Access VBA

Proper Text in MS Access

Excel has the default function Proper, which allows the ability to display only the first letter of a…

Continuare...