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...
Posted in PHP SQL

Dynamic combobox

Let’s suppose we want to filter using data from a combo box (“Option” item). To use real-time date,…

Continuare...
Posted in CSS HTML

Bullets lists with custom symbols

Even if you have some predefined offers of bullets lists, you can use other options. For example, if…

Continuare...
Posted in CSS

Outline Font

If you need to use outline font (in case you have to place a white text on undefined…

Continuare...
Posted in WordPress

Simple template (without header, sidebar and footer)

If it is necessary to use a page/post as simple as possible integrated in the site (especially if…

Continuare...
Posted in JavaScript

Self-resizing frames

Integrating a web page inside another page can be performed very easily with the iframe tag. I noticed…

Continuare...
Posted in CSS HTML Web Design

A kind of spoiler

If you must display optional text boxes you can use a little CSS, as shown below: #spoiler_box {…

Continuare...
Posted in MS Access VBA

Timed PopUp message in Ms Access

There are situations in which using certain actions need to display a message, but do not involve our…

Continuare...