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...
Posted in CSS Web Design

Paragraph Indentation

In MS Word or other word processors it is easy to make the indentation (written with first line…

Continuare...
Posted in CSS HTML JavaScript Web Design

Example of using a pop-up window

Sometimes we may need to open a pop-up window when we press a link / button. For example,…

Continuare...
Posted in CSS WordPress

Unwrapped row

Although, in the picture above there are two images (each image is inserted into the div with a…

Continuare...
Posted in WordPress

Custom template for posts

In the active WordPress theme folder (desired, child-theme), you can create a file – for example, template-without-sidebar.php, in…

Continuare...
Posted in MS Excel

Calculation of work experience, using the DATEDIF function

If an employee record is required, Excel can be used for automatic calculation using the DATEDIF function. Obs:…

Continuare...
Posted in MS Access VBA

Retrieving in a textbox, via VBA, a value calculated by an aggregate function

If it is necessary to display the result of a query that uses certain functions (SUM, AVERAGE, MIN,…

Continuare...