Author: Ovidiu.S

I am quite passionate about this professional area as if I know something - no matter how little - I want to share it with others.
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...
Posted in MS Access VBA

Calculating seniority up to a certain year

Let’s assume that knowing the date of employment, we would be interested in the seniority of employees (in…

Continuare...
Posted in Browsing Windows

Clearing the cache

Because of cache (temporary memory) may see the old version of a page or article on a site…

Continuare...
Posted in MS Access VBA

Multiselect filtering in the form, using ListBox

Single Form To achieve the desire in the title it is required a table, a form and a…

Continuare...
Posted in PHP

Search in a CSV file, via PHP

As I mentioned in the previous article, sometimes it can be useful to connect to a CSV file,…

Continuare...
Posted in PHP

Online display of values in a CSV file

Assuming that it is necessary to access information that is contained in a CSV file, the easiest way…

Continuare...
Posted in WordPress

Integration of external pages in WordPress site

It is possible at some point to use certain pages made outside of WordPress, but on the same…

Continuare...
Posted in PHP

Simple form for uploading files

One of the easiest ways to upload a file via a PHP interface would be to use two…

Continuare...
Posted in CSS HTML JavaScript

Show password

Without too much explanation, the code “speaks” for itself. CSS @import url(“https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”); .parola { border:1px solid gray; overflow:auto;…

Continuare...