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…
Self-resizing frames
Integrating a web page inside another page can be performed very easily with the iframe tag. I noticed…
A kind of spoiler
If you must display optional text boxes you can use a little CSS, as shown below: #spoiler_box {…
Timed PopUp message in Ms Access
There are situations in which using certain actions need to display a message, but do not involve our…
Paragraph Indentation
In MS Word or other word processors it is easy to make the indentation (written with first line…
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,…
Unwrapped row
Although, in the picture above there are two images (each image is inserted into the div with a…
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…
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:…
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,…